1. 64af6c5 Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870. by Martin v. Löwis · 20 years ago
  2. 7f35404 - markup fix by Fred Drake · 20 years ago
  3. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  4. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 20 years ago
  5. 38d7c1b Note that Unicode strings are now supported in sys.path. SF patch #764594. by Fred Drake · 21 years ago
  6. 7cb229d add versionadded for getcheckinterval by Neal Norwitz · 21 years ago
  7. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  8. eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 21 years ago
  9. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  10. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  11. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  12. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  13. 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
  14. 54ed2d3 Clarify that the description of sys.path[0] is only valid upon program start-up. by Guido van Rossum · 22 years ago
  15. 8a79727 add seealso referring to site module doc where people can learn how to by Skip Montanaro · 22 years ago
  16. 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 23 years ago
  17. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  18. 98791af Doc and NEWS changes due to Jeremy adding traceback objects to gc. by Tim Peters · 23 years ago
  19. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  20. 64d7863 Added information about setprofile() and settrace() hooks being thread- by Fred Drake · 23 years ago
  21. c05fc7d Added documentation for sys.maxunicode and sys.warnoptions. by Fred Drake · 23 years ago
  22. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  23. 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
  24. 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
  25. 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
  26. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  27. c608fb6 Give a slightly better explanation of excepthook. by Ka-Ping Yee · 23 years ago
  28. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  29. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  30. b6a54d2 _getframe(): New sys module function for getting at the stack frame. by Barry Warsaw · 24 years ago
  31. 8940faf Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting by Fred Drake · 24 years ago
  32. 65faf11 Fix markup error and minor consistency nit. by Fred Drake · 24 years ago
  33. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  34. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 24 years ago
  35. 68e2915 Document the byte_order value in the sys module. by Fred Drake · 24 years ago
  36. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  37. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  38. 9cf7587 Update change to version_info structure. by Fred Drake · 24 years ago
  39. 4d65d73 Document hexversion (incompletely explained) and version_info (easily by Fred Drake · 24 years ago
  40. ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 24 years ago
  41. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  42. 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
  43. ffbe687 Make internal module references hyperlinks wherever it makes sense. by Fred Drake · 25 years ago
  44. 5fc9c86 SIGTERM is no longer caught to call sys.exitfunc. by Guido van Rossum · 25 years ago
  45. 04307ce Rewrote the section on sys.exit(), documenting other argument types by Guido van Rossum · 26 years ago
  46. 295da24 New section header style. by Fred Drake · 26 years ago
  47. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  48. 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 26 years ago
  49. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  50. 8214334 Remove obsolete \setindexsubitem macro. by Fred Drake · 26 years ago
  51. e6cedb3 New index entries. by Fred Drake · 26 years ago
  52. f76abb5 Make sure both hyphens of a long-option show up in the HTML output. by Fred Drake · 26 years ago
  53. 0fd72ee Logical markup. by Fred Drake · 26 years ago
  54. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  55. 6e91c6a Document getrefcount(). by Guido van Rossum · 27 years ago
  56. 2b67bee Added "module search path" to the index. by Fred Drake · 27 years ago
  57. 54820dc Fixed index references to modules. by Fred Drake · 27 years ago
  58. ee9f820 Documented brand new behavior of sys.ps1 and sys.ps2 (str() is applied by Guido van Rossum · 27 years ago
  59. f259efe Get rid of math mode in some places. by Guido van Rossum · 27 years ago
  60. 871cf16 Documented exc_info(); also updated exc_type and last_type docs. by Guido van Rossum · 27 years ago
  61. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  62. 0a3c753 Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix. (AMK) by Guido van Rossum · 27 years ago
  63. 0d2971b Document that sys.builtin_module_names is now a tuple. by Guido van Rossum · 28 years ago
  64. 6b686e9 correct typo; document sys.platform by Guido van Rossum · 29 years ago
  65. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 29 years ago
  66. 6c4f003 changes (suggested) by Soren Larsen by Guido van Rossum · 29 years ago
  67. 7f49b7a cosmetics/typos by Guido van Rossum · 30 years ago
  68. 9c51e41 sys.setcheckinterval(x) instead of sys.check_interval = x by Guido van Rossum · 30 years ago
  69. 9fd48ab Added missing \end{datadesc}. by Sjoerd Mullender · 30 years ago
  70. 16cd7f9 Moved author and date to boilerplate.tex. by Guido van Rossum · 30 years ago
  71. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  72. 5fdeeea Restructured library documentation by Guido van Rossum · 31 years ago