- 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
- 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 14 years ago
- 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
- c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- d96b2f2 Merged revisions 79320 via svnmerge from by Ezio Melotti · 15 years ago
- 4c5475d Merged revisions 79314 via svnmerge from by Ezio Melotti · 15 years ago
- 7ed9c4c Merged revisions 78646 via svnmerge from by Victor Stinner · 15 years ago
- 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
- b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
- 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 16 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
- 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- f342bfc Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
- 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
- 4254e76 Change category(), bidirectional(), east_asian_width(), by Walter Dörwald · 17 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- c350912 Adjust CJK Ideograph range to Unicode 4.1. by Martin v. Löwis · 19 years ago
- 0e2f9b2 Fix refcounting bug. by Martin v. Löwis · 19 years ago
- 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- 1e365b2 Remove gcc (4.0.x) warning about uninitialized value by explicitly setting by Thomas Wouters · 19 years ago
- 8b291e2 Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4. by Martin v. Löwis · 19 years ago
- 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
- cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 20 years ago
- e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
- 69dc1c8 Fix typo. by Hye-Shik Chang · 20 years ago
- 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 21 years ago
- d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
- e9c571f Fix SF bug #694816, remove comparison of unsigned value < 0 by Neal Norwitz · 22 years ago
- 2fb661f Remove C++ comment. by Martin v. Löwis · 22 years ago
- b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
- 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
- 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
- ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
- 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
- 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
- 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
- 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
- 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
- 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago
- a2bd8d3 Remove direct manipulation of the module dict. by Fred Drake · 23 years ago
- 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- 69b83b1 unicodedata_decomposition(): sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
- 6a16ea0 Kill a warning on the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
- f585bef Be a bit more strict in setting up the export of the C API for this by Fred Drake · 24 years ago
- b95896b renamed internal functions to avoid name clashes under OpenVMS by Fredrik Lundh · 24 years ago
- ae76367 stupid typo (for some reason, this only caused problems on OpenVMS). by Fredrik Lundh · 24 years ago
- 06d1268 Move uchhash functionality into unicodedata (after the recent by Fredrik Lundh · 24 years ago
- b2dfd73 Unicode nits: Don't include unicodedatabase.h no more. And make sure by Fredrik Lundh · 24 years ago
- 7b7dd10 compress unicode decomposition tables (this saves another 55k) by Fredrik Lundh · 24 years ago
- cfcea49 unicode database compression, step 2: by Fredrik Lundh · 24 years ago
- a4287c2 unicode database compression, step 1: by Fredrik Lundh · 24 years ago
- 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- 8a16054 Marc-Andre Lemburg: The large unicode database table is broken in by Guido van Rossum · 25 years ago
- 2a70a3a Module unicodedata -- Provides access to the Unicode 3.0 data base. by Guido van Rossum · 25 years ago