summaryrefslogtreecommitdiff
path: root/Include/pythonrun.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-221-16/+0
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+2
* Merge typo fixes from 3.5Martin Panter2016-05-081-1/+1
|\
| * Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-4/+4
|/
* PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-1/+2
* Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-110/+0
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+2
* Issue #19512: Add PyRun_InteractiveOneObject() functionVictor Stinner2013-11-061-0/+4
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-2/+2
* Issue #16129: Py_SetStandardStreamEncoding cleanupsNick Coghlan2013-10-181-0/+5
* Issue #16129: Move Py_SetStandardStreamEncoding declarationNick Coghlan2013-10-171-2/+3
* Issue #16129: Add `Py_SetStandardStreamEncoding`Nick Coghlan2013-10-171-0/+2
* Issue #18756: os.urandom() now uses a lazily-opened persistent file descripto...Antoine Pitrou2013-08-311-0/+1
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-0/+25
* Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-221-1/+1
* Issue #1545463: Global variables caught in reference cycles are now garbage-c...Antoine Pitrou2013-05-061-0/+1
* Issue #17408: Avoid using an obsolete instance of the copyreg module when the...Antoine Pitrou2013-05-041-0/+1
* Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...Antoine Pitrou2012-06-191-0/+3
* Issue #14090: fix some minor C API problems in default branch (3.3)Eli Bendersky2012-06-031-2/+5
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-1/+1
* Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-211-0/+1
|\
| * Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-211-0/+1
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-0/+2
|\ \ | |/
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+2
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+2
* | | Issue #10227: Add an allocation cache for a single slice object.Antoine Pitrou2011-11-181-0/+1
* | | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+2
|\ \ \ | |/ /
| * | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+2
* | | Remove sys.subversion and svn build identification leftovers.Georg Brandl2011-03-061-3/+0
|/ /
* | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-0/+2
|\ \ | |/
| * Commit the hg build identification patch from the pymigr repo.Georg Brandl2011-03-051-0/+2
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-22/+22
| * Merged revisions 73782-73784 via svnmerge fromBenjamin Peterson2009-07-021-2/+4
* | Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-20/+54
* | Expose CompileString, not CompileStringFlags under theMartin v. Löwis2010-12-041-1/+1
* | Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-3/+4
* | Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+33
* | issue 9910Kristján Valur Jónsson2010-09-271-0/+1
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-0/+1
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-22/+22
* | * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+3
* | a little more fiddling to make flags like 2.xBenjamin Peterson2009-07-021-1/+1
* | the old CO_FUTURE flags can't be commented outBenjamin Peterson2009-07-021-1/+3
|/
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-1/+1
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-021-0/+1
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-2/+2
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-9/+9