COMMITS
/ Include/sysmodule.h September 15, 2025
S
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
April 18, 2024
V
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner committed
October 27, 2023
October 17, 2023
V
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner committed
June 1, 2023
V
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner committed
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
May 21, 2023
G
gh-103295: expose API for writing perf map files (#103546)
gsallam committed
May 6, 2022
V
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
May 12, 2021
V
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
October 30, 2018
V
bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
Victor Stinner committed
December 13, 2017
V
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner committed
V
pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
September 11, 2016
S
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka 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
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
November 6, 2013
V
Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions
Victor Stinner committed
February 1, 2013
S
Issue #1783: Remove declarations of nonexistent private variables.
Serhiy Storchaka committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
October 21, 2010
A
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou committed
August 16, 2010
V
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()
Victor Stinner committed
May 21, 2010
A
Merged revisions 81398 via svnmerge from
Antoine Pitrou committed
May 19, 2010
V
Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner committed
November 10, 2009
A
Merge in the new GIL.
Antoine Pitrou committed
April 13, 2008
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
August 25, 2007
N
Add const to input string parameters
Neal Norwitz committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
September 15, 2002
N
Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC
Neil Schemenauer committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
October 23, 2001
N
Add function attributes that allow GCC to check the arguments of printf-like
Neil Schemenauer committed
December 15, 2000
G
Add declarations for PySys_ResetWarnOptions() and
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
ANSIfications: fix empty arglists, and remove the checks for
Thomas Wouters committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
August 2, 1997
G
Mass checkin (more to follow for other directories).
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
May 22, 1996
G
Added PySys_SetPath.
Guido van Rossum committed
January 22, 1996
J
Added prototype for PySys_SetArgv
Jack Jansen committed
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed