COMMITS
/ Python/pylifecycle.c November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 16, 2016
X
Issue #26920: Fix not getting the locale's charset upon initializing the interpreter,
Xavier de Gaye committed
September 10, 2016
Ł
Don't run garbage collection on interpreter exit if it was explicitly disabled
Łukasz Langa committed
September 9, 2016
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
August 31, 2016
S
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower committed
September 8, 2016
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
August 14, 2016
S
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka committed
August 2, 2016
S
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Serhiy Storchaka committed
July 3, 2016
S
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka committed
June 17, 2016
V
Issue #27336: Fix compilation on Windows
Victor Stinner committed
B
Issue #27336: Fix compilation failures --without-threads
Berker Peksag committed
April 25, 2016
S
Issue #22747: Workaround for systems without langinfo.h.
Stefan Krah committed
April 10, 2016
S
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka committed
S
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka committed
March 16, 2016
V
Py_FatalError: disable faulthandler earlier
Victor Stinner committed
V
faulthandler now works in non-Python threads
Victor Stinner committed
V
Py_FatalError: disable faulthandler earlier
Victor Stinner committed
March 14, 2016
V
Add more checks on the GIL
Victor Stinner committed
V
Fix Py_FatalError() if called without the GIL
Victor Stinner committed
V
Add PYTHONMALLOC env var
Victor Stinner committed
V
Fix Py_FatalError() if called without the GIL
Victor Stinner committed
January 18, 2016
G
Fix indentation of continuation lines.
Georg Brandl committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
September 29, 2015
V
Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat()
Victor Stinner committed
September 18, 2015
V
Issue #25160: Fix import_init() comments and messages
Victor Stinner committed
September 4, 2015
V
Merge 3.4 (create_stdio)
Victor Stinner committed
April 16, 2015
C
April 12, 2015
April 6, 2015
B
fix building without threads (closes #23877)
Benjamin Peterson committed
April 3, 2015
V
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner committed
March 25, 2015
V
(Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError()
Victor Stinner committed
March 24, 2015
V
(Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and
Victor Stinner committed
V
(Merge 3.4) Issue #23571: Enhance Py_FatalError()
Victor Stinner committed
February 16, 2015
S
Fixed few compiler warnings.
Serhiy Storchaka committed
November 22, 2014
Z
Closes #22869: Move PyOS_CheckStack back to pythonrun.c
Zachary Ware committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed