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