summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-1512-11491/+0
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-121-10/+0
* Fix some doc problems.Neal Norwitz2007-08-102-3/+3
* Change PyUnicode_FromString[AndSize] to expect UTF-8.Martin v. Löwis2007-08-051-3/+10
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-0/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+0
* Add versionadded notes to PyUnicode_FromString(),Walter Dörwald2007-06-111-2/+3
* Document PyUnicode_FromFormat().Walter Dörwald2007-06-111-0/+49
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-4/+1
* Document the existence of PyUnicode_InternInPlace() andWalter Dörwald2007-05-251-0/+21
* Fix typo.Walter Dörwald2007-05-241-1/+1
* Add 'U'/'U#' format characters to Py_BuildValue (and thusWalter Dörwald2007-05-181-0/+9
* 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
* Change UnicodeDecodeError objects so that the 'object' attributeWalter Dörwald2007-05-041-0/+12
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-276-10/+138
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Remove the deprecated and useless "pend" argument fromGeorg Brandl2007-03-182-4/+2
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+2
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-2/+0
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-132-12/+12
* Get rid of more coerce cruft (really check in this time :-)Neal Norwitz2006-08-291-4/+0
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-216-36/+74
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-14/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-115-39/+121
* Merge the rest of the trunk.Thomas Wouters2006-06-081-6/+10
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-275-37/+158
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-215-32/+144
* Remove apply()Neal Norwitz2006-03-171-6/+3
* Remove apply()Neal Norwitz2006-03-171-3/+0
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-172-11/+5
* Move version added tag from PyObject_Length/Size to PyNumber_Index.Neal Norwitz2006-03-081-1/+1
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+5
* Document PEP 352 changes. Also added GeneratorExit.Brett Cannon2006-03-011-2/+6
* Fix warning that texcheck complained about.Martin v. Löwis2006-03-011-1/+1
* markup glitch (spotted by George Yoshida)Fredrik Lundh2006-03-011-1/+1
* Document new Py_ssize_t API.Martin v. Löwis2006-03-012-1/+27
* Make documentation match the implementation.Martin v. Löwis2006-03-016-167/+168
* Fix casing of function names.Georg Brandl2006-02-221-3/+3
* fix typoGeorg Brandl2006-02-211-1/+1
* Bug #1013800: document PyFunction_* functionsGeorg Brandl2006-02-202-11/+112
* Patch #1415507: clarify docs on reference stealingGeorg Brandl2006-02-181-3/+13
* Bug #1432350: arrayobject should use PyObject_VAR_HEADGeorg Brandl2006-02-171-1/+1
* SF#1383115Fredrik Lundh2005-12-181-0/+5
* Add versionadded infoNeal Norwitz2005-12-181-0/+1
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+6
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-2/+24
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
* SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
* Clarify the docs for Py_UNICODE.Marc-André Lemburg2005-10-101-6/+16