1. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years, 9 months ago
  2. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 4 years, 9 months ago
  3. e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 4 years, 9 months ago
  4. 0c37269 bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768) by Andrew Kuchling · 4 years, 10 months ago
  5. e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years, 11 months ago
  6. ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 5 years ago
  7. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 5 years ago
  8. 242d956 bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Michał Górny · 5 years ago
  9. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 5 years ago
  10. 0edc2c7 Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884) by Saiyang Gou · 6 years ago
  11. b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 6 years ago
  12. 0b2ab21 bpo-39310: Add math.ulp(x) (GH-17965) by Victor Stinner · 6 years ago
  13. 5b90771 bpo-13601: always use line-buffering for sys.stderr (GH-17646) by Jendrik Seipp · 6 years ago
  14. bea33f5 bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392) by Steve Dower · 6 years ago
  15. e563a15 bpo-38892: Improve docs for audit event (GH-17361) by Terry Jan Reedy · 6 years ago
  16. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 6 years ago
  17. 894e30c bpo-38434: Fixes some audit event documentation (GH-16932) by Steve Dower · 6 years ago
  18. 9c2682e bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Ram Rachum · 6 years ago
  19. 9936371 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Björn Meier · 6 years ago
  20. 7117074 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) by Raymond Hettinger · 6 years ago
  21. 3038e87 Correct minor gramatical mistake in sys.settrace doc (GH-15637) by Andre Delfino · 6 years ago
  22. 52693c1 bpo-37284: Add note to sys.implementation doc (GH-14328) by Giovanni Cappellotto · 6 years ago
  23. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 6 years ago
  24. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 6 years ago
  25. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 6 years ago
  26. 7efc526 bpo-36707: Document "m" removal from sys.abiflags (GH-14090) by Victor Stinner · 6 years ago
  27. 212646c bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Victor Stinner · 6 years ago
  28. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 6 years ago
  29. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 6 years ago
  30. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 6 years ago
  31. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  32. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 6 years ago
  33. d0ebf13 bpo-36932: use proper deprecation-removed directive (GH-13349) by Matthias Bussonnier · 6 years ago
  34. 245f528 Doc: Add link threading.settrace to sys.settrace (GH-13345) by Stefan Hoelzl · 6 years ago
  35. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 6 years ago
  36. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 6 years ago
  37. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  38. 5723263 bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6 (GH-10264) by Lysandros Nikolaou · 6 years ago
  39. cb0f5e2 Fixed missing colun in library/sys.po (GH-11153) by Jules Lasne (jlasne) · 7 years ago
  40. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 7 years ago
  41. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  42. 656d52d bpo-34901: add isolated (-I) flag to sys.flags (GH-9708) by Danish Prakash · 7 years ago
  43. 44838be closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) by Alexey Izbyshev · 7 years ago
  44. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 7 years ago
  45. 60da99b bpo-32532: Improve documentation of settrace and setprofile (#5359) by Xiang Zhang · 8 years ago
  46. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 8 years ago
  47. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 8 years ago
  48. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 8 years ago
  49. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 8 years ago
  50. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 8 years ago
  51. 7f58097 bpo-28647: Update -u documentation after bpo-30404 (GH-3961) by Berker Peksag · 8 years ago
  52. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 8 years ago
  53. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 8 years ago
  54. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 8 years ago
  55. 71630ba Merge 3.6 (issue #28091) by Yury Selivanov · 9 years ago
  56. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 9 years ago
  57. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 9 years ago
  58. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  59. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  60. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 9 years ago
  61. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 9 years ago
  62. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 9 years ago
  63. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 9 years ago
  64. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  65. 4da945f Merge Issue #22558. by Terry Jan Reedy · 9 years ago
  66. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  67. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  68. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  69. aa3e69e Merge for issue #23936 by Brett Cannon · 10 years ago
  70. ccddbb1 Issue #23936: Clarify what finders are. by Brett Cannon · 10 years ago
  71. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 10 years ago
  72. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 10 years ago
  73. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  74. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  75. 3d3aedc Fix usage of the default role. by Zachary Ware · 10 years ago
  76. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 10 years ago
  77. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
  78. 4180e43 Docs: Fix typo by Yury Selivanov · 10 years ago
  79. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 10 years ago
  80. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 10 years ago
  81. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
  82. 5db1bb8 Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown. by Antoine Pitrou · 11 years ago
  83. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  84. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  85. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  86. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  87. 2d1ec06 Issue #21364: remove recommendation of broken pattern. by Antoine Pitrou · 11 years ago
  88. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  89. f93d3df closes #20960 by R David Murray · 11 years ago
  90. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  91. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
  92. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
  93. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 12 years ago
  94. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 12 years ago
  95. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  96. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  97. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 12 years ago
  98. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 12 years ago
  99. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 12 years ago
  100. 6489d0b merge fix for issue #17953 by Brett Cannon · 12 years ago