1. d77d97c bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229) by Zackery Spytz · 6 years ago
  2. b13a20f bpo-5438: Update memory requirements and optimize test_bigmem.py. (GH-11123) by Serhiy Storchaka · 6 years ago
  3. 83dd4e8 bpo-18085: Update refcounts.dat. (GH-11247) by Serhiy Storchaka · 6 years ago
  4. 87ec110 bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255) by Terry Jan Reedy · 6 years ago
  5. 01421be bpo-35521: IDLE: Add code context section to docs (#11205) by Cheryl Sabella · 6 years ago
  6. afe17a7 bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) by Steve Dower · 6 years ago
  7. b2f642c bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) by Mat M · 6 years ago
  8. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 6 years ago
  9. 55cc345 bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218) by Chris Rands · 6 years ago
  10. 57dd79e Fix documented signatures for C API functions. (GH-11236) by Serhiy Storchaka · 6 years ago
  11. bf99bcf Fix Python version since which external enities are not resolved by default. (GH-11237) by Serhiy Storchaka · 6 years ago
  12. 92330c0 bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162) by Manjusaka · 6 years ago
  13. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  14. 82d7355 Removed dangling `since Python` at the end of library/xml.rst. (GH-11201) by Jules Lasne (jlasne) · 6 years ago
  15. 6cdce3d bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) by Victor Stinner · 6 years ago
  16. 05c9d31 bpo-31731: Fix test_io.check_interrupted_write() (GH-11225) by Victor Stinner · 6 years ago
  17. b5c8cfa bpo-23057: add loop self socket as wakeup fd for signals (#11135) by Vladimir Matveev · 6 years ago
  18. e3666fc bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) by Hrvoje Nikšić · 6 years ago
  19. d2a75c6 bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170) by Serhiy Storchaka · 6 years ago
  20. 60875db bpo-35516: platform.system_alias() don't replace Darwin (GH-11207) by Victor Stinner · 6 years ago
  21. 17d0c05 bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) by Victor Stinner · 6 years ago
  22. e6b247c bpo-35523: Remove ctypes callback workaround (GH-11211) by Victor Stinner · 6 years ago
  23. 3fcc1e0 bpo-35461: Document C API functions which suppress exceptions. (GH-11119) by Serhiy Storchaka · 6 years ago
  24. 62a68b7 bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189) by Victor Stinner · 6 years ago
  25. 1dd0359 bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200) by Victor Stinner · 6 years ago
  26. 0af9c33 bpo-35348: Fix platform.architecture() (GH-11159) by Victor Stinner · 6 years ago
  27. 94cf308 bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516) by Serhiy Storchaka · 6 years ago
  28. bdabb07 bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) by Serhiy Storchaka · 6 years ago
  29. 842acaa bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) by Zackery Spytz · 6 years ago
  30. 4db62e1 bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152) by Serhiy Storchaka · 6 years ago
  31. e2af34f bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172) by Serhiy Storchaka · 6 years ago
  32. fae9587 bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196) by Vajrasky Kok · 6 years ago
  33. e991270 bpo-35415: validate fileno argument to socket.socket (GH-10917) by Dima Tisnek · 6 years ago
  34. 05c1b38 Fixed a few obvious mistakes in c-api docs (GH-11184) by Beomsoo Kim · 6 years ago
  35. 3ab064e bpo-23451: Update time.monotonic() documentation (GH-11190) by Victor Stinner · 6 years ago
  36. 8db5b54 bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) by Victor Stinner · 6 years ago
  37. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  38. 4e80f5c bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) by Paul Ganssle · 6 years ago
  39. 2dfe351 bpo-35491, multiprocessing: replace "RUN" with RUN (GH-11178) by Victor Stinner · 6 years ago
  40. b912f93 bpo-35511: Trivial docs updates for profile and resource library modules. (GH-11124) by Beomsoo Kim · 6 years ago
  41. 640ed52 bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) by Victor Stinner · 6 years ago
  42. f5107df bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144) by mkkot · 6 years ago
  43. f8e9bd5 bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146) by Steve Dower · 6 years ago
  44. d7538dd bpo-35471: Remove the macpath module (GH-11129) by Victor Stinner · 6 years ago
  45. 4aa917c bpo-35346: Cleanup platform.architecture() (GH-11130) by Victor Stinner · 6 years ago
  46. 3a8f4fe bpo-34279: regrtest consider that skipped tests are ran (GH-11132) by Victor Stinner · 6 years ago
  47. 7acd50a bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138) by Victor Stinner · 6 years ago
  48. cb0f5e2 Fixed missing colun in library/sys.po (GH-11153) by Jules Lasne (jlasne) · 6 years ago
  49. 2b417fb Add multiprocessing.Pool.__repr__() (GH-11137) by Victor Stinner · 6 years ago
  50. afb3e71 bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150) by Serhiy Storchaka · 6 years ago
  51. 7b36016 bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-11141) by Vladimir Matveev · 6 years ago
  52. 08c2ba0 bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) by Victor Stinner · 6 years ago
  53. 502fe19 bpo-35412: Add testcase to test_future4 (GH-11131) by Victor Stinner · 6 years ago
  54. b0e0877 bpo-35346: Drop Mac OS 9 support from platform (GH-10959) by Victor Stinner · 6 years ago
  55. 4fb0b8b bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295) by Xiang Zhang · 6 years ago
  56. 5a718e9 Add test for double patching instance methods (#11085) by Anthony Sottile · 6 years ago
  57. f7fa62e bpo-17185: Add __signature__ to mock that can be used by inspect for signature (GH11048) by Xtreak · 6 years ago
  58. 5344501 bpo-35394: Add empty slots to abstract asyncio protocols (#10889) by Andrew Svetlov · 6 years ago
  59. 7211d30 Remove an unused variable after bpo-35444. (GH-11117) by Serhiy Storchaka · 6 years ago
  60. 2ab2afd bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) by Pablo Galindo · 6 years ago
  61. a932d0b bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086) by Pablo Galindo · 6 years ago
  62. dc525f4 bpo-35458: Fix test_shutil.test_disk_usage() (GH-11111) by Victor Stinner · 6 years ago
  63. 8905fcc bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) by Serhiy Storchaka · 6 years ago
  64. bb86bf4 bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) by Serhiy Storchaka · 6 years ago
  65. 7cf3d8e bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101) by Ned Deily · 6 years ago
  66. 3ec9826 bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094) by Ned Deily · 6 years ago
  67. d5a6a38 bpo-34977: Remove unused preprocessor definition (GH-11092) by Steve Dower · 6 years ago
  68. 4824385 bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) by Steve Dower · 6 years ago
  69. 0cd6391 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 6 years ago
  70. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 6 years ago
  71. b6ef6f6 bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079) by Victor Stinner · 6 years ago
  72. fc662ac bpo-32788: Better error handling in sqlite3. (GH-3723) by Serhiy Storchaka · 6 years ago
  73. dffccc6 bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075) by Serhiy Storchaka · 6 years ago
  74. cf24735 bpo-31374: Include pyconfig.h earlier in expat (GH-11064) by Victor Stinner · 6 years ago
  75. 2eb6ad8 bpo-35050: AF_ALG length check off-by-one error (GH-10058) by Christian Heimes · 6 years ago
  76. 8e04186 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) by Victor Stinner · 6 years ago
  77. 6fef0f1 bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049) by Serhiy Storchaka · 6 years ago
  78. 72ff7b4 bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) by Serhiy Storchaka · 6 years ago
  79. f46eccd bpo-35433: Properly detect installed SDK versions (GH-11009) by Jeremy Kloth · 6 years ago
  80. e448f9c Remove a duplicate descriptor in gdbm. (GH-11053) by Serhiy Storchaka · 6 years ago
  81. e328753 bpo-22005: Document the reality of pickle compatibility. (GH-11054) by Gregory P. Smith · 6 years ago
  82. 25648d0 bpo-34245: install Python shared library with more standard 0755 mode (GH-8492) by jdemeyer · 6 years ago
  83. de9e9b4 Fix numbered lists in stdtypes.rst. (GH-10989) by Andre Delfino · 6 years ago
  84. ac218bc bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Ned Deily · 6 years ago
  85. 99d56b5 bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Zackery Spytz · 6 years ago
  86. f05df0a bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973) by Mario Corchero · 6 years ago
  87. 3cf7438 bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) by Anirudha Bose · 6 years ago
  88. 028f0ef bpo-9566: Fix compiler warnings in peephole.c (GH-10652) by Victor Stinner · 6 years ago
  89. 1133a8c bpo-22005: Fix condition for unpickling a date object. (GH-11025) by Serhiy Storchaka · 6 years ago
  90. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 6 years ago
  91. 8452ca1 bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) by Serhiy Storchaka · 6 years ago
  92. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  93. 3a521f0 bpo-35346, platform: replace os.popen() with subprocess (GH-10786) by Victor Stinner · 6 years ago
  94. 9ebe879 bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464) by Tal Einat · 6 years ago
  95. 16501b7 bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012) by Mariatta · 6 years ago
  96. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 6 years ago
  97. c9566b8 Add missing period in distutils.dep_util.newer_group doc (GH-11003) by Andre Delfino · 6 years ago
  98. 91f259b Clarify expectedFailure in the unittest docs. (#10953) by Gregory P. Smith · 6 years ago
  99. 42b1d61 bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) by Serhiy Storchaka · 6 years ago
  100. 2042852 Remove unused function in `testmock/support.py` (GH-10975) by Mario Corchero · 6 years ago