COMMITS
/ Python/sysmodule.c 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
July 1, 2014
N
Issue #21891: remove extraneous semicolon.
Ned Deily committed
April 28, 2014
A
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
Antoine Pitrou committed
March 28, 2014
B
undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)
Benjamin Peterson committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
December 19, 2013
V
Fix the C definition of the sys._debugmallocstats() function: the function has
Victor Stinner committed
December 17, 2013
S
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka committed
S
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka committed
S
Fixed leak in sys.flags initialization.
Serhiy Storchaka committed
S
Fixed leak in sys.flags initialization.
Serhiy Storchaka committed
December 13, 2013
V
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
November 15, 2013
V
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner committed
V
(Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get
Victor Stinner committed