613 Commits (be9acefc6bdf6e71407cedfedae330b919ff0637)

Author SHA1 Message Date
Brett Cannon 18fc4e70f3 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets 12 years ago
Andrew Svetlov 08af00047b Get rid of deprecated IOError in the doc 12 years ago
Georg Brandl 1c669c1154 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. 12 years ago
Georg Brandl df48b97855 Fix a few scoping issues with versionadded/versionchanged directives. 12 years ago
Larry Hastings 3732ed2414 Merge in all documentation changes since branching 3.4.0rc1. 12 years ago
Éric Araujo fa5e6e4773 Fix note markup (#16805). 12 years ago
R David Murray e8db162f62 whatsnew: PEP 424 implementation. 12 years ago
Zachary Ware 7bbd101bb1 Fix several C-API doc typos caught by tomo cocoa on docs@. 12 years ago
R David Murray 4e4a313486 Fix return type in doc of PyStructSequence_InitType2. 12 years ago
R David Murray 237fda2984 whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes. 12 years ago
Larry Hastings 8f9f0f12e8 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. 13 years ago
Larry Hastings b082731fbb Issue #20517: Functions in the os module that accept two filenames 13 years ago
Nick Coghlan c0bc0b46bb Issue #20500: Note other public APIs with the new assertion 13 years ago
Nick Coghlan 3d7b3641d3 Note the new debug assertion in PyObject_Str 13 years ago
Nick Coghlan aa029dad50 Tweaks to What's New and some referenced docs 13 years ago
Martin v. Löwis ca7b04644c Issue #17162: Add PyType_GetSlot. 13 years ago
Zachary Ware a479b7505e Issue #20460: Render 'bytes' as a class, not a function. 13 years ago
Nick Coghlan 77b286b2cc Close #20105: set __traceback__ when chaining exceptions in C 13 years ago
Larry Hastings 2a727916c5 Issue #20226: Major improvements to Argument Clinic. 13 years ago
Victor Stinner e8453bc136 C API doc: try to group concrete objects 13 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