Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25706: Fixed markup in the documentation. | Serhiy Storchaka | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 3 | -3/+3 |
| | |||||
* | Issue #24808: Update the documentation of some PyTypeObject fields | Martin Panter | 2015-08-25 | 1 | -5/+5 |
| | | | | Patch by Joseph Weston. | ||||
* | 'Py_Buffer' should be 'Py_buffer' (closes #24883) | Benjamin Peterson | 2015-08-18 | 1 | -4/+4 |
| | |||||
* | Fix usage of the default role. | Zachary Ware | 2015-07-07 | 1 | -3/+4 |
| | | | | | The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page. | ||||
* | Fix suspicious markup | Zachary Ware | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 8 | -14/+14 |
| | |||||
* | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | #23088: Clarify null termination of bytes and strings in C API. | R David Murray | 2015-05-14 | 3 | -31/+44 |
| | | | | Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray. | ||||
* | Fixed a typo. | Serhiy Storchaka | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | #23957: fix typo. | R David Murray | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | issue9014: Include more formatting on :c:type:`PyObject` etc. | Gregory P. Smith | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. | Gregory P. Smith | 2015-04-14 | 1 | -29/+41 |
| | |||||
* | Issue #19428: Document that PyMarshal_ReadLongFromFile() and | Victor Stinner | 2015-03-18 | 1 | -6/+15 |
| | | | | PyMarshal_ReadShortFromFile() can fail. | ||||
* | Issue #23081: Document that PySequence_List also accepts iterables. | Berker Peksag | 2015-03-13 | 1 | -2/+3 |
| | | | | Patch by Lars Buitinck. | ||||
* | Whitespace. | Stefan Krah | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets | Stefan Krah | 2015-02-01 | 1 | -0/+3 |
| | | | | are required. | ||||
* | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 3 | -3/+3 |
| | | | | Patch by Karan Goel. | ||||
* | 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 |
| | |||||
* | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -4/+5 |
| | | | | Ducasse) | ||||
* | Closes #21687: delimiter in Py_SetPath is platform dependent | Georg Brandl | 2014-10-11 | 1 | -1/+3 |
| | |||||
* | Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 |
| | | | | The result type is Py_ssize_t (and not int). | ||||
* | Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and ↵ | Georg Brandl | 2014-10-06 | 2 | -30/+35 |
| | | | | mention that they call the PEP 3119 methods. | ||||
* | Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. | Georg Brandl | 2014-10-06 | 1 | -0/+6 |
| | |||||
* | Closes #22565: fix argument types of PyErr_WarnEx. | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | PyObject not PyType (closes #18494) | Benjamin Peterson | 2014-10-06 | 1 | -2/+2 |
| | |||||
* | Closes #19477: remove outdated documentation of tp_print type object slot. | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
| | |||||
* | args doesn't need to be a tuple (closes #17210) | Benjamin Peterson | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Update docs about tp_richcompare | Andrew Svetlov | 2014-07-03 | 1 | -1/+3 |
| | |||||
* | Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a | Stefan Krah | 2014-06-29 | 1 | -2/+2 |
| | | | | getbufferproc(). | ||||
* | MERGE: Closes #21441: Reorder elements in documentation to match actual ↵ | Jesus Cea | 2014-06-25 | 1 | -10/+10 |
|\ | | | | | | | order in the code | ||||
| * | Closes #21441: Reorder elements in documentation to match actual order in ↵ | Jesus Cea | 2014-06-25 | 1 | -10/+10 |
| | | | | | | | | the code | ||||
| * | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 2 | -0/+2 |
| | | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. | ||||
| * | Fix several C-API doc typos caught by tomo cocoa on docs@. | Zachary Ware | 2014-02-26 | 3 | -9/+8 |
| | | | | | | | | | | The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code. | ||||
* | | Quash extraneous quote. | Zachary Ware | 2014-06-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. | Eric Snow | 2014-05-12 | 1 | -1/+7 |
| | | |||||
* | | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by ↵ | Antoine Pitrou | 2014-04-28 | 1 | -0/+18 |
| | | | | | | | | Yury V. Zaytsev. | ||||
* | | PySequence_Fast generally returns a list not a tuple (closes #16395) | Benjamin Peterson | 2014-04-08 | 1 | -4/+4 |
| | | |||||
* | | the name of the slot of nb_multiply not nb_mul | Benjamin Peterson | 2014-04-08 | 1 | -1/+2 |
| | | |||||
* | | Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets | Brett Cannon | 2014-04-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | __file__. This causes _frozen_importlib to no longer have __file__ set as well as any frozen module imported using imp.init_frozen() (which is deprecated). | ||||
* | | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 1 | -2/+2 |
| | | |||||
* | | Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ↵ | Georg Brandl | 2014-03-25 | 1 | -2/+5 |
| | | | | | | | | key-value sequences. Patch by priyapappachan. | ||||
* | | Fix a few scoping issues with versionadded/versionchanged directives. | Georg Brandl | 2014-03-24 | 2 | -4/+5 |
| | | |||||
* | | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 7 | -11/+20 |
| | | |||||
* | | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 1 | -25/+0 |
| | | |||||
* | | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-10 | 1 | -7/+43 |
| | | | | | | | | | | | | now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one. | ||||
* | | Issue #20500: Note other public APIs with the new assertion | Nick Coghlan | 2014-02-09 | 2 | -2/+9 |
| | |