1. be2aa58 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) by Miss Islington (bot) · 4 years, 10 months ago
  2. e784bb7 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Miss Islington (bot) · 4 years, 10 months ago
  3. aa52717 Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) by Miss Islington (bot) · 4 years, 10 months ago
  4. 2f2a867 Update ftplib.all_errors documentation to match code (GH-15026) by Miss Islington (bot) · 4 years, 10 months ago
  5. 6cf0ba8 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) by Miss Islington (bot) · 4 years, 10 months ago
  6. 8ee8ad2 [3.8] Turn off AppVeyor CI (GH-15929) (GH-15941) by Zachary Ware · 4 years, 10 months ago
  7. 629f1f8 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) by Miss Islington (bot) · 4 years, 10 months ago
  8. b4808c1 closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948) by Miss Islington (bot) · 4 years, 10 months ago
  9. 42edfcf bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952) by Miss Islington (bot) · 4 years, 10 months ago
  10. 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
  11. fef5bdc bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945) by Miss Islington (bot) · 4 years, 10 months ago
  12. 35d0934 bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946) by Miss Islington (bot) · 4 years, 10 months ago
  13. 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
  14. 4d2babd bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) by Miss Islington (bot) · 4 years, 10 months ago
  15. 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
  16. da38ec1 bpo-37326: Include libffi license when available (GH-15921) by Miss Islington (bot) · 4 years, 10 months ago
  17. c97ee1d [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936) by Stéphane Wirtel · 4 years, 10 months ago
  18. 6a17751 Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933) by Miss Islington (bot) · 4 years, 10 months ago
  19. 43fb3bb bpo-35649: update http client example (GH-11441) (GH-15930) by Miss Islington (bot) · 4 years, 10 months ago
  20. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 4 years, 10 months ago
  21. 01ae0e2 Minor ReST formatting fixes in subprocess docs (GH-14876) by Miss Islington (bot) · 4 years, 10 months ago
  22. e0dd713 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Miss Islington (bot) · 4 years, 10 months ago
  23. 44e36e8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Miss Islington (bot) · 4 years, 10 months ago
  24. 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
  25. f3e430b bpo-35066: Make trailing percent test more portable. (GH-15907) by Miss Islington (bot) · 4 years, 10 months ago
  26. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 4 years, 10 months ago
  27. 0ba5dbd bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) by Miss Islington (bot) · 4 years, 10 months ago
  28. 7acb22e bpo-28494: install ziptestdata to fix install bot (GH-15902) by Miss Islington (bot) · 4 years, 10 months ago
  29. 4e914ab bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 4 years, 10 months ago
  30. 690a16d bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Miss Islington (bot) · 4 years, 10 months ago
  31. 57491de bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Miss Islington (bot) · 4 years, 10 months ago
  32. 4601f7a [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) by Andrew Svetlov · 4 years, 10 months ago
  33. 80db4b4 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Miss Islington (bot) · 4 years, 10 months ago
  34. df935b5 [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) by Zachary Ware · 4 years, 10 months ago
  35. 872c85a bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 4 years, 10 months ago
  36. f357cd0 bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) by Miss Islington (bot) · 4 years, 10 months ago
  37. 74b0291 bpo-28494: Test existing zipfile working behavior. (GH-15853) by Miss Islington (bot) · 4 years, 11 months ago
  38. 98224d2 Remove unneeded assignment in PyBytes_Concat() (GH-15274) by Miss Islington (bot) · 4 years, 11 months ago
  39. 63909cd bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by Miss Islington (bot) · 4 years, 11 months ago
  40. 78c3949 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 4 years, 11 months ago
  41. 30a8fd7 Correct minor grammatical mistake in open docs (GH-15865) by Miss Islington (bot) · 4 years, 11 months ago
  42. cdce233 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) by Miss Islington (bot) · 4 years, 11 months ago
  43. 6c588a0 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 4 years, 11 months ago
  44. d42a4fd bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871) by Victor Stinner · 4 years, 11 months ago
  45. 58ef7d3 bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875) by Miss Islington (bot) · 4 years, 11 months ago
  46. 8072230 Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869) by Miss Islington (bot) · 4 years, 11 months ago
  47. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 4 years, 11 months ago
  48. 313f801 bpo-37504: Fix documentation build with texinfo builder (GH-14606) by Miss Islington (bot) · 4 years, 11 months ago
  49. 41c965f Fix subprocess docstring typo (GH-15812) by Miss Islington (bot) · 4 years, 11 months ago
  50. 2ed0ac6 bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Miss Islington (bot) · 4 years, 11 months ago
  51. 21dacea Fix calling order of PyEval_InitThreads. (GH-15836) by Miss Islington (bot) · 4 years, 11 months ago
  52. ed99bb9 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Steve Dower · 4 years, 11 months ago
  53. 45bc392 bpo-38090: Fix reference leak in ceval.c (GH-15848) by Miss Islington (bot) · 4 years, 11 months ago
  54. 206e4c3 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 4 years, 11 months ago
  55. f12ff05 bpo-38066: Hide internal Stream methods (GH-15762) by Miss Islington (bot) · 4 years, 11 months ago
  56. 5cf8155 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846) by Miss Islington (bot) · 4 years, 11 months ago
  57. c43f26e closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836) by Miss Islington (bot) · 4 years, 11 months ago
  58. c3008dd bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) by Miss Islington (bot) · 4 years, 11 months ago
  59. eaa1b09 docs: Add references to AsyncMock in unittest.mock.patch (GH-13681) by Miss Islington (bot) · 4 years, 11 months ago
  60. eb1bc48 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838) by Miss Islington (bot) · 4 years, 11 months ago
  61. 55daf1a bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) by Miss Islington (bot) · 4 years, 11 months ago
  62. bb8fc8b bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Miss Islington (bot) · 4 years, 11 months ago
  63. ab74e52 bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) by Miss Islington (bot) · 4 years, 11 months ago
  64. 7d41e40 Remove macOS tests from Travis. (GH-15809) by Miss Islington (bot) · 4 years, 11 months ago
  65. 18fa272 Fix typo in dict object comment (GH-15814) by Miss Islington (bot) · 4 years, 11 months ago
  66. ccaea52 Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826) by Victor Stinner · 4 years, 11 months ago
  67. fdd17ab bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 4 years, 11 months ago
  68. 74b7413 bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) by Miss Islington (bot) · 4 years, 11 months ago
  69. d4391aa bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-15761) by Miss Islington (bot) · 4 years, 11 months ago
  70. 29bde48 bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Miss Islington (bot) · 4 years, 11 months ago
  71. 99df5e8 [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) by Zachary Ware · 4 years, 11 months ago
  72. c1c04cb bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) by Miss Islington (bot) · 4 years, 11 months ago
  73. e832963 bpo-37649: Fix exec_prefix check (GH-14897) by Miss Islington (bot) · 4 years, 11 months ago
  74. 421ef39 Fix punctuation in `os.execvpe` docstring. (GH-15051) by Miss Islington (bot) · 4 years, 11 months ago
  75. eadf6b8 bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 4 years, 11 months ago
  76. 0468a85 Clarify that shutil's copy functions can accept path-like values (GH-15141) by Miss Islington (bot) · 4 years, 11 months ago
  77. 5731172 bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) by Miss Islington (bot) · 4 years, 11 months ago
  78. 2d5594f bpo-20490: Improve circular import error message (GH-15308) by Steve Dower · 4 years, 11 months ago
  79. 78d15fa bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Miss Islington (bot) · 4 years, 11 months ago
  80. b6ef8f2 bpo-37876: Tests for ROT-13 codec (GH-15314) by Miss Islington (bot) · 4 years, 11 months ago
  81. 0d4396c bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Miss Islington (bot) · 4 years, 11 months ago
  82. 3bd4bed bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781) by Miss Islington (bot) · 4 years, 11 months ago
  83. cabcbbe bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704) by Miss Islington (bot) · 4 years, 11 months ago
  84. b150d0b bpo-38037: Fix reference counters in signal module (GH-15753) by Miss Islington (bot) · 4 years, 11 months ago
  85. 44729c9 bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) by Miss Islington (bot) · 4 years, 11 months ago
  86. 5d695b6 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Steve Dower · 4 years, 11 months ago
  87. 5e053eb Fix typo in math.prod example (GH-15614) by Miss Islington (bot) · 4 years, 11 months ago
  88. 248387f bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) by Miss Islington (bot) · 4 years, 11 months ago
  89. 2a4a982 bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Miss Islington (bot) · 4 years, 11 months ago
  90. 12acb5b bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758) by Miss Islington (bot) · 4 years, 11 months ago
  91. bee8bfe bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) by Miss Islington (bot) · 4 years, 11 months ago
  92. 2522679 [3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754) by Miss Islington (bot) · 4 years, 11 months ago
  93. 87a5a33 bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Miss Islington (bot) · 4 years, 11 months ago
  94. 68e401f bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Miss Islington (bot) · 4 years, 11 months ago
  95. eb02196 bpo-11953: Extend table of Windows WSA* error codes (GH-15004) by Steve Dower · 4 years, 11 months ago
  96. c837ad4 bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) by Miss Islington (bot) · 4 years, 11 months ago
  97. ebca7eb bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) by Miss Islington (bot) · 4 years, 11 months ago
  98. 14f7de7 [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) by Zachary Ware · 4 years, 11 months ago
  99. e103732 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 4 years, 11 months ago
  100. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 4 years, 11 months ago