1. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  2. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  3. 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  4. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 10 years ago
  5. d67bd45 Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions by Victor Stinner · 11 years ago
  6. 04d86c7 Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 11 years ago
  7. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  8. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  9. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  10. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  11. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  12. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  13. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  14. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  15. f308132 Add const to input string parameters by Neal Norwitz · 17 years ago
  16. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  17. 96aa0ac Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC by Neil Schemenauer · 22 years ago
  18. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  19. 90b6890 Add function attributes that allow GCC to check the arguments of printf-like by Neil Schemenauer · 23 years ago
  20. 429b41e Add declarations for PySys_ResetWarnOptions() and PySys_AddWarnOption(). by Guido van Rossum · 24 years ago
  21. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  22. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  23. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  24. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  25. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  26. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  27. bf6a9b1 Add PySys_WriteStdout(format, ...) PySys_WriteStderr(format, ...) by Guido van Rossum · 26 years ago
  28. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  29. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  30. 4b0538c Added PySys_SetPath. by Guido van Rossum · 28 years ago
  31. b89f32e Added prototype for PySys_SetArgv by Jack Jansen · 28 years ago
  32. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  33. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  34. a0d7a23 sys.check_interval=x -> sys.setcheckinterval(x) by Guido van Rossum · 29 years ago
  35. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  36. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  37. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  38. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  39. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  40. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  41. d510c78 Added definitions of sys_trace and sys_profile by Guido van Rossum · 32 years ago
  42. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  43. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  44. 85a5fbb Initial revision by Guido van Rossum · 34 years ago