summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix typoGeorg Brandl2005-09-151-1/+1
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-251/+251
* Fix PySet_Pop() notes.Raymond Hettinger2005-08-211-2/+1
* Add info about the set API.Raymond Hettinger2005-08-201-0/+19
* 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
* bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentatedGeorg Brandl2005-07-171-2/+2
* Add a(nother) warning about mixing Py_NewInterpreter and theMichael W. Hudson2005-06-201-0/+6