summaryrefslogtreecommitdiffstats
path: root/Modules/_gestalt.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
| | | | | | | | | PyUnicode_AsStringAndSize -> _PyUnicode_AsStringAndSize to mark them for interpreter internal use only. We'll have to rework these APIs or create new ones for the purpose of accessing the UTF-8 representation of Unicode objects for 3.1.
* fix compiler warningBenjamin Peterson2008-06-121-1/+1
|
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-2/+14
|
* add the gestalt module back as _gestaltBenjamin Peterson2008-05-291-0/+72