Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #805015: doc error in PyUnicode_FromEncodedObject. | Georg Brandl | 2006-06-14 | 1 | -15/+8 |
| | |||||
* | Patch #1455898: Incremental mode for "mbcs" codec. | Martin v. Löwis | 2006-06-14 | 1 | -0/+12 |
| | |||||
* | Clarify documentation for bf_getcharbuffer. | Brett Cannon | 2006-06-07 | 1 | -6/+10 |
| | |||||
* | Patch 1494554: Update numeric properties to Unicode 4.1. | Martin v. Löwis | 2006-05-27 | 1 | -1/+1 |
| | |||||
* | Exception isn't the root of all exception classes anymore. | Georg Brandl | 2006-05-26 | 1 | -2/+3 |
| | |||||
* | Add a x-ref to newer calling APIs. | Georg Brandl | 2006-05-25 | 1 | -0/+4 |
| | |||||
* | Someone seems to just have copy-pasted the docs of | Georg Brandl | 2006-05-25 | 1 | -4/+4 |
| | | | | tp_compare to tp_richcompare ;) | ||||
* | PyErr_NewException now accepts a tuple of base classes as its | Georg Brandl | 2006-05-23 | 1 | -1/+2 |
| | | | | "base" parameter. | ||||
* | Typo repair. | Tim Peters | 2006-05-13 | 2 | -2/+2 |
| | |||||
* | Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV | Tim Peters | 2006-05-13 | 2 | -22/+57 |
| | | | | | | | | | | | | about "%u", "%lu" and "%zu" formats. Since PyString_FromFormat and PyErr_Format have exactly the same rules (both inherited from PyString_FromFormatV), it would be good if someone with more LaTeX Fu changed one of them to just point to the other. Their docs were way out of synch before this patch, and I just did a mass copy+paste to repair that. Not a backport candidate (this is a new feature). | ||||
* | SF patch #1473132: Improve docs for tp_clear and tp_traverse, | Tim Peters | 2006-05-12 | 1 | -4/+84 |
| | | | | | | by Collin Winter. Bugfix candidate (but I'm not going to bother). | ||||
* | avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to | Fred Drake | 2006-05-03 | 1 | -1/+1 |
| | | | | guillemets; no need for magic here | ||||
* | Documentation bug: PySet_Pop() returns a new reference (because the | Armin Rigo | 2006-05-02 | 1 | -1/+1 |
| | | | | caller becomes the owner of that reference). | ||||
* | fix markup glitch | George Yoshida | 2006-04-28 | 1 | -1/+1 |
| | |||||
* | Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR, | Martin v. Löwis | 2006-04-14 | 2 | -20/+1 |
| | | | | and PyObject_DEL. | ||||
* | Stop claiming that Py_Finalize releases all memory. | Martin v. Löwis | 2006-04-13 | 1 | -1/+4 |
| | | | | Fixes part of #1445210. | ||||
* | Patch #837242: id() for large ptr should return a long. | Martin v. Löwis | 2006-04-10 | 1 | -1/+5 |
| | |||||
* | Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. | Georg Brandl | 2006-04-06 | 1 | -2/+3 |
| | |||||
* | Fix typos. | Walter Dörwald | 2006-03-31 | 1 | -2/+2 |
| | |||||
* | SF patch #1458476 with modifications based on discussions in python-dev. This | Barry Warsaw | 2006-03-30 | 1 | -4/+3 |
| | | | | | | adds the following API calls: PySet_Clear(), _PySet_Next(), and _PySet_Update(). The latter two are considered non-public. Tests and documentation (for the public API) are included. | ||||
* | fill in refcount information for APIs first documented in Python 2.5 | Fred Drake | 2006-03-30 | 1 | -0/+9 |
| | |||||
* | merge revision 43437 from the release24-maint branch: | Fred Drake | 2006-03-30 | 2 | -0/+115 |
| | | | | | - update the refcount information (late, but not a bad thing to do...) - clarify that PyGen_New() steals a reference | ||||
* | Document change made to number of preallocated integers. | Georg Brandl | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | Show an example of calling a named set method. | Raymond Hettinger | 2006-03-20 | 1 | -2/+2 |
| | |||||
* | 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 |
| | | | | | | This was mostly written by Travis Oliphant. I've inspected it all; Neal Norwitz and MvL have also looked at it (in an earlier incarnation). | ||||
* | 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 |
| | | | | added refcount information for PyObject_Call | ||||
* | 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 |
| | | | | | | | Add C API function Py_GetBuildNumber(), add it to the interactive prompt banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number attribute. The build number is a string instead of an int because it may contain a trailing 'M' if there are local modifications. | ||||
* | 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 |
| | | | | properties now. | ||||
* | 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 |
| | |||||
* | Part of SF patch #1313939: Speedup charmap decoding by extending | Walter Dörwald | 2005-10-06 | 1 | -1/+6 |
| | | | | | | | PyUnicode_DecodeCharmap() the accept a unicode string as the mapping argument which is used as a mapping table. This code isn't used by any of the codecs yet. | ||||
* | bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong | Georg Brandl | 2005-09-28 | 1 | -2/+2 |
| | |||||
* | fix typo | Georg Brandl | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | - Correct PyBool_FromLong's return type and its description. | Georg Brandl | 2005-09-03 | 1 | -251/+251 |
| | | | | - Unify function description mode ("Return X" vs "Returns X") | ||||
* | Fix PySet_Pop() notes. | Raymond Hettinger | 2005-08-21 | 1 | -2/+1 |
| | |||||
* | Add info about the set API. | Raymond Hettinger | 2005-08-20 | 1 | -0/+19 |
| | |||||
* | Expand the API notes. | Raymond Hettinger | 2005-08-17 | 1 | -4/+5 |
| |