1. 997443c Fix so that test.test_distutils can be executed by unittest and not just regrtest (GH-13480) by Toshio Kuratomi · 6 years ago
  2. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 6 years ago
  3. 72b1004 bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029) by Karthikeyan Singaravelan · 6 years ago
  4. 10355ed bpo-36018: Add another example for NormalDist() (#18191) by Raymond Hettinger · 6 years ago
  5. 4515a59 Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cache (GH-4641) by 加和 · 6 years ago
  6. 8271441 bpo-39374: Updated sorting documentation (GH-18177) by Juhana Jauhiainen · 6 years ago
  7. 4b09dc7 bpo-36654: Add examples for using tokenize module programmically (#12947) by Windson yang · 6 years ago
  8. 7de6174 bpo-15243: Document __prepare__ as classmethod (GH-17124) by alclarks · 6 years ago
  9. aef7dc8 bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409) by Vegard Stikbakke · 6 years ago
  10. 9bfb4a7 Update 3.8.rst (GH-18173) by fireattack · 6 years ago
  11. d23b08f Post 3.9.0a3 by Łukasz Langa · 6 years ago
  12. b07ead3 Merge tag 'v3.9.0a3' by Łukasz Langa · 6 years ago
  13. 40c0809 bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521) by Paulo Henrique Silva · 6 years ago
  14. 62865f4 bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116) by Matthew Kokotovich · 6 years ago
  15. d0d9fa8 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Cheryl Sabella · 6 years ago
  16. c33378d Python 3.9.0a3 by Łukasz Langa · 6 years ago
  17. 9017e0b bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) by Serhiy Storchaka · 6 years ago
  18. 656c45e bpo-38631: Avoid Py_FatalError() in GC collect() (GH-18164) by Victor Stinner · 6 years ago
  19. 8870433 bpo-39390 shutil: fix argument types for ignore callback (GH-18122) by mbarkhau · 6 years ago
  20. 66b00a9 bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) by Karthikeyan Singaravelan · 6 years ago
  21. b8d1262 bpo-39395: putenv() and unsetenv() always available (GH-18135) by Victor Stinner · 6 years ago
  22. 161e7b3 bpo-39413: Implement os.unsetenv() on Windows (GH-18163) by Victor Stinner · 6 years ago
  23. 2d50976 bpo-39361: Document the removal of PyTypeObject.tp_print (GH-18125) by Ammar Askar · 6 years ago
  24. e9652e8 bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) by Mark Dickinson · 6 years ago
  25. b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 6 years ago
  26. e131c97 Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606) by Mario Corchero · 6 years ago
  27. 1d0c5e1 bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437) by Emmanuel Arias · 6 years ago
  28. 65ecc39 bpo-17005: Minor improvements to the documentation of TopologicalSorter (GH-18155) by Pablo Galindo · 6 years ago
  29. 7142df5 bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) by Shanavas M · 6 years ago
  30. 99e6c26 bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583) by Pablo Galindo · 6 years ago
  31. 79f89e6 bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Pablo Galindo · 6 years ago
  32. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 6 years ago
  33. f9e07e1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Terry Jan Reedy · 6 years ago
  34. 2e43b64 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Zackery Spytz · 6 years ago
  35. dd754ca bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) by William Woodruff · 6 years ago
  36. 41f0ef6 bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) by Pablo Galindo · 6 years ago
  37. 9b6fec4 bpo-39336: Allow packages to not let their child modules be set on them (#18006) by Dino Viehland · 6 years ago
  38. d3ae95e bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (GH-18117) by Alex Rebert · 6 years ago
  39. 1f0f102 bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035) by Dong-hee Na · 6 years ago
  40. b477d19 bpo-39406: Implement os.putenv() with setenv() if available (GH-18128) by Victor Stinner · 6 years ago
  41. 0852c7d bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126) by Victor Stinner · 6 years ago
  42. b73dd02 Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124) by Victor Stinner · 6 years ago
  43. beea26b bpo-39353: Deprecate the binhex module (GH-18025) by Victor Stinner · 6 years ago
  44. 14d80d0 bpo-39425: Fix list.count performance regression (GH-18119) by Dong-hee Na · 6 years ago
  45. 5bbac8c bpo-39377: json: Update doc about the encoding option. (GH-18076) by Inada Naoki · 6 years ago
  46. 0d5eac8 closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) by Dong-hee Na · 6 years ago
  47. 47be7d0 PyLong_AsLongLong() docs should say 'long long' (#18082) by Keith Erskine · 6 years ago
  48. 623ed61 bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106) by Victor Stinner · 6 years ago
  49. 56cd371 bpo-39413: Implement os.unsetenv() on Windows (GH-18104) by Victor Stinner · 6 years ago
  50. 59e2d26 Move test_math tests (GH-18098) by Victor Stinner · 6 years ago
  51. 629023c bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099) by Victor Stinner · 6 years ago
  52. eab3b3f bpo-39389: gzip: fix compression level metadata (GH-18077) by William Chargin · 6 years ago
  53. 85ead4f bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094) by Victor Stinner · 6 years ago
  54. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 6 years ago
  55. 8698b34 improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) by Carl Friedrich Bolz-Tereick · 6 years ago
  56. 8d57a41 bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) by Peter Bittner · 6 years ago
  57. a96e06d bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Andrew Svetlov · 6 years ago
  58. 2c49bec Fix asyncio.get_event_loop() documentation (GH-18051) by Andrew Svetlov · 6 years ago
  59. 1e420f8 bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052) by Nick Coghlan · 6 years ago
  60. 5492bfc bpo-39377: json: Remove the encoding option. (GH-18075) by Inada Naoki · 6 years ago
  61. e96d954 bpo-38536: locale: Remove trailing space in formatted currency (GH-16864) by Inada Naoki · 6 years ago
  62. d8ef644 bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060) by Zackery Spytz · 6 years ago
  63. 558f078 Fix typo from base to based (GH-18055) by Michael Haas · 6 years ago
  64. cd7db76 bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037) by Pablo Galindo · 6 years ago
  65. 6aabb63 Run doctests in GitHub actions Docs targer (GH-18041) by Pablo Galindo · 6 years ago
  66. ef8844f Fix Lock.locked() to remove extra bold highlighting (#18042) by Grant Jenks · 6 years ago
  67. 1d3b0aa bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027) by Victor Stinner · 6 years ago
  68. 10fd6b2 bpo-39357: Update bz2 docstring: remove buffering (GH-18036) by Victor Stinner · 6 years ago
  69. 9baf242 bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) by Victor Stinner · 6 years ago
  70. c5b7900 bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) by Niklas Fiekas · 6 years ago
  71. 4691a2f bpo-39350: Remove deprecated fractions.gcd() (GH-18021) by Victor Stinner · 6 years ago
  72. 210c19e bpo-39351: Remove base64.encodestring() (GH-18022) by Victor Stinner · 6 years ago
  73. fad8b56 bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) by Oz N Tiram · 6 years ago
  74. 01602ae bpo-37958: Adding get_profile_dict to pstats (GH-15495) by Daniel Olshansky · 6 years ago
  75. dc0284e Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) by Antoine · 6 years ago
  76. e92d393 Fix compiler warning on Windows (GH-18012) by Ammar Askar · 6 years ago
  77. e85a305 bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984) by Victor Stinner · 6 years ago
  78. ed154c3 bpo-1635741: Port _json extension module to multiphase initialization (PEP 489) (GH-17835) by Hai Shi · 6 years ago
  79. 3f12ac1 bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010) by Victor Stinner · 6 years ago
  80. cf288b5 Fix AsyncMock base class in the docs (GH-18008) by Elena Oat · 6 years ago
  81. 54f743e Improve test coverage for AsyncMock. (GH-17906) by Karthikeyan Singaravelan · 6 years ago
  82. 45cf5db Allow pgen to produce a DOT format dump of the grammar (GH-18005) by Pablo Galindo · 6 years ago
  83. 65a5ce2 bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) by Dong-hee Na · 6 years ago
  84. 7d63780 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) by Vinay Sajip · 6 years ago
  85. 4b0d91a venv: Suppress warning message when bash hashing is disabled. (GH-17966) by Dima · 6 years ago
  86. b4cdb3f Fix documentation in code.py (GH-17988) by Kyle Pollina · 6 years ago
  87. f04750b bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557) by Václav Bartoš · 6 years ago
  88. b679137 bpo-39322: Add gc.is_finalized to the gc module docstring (GH-18000) by Pablo Galindo · 6 years ago
  89. 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
  90. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 6 years ago
  91. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 6 years ago
  92. 62e3973 bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958) by Dong-hee Na · 6 years ago
  93. 2de064e bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747) by Anthony Shaw · 6 years ago
  94. a190e2a bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) by Dong-hee Na · 6 years ago
  95. 31d6de5 remove unused __version__ from mock.py (#17977) by Chris Withers · 6 years ago
  96. 2b1df45 bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) by Victor Stinner · 6 years ago
  97. 3430c55 bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752) by Julien Danjou · 6 years ago
  98. d8efc14 bpo-39299: Add more tests for mimetypes and its cli. (GH-17949) by Karthikeyan Singaravelan · 6 years ago
  99. c1ee6e5 bpo-20443: Update What's New In Python 3.9 (GH-17986) by Victor Stinner · 6 years ago
  100. e7c9f4a Cleanup exit code for interpreter. (GH-17756) by Mark Shannon · 6 years ago