| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. | Georg Brandl | 2007-09-12 | 1 | -1/+1 |
| | | | | | (backport from rev. 58117). | ||||
| * | Fix #1122: wrong return type documented for various _Size() functions. | Georg Brandl | 2007-09-12 | 1 | -4/+4 |
| | | | | | (backport from rev. 58115). | ||||
| * | Add missing \versionadded. | Georg Brandl | 2007-06-16 | 1 | -0/+1 |
| | | | | | (backport from rev. 56006) | ||||
| * | Backport checkin: | Walter Dörwald | 2007-05-03 | 1 | -4/+4 |
| | | | | | | Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped in native order mode, and only if it's the first two bytes. | ||||
| * | Backport r54763: repair missing spaces after \UNIX. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
| | | |||||
| * | Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. | Martin v. Löwis | 2007-03-23 | 1 | -3/+3 |
| | | |||||
| * | Patch #1684834: document some utility C API functions. | Georg Brandl | 2007-03-21 | 1 | -0/+91 |
| | | | | | (backport from rev. 54483) | ||||
| * | Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and ↵ | Georg Brandl | 2007-03-02 | 1 | -2/+5 |
| | | | | | | | _Resize. (backport from rev. 54088) | ||||
| * | Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. | Georg Brandl | 2007-01-17 | 1 | -2/+2 |
| | | | | | (backport from rev. 53477) | ||||
| * | Remove a stray (old) macro name left around (I guess) | Neal Norwitz | 2006-12-28 | 1 | -2/+0 |
| | | |||||
| * | Patch #1592072: fix docs for return value of PyErr_CheckSignals. | Georg Brandl | 2006-11-08 | 1 | -1/+1 |
| | | | | | (backport from rev. 52666) | ||||
| * | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. ↵ | Andrew M. Kuchling | 2006-10-26 | 1 | -4/+4 |
| | | | | | Reported by David Faure. | ||||
| * | Bug #1546052: clarify that PyString_FromString(AndSize) copies the | Georg Brandl | 2006-09-30 | 1 | -5/+5 |
| | | | | | | string pointed to by its parameter. (backport from rev. 52078) | ||||
| * | Minor edits | Andrew M. Kuchling | 2006-08-18 | 2 | -3/+3 |
| | | |||||
| * | Typo in tp_clear docs. | Georg Brandl | 2006-08-18 | 1 | -1/+1 |
| | | | | | (backport from rev. 51368) | ||||
| * | Bug #1541682: Fix example in the "Refcount details" API docs. | Georg Brandl | 2006-08-18 | 3 | -22/+20 |
| | | | | | | | Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea. (backport from rev. 51364) | ||||
| * | Improve markup in PyUnicode_RichCompare. | Georg Brandl | 2006-08-14 | 1 | -19/+14 |
| | | |||||
| * | Slightly revised version of patch #1538956: | Marc-André Lemburg | 2006-08-14 | 2 | -4/+30 |
| | | | | | | | | | | | Replace UnicodeDecodeErrors raised during == and != compares of Unicode and other objects with a new UnicodeWarning. All other comparisons continue to raise exceptions. Exceptions other than UnicodeDecodeErrors are also left untouched. | ||||
| * | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 1 | -3/+22 |
| | | | | | | | | I modified this patch some by fixing style, some error checking, and adding XXX comments. This patch requires review and some changes are to be expected. I'm checking in now to get the greatest possible review and establish a baseline for moving forward. I don't want this to hold up release if possible. | ||||
| * | Followup to bug #1069160. | Tim Peters | 2006-08-10 | 1 | -6/+6 |
| | | | | | | | PyThreadState_SetAsyncExc(): internal correctness changes wrt refcount safety and deadlock avoidance. Also added a basic test case (relying on ctypes) and repaired the docs. | ||||
| * | ``str`` is now the same object as ``types.StringType``. | Georg Brandl | 2006-08-08 | 1 | -17/+24 |
| | | |||||
| * | Bug #1536828: typo: TypeType should have been StringType. | Georg Brandl | 2006-08-08 | 1 | -1/+1 |
| | | |||||
| * | Fix function name. | Georg Brandl | 2006-07-31 | 1 | -1/+1 |
| | | |||||
| * | Document PyErr_WarnEx. (Bad Neal! No biscuit!) | Andrew M. Kuchling | 2006-07-31 | 1 | -2/+16 |
| | | | | | | | | | | Is the explanation of the 'stacklevel' parameter clear? Please feel free to edit it. I don't have LaTeX installed on this machine, so haven't verified that the markup is correct. Will check tonight, or maybe the automatic doc build will tell me. | ||||
| * | Add refcounts for PyErr_WarnEx | Andrew M. Kuchling | 2006-07-31 | 1 | -0/+5 |
| | | |||||
| * | lots of markup nits, most commonly Unix/unix --> \UNIX | Fred Drake | 2006-07-30 | 1 | -2/+2 |
| | | |||||
| * | [Patch #1490989 from Skip Montanaro] Mention debugging builds in the API ↵ | Andrew M. Kuchling | 2006-07-29 | 2 | -5/+56 |
| | | | | | documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit. | ||||
| * | Document the correct return type of PyLong_AsUnsignedLongLongMask. | Thomas Heller | 2006-07-06 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
