| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26900: Excluded underscored names and other private API from limited API. | Serhiy Storchaka | 2016-09-11 | 1 | -2/+2 |
* | Issue #22193: Fixed integer overflow error in sys.getsizeof(). | Serhiy Storchaka | 2014-11-15 | 1 | -1/+1 |
* | Issue #22193: Added private function _PySys_GetSizeOf() needed to implement | Serhiy Storchaka | 2014-08-14 | 1 | -0/+4 |
* | Issue #19526: Exclude all new API from the stable ABI. | Martin v. Löwis | 2014-01-03 | 1 | -0/+2 |
* | Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions | Victor Stinner | 2013-11-06 | 1 | -0/+3 |
* | Issue #1783: Remove declarations of nonexistent private variables. | Serhiy Storchaka | 2013-02-01 | 1 | -4/+0 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+3 |
* | Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() | Victor Stinner | 2010-08-16 | 1 | -2/+4 |
* | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -0/+1 |
* | Issue #8589: Decode PYTHONWARNINGS environment variable with the file system | Victor Stinner | 2010-05-19 | 1 | -0/+1 |
* | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -1/+0 |
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+1 |
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -3/+3 |
* | Add const to input string parameters | Neal Norwitz | 2007-08-25 | 1 | -4/+4 |
* | Rip out the file object's implementation. | Guido van Rossum | 2007-06-12 | 1 | -1/+0 |
* | Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC | Neil Schemenauer | 2002-09-15 | 1 | -2/+2 |
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -11/+11 |
* | Add function attributes that allow GCC to check the arguments of printf-like | Neil Schemenauer | 2001-10-23 | 1 | -2/+4 |
* | Add declarations for PySys_ResetWarnOptions() and | Guido van Rossum | 2000-12-15 | 1 | -0/+3 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | ANSIfications: fix empty arglists, and remove the checks for | Thomas Wouters | 2000-07-22 | 1 | -6/+0 |
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -11/+11 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -9/+9 |
* | Add | Guido van Rossum | 1998-05-12 | 1 | -0/+9 |
* | Mass checkin (more to follow for other directories). | Guido van Rossum | 1997-08-02 | 1 | -1/+0 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
* | Added PySys_SetPath. | Guido van Rossum | 1996-05-22 | 1 | -0/+1 |
* | Added prototype for PySys_SetArgv | Jack Jansen | 1996-01-22 | 1 | -0/+1 |
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -2/+2 |
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -6/+6 |
* | sys.check_interval=x -> sys.setcheckinterval(x) | Guido van Rossum | 1995-01-09 | 1 | -0/+1 |
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
* | Added definitions of sys_trace and sys_profile | Guido van Rossum | 1992-03-23 | 1 | -0/+2 |
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -1/+1 |
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+6 |