1. 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 22 years ago
  2. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  3. e739a0d Got rid of an extraneous semicolon. by Jack Jansen · 22 years ago
  4. ba3ff1b Fix the docstring for sys.getrefcount(). Closes SF bug #571759. by Fred Drake · 22 years ago
  5. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  6. 0c766a0 Change sys_exit to use METH_VARARGS. by Neal Norwitz · 22 years ago
  7. 0f2103f Fix wording of sys.exit docstring. Close SF bug 534113. by Neil Schemenauer · 22 years ago
  8. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 22 years ago
  9. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 22 years ago
  10. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  11. faad5ad mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to by Tim Peters · 23 years ago
  12. 080d5b3 mywrite(): The test for trouble in PyOS_vsnprintf was wrong on both by Tim Peters · 23 years ago
  13. 5d3d134 Use PyOS_vsnprintf() and check its return value. by Jeremy Hylton · 23 years ago
  14. 107b7da Include sys_getdefaultencoding in #ifdef Py_USING_UNICODE. Fixes #479571. by Martin v. Löwis · 23 years ago
  15. a768882 Convert getrefcount() to METH_O, and sys_excepthook() to use by Fred Drake · 23 years ago
  16. 8f51f54 Rationalize the events passed to the profiler (no changes for the tracer). by Fred Drake · 23 years ago
  17. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  18. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  19. 03897ea Patch number #422106 by Greg Ball, to fix segmentation fault in sys.displayhook. by Moshe Zadka · 23 years ago
  20. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  21. 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  22. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
  23. d083839 Instead of initializing & interning the strings passed to the profile by Fred Drake · 23 years ago
  24. bceccf5 Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger by Guido van Rossum · 23 years ago
  25. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  26. 03df3b3 Neil discovered a bad DECREF on warnoptions, that caused repeated by Guido van Rossum · 23 years ago
  27. ceb9b7c stdout is sometimes a macro; use "outf" instead. by Greg Stein · 23 years ago
  28. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 23 years ago
  29. 23fff91 Add definitions for PySys_ResetWarnOptions() and PySys_AddWarnOption(). by Guido van Rossum · 24 years ago
  30. b6a54d2 _getframe(): New sys module function for getting at the stack frame. by Barry Warsaw · 24 years ago
  31. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  32. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  33. 592f2d6 _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif by Fred Drake · 24 years ago
  34. f2581c9 _PySys_Init(): Fix another Insure discovered memory leak; the PyString by Barry Warsaw · 24 years ago
  35. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 24 years ago
  36. ccede59 The attempt to protect against MS_WIN16 compilers that do not support long by Fred Drake · 24 years ago
  37. 099325e Add a byte_order value to the sys module. The value is "big" for by Fred Drake · 24 years ago
  38. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  39. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  40. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  41. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  42. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  43. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  44. 440d898 Added a new debug method sys.gettotalrefcount(), which returns the total number of references on all Python objects. This is only enabled when Py_TRACE_REFS is defined (which includes default debug builds under Windows). by Mark Hammond · 24 years ago
  45. 99964b8 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  46. 8b4d01d M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  47. 6d27c1e Simplify creation of the version_info value for clarity, per by Fred Drake · 24 years ago
  48. 93a20bf Capitulate, changing version_info to a 5-tuple: by Fred Drake · 24 years ago
  49. 801c08d Define version_info to be a tuple (major, minor, micro, level); level by Fred Drake · 24 years ago
  50. ffc0f4f Use modern PyArg_ParseTuple style, with function names. (Mostly.) by Guido van Rossum · 24 years ago
  51. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  52. be20336 In PySys_GetObject(), it's possible that tstate->interp->sysdict is by Guido van Rossum · 25 years ago
  53. 54892c4 _PySys_Init(): Nailed small memory leak. The stringobject created for by Barry Warsaw · 25 years ago
  54. a71b5f4 Jim Ahlstrom patch: the module doc string is too long for 16-bit VC by Guido van Rossum · 25 years ago
  55. e0d7dae Add sys.hexversion, which is an integer encoding the version in hexadecimal. by Guido van Rossum · 26 years ago
  56. 8442af3 Patches for mywrite() by Marc Lemburg: save/restore the error state by Guido van Rossum · 26 years ago
  57. 40552d0 Gack. The module doc string is too long for VC++ 5.0. by Guido van Rossum · 26 years ago
  58. c3bc31e Added doc strings. Maybe the doc string for the module itself is a bit by Guido van Rossum · 26 years ago
  59. a890e68 New APIs to write to sys.stdout or sys.stderr using a printf-like interface. by Guido van Rossum · 26 years ago
  60. bd36dba Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__, by Guido van Rossum · 26 years ago
  61. 25c649f Get rid of another reference to _PyImport_Inittab (now a static array) by Guido van Rossum · 27 years ago
  62. 6c1e5f2 Get DLL version from a variable. by Guido van Rossum · 27 years ago
  63. 622f73f Remove unised variable by Guido van Rossum · 27 years ago
  64. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  65. 534ac09 Removed a bunch of extern declarations of functions that are now by Guido van Rossum · 27 years ago
  66. b2c8ec4 Set sys.executable to full path of python (from argv[0]). by Guido van Rossum · 27 years ago
  67. 1254d79 Use #ifdef in stead of #if (Jack) by Guido van Rossum · 27 years ago
  68. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  69. bb5c6f8 Oops, forgot one: inittab. by Guido van Rossum · 27 years ago
  70. 65bf9f2 Quickly renamed. by Guido van Rossum · 27 years ago
  71. c474dea Expand one level of symbolic link in sys.argv[0] before inserting its by Guido van Rossum · 27 years ago
  72. 43f1b8d Added optional interface for dynamic execution profile (to be gathered by Guido van Rossum · 27 years ago
  73. 8f49e12 Make builtin_module_names a tuple instead of a list. by Guido van Rossum · 28 years ago
  74. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  75. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  76. cc88341 Changes to setpythonpath(): by Guido van Rossum · 28 years ago
  77. 8b9ea87 Use MS_DLL_ID as sys.winver by Guido van Rossum · 28 years ago
  78. 94a9667 Always insert script directory in front of sys.path -- if there's no by Guido van Rossum · 28 years ago
  79. a63d9f4 As a side effect of calling PySys_SetArgv (setpythonargv), the by Guido van Rossum · 28 years ago
  80. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  81. 8fa9b6f Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile). by Guido van Rossum · 28 years ago
  82. ded690f rename printrefs, getobjects to _Py_ prefix by Guido van Rossum · 28 years ago
  83. 7f3f2c1 TRACE_REFS -> Py_TRACE_REFS by Guido van Rossum · 28 years ago
  84. c606fe1 Under NT, define sys.dllhandle and sys.winver (Mark H.). by Guido van Rossum · 28 years ago
  85. b0352fa fix args options for setcheckinterval by Guido van Rossum · 28 years ago
  86. 6ec3c65 Implemented two new functions in sys: by Sjoerd Mullender · 29 years ago
  87. aaf1839 added sys.platform by Guido van Rossum · 29 years ago
  88. 9a1f388 init sys_checkinterval to 10 by Guido van Rossum · 29 years ago
  89. cc8914f fix comment about exit() by Guido van Rossum · 29 years ago
  90. 4f508cc add explicit 0 flags for methodlist by Guido van Rossum · 29 years ago
  91. a0d7a23 sys.check_interval=x -> sys.setcheckinterval(x) by Guido van Rossum · 30 years ago
  92. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  93. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  94. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  95. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  96. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
  97. 14b4adb Add an optional interface to turn malloc debugging on and off. by Guido van Rossum · 32 years ago
  98. 5dc8eb0 sysmodule.c: calling sys.settrace() or sys.setprofile() without by Guido van Rossum · 32 years ago
  99. e765f7d Fix reference counts of sys_trace and sys_profile by Guido van Rossum · 32 years ago
  100. e2437a1 Added settrace() and setprofile(). by Guido van Rossum · 32 years ago