- 8b1701d Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
- 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
- 29f0dc5 dict is also allowed (closes #19163) by Benjamin Peterson · 11 years ago
- 59db34e Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
- 6d5bd52 Issue #18743: Improved cross-references to the StringIO class. by Serhiy Storchaka · 11 years ago
- 92fae55 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
- 10bb21e Fix refcount leak in the reference counting example section (!). by Georg Brandl · 12 years ago
- ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 12 years ago
- 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
- 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
- bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
- 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
- 1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. by Georg Brandl · 12 years ago
- caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
- 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
- 6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
- 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
- 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 12 years ago
- f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 12 years ago
- 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 12 years ago
- bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
- 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
- f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
- 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
- d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
- 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
- e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
- 7598e18 Fix rst markup. by Ezio Melotti · 12 years ago
- b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
- fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
- 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
- 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
- 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
- 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
- 64c0b2c Backport from 3.2: remove "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
- 774c8a3 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
- a6473f9 Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use by Brett Cannon · 12 years ago
- 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 12 years ago
- 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
- 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
- 788306a Fix whitespace. by Martin v. Löwis · 12 years ago
- 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
- b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
- f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
- c9aa842 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
- 93648f0 Issue #12965: Merge from 3.2. by Mark Dickinson · 12 years ago
- 766e622 Issue #12965: Merge from 3.2 by Mark Dickinson · 12 years ago
- 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
- 466bfff Whitespace normalization by Martin v. Löwis · 12 years ago
- c06917b Add Stable ABI documentation. by Martin v. Löwis · 12 years ago
- 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
- 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
- 11cfea9 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew by Eli Bendersky · 12 years ago
- ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
- d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
- faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 13 years ago
- 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
- f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 13 years ago
- aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
- 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 13 years ago
- bded894 Add versionadded tags to newly added ImportError convenience functions. by Brian Curtin · 13 years ago
- bd43974 Add documentation for the new PyErr_SetFromImport* functions by Brian Curtin · 13 years ago
- 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 13 years ago
- 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 13 years ago
- abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 13 years ago
- 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 13 years ago
- 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 13 years ago
- ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
- 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
- 4384435 write versionadded by Benjamin Peterson · 13 years ago
- 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 13 years ago
- b46d4b7 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
- 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
- 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
- a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
- 5e8260b Issue #13727: Add 3 macros to access PyDateTime_Delta members: by Amaury Forgeot d'Arc · 13 years ago
- 9a56068 how could I have missed :cmember: in import.rst? by Sandro Tosi · 13 years ago
- 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
- 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
- e5f93ef Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
- 8448dfa Issue #13302: backport part of 3ed28f28466f by Sandro Tosi · 13 years ago
- 2d679a4 s/:c:type:/:ctype:/g by Ezio Melotti · 13 years ago
- 28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and by Victor Stinner · 13 years ago
- 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
- a94a0e9 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
- cc1a086 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
- 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
- c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
- b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
- ac8f78a merge with 3.2 by Sandro Tosi · 13 years ago
- 606e19d Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int by Victor Stinner · 13 years ago
- 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
- 0d81c13 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
- b99bb20 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
- b511aca Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
- f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 13 years ago
- af02e1c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() by Victor Stinner · 13 years ago
- 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 13 years ago
- bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
- b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago