Staging
v0.8.1
https://github.com/python/cpython
Revision 2101348830ff0d65cebd4caf886011f45bcc7618 authored by Tim Peters on 25 September 2000, 07:13:41 UTC, committed by Tim Peters on 25 September 2000, 07:13:41 UTC
a bit, sped it a lot primarily by removing the unused assumption that None was
a legit bin entry (the function doesn't really need to assume that there's
anything special about 0), added an optional "trace" argument, and in __debug__
mode added exhaustive verification that the decomposition is both correct and
doesn't overstep any array bounds (which wasn't obvious to me from staring at the
generated C code -- now I feel safe!).  Did not commit a new unicodedata_db.h, as
the one produced by this version is identical to the one already checked in.
1 parent 68ded6e
History
Tip revision: 2101348830ff0d65cebd4caf886011f45bcc7618 authored by Tim Peters on 25 September 2000, 07:13:41 UTC
Fiddled w/ /F's cool new splitbins function: documented it, generalized it
Tip revision: 2101348
File Mode Size
BeOS
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.6 KB
LICENSE -rw-r--r-- 4.9 KB
Makefile.in -rw-r--r-- 17.5 KB
README -rw-r--r-- 34.4 KB
acconfig.h -rw-r--r-- 5.5 KB
config.h.in -rw-r--r-- 16.1 KB
configure -rwxr-xr-x 167.2 KB
configure.in -rw-r--r-- 33.7 KB
install-sh -rwxr-xr-x 2.2 KB

README

back to top