COMMITS
/ Python/sysmodule.c May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
March 4, 2017
N
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily committed
February 15, 2017
Y
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 8, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 5, 2016
V
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 2, 2016
V
Add sys.getandroidapilevel()
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 28, 2016
V
Remove CALL_PROFILE special build
Victor Stinner 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
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 11, 2016
V
Use PyThreadState_GET() in performance critical code
Victor Stinner committed
November 4, 2016
N
Issue #28616: merge from 3.5
Ned Deily committed
N
Issue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily committed
September 18, 2016
S
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower committed
S
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower committed
September 9, 2016
B
remove ceval timestamp support
Benjamin Peterson committed
Y
Issue #28003: Fix a compiler warning
Yury Selivanov committed
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
August 22, 2016
V
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner committed
August 19, 2016
V
sys_pyfile_write_unicode() now uses fast call
Victor Stinner committed
V
call_trampoline() now uses fast call
Victor Stinner committed
June 14, 2016
D
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com committed
April 25, 2016
S
Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
Stefan Krah committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 14, 2016
V
Add PYTHONMALLOC env var
Victor Stinner committed
January 20, 2016
V
Add _PyThreadState_UncheckedGet()
Victor Stinner committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
November 5, 2015
V
sysmodule.c: reuse Py_STRINGIFY() macro
Victor Stinner committed
October 12, 2015
V
sys.setrecursionlimit() now raises RecursionError
Victor Stinner committed
June 1, 2015
Y
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov committed
May 12, 2015
B
use our normal bracing style
Benjamin Peterson committed
Y
Issue #24017: Plug ref leak.
Yury Selivanov committed
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 2, 2015
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
December 7, 2014
A
Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown.
Antoine Pitrou committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
November 15, 2014
S
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka committed
August 14, 2014
S
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
Serhiy Storchaka committed