| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) | Victor Stinner | 2019-11-22 | 1 | -2/+0 |
* | Fix typo: Pyssize_t => Py_ssize_t (GH-15411) | Sergey Fedoseev | 2019-08-26 | 1 | -1/+1 |
* | bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode... | Pablo Galindo | 2019-07-01 | 1 | -1/+18 |
* | bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) | Pablo Galindo | 2019-05-28 | 1 | -0/+1 |
* | bpo-36783: Add new references for C API Documentation changes (GH-13204) | Edison A | 2019-05-13 | 1 | -0/+17 |
* | bpo-18085: Update refcounts.dat. (GH-11247) | Serhiy Storchaka | 2018-12-20 | 1 | -332/+1206 |
* | bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) | Mat M | 2018-12-19 | 1 | -44/+231 |
* | bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) | Serhiy Storchaka | 2018-12-17 | 1 | -0/+28 |
* | Add missed details of the C API introduced in 3.7. (GH-7047) | Serhiy Storchaka | 2018-05-22 | 1 | -0/+76 |
* | Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) | Masayuki Yamamoto | 2018-05-22 | 1 | -0/+21 |
* | bpo-10381: Add timezone to datetime C API (#5032) | Paul Ganssle | 2018-01-24 | 1 | -0/+8 |
* | Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) | Eric Snow | 2017-06-01 | 1 | -0/+4 |
* | Issue #27186: Document PyOS_FSPath(). | Brett Cannon | 2016-06-09 | 1 | -0/+3 |
* | Issue #24400: Introduce a distinct type for 'async def' coroutines. | Yury Selivanov | 2015-06-22 | 1 | -0/+6 |
* | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b... | Antoine Pitrou | 2014-09-30 | 1 | -0/+5 |
* | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 1 | -16/+0 |
* | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-09 | 1 | -2/+18 |
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -9/+9 |
* | Issue #18085: Add missed const modifier for some entries in refcounts.dat. | Serhiy Storchaka | 2013-07-11 | 1 | -76/+76 |
|\ |
|
| * | Issue #18085: Add missed const modifier for some entries in refcounts.dat. | Serhiy Storchaka | 2013-07-11 | 1 | -77/+77 |
* | | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and | Serhiy Storchaka | 2013-05-29 | 1 | -4/+4 |
* | | Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. | Serhiy Storchaka | 2013-05-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. | Serhiy Storchaka | 2013-05-28 | 1 | -1/+1 |
* | | Add PyDict_SetDefault. (closes #17327) | Benjamin Peterson | 2013-03-07 | 1 | -0/+5 |
|/ |
|
* | Merge: Remove already dropped function PySys_GetFile from documentation. | Andrew Svetlov | 2012-10-31 | 1 | -4/+0 |
|\ |
|
| * | Remove already dropped function PySys_GetFile from documentation. | Andrew Svetlov | 2012-10-31 | 1 | -4/+0 |
* | | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -0/+5 |
|/ |
|
* | Add the green "New reference" note to the doc of PyException_GetTraceback() | Petri Lehtinen | 2011-10-23 | 1 | -0/+2 |
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+5 |
* | Issue #9089: PyNumber_Int is no more. Remove it from the docs. | Mark Dickinson | 2010-06-27 | 1 | -3/+0 |
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -0/+12 |
* | Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,... | Benjamin Peterson | 2010-02-03 | 1 | -1/+1 |
* | Merged revisions 77088 via svnmerge from | Georg Brandl | 2009-12-28 | 1 | -0/+6 |
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -0/+39 |
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -3/+0 |
* | #3247: get rid of Py_FindMethods | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -5/+0 |
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -0/+22 |
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -0/+5 |
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -0/+9 |
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 1 | -3/+0 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+1747 |