| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 12 | -11491/+0 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -10/+0 |
|
|
* | Fix some doc problems. | Neal Norwitz | 2007-08-10 | 2 | -3/+3 |
|
|
* | Change PyUnicode_FromString[AndSize] to expect UTF-8. | Martin v. Löwis | 2007-08-05 | 1 | -3/+10 |
|
|
* | Merged revisions 55962-56019 via svnmerge from | Guido van Rossum | 2007-06-18 | 1 | -0/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+0 |
|
|
* | Add versionadded notes to PyUnicode_FromString(), | Walter Dörwald | 2007-06-11 | 1 | -2/+3 |
|
|
* | Document PyUnicode_FromFormat(). | Walter Dörwald | 2007-06-11 | 1 | -0/+49 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -4/+1 |
|
|
* | Document the existence of PyUnicode_InternInPlace() and | Walter Dörwald | 2007-05-25 | 1 | -0/+21 |
|
|
* | Fix typo. | Walter Dörwald | 2007-05-24 | 1 | -1/+1 |
|
|
* | Add 'U'/'U#' format characters to Py_BuildValue (and thus | Walter Dörwald | 2007-05-18 | 1 | -0/+9 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -4/+4 |
|
|
* | Add PyUnicode_FromString(), which create a unicode object from a | Walter Dörwald | 2007-05-05 | 1 | -0/+11 |
|
|
* | Change UnicodeDecodeError objects so that the 'object' attribute | Walter Dörwald | 2007-05-04 | 1 | -0/+12 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 6 | -10/+138 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Remove the deprecated and useless "pend" argument from | Georg Brandl | 2007-03-18 | 2 | -4/+2 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -2/+2 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -2/+0 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 2 | -12/+12 |
|
|
* | Get rid of more coerce cruft (really check in this time :-) | Neal Norwitz | 2006-08-29 | 1 | -4/+0 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 6 | -36/+74 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -14/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 5 | -39/+121 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -6/+10 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 5 | -37/+158 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 5 | -32/+144 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -6/+3 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -3/+0 |
|
|
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 2 | -11/+5 |
|
|
* | Move version added tag from PyObject_Length/Size to PyNumber_Index. | Neal Norwitz | 2006-03-08 | 1 | -1/+1 |
|
|
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -0/+5 |
|
|
* | Document PEP 352 changes. Also added GeneratorExit. | Brett Cannon | 2006-03-01 | 1 | -2/+6 |
|
|
* | Fix warning that texcheck complained about. | Martin v. Löwis | 2006-03-01 | 1 | -1/+1 |
|
|
* | markup glitch (spotted by George Yoshida) | Fredrik Lundh | 2006-03-01 | 1 | -1/+1 |
|
|
* | Document new Py_ssize_t API. | Martin v. Löwis | 2006-03-01 | 2 | -1/+27 |
|
|
* | Make documentation match the implementation. | Martin v. Löwis | 2006-03-01 | 6 | -167/+168 |
|
|
* | Fix casing of function names. | Georg Brandl | 2006-02-22 | 1 | -3/+3 |
|
|
* | fix typo | Georg Brandl | 2006-02-21 | 1 | -1/+1 |
|
|
* | Bug #1013800: document PyFunction_* functions | Georg Brandl | 2006-02-20 | 2 | -11/+112 |
|
|
* | Patch #1415507: clarify docs on reference stealing | Georg Brandl | 2006-02-18 | 1 | -3/+13 |
|
|
* | Bug #1432350: arrayobject should use PyObject_VAR_HEAD | Georg Brandl | 2006-02-17 | 1 | -1/+1 |
|
|
* | SF#1383115 | Fredrik Lundh | 2005-12-18 | 1 | -0/+5 |
|
|
* | Add versionadded info | Neal Norwitz | 2005-12-18 | 1 | -0/+1 |
|
|
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 1 | -0/+6 |
|
|
* | bug #1281408: make Py_BuildValue work with unsigned longs and long longs | Georg Brandl | 2005-11-24 | 1 | -2/+24 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -3/+0 |
|
|
* | SF bug #1323739, C API doc for PySequence_Tuple duplicated | Neal Norwitz | 2005-10-12 | 1 | -9/+5 |
|
|
* | Clarify the docs for Py_UNICODE. | Marc-André Lemburg | 2005-10-10 | 1 | -6/+16 |
|
|