1. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago
  2. 7efc526 bpo-36707: Document "m" removal from sys.abiflags (GH-14090) by Victor Stinner · 5 years ago
  3. 212646c bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Victor Stinner · 5 years ago
  4. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  5. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  6. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  7. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  8. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  9. d0ebf13 bpo-36932: use proper deprecation-removed directive (GH-13349) by Matthias Bussonnier · 5 years ago
  10. 245f528 Doc: Add link threading.settrace to sys.settrace (GH-13345) by Stefan Hoelzl · 5 years ago
  11. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  12. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 5 years ago
  13. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 5 years ago
  14. 5723263 bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6 (GH-10264) by Lysandros Nikolaou · 5 years ago
  15. cb0f5e2 Fixed missing colun in library/sys.po (GH-11153) by Jules Lasne (jlasne) · 6 years ago
  16. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  17. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 6 years ago
  18. 656d52d bpo-34901: add isolated (-I) flag to sys.flags (GH-9708) by Danish Prakash · 6 years ago
  19. 44838be closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) by Alexey Izbyshev · 6 years ago
  20. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  21. 60da99b bpo-32532: Improve documentation of settrace and setprofile (#5359) by Xiang Zhang · 7 years ago
  22. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 7 years ago
  23. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  24. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  25. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  26. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  27. 7f58097 bpo-28647: Update -u documentation after bpo-30404 (GH-3961) by Berker Peksag · 7 years ago
  28. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  29. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  30. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  31. 71630ba Merge 3.6 (issue #28091) by Yury Selivanov · 8 years ago
  32. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  33. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 8 years ago
  34. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  35. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  36. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  37. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  38. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  39. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  40. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  41. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  42. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  43. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  44. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  45. aa3e69e Merge for issue #23936 by Brett Cannon · 9 years ago
  46. ccddbb1 Issue #23936: Clarify what finders are. by Brett Cannon · 9 years ago
  47. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  48. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  49. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  50. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  51. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  52. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  53. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  54. 4180e43 Docs: Fix typo by Yury Selivanov · 9 years ago
  55. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  56. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 9 years ago
  57. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  58. 5db1bb8 Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown. by Antoine Pitrou · 10 years ago
  59. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  60. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  61. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  62. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  63. 2d1ec06 Issue #21364: remove recommendation of broken pattern. by Antoine Pitrou · 10 years ago
  64. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  65. f93d3df closes #20960 by R David Murray · 10 years ago
  66. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  67. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  68. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  69. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  70. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  71. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  72. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  73. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  74. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  75. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  76. 6489d0b merge fix for issue #17953 by Brett Cannon · 11 years ago
  77. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  78. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  79. 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
  80. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 11 years ago
  81. 2514b48 Issue #17176: Document that imp.NullImporter is no longer inserted by Brett Cannon · 11 years ago
  82. 90c91af Merge fix for #15465 from 3.3 by Nick Coghlan · 11 years ago
  83. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 11 years ago
  84. 184f015 merge 3.3 (#7340) by Benjamin Peterson · 12 years ago
  85. 0ad344a remove warning about tb circular reference (closes #7340) by Benjamin Peterson · 12 years ago
  86. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  87. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  88. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  89. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  90. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  91. b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  92. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  93. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  94. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  95. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  96. 1e5d0ff Elaborate that sizeof only accounts for the object itself. by Martin v. Löwis · 12 years ago
  97. 9b10e1f A few documentation improvements, spurred on by Brett's review. by Barry Warsaw · 12 years ago
  98. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  99. 039b01d Add missing versionadded. by Georg Brandl · 12 years ago
  100. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago