summaryrefslogtreecommitdiff
path: root/Include/sysmodule.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added definitions of sys_trace and sys_profileGuido van Rossum1992-03-231-0/+2
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-1/+1
* Initial revisionGuido van Rossum1990-10-141-0/+6