1. 436b429 bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Miss Islington (bot) · 5 years ago
  2. 590ed09 bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Miss Islington (bot) · 5 years ago
  3. bd2e7cc closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 5 years ago
  4. 6638c92 [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) by Andrew Svetlov · 5 years ago
  5. 44cb89a bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Miss Islington (bot) · 5 years ago
  6. 8750dfe bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 5 years ago
  7. 664d56a bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) by Miss Islington (bot) · 5 years ago
  8. 21bfff9 closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 5 years ago
  9. a0d4aac [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064) by Jason R. Coombs · 5 years ago
  10. 307c5fe bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) by Miss Islington (bot) · 5 years ago
  11. 824407f bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 5 years ago
  12. 8976359 Overhaul datetime documentation (GH-13410) by Miss Islington (bot) · 5 years ago
  13. 717cc61 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Miss Islington (bot) · 5 years ago
  14. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 5 years ago
  15. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 5 years ago
  16. 80e3365 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Miss Islington (bot) · 5 years ago
  17. 84eb42e bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Miss Islington (bot) · 5 years ago
  18. db0d8a5 bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) (GH-15965) by Miss Islington (bot) · 5 years ago
  19. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 5 years ago
  20. 52baf90 bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Miss Islington (bot) · 5 years ago
  21. 3562ae2 [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966) by Petr Viktorin · 5 years ago
  22. a5a7102 closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 5 years ago
  23. d6ac67f bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997) by Miss Islington (bot) · 5 years ago
  24. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 5 years ago
  25. 0b7f370 bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) by Miss Islington (bot) · 5 years ago
  26. c5a6723 bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976) by Miss Islington (bot) · 5 years ago
  27. 436cd2c bpo-38114: Do not include pip.ini in Nuget package (GH-15964) by Miss Islington (bot) · 5 years ago
  28. 43ee0e2 bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) by Miss Islington (bot) · 5 years ago
  29. 63eefc3 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) by Miss Islington (bot) · 5 years ago
  30. 20f80bf bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Miss Islington (bot) · 5 years ago
  31. 629f1f8 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) by Miss Islington (bot) · 5 years ago
  32. b4808c1 closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948) by Miss Islington (bot) · 5 years ago
  33. 42edfcf bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952) by Miss Islington (bot) · 5 years ago
  34. fef5bdc bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945) by Miss Islington (bot) · 5 years ago
  35. 35d0934 bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946) by Miss Islington (bot) · 5 years ago
  36. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 5 years ago
  37. d1d968d bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942) by Miss Islington (bot) · 5 years ago
  38. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 5 years ago
  39. e3bd941 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 5 years ago
  40. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 5 years ago
  41. 0ba5dbd bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) by Miss Islington (bot) · 5 years ago
  42. 57491de bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Miss Islington (bot) · 5 years ago
  43. df935b5 [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) by Zachary Ware · 5 years ago
  44. 872c85a bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 5 years ago
  45. cdce233 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) by Miss Islington (bot) · 5 years ago
  46. d42a4fd bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871) by Victor Stinner · 5 years ago
  47. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 5 years ago
  48. 2ed0ac6 bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Miss Islington (bot) · 5 years ago
  49. 206e4c3 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 5 years ago
  50. f12ff05 bpo-38066: Hide internal Stream methods (GH-15762) by Miss Islington (bot) · 5 years ago
  51. c3008dd bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) by Miss Islington (bot) · 5 years ago
  52. eb1bc48 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838) by Miss Islington (bot) · 5 years ago
  53. 29bde48 bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Miss Islington (bot) · 5 years ago
  54. 99df5e8 [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) by Zachary Ware · 5 years ago
  55. eadf6b8 bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 5 years ago
  56. 2d5594f bpo-20490: Improve circular import error message (GH-15308) by Steve Dower · 5 years ago
  57. 78d15fa bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Miss Islington (bot) · 5 years ago
  58. b6ef8f2 bpo-37876: Tests for ROT-13 codec (GH-15314) by Miss Islington (bot) · 5 years ago
  59. 0d4396c bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Miss Islington (bot) · 5 years ago
  60. 3bd4bed bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781) by Miss Islington (bot) · 5 years ago
  61. cabcbbe bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704) by Miss Islington (bot) · 5 years ago
  62. b150d0b bpo-38037: Fix reference counters in signal module (GH-15753) by Miss Islington (bot) · 5 years ago
  63. 5d695b6 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Steve Dower · 5 years ago
  64. 2a4a982 bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Miss Islington (bot) · 5 years ago
  65. bee8bfe bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) by Miss Islington (bot) · 5 years ago
  66. 87a5a33 bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Miss Islington (bot) · 5 years ago
  67. 68e401f bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Miss Islington (bot) · 5 years ago
  68. eb02196 bpo-11953: Extend table of Windows WSA* error codes (GH-15004) by Steve Dower · 5 years ago
  69. c837ad4 bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) by Miss Islington (bot) · 5 years ago
  70. ebca7eb bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) by Miss Islington (bot) · 5 years ago
  71. 14f7de7 [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) by Zachary Ware · 5 years ago
  72. e103732 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 5 years ago
  73. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 5 years ago
  74. 4009a85 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Miss Islington (bot) · 5 years ago
  75. 4d1abed bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15707) by Miss Islington (bot) · 5 years ago
  76. dafbe32 bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) by Miss Islington (bot) · 5 years ago
  77. bdcbb83 bpo-38026: fix inspect.getattr_static (GH-15676) by Miss Islington (bot) · 5 years ago
  78. 9c2654d bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 5 years ago
  79. 6ad0a2c [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686) by Abhilash Raj · 5 years ago
  80. 6d7a786 bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) by Miss Islington (bot) · 5 years ago
  81. cad7abf bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Miss Islington (bot) · 5 years ago
  82. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 5 years ago
  83. 54dac6c bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) by Miss Islington (bot) · 5 years ago
  84. 59e8fba [3.8] bpo-21315: Fix parsing of encoded words with missing leading ws (GH-13425) (GH-15655) by Ashwin Ramaswami · 5 years ago
  85. 1c18aec bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Miss Islington (bot) · 5 years ago
  86. bf69e16 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (GH-15648) by Miss Islington (bot) · 5 years ago
  87. 353053d [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) by Serhiy Storchaka · 5 years ago
  88. 6922b9e bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629) by Miss Islington (bot) · 5 years ago
  89. 97a31c7 [3.8] bpo-37990: fix gc stats (GH-15626) by Inada Naoki · 5 years ago
  90. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  91. 17f61ed bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Miss Islington (bot) · 5 years ago
  92. d93605d Python 3.8.0b4 by Łukasz Langa · 5 years ago
  93. 25a044e [3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603) by Łukasz Langa · 5 years ago
  94. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 5 years ago
  95. 9db66a2 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Miss Islington (bot) · 5 years ago
  96. 102130a bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Miss Islington (bot) · 5 years ago
  97. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 5 years ago
  98. 097eae5 [3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582) by Serhiy Storchaka · 5 years ago
  99. 38d311d bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15578) by Miss Islington (bot) · 5 years ago
  100. f92bb6e bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) by Miss Islington (bot) · 5 years ago