| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp... | Irit Katriel | 2023-03-21 | 1 | -0/+3 |
|
|
* | gh-102755: Add PyErr_DisplayException(exc) (#102756) | Irit Katriel | 2023-03-16 | 1 | -0/+1 |
|
|
* | Docs: Clarify availability of PyOS_CheckStack (GH-91816) | Petr Viktorin | 2022-04-22 | 1 | -0/+1 |
|
|
* | bpo-45434: Remove useless space in includes (GH-28963) | Victor Stinner | 2021-10-14 | 1 | -1/+1 |
|
|
* | bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2... | Petr Viktorin | 2021-04-23 | 1 | -1/+0 |
|
|
* | bpo-43244: Remove symtable.h header file (GH-24910) | Victor Stinner | 2021-03-19 | 1 | -5/+0 |
|
|
* | bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) | Victor Stinner | 2020-12-08 | 1 | -117/+7 |
|
|
* | bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) | Lysandros Nikolaou | 2020-06-21 | 1 | -50/+0 |
|
|
* | bpo-37189: Export old PyRun_XXX() functions (#14142) | Victor Stinner | 2019-06-17 | 1 | -2/+18 |
|
|
* | bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) | Dino Viehland | 2019-05-28 | 1 | -0/+13 |
|
|
* | bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) | Paul Monson | 2019-04-18 | 1 | -1/+1 |
|
|
* | bpo-22257: Small changes for PEP 432. (#1728) | Eric Snow | 2017-05-23 | 1 | -16/+0 |
|
|
* | Issue #29058: All stable API extensions added after Python 3.2 are now | Serhiy Storchaka | 2016-12-27 | 1 | -0/+2 |
|
|
* | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|\ |
|
| * | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 1 | -4/+4 |
|/ |
|
* | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -1/+2 |
|
|
* | Issue #22869: Split pythonrun into two modules | Nick Coghlan | 2014-11-20 | 1 | -110/+0 |
|
|
* | Issue #19526: Exclude all new API from the stable ABI. | Martin v. Löwis | 2014-01-03 | 1 | -0/+2 |
|
|
* | Issue #19512: Add PyRun_InteractiveOneObject() function | Victor Stinner | 2013-11-06 | 1 | -0/+4 |
|
|
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -2/+2 |
|
|
* | Issue #16129: Py_SetStandardStreamEncoding cleanups | Nick Coghlan | 2013-10-18 | 1 | -0/+5 |
|
|
* | Issue #16129: Move Py_SetStandardStreamEncoding declaration | Nick Coghlan | 2013-10-17 | 1 | -2/+3 |
|
|
* | Issue #16129: Add `Py_SetStandardStreamEncoding` | Nick Coghlan | 2013-10-17 | 1 | -0/+2 |
|
|
* | Issue #18756: os.urandom() now uses a lazily-opened persistent file descripto... | Antoine Pitrou | 2013-08-30 | 1 | -0/+1 |
|
|
* | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 1 | -0/+25 |
|
|
* | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 1 | -1/+1 |
|
|
* | Issue #1545463: Global variables caught in reference cycles are now garbage-c... | Antoine Pitrou | 2013-05-06 | 1 | -0/+1 |
|
|
* | Issue #17408: Avoid using an obsolete instance of the copyreg module when the... | Antoine Pitrou | 2013-05-04 | 1 | -0/+1 |
|
|
* | Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo... | Antoine Pitrou | 2012-06-19 | 1 | -0/+3 |
|
|
* | Issue #14090: fix some minor C API problems in default branch (3.3) | Eli Bendersky | 2012-06-03 | 1 | -2/+5 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -1/+1 |
|
|
* | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | Antoine Pitrou | 2012-02-21 | 1 | -0/+1 |
|\ |
|
| * | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | Antoine Pitrou | 2012-02-21 | 1 | -0/+1 |
|
|
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+2 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+2 |
|
|
* | | | Issue #10227: Add an allocation cache for a single slice object. | Antoine Pitrou | 2011-11-18 | 1 | -0/+1 |
|
|
* | | | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 | 1 | -0/+2 |
|
|
* | | | Remove sys.subversion and svn build identification leftovers. | Georg Brandl | 2011-03-06 | 1 | -3/+0 |
|/ / |
|
* | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Commit the hg build identification patch from the pymigr repo. | Georg Brandl | 2011-03-05 | 1 | -0/+2 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -22/+22 |
|
|
| * | Merged revisions 73782-73784 via svnmerge from | Benjamin Peterson | 2009-07-02 | 1 | -2/+4 |
|
|
* | | Issue #9738: Document encodings of AST, compiler, parser and PyRun functions | Victor Stinner | 2010-12-27 | 1 | -20/+54 |
|
|
* | | Expose CompileString, not CompileStringFlags under the | Martin v. Löwis | 2010-12-04 | 1 | -1/+1 |
|
|
* | | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -3/+4 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+33 |
|
|
* | | issue 9910 | Kristján Valur Jónsson | 2010-09-27 | 1 | -0/+1 |
|
|