summaryrefslogtreecommitdiffstats
path: root/Include/sysmodule.h
Commit message (Expand)AuthorAgeFilesLines
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-181-0/+3
* gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...gsallam2023-10-271-3/+0
* gh-85283: Add PySys_Audit() to the limited C API (#108571)Victor Stinner2023-10-171-11/+9
* gh-105145: Deprecate Py_GetPath() function (#105179)Victor Stinner2023-06-011-1/+1
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-011-8/+0
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+13
* gh-88279: Deprecate PySys_SetArgvEx() (#92363)Victor Stinner2022-05-061-3/+3
* bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner2021-10-141-1/+1
* bpo-44113: Deprecate old functions to config Python init (GH-26060)Victor Stinner2021-05-121-4/+4
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-5/+3
* bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)Victor Stinner2018-10-301-5/+0
* bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)Victor Stinner2017-12-131-6/+0
* pymain_set_sys_argv() now copies argv (#4838)Victor Stinner2017-12-131-0/+6
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-0/+5
* Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-2/+2
* Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-1/+1
* Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-141-0/+4
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+2
* Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functionsVictor Stinner2013-11-061-0/+3
* Issue #1783: Remove declarations of nonexistent private variables.Serhiy Storchaka2013-02-011-4/+0
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+3
* Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()Victor Stinner2010-08-161-2/+4
* Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-211-0/+1
* Issue #8589: Decode PYTHONWARNINGS environment variable with the file systemVictor Stinner2010-05-191-0/+1
* Merge in the new GIL.Antoine Pitrou2009-11-101-1/+0
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+1
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-3/+3
* Add const to input string parametersNeal Norwitz2007-08-251-4/+4
* Rip out the file object's implementation.Guido van Rossum2007-06-121-1/+0
* Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCCNeil Schemenauer2002-09-151-2/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-11/+11
* Add function attributes that allow GCC to check the arguments of printf-likeNeil Schemenauer2001-10-231-2/+4
* Add declarations for PySys_ResetWarnOptions() andGuido van Rossum2000-12-151-0/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-221-6/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-11/+11
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-9/+9
* AddGuido van Rossum1998-05-121-0/+9
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added PySys_SetPath.Guido van Rossum1996-05-221-0/+1
* Added prototype for PySys_SetArgvJack Jansen1996-01-221-0/+1
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-2/+2
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-6/+6
* sys.check_interval=x -> sys.setcheckinterval(x)Guido van Rossum1995-01-091-0/+1
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1