598 Commits (dcd340eeebf0793ea0797ca90d72ac535db4ea78)

Author SHA1 Message Date
Victor Stinner e8453bc136 C API doc: try to group concrete objects 12 years ago
Serhiy Storchaka c679227e31 Issue #1772673: The type of `char*` arguments now changed to `const char*`. 13 years ago
Nick Coghlan 1805a62f1f Issue #16129: Py_SetStandardStreamEncoding cleanups 13 years ago
Nick Coghlan 7d270ee05d Issue #16129: Add `Py_SetStandardStreamEncoding` 13 years ago
Georg Brandl 5c01d99c12 Introduce support for documenting which C API elements are not part of the stable/limited API. 13 years ago
Georg Brandl ae30a813a9 Closes #13833: document PyStructSequence C-API functions. 13 years ago
Victor Stinner 2fe9bac4dc Close #16742: Fix misuse of memory allocations in PyOS_Readline() 13 years ago
Victor Stinner 6cf185dc06 Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on 13 years ago
Raymond Hettinger 8ee7708c7f Issue #19005: Fix documentation for PyIter_Next(). 13 years ago
Serhiy Storchaka 0b68a2d675 Issue 19195: Improved cross-references in C API documentation. 13 years ago
Antoine Pitrou 1a67bee701 Add a "skull and crossbones" to Py_AddPendingCall. 13 years ago
Victor Stinner 14e461d5b9 Close #11619: The parser and the import machinery do not encode Unicode 13 years ago
Serhiy Storchaka e79be877df Issue #18743: Fix references to non-existant "StringIO" module. 13 years ago
Christian Heimes ad73a9cf97 Issue #16400: Add command line option for isolated mode. 13 years ago
Eli Bendersky 43694a50ab Issue #18668: Further clarify m_size setting for non-negative values 13 years ago
Serhiy Storchaka cdd0279b0b Fix a typo in PyUnicode_CopyCharacters() documentation. 13 years ago
Eli Bendersky 0d2d2b8393 Issue #18668: Properly document setting m_size in PyModuleDef 13 years ago
Antoine Pitrou 39668f57f4 Issue #18589: fix hyperlinking of type slots (tp_*) 13 years ago
Antoine Pitrou 796564c27b Issue #18112: PEP 442 implementation (safe object finalization). 13 years ago
Victor Stinner 0507bf56f0 Issue #3329: Implement the PEP 445 13 years ago
Brett Cannon 679ecb565b Issue #15767: back out 8a0ed9f63c6e, finishing the removal of 13 years ago
Brett Cannon 82da8886cc Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError 13 years ago
Victor Stinner 36f01ad9ac Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators 13 years ago
Victor Stinner 4d7056258b Issue #3329: Add new APIs to customize memory allocators 13 years ago
Brett Cannon 8f5ac5106e Issue #15767: Touch up ModuleNotFoundError usage by import. 13 years ago
Brett Cannon b1611e2772 Issue #15767: Introduce ModuleNotFoundError, a subclass of 13 years ago
Serhiy Storchaka 1cfebc73e0 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and 13 years ago
Andrew Kuchling 1e170bae71 #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer 13 years ago
Victor Stinner 8cecc8c262 Issue #7330: Implement width and precision (ex: "%5.3s") for the format string 13 years ago
Brett Cannon 4c14b5de1c #17115,17116: Have modules initialize the __package__ and __loader__ 13 years ago
Ezio Melotti c228e96726 #16518: use "bytes-like object" throughout the docs. 13 years ago
Georg Brandl 991fc5736e Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, 13 years ago
Georg Brandl 44ea77bd81 Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 13 years ago
Kristján Valur Jónsson 34870c4142 Issue #17522: Minor documentation fix 13 years ago
Kristján Valur Jónsson 684cd0e643 Issue #17522: Add the PyGILState_Check() API. 13 years ago
Gregory P. Smith 4b52ae8f97 Clean up references to the no longer existing PyString_ APIs in our docs. 13 years ago
Georg Brandl 1f68a2f27f Remove row-spanning cell, which the Sphinx text writer does not support. 13 years ago
Terry Jan Reedy 65e69b3718 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* 13 years ago
Terry Jan Reedy 6bf9b85859 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* 13 years ago
Benjamin Peterson 37474f43f3 fix spelling (#17327) 13 years ago
Benjamin Peterson 285581405d say defaultobj is returned (#17327) 13 years ago
Benjamin Peterson e094833f22 remove more useless words 13 years ago
Benjamin Peterson 89fe665e38 remove useless words (#17327) 13 years ago
Ezio Melotti fc5c5320a0 Fix typo in PyDict_SetDefault docs. 13 years ago
Benjamin Peterson 00e9886bd9 Add PyDict_SetDefault. (closes #17327) 13 years ago
Nick Coghlan 7d82c8621b Close #15465: Document C API version macros 13 years ago
Ezio Melotti 32b0f02034 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. 13 years ago
Andrew Svetlov f4c3a187d5 Remove redundant sentence from c-api docs (issue #16323) 13 years ago
Andrew Svetlov 0fe030bb03 Issue #16323: Fix wrong C API documentation for locale encoding. 13 years ago
Chris Jerdonek bb4e941c6d Add a str class entry to the "Text Sequence Type" section (issue #16209). 13 years ago