Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactored the unicodeobject/ucnhash interface, to hide the | Fredrik Lundh | 2001-01-19 | 1 | -18/+27 |
| | | | | | | | implementation details inside the ucnhash module. also cleaned up the unicode copyright blurb a little; Secret Labs' internal revision history isn't that interesting... | ||||
* | Fix to use Py_UCS4 | Marc-André Lemburg | 2000-07-07 | 1 | -1/+1 |
| | |||||
* | Jack Jansen: Use include "" instead of <>; and staticforward declarations | Guido van Rossum | 2000-06-29 | 1 | -1/+1 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+20 |
Exports the C API of the new ucnhash module. By Bill Tutt. |