1. fd75708 Python 3.9.0a1 by Łukasz Langa · 6 years ago v3.9.0a1
  2. 24555ce bpo-21767: explicitly mention abc support in functools.singledispatch docs (#17171) by Batuhan Taşkaya · 6 years ago
  3. 9960230 bpo-22367: Update test_fcntl.py for spawn process mode (#17154) by Dong-hee Na · 6 years ago
  4. 79e18ec Clean up module initialization. (GH-17215) by Brandt Bucher · 6 years ago
  5. fe75b62 bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (#17160) by Tomás Farías · 6 years ago
  6. 02b8051 Add @pablogsal to code owners file for the garbage collector (GH-17248) by Pablo Galindo · 6 years ago
  7. b028f58 Minor fixes to the formatting of the notes of Modules/gcmodule.c (GH-17247) by Pablo Galindo · 6 years ago
  8. dcf1f83 bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243) by Steve Dower · 6 years ago
  9. 00923c6 bpo-38622: Add missing audit events for ctypes module (GH-17158) by Steve Dower · 6 years ago
  10. 476e76f Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240) by Tal Einat · 6 years ago
  11. e243bae bpo-38722: Runpy use io.open_code() (GH-17234) by jsnklln · 6 years ago
  12. bcc1cc5 remove a strange non-ASCII character in _iomodule.c (GH-17239) by Tal Einat · 6 years ago
  13. ee703cb bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) by Tal Einat · 6 years ago
  14. bc7d3aa bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233) by Victor Stinner · 6 years ago
  15. 04394df bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232) by Victor Stinner · 6 years ago
  16. f49f6ba Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) by Роман Донченко · 6 years ago
  17. 289cf0f bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) by Brandt Bucher · 6 years ago
  18. 5383956 bpo-38830: Correct slot signature in Qt example. (GH-17220) by Vinay Sajip · 6 years ago
  19. 59c8088 Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219) by Victor Stinner · 6 years ago
  20. 04c79d6 bpo-38678: Improve argparse example in tutorial (GH-17207) by Raymond Hettinger · 6 years ago
  21. 4544e78 bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) by alclarks · 6 years ago
  22. 2bc3434 bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766) by Zackery Spytz · 6 years ago
  23. 111772f bpo-38811: Check for presence of os.link method in pathlib. (GH-17170) by Toke Høiland-Jørgensen · 6 years ago
  24. 645005e bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151) by Andrey Doroschenko · 6 years ago
  25. 143a97f bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) by Brandt Bucher · 6 years ago
  26. c3f6bdc bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) by Brandt Bucher · 6 years ago
  27. d0acdfc Fix typo in Lib/socketserver.py (GH-17024) by Jason (Perry) Taylor · 6 years ago
  28. a065232 bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417) by Serhiy Storchaka · 6 years ago
  29. bd44a7e bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005) by Serhiy Storchaka · 6 years ago
  30. 5fd5cb8 bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991) by Serhiy Storchaka · 6 years ago
  31. 51edf8a bpo-38644: Cleanup ceval.h (GH-17185) by Victor Stinner · 6 years ago
  32. 7c6130c bpo-38453: Ensure correct short path is obtained for test (GH-17184) by Steve Dower · 6 years ago
  33. b5e170f bpo-38644: Add _PyEval_EvalCode() (GH-17183) by Victor Stinner · 6 years ago
  34. 0fe0b88 Updated missing periods in cmdline.rst (GH-17173) by Jules Lasne (jlasne) · 6 years ago
  35. 84f2528 Fix the description of isdatadescriptor in inspect.rst (#16645) by HongWeipeng · 6 years ago
  36. 73cdb0c bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) by Eric Snow · 6 years ago
  37. abde52c bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) by Steve Dower · 6 years ago
  38. b220300 bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) by Phil Connell · 6 years ago
  39. e8acc86 bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) by Andrey Doroschenko · 6 years ago
  40. b44ffc8 bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) by Marco Paolini · 6 years ago
  41. 57d3ab8 Add .pytest_cache to .gitignore (GH-16595) by Brandt Bucher · 6 years ago
  42. 3f8cebd bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161) by Kyle Stanley · 6 years ago
  43. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 6 years ago
  44. b9e6812 bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131) by Victor Stinner · 6 years ago
  45. 3ccdd9b closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) by Benjamin Peterson · 6 years ago
  46. dad6be5 bpo-38785: Prevent asyncio from crashing (GH-17144) by Andrew Svetlov · 6 years ago
  47. 61289d4 bpo-38786: Add parsing of https links to pydoc (GH-17143) by Kirill · 6 years ago
  48. d89cea1 bpo-38781: Clear buffer in MemoryHandler flush (GH-17132) by Daniel Andersson · 6 years ago
  49. 9c28449 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Zackery Spytz · 6 years ago
  50. 2d56af7 Fix minor typos. (GH-17095) by Shu · 6 years ago
  51. d6d6e2a Add Ilya Kulakov to Misc/ACKS. (GH-17130) by Ilya Kulakov · 6 years ago
  52. 74fa9f7 closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) by Benjamin Peterson · 6 years ago
  53. d593881 bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127) by jsnklln · 6 years ago
  54. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 6 years ago
  55. 9a13a38 bpo-36974: expand call protocol documentation (GH-13844) by Jeroen Demeyer · 6 years ago
  56. a12255d bpo-38421: Update email.utils documentation (GH-16678) by David K · 6 years ago
  57. 1062715 bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) by Vinay Sajip · 6 years ago
  58. c8b53dc bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Zackery Spytz · 6 years ago
  59. 733b9a3 bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) by Raymond Hettinger · 6 years ago
  60. 051ff52 bpo-38565: add new cache_parameters method for lru_cache (GH-16916) by Manjusaka · 6 years ago
  61. 98480ce bpo-38771: Explict test for None in code example (GH-17108) by Jonathan Scholbach · 6 years ago
  62. a0ed99b bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) by Brandt Bucher · 6 years ago
  63. 84ac437 bpo-38761: Register WeakSet as a MutableSet (GH-17104) by Raymond Hettinger · 6 years ago
  64. af46450 Minor readability improvement for argument handling in itertools.repeat() (GH-17101) by Raymond Hettinger · 6 years ago
  65. e27449d bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to extra data. (GH-16988) by Serhiy Storchaka · 6 years ago
  66. fc6b1bf Clarify amount of dots between package and subpackage (GH-17092) by Shu · 6 years ago
  67. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 6 years ago
  68. befa032 bpo-22367: Add tests for fcntl.lockf(). (GH-17010) by Dong-hee Na · 6 years ago
  69. 6cbc84f bpo-38613: Optimize set operations of dict keys. (GH-16961) by Inada Naoki · 6 years ago
  70. d12d0e7 bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) by Victor Stinner · 6 years ago
  71. 991b02d update a deprecated assert in logging tests (GH-17079) by l0rb · 6 years ago
  72. 9def81a bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328) by Vinay Sajip · 6 years ago
  73. 7f46049 bpo-38382: Document the early-out behavior for a zero (GH-17037) by Raymond Hettinger · 6 years ago
  74. 519cb87 bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072) by l0rb · 6 years ago
  75. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 6 years ago
  76. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 6 years ago
  77. 56698d5 bpo-38696: Fix usage example of HTTPStatus (GH-17066) by Ammar Askar · 6 years ago
  78. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 6 years ago
  79. b396663 bpo-35381 Remove all static state from posixmodule (GH-15892) by Eddie Elizondo · 6 years ago
  80. 5e01a65 Update interpreter.rst (GH-17059) by Jules Lasne (jlasne) · 6 years ago
  81. fbbfcce _json.c: use Py_UNUSED() macro (GH-17053) by Victor Stinner · 6 years ago
  82. 62161ce closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Benjamin Peterson · 6 years ago
  83. 25fa3ec Fix a typo in wave module docstring (GH-17009) by Michael Haas · 6 years ago
  84. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 6 years ago
  85. be434dc bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) by Victor Stinner · 6 years ago
  86. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 6 years ago
  87. 6552563 bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043) by Alexandru Ardelean · 6 years ago
  88. 1cdadf4 bpo-37759: Show output from var_access_benchmark (GH-17040) by Raymond Hettinger · 6 years ago
  89. d0e0f5b bpo-38388: Document pickle protocol version 5 (GH-16639) by Dima Tisnek · 6 years ago
  90. 99b7701 Convert argument to snake_case (GH-16990) by Борис Верховский · 6 years ago
  91. d9d3993 Years overdue, explain why unreachable objects are moved. (GH-17030) by Tim Peters · 6 years ago
  92. 8d4fef4 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Ram Rachum · 6 years ago
  93. d0d9f7c Slightly improve plistlib test coverage. (GH-17025) by Jon Janzen · 6 years ago
  94. 9bc94ec bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) by Petr Viktorin · 6 years ago
  95. 112f2b8 Update the URL for the requests package (GH-17006) by Simon Legner · 6 years ago
  96. 65c7382 Add docstring for shlex.split (GH-16740) by MaT1g3R · 6 years ago
  97. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 6 years ago
  98. b15100f bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) by Lucas Cimon · 6 years ago
  99. 79d4ed1 bpo-16575: Add checks for unions passed by value to functions. (GH-16799) by Vinay Sajip · 6 years ago
  100. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 6 years ago