1. b4cd6ba bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Miss Islington (bot) · 5 years ago
  2. c3ef1a5 Use OSError subclasses in os documentation (GH-14262) by Miss Islington (bot) · 5 years ago
  3. 070d3d9 bpo-37459: importlib docs improperly reference get_resource_loader() (GH-14568) (GH-14580) by Miss Islington (bot) · 5 years ago
  4. b8e198a bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) by Miss Islington (bot) · 5 years ago
  5. 746992c bpo-37363: Add audit events on startup for the run commands (GH-14524) by Miss Islington (bot) · 5 years ago
  6. 91f9f09 bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) (GH-14533) by Miss Islington (bot) · 5 years ago
  7. 6cde613 bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) (GH-14525) by Miss Islington (bot) · 5 years ago
  8. 96f581c bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Miss Islington (bot) · 5 years ago
  9. 59ec9ee bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) by Miss Islington (bot) · 5 years ago
  10. e224d28 bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) (GH-14512) by Miss Islington (bot) · 5 years ago
  11. be5bb52 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miss Islington (bot) · 5 years ago
  12. 3db5c5c bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) (GH-14507) by Miss Islington (bot) · 5 years ago
  13. cb083f7 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) by Miss Islington (bot) · 5 years ago
  14. ee72dda [3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14495) by Miss Islington (bot) · 5 years ago
  15. bf8cb31 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Miss Islington (bot) · 5 years ago
  16. 3e133c4 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by Miss Islington (bot) · 5 years ago
  17. 0cba121 bpo-37403: Touch up venv docs (GH-14458) by Miss Islington (bot) · 5 years ago
  18. ad00640 bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) by Miss Islington (bot) · 5 years ago
  19. 4fee28a bpo-37390: Add audit event table to documentations (GH-14406) by Miss Islington (bot) · 5 years ago
  20. af7282e Improve Windows commands in tutorial (GH-14400) by Steve Dower · 5 years ago
  21. 63429c8 bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Miss Islington (bot) · 5 years ago
  22. 25fbe33 bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14375) by Steve Dower · 5 years ago
  23. 8d6668c Fix minor spelling error in What's new for Python 3.8 (GH-14371) by Miss Islington (bot) · 5 years ago
  24. ced9e11 bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319) by Miss Islington (bot) · 5 years ago
  25. 7268fd0 bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Miss Islington (bot) · 5 years ago
  26. 8763d43 bpo-37363: Add audit events for a range of modules (GH-14301) by Miss Islington (bot) · 5 years ago
  27. 2e0ec5b asyncio: Fix docs for default event loop (GH-14308) by Miss Islington (bot) · 5 years ago
  28. 874ff65 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Miss Islington (bot) · 5 years ago
  29. fa23bd2 bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276) by Steve Dower · 5 years ago
  30. b0338be Update What's New in Python 3.8 (GH-14253) (GH-14294) by Victor Stinner · 5 years ago
  31. 52c4a4f [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282) by Mariatta · 5 years ago
  32. 6258c1f bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) by Miss Islington (bot) · 5 years ago
  33. 67cf0ae Update What's New in Python 3.8 (GH-14239) by Miss Islington (bot) · 5 years ago
  34. 444c78a Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) by Miss Islington (bot) · 5 years ago
  35. d7232f0 bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) (GH-14235) by Miss Islington (bot) · 5 years ago
  36. 95ff622 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) (GH-14230) by Miss Islington (bot) · 5 years ago
  37. fff695b Document typing.ForwardRef (GH-14216) by Miss Islington (bot) · 5 years ago
  38. 45da743 [3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214) (GH-14215) by Miss Islington (bot) · 5 years ago
  39. 35aa0b0 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Miss Islington (bot) · 5 years ago
  40. ae526ee bpo-5680: IDLE: Customize running a module (GH-13763) by Miss Islington (bot) · 5 years ago
  41. 4b68a8e bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168) by Miss Islington (bot) · 5 years ago
  42. 71031cf bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157) by Victor Stinner · 5 years ago
  43. e784f9f bpo-28805: document METH_FASTCALL (GH-14079) by Miss Islington (bot) · 5 years ago
  44. b0cb988 Doc: Remove an ugly space before a dot. (GH-14123) by Miss Islington (bot) · 5 years ago
  45. a8e7ebe Doc: Deprecation header: More precise wording. (GH-14109) by Miss Islington (bot) · 5 years ago
  46. 2980236 bpo-36785: PEP 574 What's New entry (GH-13931) by Miss Islington (bot) · 5 years ago
  47. 6887814 Update weakref.rst (GH-14098) by Miss Islington (bot) · 5 years ago
  48. 3fde750 bpo-36707: Document "m" removal from sys.abiflags (GH-14090) by Miss Islington (bot) · 5 years ago
  49. f78e66c Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 5 years ago
  50. 322281e Document C API changes in What's New in Python 3.8 (GH-14092) by Miss Islington (bot) · 5 years ago
  51. 3b976d1 bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Miss Islington (bot) · 5 years ago
  52. 047fa1d Update concurrent.futures.rst (GH-14061) by Miss Islington (bot) · 5 years ago
  53. 886d83e bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Miss Islington (bot) · 5 years ago
  54. ec3839a bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented (GH-14045) by Miss Islington (bot) · 5 years ago
  55. b4f5b21 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Miss Islington (bot) · 5 years ago
  56. f9445a3 [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038) by Victor Stinner · 5 years ago
  57. c9ca96d bpo-37160: Thread native ID NetBSD support (GH-13835) by Miss Islington (bot) · 5 years ago
  58. 669e07b Add some placeholder notes for major 3.8 features (GH-13927) (#13929) by Miss Islington (bot) · 5 years ago
  59. 811f84d bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) by Miss Islington (bot) · 5 years ago
  60. 3ba2107 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH-13993) by Miss Islington (bot) · 5 years ago
  61. 7856888 bpo-35766: What's new in the ast and typing modules (GH-13984) by Miss Islington (bot) · 5 years ago
  62. fe5f8b9 [3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964) by Makdon · 5 years ago
  63. feaceaa bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919) by Miss Islington (bot) · 5 years ago
  64. dd492d9 [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891) by Zackery Spytz · 5 years ago
  65. dba4448 bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874) by Miss Islington (bot) · 5 years ago
  66. 23f41a6 bpo-37134: Use PEP570 syntax for sum() (GH-13851) by Miss Islington (bot) · 5 years ago
  67. d74438b bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) by Miss Islington (bot) · 5 years ago
  68. b496c26 bpo-26836: Document os.memfd_create() name parameter (GH-13838) (GH-13839) by Miss Islington (bot) · 5 years ago
  69. f2054d9 Fix documentation (GH-13721) by Miss Islington (bot) · 5 years ago
  70. 99a5178c Doc: Python 3.9 in sidebar and version switcher. (GH-13824) by Miss Islington (bot) · 5 years ago
  71. 23d7ce7 Merge tag 'v3.8.0b1' by Łukasz Langa · 5 years ago
  72. 001d63c bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746) by Petter Strandmark · 5 years ago
  73. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  74. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 5 years ago
  75. f0b5ae4 bpo-30699: Improve example on datetime tzinfo instances (GH-4290) by Mario Corchero · 5 years ago
  76. 7f9a2ae Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) by Łukasz Langa · 5 years ago
  77. 8f4bbb5 Fix grammar (GH-13801) by Raymond Hettinger · 5 years ago
  78. 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 5 years ago
  79. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 5 years ago
  80. 0f0a30f bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) by Victor Stinner · 5 years ago
  81. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 5 years ago
  82. 47eb223 bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248) by Christian Heimes · 5 years ago
  83. 0b9956e bpo-37087: Adding native ID support for OpenBSD (GH-13654) by David Carlier · 5 years ago
  84. 141da44 Doc fix: duplicate object description of email.message (GH-13742) by Julien Palard · 5 years ago
  85. 01ae897 Add credits to What's New in Python 3.8 (GH-13776) by Victor Stinner · 5 years ago
  86. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  87. 13136e8 bpo-36896: Clarify that some types constructors are unstable (GH-13271) by Matthias Bussonnier · 5 years ago
  88. 9e3e06e bpo-36974: document PEP 590 (GH-13450) by Jeroen Demeyer · 5 years ago
  89. 82eac26 Update the annotated assignment docs (GH-13757) by Ivan Levkivskyi · 5 years ago
  90. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 5 years ago
  91. e1179a5 bpo-19184: Update the documentation of dis module. (GH-13652) by Michele Angrisano · 5 years ago
  92. aca273e bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) by Michele Angrisano · 5 years ago
  93. c529967 bpo-36027: Extend three-argument pow to negative second argument (GH-13266) by Mark Dickinson · 5 years ago
  94. 5ae299a bpo-37128: Add math.perm(). (GH-13731) by Serhiy Storchaka · 5 years ago
  95. b7daabd Improve version added references in `typing` module docs (GH-13457) by Anthony Sottile · 5 years ago
  96. b7fade4 Put math.comb() docs is correct place alphabetically (GH-13734) by Raymond Hettinger · 5 years ago
  97. 218e47b bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273) by Marco Buttu · 5 years ago
  98. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 5 years ago
  99. 3b57f50 bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707) by Pablo Galindo · 5 years ago
  100. 56624a9 bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071) by Evan · 5 years ago