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