summaryrefslogtreecommitdiffstats
path: root/Modules/_gestalt.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #18393: Remove use of deprecated API on OSXRonald Oussoren2013-07-151-84/+0
* Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()Victor Stinner2011-11-211-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-20/+20
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+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