1. e6b14c0 bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) by Miss Islington (bot) · 4 years, 10 months ago
  2. 53ff2ca [3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118) by Stéphane Wirtel · 4 years, 10 months ago
  3. 436b429 bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Miss Islington (bot) · 4 years, 10 months ago
  4. 83c21fd bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Miss Islington (bot) · 4 years, 10 months ago
  5. 97d7ba4 Run autoreconf. (GH-16106) by Miss Islington (bot) · 4 years, 10 months ago
  6. 590ed09 bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Miss Islington (bot) · 4 years, 10 months ago
  7. bd2e7cc closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 4 years, 10 months ago
  8. c27bcc3 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Miss Islington (bot) · 4 years, 10 months ago
  9. 6638c92 [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) by Andrew Svetlov · 4 years, 10 months ago
  10. 4556b1d bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) by Miss Islington (bot) · 4 years, 10 months ago
  11. 60d5e2c Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Miss Islington (bot) · 4 years, 10 months ago
  12. 44cb89a bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Miss Islington (bot) · 4 years, 10 months ago
  13. b9bfe14 bpo-36889: Document Stream class and add docstrings (GH-14488) by Miss Islington (bot) · 4 years, 10 months ago
  14. 52c99ae Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Miss Islington (bot) · 4 years, 10 months ago
  15. 8750dfe bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 4 years, 10 months ago
  16. 664d56a bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) by Miss Islington (bot) · 4 years, 10 months ago
  17. 4145f62 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 4 years, 10 months ago
  18. 21bfff9 closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 4 years, 10 months ago
  19. 6dc3e61 bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Miss Islington (bot) · 4 years, 10 months ago
  20. a0d4aac [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064) by Jason R. Coombs · 4 years, 10 months ago
  21. d04c85f bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062) by Miss Islington (bot) · 4 years, 10 months ago
  22. 98a4a71 bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) (GH-16043) by Miss Islington (bot) · 4 years, 10 months ago
  23. 36c29e4 [3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057) by Stéphane Wirtel · 4 years, 10 months ago
  24. 307c5fe bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) by Miss Islington (bot) · 4 years, 10 months ago
  25. 824407f bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 4 years, 10 months ago
  26. 8976359 Overhaul datetime documentation (GH-13410) by Miss Islington (bot) · 4 years, 10 months ago
  27. 717cc61 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Miss Islington (bot) · 4 years, 10 months ago
  28. 0d7cb5b bpo-38132: Check EVP_DigestUpdate for error (GH-16041) by Miss Islington (bot) · 4 years, 10 months ago
  29. 2f01cf6 bpo-37363: Document internal audit events (GH-14663) by Miss Islington (bot) · 4 years, 10 months ago
  30. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 4 years, 10 months ago
  31. 345bfc9 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Miss Islington (bot) · 4 years, 10 months ago
  32. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 4 years, 10 months ago
  33. 14afe20 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 4 years, 10 months ago
  34. 80e3365 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Miss Islington (bot) · 4 years, 10 months ago
  35. 648494b bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Miss Islington (bot) · 4 years, 10 months ago
  36. 94a6847 bpo-36675: Remove obsolete code. (GH-16024) by Miss Islington (bot) · 4 years, 10 months ago
  37. 1fc84b6 [3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027) by Stéphane Wirtel · 4 years, 10 months ago
  38. 84eb42e bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Miss Islington (bot) · 4 years, 10 months ago
  39. 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) · 4 years, 10 months ago
  40. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 4 years, 10 months ago
  41. 52baf90 bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Miss Islington (bot) · 4 years, 10 months ago
  42. 1e17c4d bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) by Miss Islington (bot) · 4 years, 10 months ago
  43. 79cbaf5 closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 4 years, 10 months ago
  44. 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 · 4 years, 10 months ago
  45. eb19c45 Doc: Update pickle.rst (GH-14128) (GH-16014) by Miss Islington (bot) · 4 years, 10 months ago
  46. 2bb6bf0 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) by Paul Ganssle · 4 years, 10 months ago
  47. a5a7102 closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 4 years, 10 months ago
  48. 8af4e0c Correct typo in min version test (GH-16001) by Miss Islington (bot) · 4 years, 10 months ago
  49. f79a022 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Miss Islington (bot) · 4 years, 10 months ago
  50. d6ac67f bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997) by Miss Islington (bot) · 4 years, 10 months ago
  51. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 4 years, 10 months ago
  52. 965e53a [3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999) by Stéphane Wirtel · 4 years, 10 months ago
  53. d479936 Doc: recursive glob ** follows symlinks to directories (GH-12918) by Miss Islington (bot) · 4 years, 10 months ago
  54. 4cab7eb bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990) by Miss Islington (bot) · 4 years, 10 months ago
  55. 0b7f370 bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) by Miss Islington (bot) · 4 years, 10 months ago
  56. f90cbcb bpo-36528: Remove duplicate re tests. (GH-2689) by Miss Islington (bot) · 4 years, 10 months ago
  57. 05d692b Doc: Fix missing negation. (GH-14640) by Miss Islington (bot) · 4 years, 10 months ago
  58. c5a6723 bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976) by Miss Islington (bot) · 4 years, 10 months ago
  59. 436cd2c bpo-38114: Do not include pip.ini in Nuget package (GH-15964) by Miss Islington (bot) · 4 years, 10 months ago
  60. 43ee0e2 bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) by Miss Islington (bot) · 4 years, 10 months ago
  61. 63eefc3 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) by Miss Islington (bot) · 4 years, 10 months ago
  62. 8936533 bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977) by Miss Islington (bot) · 4 years, 10 months ago
  63. 20f80bf bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Miss Islington (bot) · 4 years, 10 months ago
  64. be2aa58 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) by Miss Islington (bot) · 4 years, 10 months ago
  65. e784bb7 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Miss Islington (bot) · 4 years, 10 months ago
  66. aa52717 Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) by Miss Islington (bot) · 4 years, 10 months ago
  67. 2f2a867 Update ftplib.all_errors documentation to match code (GH-15026) by Miss Islington (bot) · 4 years, 10 months ago
  68. 6cf0ba8 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) by Miss Islington (bot) · 4 years, 10 months ago
  69. 8ee8ad2 [3.8] Turn off AppVeyor CI (GH-15929) (GH-15941) by Zachary Ware · 4 years, 10 months ago
  70. 629f1f8 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) by Miss Islington (bot) · 4 years, 10 months ago
  71. b4808c1 closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948) by Miss Islington (bot) · 4 years, 10 months ago
  72. 42edfcf bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952) by Miss Islington (bot) · 4 years, 10 months ago
  73. b18b198 bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) by Miss Islington (bot) · 4 years, 10 months ago
  74. fef5bdc bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945) by Miss Islington (bot) · 4 years, 10 months ago
  75. 35d0934 bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946) by Miss Islington (bot) · 4 years, 10 months ago
  76. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 4 years, 10 months ago
  77. 4d2babd bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) by Miss Islington (bot) · 4 years, 10 months ago
  78. d1d968d bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942) by Miss Islington (bot) · 4 years, 10 months ago
  79. da38ec1 bpo-37326: Include libffi license when available (GH-15921) by Miss Islington (bot) · 4 years, 10 months ago
  80. c97ee1d [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936) by Stéphane Wirtel · 4 years, 10 months ago
  81. 6a17751 Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933) by Miss Islington (bot) · 4 years, 10 months ago
  82. 43fb3bb bpo-35649: update http client example (GH-11441) (GH-15930) by Miss Islington (bot) · 4 years, 10 months ago
  83. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 4 years, 10 months ago
  84. 01ae0e2 Minor ReST formatting fixes in subprocess docs (GH-14876) by Miss Islington (bot) · 4 years, 10 months ago
  85. e0dd713 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Miss Islington (bot) · 4 years, 10 months ago
  86. 44e36e8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Miss Islington (bot) · 4 years, 10 months ago
  87. e3bd941 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 4 years, 10 months ago
  88. f3e430b bpo-35066: Make trailing percent test more portable. (GH-15907) by Miss Islington (bot) · 4 years, 10 months ago
  89. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 4 years, 10 months ago
  90. 0ba5dbd bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) by Miss Islington (bot) · 4 years, 10 months ago
  91. 7acb22e bpo-28494: install ziptestdata to fix install bot (GH-15902) by Miss Islington (bot) · 4 years, 10 months ago
  92. 4e914ab bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 4 years, 10 months ago
  93. 690a16d bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Miss Islington (bot) · 4 years, 10 months ago
  94. 57491de bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Miss Islington (bot) · 4 years, 10 months ago
  95. 4601f7a [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) by Andrew Svetlov · 4 years, 10 months ago
  96. 80db4b4 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Miss Islington (bot) · 4 years, 10 months ago
  97. df935b5 [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) by Zachary Ware · 4 years, 10 months ago
  98. 872c85a bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 4 years, 10 months ago
  99. f357cd0 bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) by Miss Islington (bot) · 4 years, 10 months ago
  100. 74b0291 bpo-28494: Test existing zipfile working behavior. (GH-15853) by Miss Islington (bot) · 4 years, 10 months ago