1. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  2. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  3. 71630ba Merge 3.6 (issue #28091) by Yury Selivanov · 8 years ago
  4. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  5. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 8 years ago
  6. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  7. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  8. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  9. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  10. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  11. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  12. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  13. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  14. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  15. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  16. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  17. aa3e69e Merge for issue #23936 by Brett Cannon · 9 years ago
  18. ccddbb1 Issue #23936: Clarify what finders are. by Brett Cannon · 9 years ago
  19. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  20. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  21. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  22. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  23. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  24. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  25. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  26. 4180e43 Docs: Fix typo by Yury Selivanov · 9 years ago
  27. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  28. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 9 years ago
  29. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  30. 5db1bb8 Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown. by Antoine Pitrou · 10 years ago
  31. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  32. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  33. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  34. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  35. 2d1ec06 Issue #21364: remove recommendation of broken pattern. by Antoine Pitrou · 10 years ago
  36. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  37. f93d3df closes #20960 by R David Murray · 10 years ago
  38. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  39. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  40. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  41. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  42. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  43. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  44. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  45. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  46. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  47. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  48. 6489d0b merge fix for issue #17953 by Brett Cannon · 11 years ago
  49. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  50. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  51. 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
  52. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 11 years ago
  53. 2514b48 Issue #17176: Document that imp.NullImporter is no longer inserted by Brett Cannon · 11 years ago
  54. 90c91af Merge fix for #15465 from 3.3 by Nick Coghlan · 11 years ago
  55. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 11 years ago
  56. 184f015 merge 3.3 (#7340) by Benjamin Peterson · 12 years ago
  57. 0ad344a remove warning about tb circular reference (closes #7340) by Benjamin Peterson · 12 years ago
  58. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  59. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  60. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  61. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  62. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  63. b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  64. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  65. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  66. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  67. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  68. 1e5d0ff Elaborate that sizeof only accounts for the object itself. by Martin v. Löwis · 12 years ago
  69. 9b10e1f A few documentation improvements, spurred on by Brett's review. by Barry Warsaw · 12 years ago
  70. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  71. 039b01d Add missing versionadded. by Georg Brandl · 12 years ago
  72. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  73. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 12 years ago
  74. 335d628 merge with 3.2 by Georg Brandl · 12 years ago
  75. eb25fb7 Fix markup errors. by Georg Brandl · 12 years ago
  76. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  77. 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
  78. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  79. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  80. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  81. a8ff01c Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  82. 7158e06 Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  83. 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
  84. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  85. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  86. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  87. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  88. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  89. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  90. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  91. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  92. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  93. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  94. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  95. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  96. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  97. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  98. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  99. c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  100. b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago