summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* In the first discussion showing how to handle exceptions from C, make theFred Drake2000-11-291-7/+11
* Added documentation for the Py_InitModule*() family of functions.Fred Drake2000-11-282-1/+47
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-221-1/+1
* Added exception to the rule that the buffer returned by PyString_AsString()Fred Drake2000-10-231-4/+17
* For PyErr_Format(), note that the exception parameter can be a string orFred Drake2000-10-141-2/+2
* Fix a couple of places where the descriptions of *_GET_SIZE() macros saidFred Drake2000-10-071-2/+2
* The _PyTuple_Resize() last_is_sticky flag must now always be false.Neil Schemenauer2000-10-051-6/+6
* Reversely --> ConverselyFred Drake2000-09-291-2/+2
* Note that including Python.h includes limits.h when available.Fred Drake2000-09-261-2/+2
* Added documentation for the new PyModule_*() convenience functions.Fred Drake2000-09-231-0/+26
* Added refcount information for the *_InPlace*() API series.Fred Drake2000-09-221-0/+53
* PyNumber_Coerce() returns an int, not a PyObject *.Fred Drake2000-09-221-1/+1
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-211-0/+4
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-192-0/+22
* Document new APIs PyOS_getsig() and PyOS_setsig().Guido van Rossum2000-09-161-0/+15
* Use \shortversion in a number of places.Fred Drake2000-09-141-6/+5
* Avoid reference to specific versions of Python where possible.Fred Drake2000-09-141-3/+3
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-7/+106
* Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>:Fred Drake2000-09-122-54/+62
* Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().Fred Drake2000-09-122-0/+25
* Update documentation for PyErr_Format, because the function has changed.Moshe Zadka2000-09-011-9/+19
* Document PyImport_AppendInittab(), PyImport_ExtendInittab(), andFred Drake2000-09-011-1/+39
* refactor __del__ exception handler into PyErr_WriteUnraisableJeremy Hylton2000-09-011-0/+11
* Document PyOS_CheckStack().Fred Drake2000-08-311-2/+12
* Correct the reference count information for the parameters ofFred Drake2000-08-151-3/+3
* In the section on the "Very High Level Layer", address concerns brought upFred Drake2000-08-141-0/+9
* Added information for PyEval_EvalCode().Fred Drake2000-08-121-2/+7
* PyRun_InteractiveOne(),Fred Drake2000-08-111-2/+20
* ANY becomes void, to reflect the requirement for ANSI C.Fred Drake2000-08-111-18/+11
* Document PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-132-0/+10
* Added new APIs and fixed some other Unicode ones (missing * orMarc-André Lemburg2000-07-071-56/+78
* Added docs for the new Unicode and string APIs.Marc-André Lemburg2000-07-071-7/+52
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-07-031-1/+9
* Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.Fred Drake2000-06-301-8/+7
* Update comments relating to the removal of the -X option and of stringFred Drake2000-06-291-16/+11
* Added documentation for PyOS_AfterFork().Fred Drake2000-06-281-0/+7
* Markup consistency nits.Fred Drake2000-06-181-89/+43
* Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.Fred Drake2000-06-162-2/+273
* Added reference count information for PySequence_List().Fred Drake2000-06-161-0/+3
* Documented PySequence_List() and PySequence_Tuple().Fred Drake2000-06-161-20/+54
* Added reference count information for Py_FindMethod().Fred Drake2000-04-101-0/+5
* Yet another markup nit: functions that are part of the Python/C APIFred Drake2000-04-101-3/+5
* PyErr_Format():Fred Drake2000-04-101-1/+0
* document PyErr_FormatJeremy Hylton2000-04-102-0/+16
* Add to the comment a description of the "null" value for returnedFred Drake2000-04-101-1/+4
* The reference count field for PyErr_NoMemory() andFred Drake2000-04-101-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+712
* Merge in changes from the 1.5.2p2 release.Fred Drake2000-04-031-654/+1297
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-3/+24
* Improve explanation of reference counts for PyString_Concat().Fred Drake2000-03-311-2/+3