1. 629023c bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099) by Victor Stinner · 6 years ago
  2. eab3b3f bpo-39389: gzip: fix compression level metadata (GH-18077) by William Chargin · 6 years ago
  3. 85ead4f bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094) by Victor Stinner · 6 years ago
  4. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 6 years ago
  5. 8698b34 improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) by Carl Friedrich Bolz-Tereick · 6 years ago
  6. 8d57a41 bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) by Peter Bittner · 6 years ago
  7. a96e06d bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Andrew Svetlov · 6 years ago
  8. 2c49bec Fix asyncio.get_event_loop() documentation (GH-18051) by Andrew Svetlov · 6 years ago
  9. 1e420f8 bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052) by Nick Coghlan · 6 years ago
  10. 5492bfc bpo-39377: json: Remove the encoding option. (GH-18075) by Inada Naoki · 6 years ago
  11. e96d954 bpo-38536: locale: Remove trailing space in formatted currency (GH-16864) by Inada Naoki · 6 years ago
  12. d8ef644 bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060) by Zackery Spytz · 6 years ago
  13. 558f078 Fix typo from base to based (GH-18055) by Michael Haas · 6 years ago
  14. cd7db76 bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037) by Pablo Galindo · 6 years ago
  15. 6aabb63 Run doctests in GitHub actions Docs targer (GH-18041) by Pablo Galindo · 6 years ago
  16. ef8844f Fix Lock.locked() to remove extra bold highlighting (#18042) by Grant Jenks · 6 years ago
  17. 1d3b0aa bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027) by Victor Stinner · 6 years ago
  18. 10fd6b2 bpo-39357: Update bz2 docstring: remove buffering (GH-18036) by Victor Stinner · 6 years ago
  19. 9baf242 bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) by Victor Stinner · 6 years ago
  20. c5b7900 bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) by Niklas Fiekas · 6 years ago
  21. 4691a2f bpo-39350: Remove deprecated fractions.gcd() (GH-18021) by Victor Stinner · 6 years ago
  22. 210c19e bpo-39351: Remove base64.encodestring() (GH-18022) by Victor Stinner · 6 years ago
  23. fad8b56 bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) by Oz N Tiram · 6 years ago
  24. 01602ae bpo-37958: Adding get_profile_dict to pstats (GH-15495) by Daniel Olshansky · 6 years ago
  25. dc0284e Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) by Antoine · 6 years ago
  26. e92d393 Fix compiler warning on Windows (GH-18012) by Ammar Askar · 6 years ago
  27. e85a305 bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984) by Victor Stinner · 6 years ago
  28. ed154c3 bpo-1635741: Port _json extension module to multiphase initialization (PEP 489) (GH-17835) by Hai Shi · 6 years ago
  29. 3f12ac1 bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010) by Victor Stinner · 6 years ago
  30. cf288b5 Fix AsyncMock base class in the docs (GH-18008) by Elena Oat · 6 years ago
  31. 54f743e Improve test coverage for AsyncMock. (GH-17906) by Karthikeyan Singaravelan · 6 years ago
  32. 45cf5db Allow pgen to produce a DOT format dump of the grammar (GH-18005) by Pablo Galindo · 6 years ago
  33. 65a5ce2 bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) by Dong-hee Na · 6 years ago
  34. 7d63780 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) by Vinay Sajip · 6 years ago
  35. 4b0d91a venv: Suppress warning message when bash hashing is disabled. (GH-17966) by Dima · 6 years ago
  36. b4cdb3f Fix documentation in code.py (GH-17988) by Kyle Pollina · 6 years ago
  37. f04750b bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557) by Václav Bartoš · 6 years ago
  38. b679137 bpo-39322: Add gc.is_finalized to the gc module docstring (GH-18000) by Pablo Galindo · 6 years ago
  39. a2ec3f0 bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) by Pablo Galindo · 6 years ago
  40. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 6 years ago
  41. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 6 years ago
  42. 62e3973 bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958) by Dong-hee Na · 6 years ago
  43. 2de064e bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747) by Anthony Shaw · 6 years ago
  44. a190e2a bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) by Dong-hee Na · 6 years ago
  45. 31d6de5 remove unused __version__ from mock.py (#17977) by Chris Withers · 6 years ago
  46. 2b1df45 bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) by Victor Stinner · 6 years ago
  47. 3430c55 bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752) by Julien Danjou · 6 years ago
  48. d8efc14 bpo-39299: Add more tests for mimetypes and its cli. (GH-17949) by Karthikeyan Singaravelan · 6 years ago
  49. c1ee6e5 bpo-20443: Update What's New In Python 3.9 (GH-17986) by Victor Stinner · 6 years ago
  50. e7c9f4a Cleanup exit code for interpreter. (GH-17756) by Mark Shannon · 6 years ago
  51. 97f1267 Fix typos in gcmodule.c and restructure comments for clarity (GH-17983) by Pablo Galindo · 6 years ago
  52. d23f782 Remove unused functions in Parser/parsetok.c (GH-17365) by Emmanuel Arias · 6 years ago
  53. 0b2ab21 bpo-39310: Add math.ulp(x) (GH-17965) by Victor Stinner · 6 years ago
  54. 7ba6f18 bpo-39307: Fix memory leak on error path in parsetok (GH-17953) by Alex Henrie · 6 years ago
  55. b2b4a51 bpo-32021: Support brotli .br encoding in mimetypes (#12200) by Philip McMahon · 6 years ago
  56. 61b1415 bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-17967) by Batuhan Taşkaya · 6 years ago
  57. 14dbe4b Fix outdated comment in _strptime.py (GH-17929) by Ram Rachum · 6 years ago
  58. 6680f4a bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) by Batuhan Taşkaya · 6 years ago
  59. 9f3fc6c bpo-38293: Allow shallow and deep copying of property objects (GH-16438) by Guðni Natan Gunnarsson · 6 years ago
  60. 54cfbb2 bpo-39288: Add examples to math.nextafter() documentation (GH-17962) by Victor Stinner · 6 years ago
  61. 0ca7cc7 bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552) by Kyle Stanley · 6 years ago
  62. d7c7add bpo-12159: Document sys.maxsize limit in len() function reference (GH-17934) by Zac Hatfield-Dodds · 6 years ago
  63. c12440c bpo-16575: Disabled checks for union types being passed by value. (GH-17960) by Vinay Sajip · 6 years ago
  64. 100fafc bpo-39288: Add math.nextafter(x, y) (GH-17937) by Victor Stinner · 6 years ago
  65. 1b335ae bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936) by Dong-hee Na · 6 years ago
  66. 136735c bpo-39297: Update for importlib_metadata 1.4. (GH-17947) by Jason R. Coombs · 6 years ago
  67. 5d978a2 bpo-39259: nntplib.NNTP/NNTP_SSL refactoring (GH-17939) by Dong-hee Na · 6 years ago
  68. 43682f1 Fix host in address of socket.create_server example. (GH-17706) by Karthikeyan Singaravelan · 6 years ago
  69. ce54519 bpo-39292: Add missing syslog facility codes. (GH-17945) by Vinay Sajip · 6 years ago
  70. abdc634 bpo-39200: Correct the error message for min/max builtin function (GH-17814) by Dong-hee Na · 6 years ago
  71. c39b52f bpo-39259: poplib now rejects timeout = 0 (GH-17912) by Dong-hee Na · 6 years ago
  72. 4c53e63 bpo-39166: Fix trace of last iteration of async for loops (#17800) by Pablo Galindo · 6 years ago
  73. 850a885 bpo-39235: Check end_lineno and end_col_offset of AST nodes. (GH-17926) by Serhiy Storchaka · 6 years ago
  74. a796d8e bpo-39235: Fix end location for genexp in call args (GH-17925) by Guido van Rossum · 6 years ago
  75. 2f65aa4 Fix typo in test's docstring (GH-17856) by Daniel Hahler · 6 years ago
  76. ed36781 bpo-25172: Reduce scope of crypt import tests (GH-17881) by Steve Dower · 6 years ago
  77. eef1b02 Add test cases for dataclasses. (#17909) by Karthikeyan Singaravelan · 6 years ago
  78. 6c5d661 bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896) by Petr Viktorin · 6 years ago
  79. f3e5e95 bpo-39270: Remove dead assignment from config_init_module_search_paths (GH-17914) by Alex Henrie · 6 years ago
  80. a1c1be2 bpo-39272: Remove dead assignment from _ssl__SSLContext_load_verify_locations_impl (GH-17916) by Alex Henrie · 6 years ago
  81. 1a183fa bpo-39271: Remove dead assignment from pattern_subx (GH-17915) by Alex Henrie · 6 years ago
  82. 5cae042 closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind. (GH-17908) by Alex Henrie · 6 years ago
  83. 2c7ed41 closes bpo-39261: Remove dead assignment from pyinit_config. (GH-17907) by Alex Henrie · 6 years ago
  84. f3a0a6b Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870) by Victor Stinner · 6 years ago
  85. 5907e61 bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822) by An Long · 6 years ago
  86. 2e6a8ef bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) by Dong-hee Na · 6 years ago
  87. 9a669d5 bpo-39233: Update positional-only section in the glossary (GH-17874) by Pablo Galindo · 6 years ago
  88. 998c549 bpo-39237, datetime: Remove redundant call to round from delta_new (GH-17877) by Alex Henrie · 6 years ago
  89. b821173 bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) by Dong-hee Na · 6 years ago
  90. 13a7ee8 bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203) by Dong-hee Na · 6 years ago
  91. 950c679 bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) by Derek Brown · 6 years ago
  92. 5b23f76 bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) by Victor Stinner · 6 years ago
  93. 10ac0cd bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) by Andrew Svetlov · 6 years ago
  94. ca94677 bpo-38623: Doc: Add section for site module CLI. (GH-17858) by Inada Naoki · 6 years ago
  95. f4800b8 Doc: Change Python 2 status to EOL. (GH-17885) by Inada Naoki · 6 years ago
  96. 24bcefc bpo-39234: `enum.auto()` default initial value as 1 (GH-17878) by YoSTEALTH · 6 years ago
  97. b1ce22d bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873) by Steve Dower · 6 years ago
  98. 2e9012a bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) by YoSTEALTH · 6 years ago
  99. 7b79dc9 bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818) by Anthony Wee · 6 years ago
  100. 5ec91f7 bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) by Pablo Galindo · 6 years ago