summaryrefslogtreecommitdiffstats
path: root/Doc/api/api.tex
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for Py_Main() and PyThreadState_GetDict().Fred Drake2001-05-211-0/+21
* Typo: "that" --> "than"Fred Drake2001-05-211-1/+1
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-7/+21
* Hmm... better add a version annotation for the Iterator Protocol section.Fred Drake2001-05-071-0/+2
* Added documentation for PyIter_Check() and PyIter_Next().Fred Drake2001-05-071-1/+39
* This patch originated from an idea by Martin v. Loewis who submitted aMarc-André Lemburg2001-04-231-1/+3
* Michael Hudson:Fred Drake2001-04-131-1/+23
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-4/+4
* Correct the documentation for getreadbufferproc and getwritebufferproc.Greg Stein2001-04-071-5/+6
* Document PySequence_Size(), and describe PySequence_Length() as simply anFred Drake2001-04-041-1/+5
* Added documentation for PyObject_IsInstance() and PyObject_IsSubclass().Fred Drake2001-03-281-0/+36
* Strengthen the constraints on calling PyObject_GC_Fini().Fred Drake2001-03-231-0/+5
* Be more clear about the specific rules for supporting the cyclic GC in anFred Drake2001-03-221-4/+126
* Integrated an expanded version of some text from Neil Schemenauer aboutFred Drake2001-03-211-3/+85
* Finally fill in the documentation for the PyDict_Next() function. It isFred Drake2001-03-161-2/+20
* Document PyErr_WarnExplicit().Guido van Rossum2001-02-281-0/+9
* PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values.Fred Drake2001-02-121-7/+6
* Remove an now-false statement about there being only one type flagFred Drake2001-02-031-3/+1
* Document the PyInstance_*() functions and data.Fred Drake2001-01-281-2/+30
* Fixed a bunch of typos caught by Gilles Civario.Fred Drake2001-01-191-17/+20
* Undoing the whitespace patches which sneaked into the earlier patch.Marc-André Lemburg2001-01-171-6/+6
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-6/+14
* Markup nit: Command line options should be marked with \programopt.Fred Drake2001-01-041-2/+2
* Document Pyerr_Warn().Guido van Rossum2000-12-191-0/+34
* 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-281-1/+31
* 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
* 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-191-0/+17
* 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-121-53/+52
* Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().Fred Drake2000-09-121-0/+17
* 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
* In the section on the "Very High Level Layer", address concerns brought upFred Drake2000-08-141-0/+9
* 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-131-0/+7