| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 5 | -140/+140 |
|\ |
|
| * | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 5 | -137/+137 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -0/+49 |
|
|
* | | Issue #3329: Implement the PEP 445 | Victor Stinner | 2013-07-07 | 1 | -1/+170 |
|
|
* | | Issue #15767: back out 8a0ed9f63c6e, finishing the removal of | Brett Cannon | 2013-07-04 | 1 | -2/+0 |
|
|
* | | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError | Brett Cannon | 2013-07-04 | 1 | -7/+0 |
|
|
* | | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ... | Victor Stinner | 2013-06-15 | 1 | -120/+1 |
|
|
* | | Issue #3329: Add new APIs to customize memory allocators | Victor Stinner | 2013-06-14 | 1 | -1/+120 |
|
|
* | | Issue #15767: Touch up ModuleNotFoundError usage by import. | Brett Cannon | 2013-06-13 | 1 | -0/+7 |
|
|
* | | Issue #15767: Introduce ModuleNotFoundError, a subclass of | Brett Cannon | 2013-06-12 | 1 | -0/+2 |
|
|
* | | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and | Serhiy Storchaka | 2013-05-29 | 1 | -2/+8 |
|
|
* | | #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer | Andrew Kuchling | 2013-05-29 | 1 | -1/+23 |
|
|
* | | Issue #7330: Implement width and precision (ex: "%5.3s") for the format string | Victor Stinner | 2013-05-06 | 1 | -0/+11 |
|
|
* | | #17115,17116: Have modules initialize the __package__ and __loader__ | Brett Cannon | 2013-05-04 | 1 | -2/+9 |
|
|
* | | #16518: merge with 3.3. | Ezio Melotti | 2013-05-04 | 2 | -8/+7 |
|\ \
| |/ |
|
| * | #16518: use "bytes-like object" throughout the docs. | Ezio Melotti | 2013-05-04 | 2 | -8/+7 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-04-14 | 1 | -11/+29 |
|\ \
| |/ |
|
| * | Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, | Georg Brandl | 2013-04-14 | 1 | -11/+29 |
|
|
* | | Merge with 3.3. | Georg Brandl | 2013-03-28 | 3 | -1/+8 |
|\ \
| |/ |
|
| * | Closes #4159: add LaTeX tabular column specifications to tables that otherwis... | Georg Brandl | 2013-03-28 | 3 | -1/+8 |
|
|
* | | Issue #17522: Minor documentation fix | Kristján Valur Jónsson | 2013-03-23 | 1 | -0/+2 |
|
|
* | | Issue #17522: Add the PyGILState_Check() API. | Kristján Valur Jónsson | 2013-03-23 | 1 | -0/+12 |
|
|
* | | cleanup references to PyString_ APIs in the 3.x docs. | Gregory P. Smith | 2013-03-22 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | cleanup references to PyString_ APIs from 2.x in the 3.3 docs. | Gregory P. Smith | 2013-03-22 | 2 | -4/+4 |
| |\ |
|
| | * | Clean up references to the no longer existing PyString_ APIs in our docs. | Gregory P. Smith | 2013-03-22 | 2 | -4/+4 |
|
|
* | | | merge with 3.3 | Georg Brandl | 2013-03-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Remove row-spanning cell, which the Sphinx text writer does not support. | Georg Brandl | 2013-03-16 | 1 | -1/+1 |
|
|
* | | | Merge with 3.3: Issue #17047: removed doubled words in Doc/*, | Terry Jan Reedy | 2013-03-11 | 2 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Merge with 3.2: Issue #17047: removed doubled words in Doc/*, | Terry Jan Reedy | 2013-03-11 | 2 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* | Terry Jan Reedy | 2013-03-11 | 2 | -3/+3 |
|
|
| | * | Improve str() and object.__str__() documentation (issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -5/+7 |
|
|
* | | | fix spelling (#17327) | Benjamin Peterson | 2013-03-11 | 1 | -2/+2 |
|
|
* | | | say defaultobj is returned (#17327) | Benjamin Peterson | 2013-03-11 | 1 | -3/+3 |
|
|
* | | | remove more useless words | Benjamin Peterson | 2013-03-11 | 1 | -3/+3 |
|
|
* | | | remove useless words (#17327) | Benjamin Peterson | 2013-03-11 | 1 | -3/+3 |
|
|
* | | | Fix typo in PyDict_SetDefault docs. | Ezio Melotti | 2013-03-10 | 1 | -1/+1 |
|
|
* | | | Add PyDict_SetDefault. (closes #17327) | Benjamin Peterson | 2013-03-08 | 1 | -0/+9 |
|
|
* | | | Merge fix for #15465 from 3.3 | Nick Coghlan | 2013-03-07 | 3 | -9/+51 |
|\ \ \
| |/ / |
|
| * | | Close #15465: Document C API version macros | Nick Coghlan | 2013-03-07 | 3 | -9/+51 |
|
|
* | | | #17363: merge with 3.3. | Ezio Melotti | 2013-03-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. | Ezio Melotti | 2013-03-06 | 1 | -2/+2 |
|
|
* | | | Merge: remove redundant sentence from c-api docs (issue #16323) | Andrew Svetlov | 2012-11-29 | 1 | -4/+1 |
|\ \ \
| |/ / |
|
| * | | Remove redundant sentence from c-api docs (issue #16323) | Andrew Svetlov | 2012-11-29 | 1 | -4/+1 |
|
|
* | | | Merge issue #16323: Fix wrong C API documentation for locale encoding. | Andrew Svetlov | 2012-11-28 | 1 | -20/+24 |
|\ \ \
| |/ / |
|
| * | | Issue #16323: Fix wrong C API documentation for locale encoding. | Andrew Svetlov | 2012-11-28 | 1 | -20/+24 |
|
|
* | | | Merge from 3.3: Add a str class entry to the string section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Add a str class entry to the "Text Sequence Type" section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -2/+2 |
|
|
* | | | Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -5/+7 |
|\ \ \
| |/ / |
|
| * | | Improve str() and object.__str__() documentation (issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -5/+7 |
|
|
* | | | Merge: Remove already dropped function PySys_GetFile from documentation. | Andrew Svetlov | 2012-10-31 | 1 | -6/+0 |
|\ \ \
| |/ / |
|