summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* Remove a few elderly sentencesAndrew M. Kuchling2004-07-101-9/+2
* Replace example with simpler alternative using PyGILState_{Ensure,Require). ...Andrew M. Kuchling2004-07-101-13/+5
* [Bug #987835] Add documentation from PEP 311. (Untested TeX code.)Andrew M. Kuchling2004-07-101-0/+36
* [Bug #984017] Incorrect prototype, fixed by Timothy StranexAndrew M. Kuchling2004-07-071-2/+2
* Change signatures for arguments to "s" and friends to be the proper ``constBrett Cannon2004-07-011-6/+6
* [Bug #948970] Add PyExc_* symbols to index.Andrew M. Kuchling2004-06-291-28/+28
* Patch #923098: Share interned strings in marshal.Martin v. Löwis2004-06-271-3/+14
* SF patch 876130: add C API to datetime module, from Anthony Tuininga.Tim Peters2004-06-201-36/+157
* Note that memory returned by PyBuffer_New is not specifically aligned.Neil Schemenauer2004-06-081-1/+3
* [Bug #936837] Add missing wordAndrew M. Kuchling2004-06-051-1/+1
* Drop claims that Unicode always means UCS-2. Fixes #881861.Martin v. Löwis2004-06-032-9/+10
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+9
* Document PyModule_AddIntConstant to take a long. Fixes #962471.Martin v. Löwis2004-06-021-1/+1
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+31
* minor wording cleanupFred Drake2004-05-121-1/+1
* Removed 'U' from the documentation for Py_BuildValue to bring it in lineNicholas Bastin2004-05-041-3/+0
* Two new public API functions, Py_IncRef and Py_DecRef. Useful forThomas Heller2004-04-221-0/+5
* SF bug #936827: PyNumber_And() 's descriptionRaymond Hettinger2004-04-171-1/+1
* Emphasize the requirement that Python.h be included first more strongly.Fred Drake2004-03-311-3/+6
* improve the very-high-level API docs (contributed by Jeff Epler)Fred Drake2004-03-251-34/+180
* Remove note that PyErr_SetInterrupt() is obsolete; add comment about theFred Drake2004-03-251-1/+3
* SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"Raymond Hettinger2004-03-251-2/+2
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-4/+24
* Minor grammatical fixes.Brett Cannon2004-03-181-3/+3
* Extremely minor typo fixed.Brett Cannon2004-03-181-1/+1
* Use a new macro, PySequence_Fast_ITEMS to factor out code common toRaymond Hettinger2004-03-121-0/+7
* markup correctionFred Drake2004-02-171-1/+1
* Patch #893566: Document that tp_dealloc may be called from any thread.Martin v. Löwis2004-02-151-0/+10
* Documentation for PyDescr_NewClassMethod was missing - here's at leastThomas Heller2004-02-091-0/+5
* Fix small factual error.Raymond Hettinger2004-01-041-1/+1
* clean up indexing for None, NotImplementedFred Drake2004-01-011-1/+1
* At 2.2, the Py<type>_Check() family of API functions (macros) changedAndrew MacIntyre2003-12-261-0/+6
* The semantics of PyList_Check() and PyDict_Check() changed at 2.2, alongAndrew MacIntyre2003-12-251-2/+12
* Note that \var{ppos} values are not consecutive and should not be altered.Raymond Hettinger2003-12-131-1/+3
* * Added a new method flag, METH_COEXIST.Raymond Hettinger2003-12-131-0/+15
* Fix missing paren.Raymond Hettinger2003-12-071-1/+1
* SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)Raymond Hettinger2003-12-073-7/+6
* Expose dict_contains() and PyDict_Contains() with is about 10% fasterRaymond Hettinger2003-11-251-0/+8
* fix use of undefined markupFred Drake2003-11-101-1/+1
* Document Py_RETURN_NONE.Brett Cannon2003-11-091-0/+4
* Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3.Martin v. Löwis2003-11-061-6/+10
* Document that varlist can be NULL.Raymond Hettinger2003-10-261-2/+4
* Make CObjects mutable. Fixes #477441.Martin v. Löwis2003-10-191-5/+11
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-193-8/+8
* SF #822262, Typo in Doc/api/intro.texNeal Norwitz2003-10-131-1/+1
* Extended tuple's C API to include a new function, PyTuple_Pack() that isRaymond Hettinger2003-10-121-1/+9
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-221-1/+1
* fix \NULL with following space and no {}Fred Drake2003-09-071-1/+1
* Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get theBrett Cannon2003-09-071-1/+1
* Fix doubled word typos.Raymond Hettinger2003-08-251-1/+1