summaryrefslogtreecommitdiffstats
path: root/Doc/api/concrete.tex
Commit message (Expand)AuthorAgeFilesLines
* Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skippedWalter Dörwald2007-05-031-4/+4
* Bug #1688274: add documentation for C-level class objects.Collin Winter2007-03-301-0/+29
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-171-3/+8
* Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.Georg Brandl2007-01-171-2/+2
* Fix and/add typoRaymond Hettinger2006-11-231-2/+2
* [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported...Andrew M. Kuchling2006-10-261-4/+4
* Bug #1546052: clarify that PyString_FromString(AndSize) copies theGeorg Brandl2006-09-301-5/+5
* Minor editsAndrew M. Kuchling2006-08-181-2/+2
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-181-0/+5
* Improve markup in PyUnicode_RichCompare.Georg Brandl2006-08-141-19/+14
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-0/+25
* ``str`` is now the same object as ``types.StringType``.Georg Brandl2006-08-081-17/+24
* Bug #1536828: typo: TypeType should have been StringType.Georg Brandl2006-08-081-1/+1
* Document the correct return type of PyLong_AsUnsignedLongLongMask.Thomas Heller2006-07-061-1/+1
* Bug #805015: doc error in PyUnicode_FromEncodedObject.Georg Brandl2006-06-141-15/+8
* Patch #1455898: Incremental mode for "mbcs" codec.Martin v. Löwis2006-06-141-0/+12
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-1/+1
* Typo repair.Tim Peters2006-05-131-1/+1
* Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatVTim Peters2006-05-131-12/+28
* fix markup glitchGeorge Yoshida2006-04-281-1/+1
* Patch #837242: id() for large ptr should return a long.Martin v. Löwis2006-04-101-1/+5
* Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.Georg Brandl2006-04-061-2/+3
* Fix typos.Walter Dörwald2006-03-311-2/+2
* SF patch #1458476 with modifications based on discussions in python-dev. ThisBarry Warsaw2006-03-301-4/+3
* merge revision 43437 from the release24-maint branch:Fred Drake2006-03-301-0/+1
* Document change made to number of preallocated integers.Georg Brandl2006-03-271-1/+1
* Show an example of calling a named set method.Raymond Hettinger2006-03-201-2/+2
* 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