Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UCNs machine with >= 32bit longs | Jeremy Hylton | 2000-07-26 | 1 | -19/+51 |
| | | | | | | | originally submitted by Bill Tutt Note: This code is actually going to be replaced in 2.0 by /F's new database. Until then, this patch keeps the test suite working. | ||||
* | Jack Jansen: Use include "" instead of <>; and staticforward declarations | Guido van Rossum | 2000-06-29 | 1 | -3/+3 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+12212 |
New ucnhash module by Bill Tutt. This module contains the hash table needed to map Unicode character names to Unicode ordinals and is loaded on-the-fly by the standard unicode-escape codec. |