| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -3/+3 |
|
|
* | | Doc clarification / edification on the semantics of the 'w*' format unit. | Larry Hastings | 2015-04-13 | 1 | -1/+1 |
|
|
* | | Merge 3.4 (marshal doc) | Victor Stinner | 2015-03-18 | 1 | -6/+15 |
|\ \
| |/ |
|
| * | Issue #19428: Document that PyMarshal_ReadLongFromFile() and | Victor Stinner | 2015-03-18 | 1 | -6/+15 |
|
|
* | | Issue #23081: Document that PySequence_List also accepts iterables. | Berker Peksag | 2015-03-13 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #23081: Document that PySequence_List also accepts iterables. | Berker Peksag | 2015-03-13 | 1 | -2/+3 |
|
|
| * | Whitespace. | Stefan Krah | 2015-02-01 | 1 | -1/+1 |
|
|
* | | Whitespace. | Stefan Krah | 2015-02-01 | 1 | -1/+1 |
|
|
* | | Issue #23352: Merge from 3.4. | Stefan Krah | 2015-02-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets | Stefan Krah | 2015-02-01 | 1 | -0/+3 |
|
|
| * | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 |
|
|
* | | Closes #23181: codepoint -> code point | Georg Brandl | 2015-01-14 | 1 | -1/+1 |
|
|
* | | merge 3.4 (#23221) | Benjamin Peterson | 2015-01-13 | 3 | -3/+3 |
|\ \
| |/ |
|
| * | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 3 | -3/+3 |
|
|
* | | merge 3.4 (#23110) | Benjamin Peterson | 2014-12-24 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | doucment that Py_SetPath copies its argument (closes #23110) | Benjamin Peterson | 2014-12-24 | 1 | -0/+3 |
|
|
* | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 2 | -14/+16 |
|\ \
| |/ |
|
| * | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 2 | -14/+16 |
|
|
* | | Issue #19676: Tweak documentation a bit. | Berker Peksag | 2014-11-25 | 1 | -2/+2 |
|
|
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -0/+5 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc... | Georg Brandl | 2014-10-31 | 1 | -4/+5 |
|
|
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-11 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Closes #21687: delimiter in Py_SetPath is platform dependent | Georg Brandl | 2014-10-11 | 1 | -1/+3 |
|
|
* | | (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-06 | 2 | -30/+35 |
|\ \
| |/ |
|
| * | Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention... | Georg Brandl | 2014-10-06 | 2 | -30/+35 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-06 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. | Georg Brandl | 2014-10-06 | 1 | -0/+6 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Closes #22565: fix argument types of PyErr_WarnEx. | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
|
|
* | | merge 3.4 (#18494) | Benjamin Peterson | 2014-10-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | PyObject not PyType (closes #18494) | Benjamin Peterson | 2014-10-06 | 1 | -2/+2 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
|\ \
| |/ |
|
| * | Closes #19477: remove outdated documentation of tp_print type object slot. | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
|
|
* | | Reorganize C API docs of the exception API | Antoine Pitrou | 2014-09-30 | 1 | -151/+191 |
|
|
* | | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b... | Antoine Pitrou | 2014-09-30 | 1 | -0/+8 |
|
|
* | | Issue #18395, #22108: Update embedded Python examples to decode correctly | Victor Stinner | 2014-08-01 | 1 | -0/+15 |
|
|
* | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 2 | -14/+75 |
|
|
* | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. | Victor Stinner | 2014-07-29 | 1 | -3/+8 |
|
|
* | | Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ | Victor Stinner | 2014-07-24 | 1 | -10/+3 |
|
|
* | | tets | Victor Stinner | 2014-07-24 | 1 | -3/+10 |
|
|
* | | merge 3.4 (#17210) | Benjamin Peterson | 2014-07-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | args doesn't need to be a tuple (closes #17210) | Benjamin Peterson | 2014-07-19 | 1 | -1/+1 |
|
|
* | | Merge 3.4 | Andrew Svetlov | 2014-07-03 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Update docs about tp_richcompare | Andrew Svetlov | 2014-07-03 | 1 | -1/+3 |
|
|
* | | Merge 3.4. | Stefan Krah | 2014-06-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a | Stefan Krah | 2014-06-29 | 1 | -2/+2 |
|
|