581 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
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
Chris Jerdonek 5fae0e5854 Improve str() and object.__str__() documentation (issue #13538). 13 years ago
Chris Jerdonek 17fc44c9b3 Improve str() and object.__str__() documentation (issue #13538). 13 years ago
Andrew Svetlov 4deb16dd75 Remove already dropped function PySys_GetFile from documentation. 13 years ago
Chris Jerdonek 64c0b2ca3d Backport from 3.2: remove "Release" and "Date" markers from index pages. 13 years ago
Chris Jerdonek 8b7f9f581d Remove unneeded "Release" and "Date" markers from doc index pages. 13 years ago
Armin Ronacher 74b38b190f Issue #16148: Small improvements and cleanup. Added version information 14 years ago
Armin Ronacher aa9a79d279 Issue #16148: implemented PEP 424 14 years ago
Ezio Melotti e7f90375b1 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. 14 years ago
Ezio Melotti 7598e18bf2 Fix rst markup. 14 years ago
Antoine Pitrou fbd4f80979 Issue #15444: Use proper spelling for non-ASCII contributor names. 14 years ago
Brett Cannon 522267e784 Issue #15610: The PyImport_ImportModuleEx macro now calls 14 years ago
Andrew Svetlov 774c8a39dc fix docs for c-api memory functions 14 years ago