summaryrefslogtreecommitdiffstats
path: root/Doc/api/concrete.tex
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-0/+1
* Add versionadded notes to PyUnicode_FromString(),Walter Dörwald2007-06-111-2/+3
* Document PyUnicode_FromFormat().Walter Dörwald2007-06-111-0/+49
* Document the existence of PyUnicode_InternInPlace() andWalter Dörwald2007-05-251-0/+21
* Fix typo.Walter Dörwald2007-05-241-1/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-4/+4
* Add PyUnicode_FromString(), which create a unicode object from aWalter Dörwald2007-05-051-0/+11
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+37
* Remove the deprecated and useless "pend" argument fromGeorg Brandl2007-03-181-3/+2
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-11/+11
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+25
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-32/+44
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-14/+30
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-11/+16
* Document new Py_ssize_t API.Martin v. Löwis2006-03-011-1/+19
* Make documentation match the implementation.Martin v. Löwis2006-03-011-99/+99
* Fix casing of function names.Georg Brandl2006-02-221-3/+3
* Bug #1013800: document PyFunction_* functionsGeorg Brandl2006-02-201-1/+75
* Clarify the docs for Py_UNICODE.Marc-André Lemburg2005-10-101-6/+16
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+6
* bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrongGeorg Brandl2005-09-281-2/+2
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-251/+251
* Expand the API notes.Raymond Hettinger2005-08-171-4/+5
* Note that the PyNumber protocol can access most set methods directly.Raymond Hettinger2005-08-171-3/+10
* Numerous fix-ups to C API and docs. Added tests for C API.Raymond Hettinger2005-08-161-15/+21
* Add a C API for sets and frozensets.Raymond Hettinger2005-08-161-0/+125
* Fix grammar (it's -> its).Neil Schemenauer2005-06-181-1/+1
* Fix name for PyDateTime_FromDateAndTime.Brett Cannon2005-02-171-1/+1
* SF bug #1082944: Incorrect docs for PyUnicode_TailMatchRaymond Hettinger2004-12-101-1/+2
* Correct the handling of 0-termination of PyUnicode_AsWideChar()Marc-André Lemburg2004-11-221-3/+7
* Fix typo in PyDict_Items docNicholas Bastin2004-09-291-1/+1
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-0/+25
* [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex:Andrew M. Kuchling2004-08-071-10/+5
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-9/+0
* let's avoid the extra nesting where reasonableFred Drake2004-08-031-1/+1
* Fix typo thoughNeal Norwitz2004-08-021-2/+2
* Fix doubled word.Raymond Hettinger2004-08-021-1/+1
* Add missing doc for Py_True/Py_False. Use the correct macro to defineSkip Montanaro2004-07-291-6/+16
* A little boolean music if you please, maestro... (Not sure I have theSkip Montanaro2004-07-281-0/+34
* Fix an uncorrect function prototype.Thomas Heller2004-07-231-1/+1
* Supply missing word in new datetime docs, aggravated by copy-paste-edit.Tim Peters2004-07-171-3/+3
* SF patch 986010: add missing doc for datetime C API, fromTim Peters2004-07-111-15/+85
* SF patch 876130: add C API to datetime module, from Anthony Tuininga.Tim Peters2004-06-201-36/+157
* Note that memory returned by PyBuffer_New is not specifically aligned.Neil Schemenauer2004-06-081-1/+3
* Drop claims that Unicode always means UCS-2. Fixes #881861.Martin v. Löwis2004-06-031-3/+4
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+9
* Document PyModule_AddIntConstant to take a long. Fixes #962471.Martin v. Löwis2004-06-021-1/+1
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+31
* SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"Raymond Hettinger2004-03-251-2/+2