1. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  2. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  3. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  4. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  5. 2d1ec06 Issue #21364: remove recommendation of broken pattern. by Antoine Pitrou · 10 years ago
  6. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  7. f93d3df closes #20960 by R David Murray · 11 years ago
  8. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  9. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  10. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  11. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  12. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  13. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  14. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  15. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  16. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  17. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  18. 6489d0b merge fix for issue #17953 by Brett Cannon · 11 years ago
  19. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  20. 1bab713 Merge with 3.3. by Georg Brandl · 12 years ago
  21. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  22. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 12 years ago
  23. 2514b48 Issue #17176: Document that imp.NullImporter is no longer inserted by Brett Cannon · 12 years ago
  24. 90c91af Merge fix for #15465 from 3.3 by Nick Coghlan · 12 years ago
  25. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
  26. 184f015 merge 3.3 (#7340) by Benjamin Peterson · 12 years ago
  27. 0ad344a remove warning about tb circular reference (closes #7340) by Benjamin Peterson · 12 years ago
  28. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  29. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  30. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  31. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  32. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  33. b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  34. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  35. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  36. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  37. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  38. 1e5d0ff Elaborate that sizeof only accounts for the object itself. by Martin v. Löwis · 12 years ago
  39. 9b10e1f A few documentation improvements, spurred on by Brett's review. by Barry Warsaw · 12 years ago
  40. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  41. 039b01d Add missing versionadded. by Georg Brandl · 12 years ago
  42. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  43. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
  44. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  45. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  46. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  47. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  48. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  49. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  50. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  51. a8ff01c Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  52. 7158e06 Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  53. 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
  54. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  55. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  56. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  57. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  58. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  59. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  60. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  61. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  62. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  63. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  64. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  65. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  66. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  67. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  68. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  69. c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  70. b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  71. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  72. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  73. 0abb8b7 Merge 3.2 by Éric Araujo · 13 years ago
  74. 7fb624f Branch merge by Éric Araujo · 13 years ago
  75. 944d16c Merge 3.1 by Éric Araujo · 13 years ago
  76. 9a42793 Branch merge by Éric Araujo · 13 years ago
  77. 10f3d7a Change markup so it generates a link by Éric Araujo · 13 years ago
  78. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  79. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  80. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  81. 3e89870 Add versionchanged for c19752ea037f (#10998) by Éric Araujo · 13 years ago
  82. 2b8ef2d say struct sequence rather than structseq and link to glossary by Benjamin Peterson · 13 years ago
  83. b3a591b Branch merge by Éric Araujo · 14 years ago
  84. 5c1da90 Merge 3.2 by Éric Araujo · 14 years ago
  85. 722bec4 Merge 3.1 by Éric Araujo · 14 years ago
  86. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 14 years ago
  87. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 14 years ago
  88. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
  89. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  90. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  91. c539a2a Add link to a sample solution to a common problem. by Raymond Hettinger · 14 years ago
  92. 3efdf06 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 14 years ago
  93. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  94. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  95. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  96. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  97. 96d1eb1 Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from by Alexander Belopolsky · 14 years ago
  98. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 14 years ago
  99. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  100. 8527126 #9237: document sys.call_tracing(). by Georg Brandl · 14 years ago