| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert the following revisions, as they don't fix security | Martin v. Löwis | 2008-03-02 | 1 | -4/+4 |
|
|
| * | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported... | Andrew M. Kuchling | 2006-10-26 | 1 | -4/+4 |
|
|
| * | Minor edits | Andrew M. Kuchling | 2006-08-18 | 1 | -2/+2 |
|
|
| * | Bug #1541682: Fix example in the "Refcount details" API docs. | Georg Brandl | 2006-08-18 | 1 | -0/+5 |
|
|
| * | Bug #1536828: typo: TypeType should have been StringType. | Georg Brandl | 2006-08-08 | 1 | -1/+1 |
|
|
| * | fix markup glitch(backport from rev.45778) | George Yoshida | 2006-04-28 | 1 | -1/+1 |
|
|
| * | Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. | Georg Brandl | 2006-04-06 | 1 | -2/+3 |
|
|
| * | - update the refcount information (late, but not a bad thing to do...) | Fred Drake | 2006-03-30 | 1 | -0/+1 |
|
|
| * | backport Py_UNICODE clarification | Skip Montanaro | 2005-10-10 | 1 | -6/+16 |
|
|
| * | backport of bugfix [ 1306449 ] PyString_AsStringAndSize() return value docume... | Georg Brandl | 2005-09-28 | 1 | -2/+2 |
|
|
| * | - Correct PyBool_FromLong's return type and its description. | Georg Brandl | 2005-09-03 | 1 | -226/+226 |
|
|
| * | Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. | Brett Cannon | 2005-02-17 | 1 | -1/+1 |
|
|
| * | SF bug #1082944: Incorrect docs for PyUnicode_TailMatch | Raymond Hettinger | 2004-12-10 | 1 | -1/+2 |
|
|
| * | Correct the handling of 0-termination of PyUnicode_AsWideChar() | Marc-André Lemburg | 2004-11-22 | 1 | -3/+7 |
|
|
| * | Fix typo in PyDict_Items doc | Nicholas Bastin | 2004-09-29 | 1 | -1/+1 |
|
|
| * | SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support | Walter Dörwald | 2004-09-07 | 1 | -0/+25 |
|
|
| * | [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: | Andrew M. Kuchling | 2004-08-07 | 1 | -10/+5 |
|
|
| * | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 1 | -9/+0 |
|
|
| * | let's avoid the extra nesting where reasonable | Fred Drake | 2004-08-03 | 1 | -1/+1 |
|
|
| * | Fix typo though | Neal Norwitz | 2004-08-02 | 1 | -2/+2 |
|
|
| * | Fix doubled word. | Raymond Hettinger | 2004-08-02 | 1 | -1/+1 |
|
|
| * | Add missing doc for Py_True/Py_False. Use the correct macro to define | Skip Montanaro | 2004-07-29 | 1 | -6/+16 |
|
|
| * | A little boolean music if you please, maestro... (Not sure I have the | Skip Montanaro | 2004-07-28 | 1 | -0/+34 |
|
|
| * | Fix an uncorrect function prototype. | Thomas Heller | 2004-07-23 | 1 | -1/+1 |
|
|
| * | Supply missing word in new datetime docs, aggravated by copy-paste-edit. | Tim Peters | 2004-07-17 | 1 | -3/+3 |
|
|
| * | SF patch 986010: add missing doc for datetime C API, from | Tim Peters | 2004-07-11 | 1 | -15/+85 |
|
|
| * | SF patch 876130: add C API to datetime module, from Anthony Tuininga. | Tim Peters | 2004-06-20 | 1 | -36/+157 |
|
|
| * | Note that memory returned by PyBuffer_New is not specifically aligned. | Neil Schemenauer | 2004-06-08 | 1 | -1/+3 |
|
|
| * | Drop claims that Unicode always means UCS-2. Fixes #881861. | Martin v. Löwis | 2004-06-03 | 1 | -3/+4 |
|
|
| * | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -0/+9 |
|
|
| * | Document PyModule_AddIntConstant to take a long. Fixes #962471. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
|
|
| * | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -0/+31 |
|
|
| * | SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" | Raymond Hettinger | 2004-03-25 | 1 | -2/+2 |
|
|
| * | Documentation for PyDescr_NewClassMethod was missing - here's at least | Thomas Heller | 2004-02-09 | 1 | -0/+5 |
|
|
| * | clean up indexing for None, NotImplemented | Fred Drake | 2004-01-01 | 1 | -1/+1 |
|
|
| * | At 2.2, the Py<type>_Check() family of API functions (macros) changed | Andrew MacIntyre | 2003-12-26 | 1 | -0/+6 |
|
|
| * | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along | Andrew MacIntyre | 2003-12-25 | 1 | -2/+12 |
|
|
| * | Note that \var{ppos} values are not consecutive and should not be altered. | Raymond Hettinger | 2003-12-13 | 1 | -1/+3 |
|
|
| * | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 1 | -0/+8 |
|
|
| * | fix use of undefined markup | Fred Drake | 2003-11-10 | 1 | -1/+1 |
|
|
| * | Document Py_RETURN_NONE. | Brett Cannon | 2003-11-09 | 1 | -0/+4 |
|
|
| * | Document that varlist can be NULL. | Raymond Hettinger | 2003-10-26 | 1 | -2/+4 |
|
|
| * | Make CObjects mutable. Fixes #477441. | Martin v. Löwis | 2003-10-19 | 1 | -5/+11 |
|
|
| * | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 1 | -4/+4 |
|
|
| * | Extended tuple's C API to include a new function, PyTuple_Pack() that is | Raymond Hettinger | 2003-10-12 | 1 | -1/+9 |
|
|
| * | Fix typo. | Raymond Hettinger | 2003-08-23 | 1 | -1/+1 |
|
|
| * | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+6 |
|
|
| * | fix some markup errors | Fred Drake | 2003-04-23 | 1 | -2/+2 |
|
|
| * | Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLo... | Thomas Heller | 2003-04-23 | 1 | -0/+26 |
|
|
| * | Patch #701395: Correct documentation of PyUnicode_Splitlines. | Martin v. Löwis | 2003-03-30 | 1 | -3/+4 |
|
|