COMMITS
/ Include/pythonrun.h May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
May 8, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Corrections for a/an in code comments and documentation
Martin Panter committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
November 6, 2013
V
Issue #19512: Add PyRun_InteractiveOneObject() function
Victor Stinner committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 18, 2013
N
Issue #16129: Py_SetStandardStreamEncoding cleanups
Nick Coghlan committed
October 17, 2013
N
Issue #16129: Move Py_SetStandardStreamEncoding declaration
Nick Coghlan committed
N
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan committed
August 30, 2013
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
May 6, 2013
A
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
Antoine Pitrou committed
May 4, 2013
June 19, 2012
June 3, 2012
E
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
February 21, 2012
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
November 18, 2011
A
Issue #10227: Add an allocation cache for a single slice object.
Antoine Pitrou committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
March 6, 2011
G
Remove sys.subversion and svn build identification leftovers.
Georg Brandl committed
G
Merge build identification to 3.2 branch.
Georg Brandl committed
March 5, 2011
G
Commit the hg build identification patch from the pymigr repo.
Georg Brandl committed
December 27, 2010
V
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner committed
December 4, 2010
M
Expose CompileString, not CompileStringFlags under the
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 27, 2010
K
issue 9910
Kristján Valur Jónsson committed
August 8, 2010
A
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 14, 2010
G
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith committed
July 2, 2009
B
Merged revisions 73782-73784 via svnmerge from
Benjamin Peterson committed
B
a little more fiddling to make flags like 2.x
Benjamin Peterson committed
B
the old CO_FUTURE flags can't be commented out
Benjamin Peterson committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
March 2, 2009
B
ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626
Benjamin Peterson committed
June 13, 2008
A
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed