index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
sysmodule.c
Commit message (
Expand
)
Author
Age
*
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
*
sys_pyfile_write_unicode() now uses fast call
Victor Stinner
2016-08-20
*
call_trampoline() now uses fast call
Victor Stinner
2016-08-20
*
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com
2016-06-14
*
Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
Stefan Krah
2016-04-25
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
|
\
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
*
|
Merge 3.5
Victor Stinner
2016-01-20
|
\
|
|
*
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
*
|
sysmodule.c: reuse Py_STRINGIFY() macro
Victor Stinner
2015-11-05
|
/
*
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-13
*
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov
2015-06-01
*
use our normal bracing style
Benjamin Peterson
2015-05-12
*
Issue #24017: Plug ref leak.
Yury Selivanov
2015-05-12
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
*
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner
2015-03-30
*
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
*
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
|
\
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
*
|
Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...
Antoine Pitrou
2014-12-07
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
|
/
*
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka
2014-11-15
*
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
Serhiy Storchaka
2014-08-14
*
Issue #21891: remove extraneous semicolon.
Ned Deily
2014-06-30
*
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
*
undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)
Benjamin Peterson
2014-03-28
*
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
|
\
|
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
*
|
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
*
|
Fix the C definition of the sys._debugmallocstats() function: the function has
Victor Stinner
2013-12-19
*
|
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka
2013-12-17
|
\
|
|
*
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka
2013-12-17
*
|
Fixed leak in sys.flags initialization.
Serhiy Storchaka
2013-12-17
|
\
|
|
*
Fixed leak in sys.flags initialization.
Serhiy Storchaka
2013-12-17
*
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
*
|
(Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get
Victor Stinner
2013-11-15
|
\
|
|
*
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner
2013-11-15
*
|
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
*
|
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner
2013-11-06
*
|
Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions
Victor Stinner
2013-11-06
*
|
Issue #19512: sys_displayhook() now uses an identifier for "builtins"
Victor Stinner
2013-11-06
*
|
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner
2013-10-29
*
|
Issue #18520: fix reference leak in _PySys_Init()
Victor Stinner
2013-10-27
*
|
#18839: merge with 3.3.
Ezio Melotti
2013-08-26
|
\
|
|
*
#18839: document that sys.exit() will not accept a non-integer numeric value ...
Ezio Melotti
2013-08-26
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
[next]