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