Benjamin Peterson
b173f7853e
add a replacement API for PyCObject, PyCapsule #5630
...
All stdlib modules with C-APIs now use this.
Patch by Larry Hastings
2009-05-05 22:31:58 +00:00
Martin v. Löwis
5bd7c02298
Avoid forward-declaring the methods array.
...
Rename unicodedata.db* to unicodedata.ucd*
2006-03-10 11:20:04 +00:00
Martin v. Löwis
480f1bb67b
Update Unicode database to Unicode 4.1.
2006-03-09 23:38:20 +00:00
Fredrik Lundh
0fdb90cafe
refactored the unicodeobject/ucnhash interface, to hide the
...
implementation details inside the ucnhash module.
also cleaned up the unicode copyright blurb a little; Secret Labs'
internal revision history isn't that interesting...
2001-01-19 09:45:02 +00:00
Marc-André Lemburg
fa1309fd72
Fix to use Py_UCS4
2000-07-07 17:45:37 +00:00
Guido van Rossum
4f4b799b33
Jack Jansen: Use include "" instead of <>; and staticforward declarations
2000-06-29 00:06:39 +00:00
Marc-André Lemburg
808d9b140e
Marc-Andre Lemburg <mal@lemburg.com>:
...
Exports the C API of the new ucnhash module.
By Bill Tutt.
2000-06-28 16:37:24 +00:00