[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-10-06 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Patch applied with r75272. Merged to py3k, adapted and regenerated files with r75274. -- resolution: -> fixed status: open -> closed ___ Python tracker __

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-10-05 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Amaury Forgeot d'Arc wrote: > > Amaury Forgeot d'Arc added the comment: > > Marc-Andre, could you comment on this patch? > The comments above were made by inspecting the generated code, comparing > with the previous version. > IMO the only drawback is the

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-10-05 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : Removed file: http://bugs.python.org/file15048/unicodectype_ucs4-2.patch ___ Python tracker ___ ___ Python

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-10-05 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : Added file: http://bugs.python.org/file15048/unicodectype_ucs4-2.patch ___ Python tracker ___ ___ Python-b

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-10-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Marc-Andre, could you comment on this patch? The comments above were made by inspecting the generated code, comparing with the previous version. IMO the only drawback is the increased memory usage. -- ___ Pytho

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-06-30 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Here is a refreshed version of the patch, without the generated files. The patch combines several changes which are fairly independent from each other: - Using the unicode database to generate the functions adds 143 new codepoints to PyUnicode_ToNumeric

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-06-30 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-06-30 Thread Vernon Cole
Vernon Cole added the comment: Adding Python 2.6 to the list of affected versions - as that is where I found the bug reported in issue 6383 (now superseded by this one.) -- nosy: +vernondcole versions: +Python 2.6, Python 3.0 ___ Python tracker

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: I believe this one is out of date, but without a sample test to check verifying is harder... -- nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker