summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Collapse)AuthorAgeFilesLines
* #5618: fix typo.Georg Brandl2009-03-311-1/+1
|
* #5227: note that Py_Main doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4
|
* #5245: note that PyRun_SimpleString doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4
|
* #970783: document PyObject_Generic[GS]etAttr.Georg Brandl2009-03-311-0/+21
|
* #5566: fix versionadded from PyLong ssize_t functions.Georg Brandl2009-03-311-3/+3
|
* #5488: add missing struct member.Georg Brandl2009-03-151-0/+1
|
* #5486: typos.Georg Brandl2009-03-131-1/+1
|
* #5338, #5339: two types in the API manual.Georg Brandl2009-02-212-2/+2
|
* note functions that are not aliased to PyBytes_ #5280Benjamin Peterson2009-02-161-2/+28
|
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-6/+17
| | | | | | negative arguments. Previously, it raised TypeError. Thanks Lisandro Dalcin.
* #5015: document PythonHome API functions.Georg Brandl2009-02-051-0/+14
|
* PyErr_PrintEx is also in 2.x...Georg Brandl2009-02-051-1/+10
|
* #5144: document that PySys_SetArgv prepends the script directory (or the ↵Georg Brandl2009-02-051-7/+11
| | | | empty string) to sys.path.
* PyErr_BadInternalCall() raises a SystemError, not TypeError #5112Benjamin Peterson2009-01-311-3/+4
|
* Fix call signature and markup.Georg Brandl2009-01-131-3/+3
|
* tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901Benjamin Peterson2009-01-101-1/+1
|
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-0/+44
| | | | Add test cases and documentation
* Grammar fix.Georg Brandl2009-01-031-4/+3
|
* Remove trailing whitespace.Georg Brandl2009-01-039-12/+12
|
* Fix uses of the default role.Georg Brandl2009-01-031-5/+5
|
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-7/+0
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-6/+7
| | | | found by Gabriel Genellina.
* document PyMemberDefBenjamin Peterson2009-01-021-0/+63
|
* #4763 PyErr_ExceptionMatches won't blow up with NULL argumentsBenjamin Peterson2008-12-281-5/+4
|
* Document Py_VaBuildValue.Alexandre Vassalotti2008-12-281-0/+5
|
* #4682: 'b' is actually unsigned char.Georg Brandl2008-12-271-2/+3
|
* less attitudeBenjamin Peterson2008-12-221-2/+2
|
* w# requires Py_ssize_tChristian Heimes2008-11-301-1/+1
|
* Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.Gregory P. Smith2008-11-241-1/+6
|
* PyGILState_Acquire -> PyGILState_EnsureBenjamin Peterson2008-10-101-3/+3
|
* Markup fixAndrew M. Kuchling2008-09-302-2/+2
|
* sort of backport 66038 by aliasing PyObject_Bytes to PyObject_StrBenjamin Peterson2008-08-261-0/+8
|
* Fix typoNick Coghlan2008-08-181-1/+1
|
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-182-0/+18
|
* fix markupBenjamin Peterson2008-08-161-0/+1
|
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-0/+16
| | | | | | | by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*.
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-1/+3
| | | | | | | | was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have all been updated to perform better checks and places in the code that would previously leak memory on the error path when such an allocation failed have been fixed.
* fix various doc typos #3320Benjamin Peterson2008-07-121-4/+4
|
* Add cautionary note on the use of PySequence_Fast_ITEMS.Raymond Hettinger2008-07-111-0/+4
|
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-062-8/+6
| | | | | freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+8
|
* fix grammarBenjamin Peterson2008-05-301-1/+1
|
* Two fixes in bytearray docs.Georg Brandl2008-05-291-1/+5
|
* #2989: add PyType_Modified().Georg Brandl2008-05-281-1/+10
|
* add PyByteArray docsBenjamin Peterson2008-05-262-0/+75
|
* fix a minor typoBenjamin Peterson2008-05-261-1/+1
|
* note that PyString and has been aliased to PyBytesBenjamin Peterson2008-05-261-2/+6
|
* Mention version in which the new marshal version was introduced.Georg Brandl2008-05-121-1/+2
|
* Marshal is at version 2.Georg Brandl2008-05-121-2/+2
|
* #2727: clarify tp_iternext docs.Georg Brandl2008-04-301-5/+6
|