1. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 6 years ago
  2. ae62f01 bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) by Zackery Spytz · 6 years ago
  3. cd45385 bpo-34909: keep searching mixins until base class is found (GH-9737) by Ethan Furman · 6 years ago
  4. 9287882 bpo-34158: Documentation UTC offset update (GH-8377) by Christophe Nanteuil · 6 years ago
  5. 7bb9cd0 bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705) by Zackery Spytz · 6 years ago
  6. addf8af Fix a compiler warning added in bpo-34872. (GH-9722) by Serhiy Storchaka · 6 years ago
  7. 4642d5f Use assertEqual() instead of assertEquals(). (GH-9721) by Serhiy Storchaka · 6 years ago
  8. 4313a29 bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) by Steve Dower · 6 years ago
  9. 4919747 Simplify flags checks in sre_compile.py. (GH-9718) by Serhiy Storchaka · 6 years ago
  10. 6f9c55d bpo-34825: Add more entries to os to pathlib reference table (GH-9608) by Xtreak · 6 years ago
  11. 07fbbfd bpo-34906: Doc: Fix typos (GH-9712) by Stéphane Wirtel · 6 years ago
  12. 7a7693e bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348) by E. M. Bray · 6 years ago
  13. fc7d1b3 Fix a typo ssl.py docstring (GH-9697) by Matt Eaton · 6 years ago
  14. 6f85b82 bpo-34871: inspect: Don't pollute sys.modules (GH-9696) by INADA Naoki · 6 years ago
  15. c57eb9a bpo-34871: Fix two typos in test_inspect.py (GH-9698) by Chih-Hsuan Yen · 6 years ago
  16. 5f5a778 bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) by Serhiy Storchaka · 6 years ago
  17. b2953fa bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420) by Serhiy Storchaka · 6 years ago
  18. 65ed12c closes bpo-34869: Remove LDLAST. (GH-9667) by Benjamin Peterson · 6 years ago
  19. 0c797a6 bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) by Elvis Pranskevichus · 6 years ago
  20. 96c5932 bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683) by Zackery Spytz · 6 years ago
  21. e006b39 Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680) by Benjamin Peterson · 6 years ago
  22. 97bfe8d bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) by tzickel · 6 years ago
  23. 9012a0f bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661) by Yury Selivanov · 6 years ago
  24. 11c4eaa Remove recent from logging cookbook (GH-9636) by Cheryl Sabella · 6 years ago
  25. 81574b8 closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SETSCHEDULER. (GH-9658) by William Orr · 6 years ago
  26. be4e5b8 Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670) by Benjamin Peterson · 6 years ago
  27. cbda8fc closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Benjamin Peterson · 6 years ago
  28. 30534cc bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662) by Ezio Melotti · 6 years ago
  29. d4c76d9 bpo-30167: Add test for module.__cached__ is None (GH-7617) by INADA Naoki · 6 years ago
  30. cd602b8 bpo-34476: Document that asyncio.sleep() always suspends. (#9643) by Hrvoje Nikšić · 6 years ago
  31. e972c13 bpo-30156: Remove property_descr_get() optimization (GH-9541) by Victor Stinner · 6 years ago
  32. 9df1002 Fix name of argument in docs for functools.reduce(). (#9634) by Brendan Jurd · 6 years ago
  33. 5fa247d bpo-34850: Replace is with == in idlelib.iomenu (GH-9649) by Terry Jan Reedy · 6 years ago
  34. 2a2940e bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Serhiy Storchaka · 6 years ago
  35. d5bd036 bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641) by Andrew Svetlov · 6 years ago
  36. df81015 Speed-up math.dist() by 30% (GH-9628) by Raymond Hettinger · 6 years ago
  37. e45473e bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123) by Zackery Spytz · 6 years ago
  38. eef0596 bpo-31370: Remove references to threadless builds (#8805) by Zackery Spytz · 6 years ago
  39. 508d820 Fix astuple in dataclasses documentation (GH-9631) by 방성범 (Bang Seongbeom) · 6 years ago
  40. 4b430e5 Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630) by Zackery Spytz · 6 years ago
  41. e2f48bf bpo-34797: Convert heapq to the argument clinic (GH-9560) by Pablo Galindo · 6 years ago
  42. 37aae9d bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623) by Victor Stinner · 6 years ago
  43. 077061a bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613) by Pablo Galindo · 6 years ago
  44. 1fba2ff bpo-34736: improve error message for invalid length b64decode inputs (GH-9563) by Tal Einat · 6 years ago
  45. 9df346b bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) by Zsolt Cserna · 6 years ago
  46. 59ee5b1 bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611) by Yury Selivanov · 6 years ago
  47. 994269c bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609) by Yury Selivanov · 6 years ago
  48. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  49. a94ee12 bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) by orlnub123 · 6 years ago
  50. 7291108 Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) by Pablo Galindo · 6 years ago
  51. f55c64c bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595) by Tal Einat · 6 years ago
  52. 130717f Clarify that Type[SomeTypeVar] is legal (#9585) by Michael Lee · 6 years ago
  53. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  54. 2aaf98c bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) by INADA Naoki · 6 years ago
  55. d345bb4 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) by Cheryl Sabella · 6 years ago
  56. fad6af2 asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579) by Yury Selivanov · 6 years ago
  57. 5a5ce06 bpo-5950: Support reading zips with comments in zipimport (#9548) by Zackery Spytz · 6 years ago
  58. 996859a bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543) by Yury Selivanov · 6 years ago
  59. 22ef31d bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Terry Jan Reedy · 6 years ago
  60. fdcb5ae bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572) by Terry Jan Reedy · 6 years ago
  61. ea718d3 bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568) by Terry Jan Reedy · 6 years ago
  62. dac712d bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567) by Terry Jan Reedy · 6 years ago
  63. 46f40be bpo-33937: Catch ENOMEM error in test_socket (#9557) by Victor Stinner · 6 years ago
  64. 6ea29c5 bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) by Victor Stinner · 6 years ago
  65. c8c0249 bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372) by Joe Pamer · 6 years ago
  66. 604e7b9 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Tal Einat · 6 years ago
  67. 5b3cbcd Improved the more elaborate multiprocessing example in the logging cookbook (GH-9326) by Géry Ogam · 6 years ago
  68. f6c8007 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Zackery Spytz · 6 years ago
  69. b60b468 Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533) by Joni Kähärä · 6 years ago
  70. 16fba62 bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Terry Jan Reedy · 6 years ago
  71. 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
  72. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  73. 223e501 bpo-34791: xml package obeys ignore env flags (GH-9544) by Christian Heimes · 6 years ago
  74. a46467f bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) by Victor Stinner · 6 years ago
  75. 1b77f92 bpo-34582: Fixes Python version used for patch check (GH-9532) by Steve Dower · 6 years ago
  76. 680d26e Update Azure Pipelines badge (GH-9529) by Steve Dower · 6 years ago
  77. 5767509 bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) by Steve Dower · 6 years ago
  78. 2d3ff2b bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317) by Petr Viktorin · 6 years ago
  79. 558c49b bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415) by João Júnior · 6 years ago
  80. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 6 years ago
  81. 9718b59 bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345) by Lisa Roach · 6 years ago
  82. c87d9f4 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Tal Einat · 6 years ago
  83. 24b447e Use in-memory streams instead of NamedTemporaryFile. (GH-9508) by Serhiy Storchaka · 6 years ago
  84. 17b1d5d bpo-17239: Disable external entities in SAX parser (GH-9217) by Christian Heimes · 6 years ago
  85. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 6 years ago
  86. 4b860fd bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) by Serhiy Storchaka · 6 years ago
  87. 8fabae3 bpo-32117: Iterable unpacking in return and yield documentation (GH-9487) by jChapman · 6 years ago
  88. 488cfb7 Fix pickletools doc for NEWFALSE. (GH-9432) by Krzysztof Wroblewski · 6 years ago
  89. c0da582 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Nathaniel J. Smith · 6 years ago
  90. 026337a bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) by Christian Heimes · 6 years ago
  91. 5bdab64 bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) by Ethan Furman · 6 years ago
  92. fd97d1f bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509) by David Cuthbert · 6 years ago
  93. 7279b51 bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) by Elvis Pranskevichus · 6 years ago
  94. d64ee1a bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321) by Brett Cannon · 6 years ago
  95. db1a80e bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) by Yury Selivanov · 6 years ago
  96. 7d16172 Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477) by Xiang Zhang · 6 years ago
  97. 2ec872b bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Yury Selivanov · 6 years ago
  98. b46ad54 Minor performance tweak for deque.index() with a start argument (GH-9440) by Raymond Hettinger · 6 years ago
  99. fb3e9c0 bpo-34755: Add few minor optimizations in _asynciomodule.c. (GH-9455) by Serhiy Storchaka · 6 years ago
  100. 91e6c87 bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Zackery Spytz · 6 years ago