1. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 5 years ago
  2. 242c26f bpo-31783: Fix a race condition creating workers during shutdown (#13171) by Brian Quinlan · 5 years ago
  3. 29f609e bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Victor Stinner · 5 years ago
  4. 042821a bpo-37380: subprocess: don't use _active on win (GH-14360) by Ruslan Kuprieiev · 5 years ago
  5. 64580da bpo-37412: pythoninfo: add Windows long paths (GH-14434) by Victor Stinner · 5 years ago
  6. ec3e20a bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) by Victor Stinner · 5 years ago
  7. 3029035 bpo-20443: Fix calculate_program_full_path() warning (GH-14446) by Victor Stinner · 5 years ago
  8. b1263d5 bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) by Jeroen Demeyer · 5 years ago
  9. b4bee03 bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) by Hai Shi · 5 years ago
  10. 3b03b09 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Benjamin Peterson · 5 years ago
  11. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 5 years ago
  12. 21cfae1 bpo-30345: travis: use -Og with --with-pydebug (GH-14423) by Inada Naoki · 5 years ago
  13. 45a30af closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Brandt Bucher · 5 years ago
  14. 97d15b1 Replace deprecation warning with RuntimeError (GH-14397) by Andrew Svetlov · 5 years ago
  15. 667eaff bpo-33926: enable GDB tests on Travis CI (GH-14395) by Jeroen Demeyer · 5 years ago
  16. a719c8f bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418) by Victor Stinner · 5 years ago
  17. 4c26abd bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) by Victor Stinner · 5 years ago
  18. 06a8916 bpo-37376: pprint support for SimpleNamespace (GH-14318) by Carl Bordum Hansen · 5 years ago
  19. d52a83a bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409) by Zackery Spytz · 5 years ago
  20. 7213df7 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) by Abhilash Raj · 5 years ago
  21. 2a7d596 bpo-37417: Fix error handling in bytearray.extend. (GH-14407) by Brandt Bucher · 5 years ago
  22. 5150d32 bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) by Victor Stinner · 5 years ago
  23. 2d88e63 bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390) by Serhiy Storchaka · 5 years ago
  24. 6915066 bpo-37414: Remove sys.callstats() (GH-14398) by Victor Stinner · 5 years ago
  25. 7a177c0 Improve Windows commands in tutorial (GH-14379) by Steve Dower · 5 years ago
  26. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 5 years ago
  27. c6a2320 bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) by Victor Stinner · 5 years ago
  28. ed076ed bpo-37388: Add PyUnicode_Decode(str, 0) fast-path (GH-14385) by Victor Stinner · 5 years ago
  29. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 5 years ago
  30. e1a63c4 bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) by Pierre Glaser · 5 years ago
  31. 594d9b9 bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) by Pierre Glaser · 5 years ago
  32. 0225701 bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) by Abhilash Raj · 5 years ago
  33. d7c87d9 bpo-37400: Fix test_os.test_chown() (GH-14374) by Victor Stinner · 5 years ago
  34. 3939c32 bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) by Victor Stinner · 5 years ago
  35. 080b6b4 bpo-37392: Update the dir(sys) in module tutorial (GH-14365) by Xtreak · 5 years ago
  36. 9cb2741 bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373) by Victor Stinner · 5 years ago
  37. de9b606 Fix minor spelling error in What's new for Python 3.8 (GH-14371) by Pablo Galindo · 5 years ago
  38. 894263b bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) by Serhiy Storchaka · 5 years ago
  39. 9fe42b4 bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357) by Zackery Spytz · 5 years ago
  40. 1791128 bpo-36546: Mark first argument as position only (GH-14363) by Raymond Hettinger · 5 years ago
  41. 3f5b908 bpo-37394: Fix pure Python implementation of the queue module (GH-14351) by Pablo Galindo · 5 years ago
  42. b51b713 bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319) by Pablo Galindo · 5 years ago
  43. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago
  44. 9fc720e bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) by David K. Hess · 5 years ago
  45. 8bd2872 bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) by animalize · 5 years ago
  46. 7fd2ba3 bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) by animalize · 5 years ago
  47. 6793cce bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Xtreak · 5 years ago
  48. 6ffd9b0 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by ziheng · 5 years ago
  49. 549f7d4 Get rid of exception traceback printing in asyncio tests (GH-14343) by Andrew Svetlov · 5 years ago
  50. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  51. 9bbf4d7 bpo-37359: Fix regrtest --cleanup (GH-14336) by Victor Stinner · 5 years ago
  52. a8b27e6 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) by Jeroen Demeyer · 5 years ago
  53. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 5 years ago
  54. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 5 years ago
  55. 770847a bpo-37348: optimize decoding ASCII string (GH-14283) by Inada Naoki · 5 years ago
  56. b3ca797 bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) by Pablo Galindo · 5 years ago
  57. 663131a bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Pablo Galindo · 5 years ago
  58. 9ffca67 asyncio: Fix docs for default event loop (#14308) by Ben Darnell · 5 years ago
  59. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 5 years ago
  60. bb110cc Improve threading.daemon docstring (GH-14278) by mbarkhau · 5 years ago
  61. 186f709 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Xtreak · 5 years ago
  62. 184f3d4 bpo-37364: Use io.open_code() to read .pth files (GH-14299) by Steve Dower · 5 years ago
  63. f569092 bpo-37351: Removes libpython38.a from standard Windows distribution (#14276) by Steve Dower · 5 years ago
  64. e56a123 bpo-37362: test_gdb now ignores stderr (GH-14287) by Victor Stinner · 5 years ago
  65. 8b2aa1f Use `python -m pip install` in porting guide and venv docs (GH-13257) by Brad · 5 years ago
  66. a0d73a1 bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847) by Joannah Nanjekye · 5 years ago
  67. f8dd77d bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) by Paul Monson · 5 years ago
  68. 08286d5 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Zackery Spytz · 5 years ago
  69. 08970cb bpo-36210: update optional extension handling for AIX (GH-12202) by Michael Felt · 5 years ago
  70. d006800 Docs: Improved phrasing (GH-14069) by Aeros · 5 years ago
  71. b9600b0 Remove redundant if check from optional argument function in argparse. (GH-8766) by Shashank Parekh · 5 years ago
  72. 1e61504 bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect regressions (GH-14127) by Pablo Galindo · 5 years ago
  73. c68e3fb Update What's New in Python 3.9 (GH-14253) by Victor Stinner · 5 years ago
  74. a195212 bpo-36511: Improve ARM32 buildbot scripts (GH-14251) by Paul Monson · 5 years ago
  75. 7e1a9aa bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) by Jeroen Demeyer · 5 years ago
  76. 8713aa6 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) by İsmail Arılık · 5 years ago
  77. 0c48618 Fix bpo number in News file. (GH-14260) by Eric V. Smith · 5 years ago
  78. bc5caf8 bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) by Hai Shi · 5 years ago
  79. af41c56 Update What's New in Python 3.8 (GH-14239) by Victor Stinner · 5 years ago
  80. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 5 years ago
  81. 35068bd Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) by Harmon · 5 years ago
  82. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 5 years ago
  83. 12f1c72 bpo-37333: Ensure IncludeTkinter has a value (GH-14240) by Steve Dower · 5 years ago
  84. f06b569 bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) by Vinay Sajip · 5 years ago
  85. 0150001 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) by Vinay Sajip · 5 years ago
  86. 987a0dc bpo-36710: Remove PyImport_Cleanup() function (GH-14221) by Victor Stinner · 5 years ago
  87. 7821b4c Fix name of '\0'. (GH-14222) by Benjamin Peterson · 5 years ago
  88. 0a28f8d bpo-36710: Add tstate parameter in import.c (GH-14218) by Victor Stinner · 5 years ago
  89. 809ff11 Document typing.ForwardRef (GH-14216) by Ivan Levkivskyi · 5 years ago
  90. 47c2de7 Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214) by Ivan Levkivskyi · 5 years ago
  91. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  92. 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 5 years ago
  93. d287215 Add pganssle to CODEOWNERS and ACKS (GH-14138) by Paul Ganssle · 5 years ago
  94. 6b9c204 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Mike Gleen · 5 years ago
  95. 5954334 bpo-37151: remove _PyFunction_FastCallDict (GH-13864) by Jeroen Demeyer · 5 years ago
  96. d8f336f bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) by animalize · 5 years ago
  97. 988e6aa bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974) by Jeroen Demeyer · 5 years ago
  98. c78fe32 bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972) by Jeroen Demeyer · 5 years ago
  99. a514f78 bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Ned Deily · 5 years ago
  100. f3fb839 bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187) by Ned Deily · 5 years ago