- 926ce70 Merge 3.4 (marshal doc) by Victor Stinner · 10 years ago
- 6a318d4 Issue #19428: Document that PyMarshal_ReadLongFromFile() and by Victor Stinner · 10 years ago
- 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
- 09bb904 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
- 3a43d06 Whitespace. by Stefan Krah · 10 years ago
- 3e9bec2 Whitespace. by Stefan Krah · 10 years ago
- a7e9a6a Issue #23352: Merge from 3.4. by Stefan Krah · 10 years ago
- 0dc4e15 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
- d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
- 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
- 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
- 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
- 7a120ec merge 3.4 (#23110) by Benjamin Peterson · 10 years ago
- b33bb89 doucment that Py_SetPath copies its argument (closes #23110) by Benjamin Peterson · 10 years ago
- b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
- 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
- 87f6c22 Issue #19676: Tweak documentation a bit. by Berker Peksag · 10 years ago
- 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
- e21a531 merge with 3.4 by Georg Brandl · 10 years ago
- a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
- 35aa10b merge with 3.4 by Georg Brandl · 10 years ago
- e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
- 8786ea3 (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
- 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
- 92b47a4 merge with 3.4 by Georg Brandl · 10 years ago
- f6d6dc2 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. by Georg Brandl · 10 years ago
- 4ae7839 merge with 3.4 by Georg Brandl · 10 years ago
- a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
- b65ff1d merge with 3.4 by Georg Brandl · 10 years ago
- 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
- 1fe8ada merge 3.4 (#18494) by Benjamin Peterson · 10 years ago
- 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
- 31e34fe merge with 3.4 by Georg Brandl · 10 years ago
- 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
- 550ff72 Reorganize C API docs of the exception API by Antoine Pitrou · 10 years ago
- 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 10 years ago
- 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
- f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
- 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
- 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
- d18ccd1 tets by Victor Stinner · 10 years ago
- 0172b11 merge 3.4 (#17210) by Benjamin Peterson · 10 years ago
- 102488b args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 10 years ago
- a6237d8 Merge 3.4 by Andrew Svetlov · 10 years ago
- 0d50af4 Update docs about tp_richcompare by Andrew Svetlov · 10 years ago
- d95224c Merge 3.4. by Stefan Krah · 10 years ago
- bb458db Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a by Stefan Krah · 10 years ago
- 7232986 MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
- ca5c715 MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
- e8ef8b7 Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
- 83500dc Merge quote quashing. by Zachary Ware · 10 years ago
- 780b585 Quash extraneous quote. by Zachary Ware · 10 years ago
- d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
- b7f1be3 Merge from 3.4 (for #21226). by Eric Snow · 11 years ago
- 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 11 years ago
- db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 11 years ago
- 63aeb71 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. by Antoine Pitrou · 11 years ago
- f9f54a2 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. by Antoine Pitrou · 11 years ago
- d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
- ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 11 years ago
- f0f7844 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 11 years ago
- 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 11 years ago
- 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 11 years ago
- 1c669c1 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 11 years ago
- df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
- 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
- fa5e6e4 Fix note markup (#16805). by Éric Araujo · 11 years ago
- 7bbd101 Fix several C-API doc typos caught by tomo cocoa on docs@. by Zachary Ware · 11 years ago
- 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 11 years ago
- b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
- c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 11 years ago
- 3d7b364 Note the new debug assertion in PyObject_Str by Nick Coghlan · 11 years ago
- aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 11 years ago
- ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 11 years ago
- 28479d8 Issue #20460: Merge with 3.3 by Zachary Ware · 11 years ago
- a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 11 years ago
- 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 11 years ago
- 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
- e8453bc C API doc: try to group concrete objects by Victor Stinner · 11 years ago
- c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
- 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
- 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
- 7c11e52 merge with 3.3 by Georg Brandl · 11 years ago
- 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
- a636c8e merge with 3.3 by Georg Brandl · 11 years ago
- ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
- 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
- 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
- 5ed3bc9 merge by Raymond Hettinger · 11 years ago
- 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
- d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
- 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
- c8fb4fc Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
- 1a67bee Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
- 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
- bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
- e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
- ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
- 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago