COMMITS
/ Python/pylifecycle.c September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
B
correct initialization code (#3376)
Benjamin Peterson committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
July 25, 2017
S
Fix a small typo in a comment (#2863)
Stéphane Wirtel committed
June 29, 2017
N
bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374)
Nick Coghlan committed
June 18, 2017
N
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan committed
June 11, 2017
N
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan committed
June 8, 2017
S
bpo-30547: Fix multiple reference leaks (#1995)
Stéphane Wirtel committed
May 25, 2017
E
Drop a duplicate line. (#1809)
Eric Snow committed
May 24, 2017
E
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow committed
E
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow committed
May 23, 2017
S
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
Steve Dower committed
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
E
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow committed
May 3, 2017
V
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
Victor Stinner committed
March 11, 2017
X
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang committed
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
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
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