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