1. 9df346b bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) by Zsolt Cserna · 6 years ago
  2. 59ee5b1 bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611) by Yury Selivanov · 6 years ago
  3. 994269c bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609) by Yury Selivanov · 6 years ago
  4. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  5. a94ee12 bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) by orlnub123 · 6 years ago
  6. 7291108 Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) by Pablo Galindo · 6 years ago
  7. f55c64c bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595) by Tal Einat · 6 years ago
  8. 130717f Clarify that Type[SomeTypeVar] is legal (#9585) by Michael Lee · 6 years ago
  9. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  10. 2aaf98c bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) by INADA Naoki · 6 years ago
  11. d345bb4 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) by Cheryl Sabella · 6 years ago
  12. fad6af2 asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579) by Yury Selivanov · 6 years ago
  13. 5a5ce06 bpo-5950: Support reading zips with comments in zipimport (#9548) by Zackery Spytz · 6 years ago
  14. 996859a bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543) by Yury Selivanov · 6 years ago
  15. 22ef31d bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Terry Jan Reedy · 6 years ago
  16. fdcb5ae bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572) by Terry Jan Reedy · 6 years ago
  17. ea718d3 bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568) by Terry Jan Reedy · 6 years ago
  18. dac712d bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567) by Terry Jan Reedy · 6 years ago
  19. 46f40be bpo-33937: Catch ENOMEM error in test_socket (#9557) by Victor Stinner · 6 years ago
  20. 6ea29c5 bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) by Victor Stinner · 6 years ago
  21. c8c0249 bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372) by Joe Pamer · 6 years ago
  22. 604e7b9 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Tal Einat · 6 years ago
  23. 5b3cbcd Improved the more elaborate multiprocessing example in the logging cookbook (GH-9326) by Géry Ogam · 6 years ago
  24. f6c8007 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Zackery Spytz · 6 years ago
  25. b60b468 Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533) by Joni Kähärä · 6 years ago
  26. 16fba62 bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Terry Jan Reedy · 6 years ago
  27. 5a60667 bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549) by Terry Jan Reedy · 6 years ago
  28. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  29. 223e501 bpo-34791: xml package obeys ignore env flags (GH-9544) by Christian Heimes · 6 years ago
  30. a46467f bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) by Victor Stinner · 6 years ago
  31. 1b77f92 bpo-34582: Fixes Python version used for patch check (GH-9532) by Steve Dower · 6 years ago
  32. 680d26e Update Azure Pipelines badge (GH-9529) by Steve Dower · 6 years ago
  33. 5767509 bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) by Steve Dower · 6 years ago
  34. 2d3ff2b bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317) by Petr Viktorin · 6 years ago
  35. 558c49b bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415) by João Júnior · 6 years ago
  36. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 6 years ago
  37. 9718b59 bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345) by Lisa Roach · 6 years ago
  38. c87d9f4 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Tal Einat · 6 years ago
  39. 24b447e Use in-memory streams instead of NamedTemporaryFile. (GH-9508) by Serhiy Storchaka · 6 years ago
  40. 17b1d5d bpo-17239: Disable external entities in SAX parser (GH-9217) by Christian Heimes · 6 years ago
  41. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 6 years ago
  42. 4b860fd bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) by Serhiy Storchaka · 6 years ago
  43. 8fabae3 bpo-32117: Iterable unpacking in return and yield documentation (GH-9487) by jChapman · 6 years ago
  44. 488cfb7 Fix pickletools doc for NEWFALSE. (GH-9432) by Krzysztof Wroblewski · 6 years ago
  45. c0da582 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Nathaniel J. Smith · 6 years ago
  46. 026337a bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) by Christian Heimes · 6 years ago
  47. 5bdab64 bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) by Ethan Furman · 6 years ago
  48. fd97d1f bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509) by David Cuthbert · 6 years ago
  49. 7279b51 bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) by Elvis Pranskevichus · 6 years ago
  50. d64ee1a bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321) by Brett Cannon · 6 years ago
  51. db1a80e bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) by Yury Selivanov · 6 years ago
  52. 7d16172 Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477) by Xiang Zhang · 6 years ago
  53. 2ec872b bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Yury Selivanov · 6 years ago
  54. b46ad54 Minor performance tweak for deque.index() with a start argument (GH-9440) by Raymond Hettinger · 6 years ago
  55. fb3e9c0 bpo-34755: Add few minor optimizations in _asynciomodule.c. (GH-9455) by Serhiy Storchaka · 6 years ago
  56. 91e6c87 bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Zackery Spytz · 6 years ago
  57. c510c6b Simplify PyInit_timezone. (GH-9467) by Benjamin Peterson · 6 years ago
  58. a4ae828 closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) by Benjamin Peterson · 6 years ago
  59. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  60. bc85475 bpo-34754: Fix test_flush_return_value on FreeBSD (GH-9451) by Berker Peksag · 6 years ago
  61. e247b46 bpo-33649: More improvements (GH-9439) by Yury Selivanov · 6 years ago
  62. 8213ead bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Berker Peksag · 6 years ago
  63. b10a64d bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426) by Berker Peksag · 6 years ago
  64. 8d1e190 bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Berker Peksag · 6 years ago
  65. ffef50f bpo-34746: Fix stop -> close (GH-9437) by Yury Selivanov · 6 years ago
  66. fd54a45 Enables test result collection for CI builds (GH-9433) by Steve Dower · 6 years ago
  67. 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 6 years ago
  68. 76531e2 Ignores failure to update lists (GH-9424) by Steve Dower · 6 years ago
  69. b2984ab bpo-25711: Remove outdated zipimport tests. (GH-9404) by Serhiy Storchaka · 6 years ago
  70. 3705b98 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Ben Hoyt · 6 years ago
  71. e89de73 bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416) by jdemeyer · 6 years ago
  72. b3b8cb4 run autoconf (GH-9411) by Benjamin Peterson · 6 years ago
  73. 9da3961 bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406) by Serhiy Storchaka · 6 years ago
  74. 2a9c380 closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085) by Ross Burton · 6 years ago
  75. 4715039 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Yury Selivanov · 6 years ago
  76. a3c88ef Clarify that AsyncExitStack works with coroutine functions (GH-9405) by Nathaniel J. Smith · 6 years ago
  77. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  78. 4ba3b50 bpo-34472: Add data descriptor signature to zipfile (GH-8871) by Silas Sewell · 6 years ago
  79. d0f49d2 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Steve Dower · 6 years ago
  80. cb5778f bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Christian Heimes · 6 years ago
  81. 0185f34 bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695) by Serhiy Storchaka · 6 years ago
  82. 7bdf282 bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) by Serhiy Storchaka · 6 years ago
  83. b042cf1 bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389) by Yury Selivanov · 6 years ago
  84. e0c19dd bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310) by Serhiy Storchaka · 6 years ago
  85. 9c53fa6 Fix syntax error on Asyncio example in doc (GH-9387) by Miguel Ángel García · 6 years ago
  86. 7bfbda4 Change "set_after" reference to `say_after`. (GH-9384) by Danny Hermes · 6 years ago
  87. ac94e38 bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380) by Yury Selivanov · 6 years ago
  88. dbdee00 bpo-34589: Add -X coerce_c_locale command line option (GH-9378) by Victor Stinner · 6 years ago
  89. 7a0791b bpo-34589: C locale coercion off by default (GH-9073) by Victor Stinner · 6 years ago
  90. 1fa2ec4 bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) by Elvis Pranskevichus · 6 years ago
  91. 3085534 bpo-33649: Add a hello world example to asyncio.rst (GH-9374) by Yury Selivanov · 6 years ago
  92. 188ebfa bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371) by Victor Stinner · 6 years ago
  93. c62ab28 bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) by Yury Selivanov · 6 years ago
  94. 6750922 bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) by Steve Dower · 6 years ago
  95. 7484bdf bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Victor Stinner · 6 years ago
  96. 1fb399b bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366) by Victor Stinner · 6 years ago
  97. 394374e bpo-33649: Add low-level APIs index. (GH-9364) by Yury Selivanov · 6 years ago
  98. c6fd1c1 bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 6 years ago
  99. 12a69db Convert os.readlink() to Argument Clinic. (GH-8778) by Serhiy Storchaka · 6 years ago
  100. 9bdb7be bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Serhiy Storchaka · 6 years ago