1. 17b1d5d bpo-17239: Disable external entities in SAX parser (GH-9217) by Christian Heimes · 6 years ago
  2. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 6 years ago
  3. 4b860fd bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) by Serhiy Storchaka · 6 years ago
  4. 8fabae3 bpo-32117: Iterable unpacking in return and yield documentation (GH-9487) by jChapman · 6 years ago
  5. 488cfb7 Fix pickletools doc for NEWFALSE. (GH-9432) by Krzysztof Wroblewski · 6 years ago
  6. c0da582 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Nathaniel J. Smith · 6 years ago
  7. 026337a bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) by Christian Heimes · 6 years ago
  8. 5bdab64 bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) by Ethan Furman · 6 years ago
  9. fd97d1f bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509) by David Cuthbert · 6 years ago
  10. 7279b51 bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) by Elvis Pranskevichus · 6 years ago
  11. d64ee1a bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321) by Brett Cannon · 6 years ago
  12. db1a80e bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) by Yury Selivanov · 6 years ago
  13. 7d16172 Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477) by Xiang Zhang · 6 years ago
  14. 2ec872b bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Yury Selivanov · 6 years ago
  15. b46ad54 Minor performance tweak for deque.index() with a start argument (GH-9440) by Raymond Hettinger · 6 years ago
  16. fb3e9c0 bpo-34755: Add few minor optimizations in _asynciomodule.c. (GH-9455) by Serhiy Storchaka · 6 years ago
  17. 91e6c87 bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Zackery Spytz · 6 years ago
  18. c510c6b Simplify PyInit_timezone. (GH-9467) by Benjamin Peterson · 6 years ago
  19. a4ae828 closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) by Benjamin Peterson · 6 years ago
  20. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  21. bc85475 bpo-34754: Fix test_flush_return_value on FreeBSD (GH-9451) by Berker Peksag · 6 years ago
  22. e247b46 bpo-33649: More improvements (GH-9439) by Yury Selivanov · 6 years ago
  23. 8213ead bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Berker Peksag · 6 years ago
  24. b10a64d bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426) by Berker Peksag · 6 years ago
  25. 8d1e190 bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Berker Peksag · 6 years ago
  26. ffef50f bpo-34746: Fix stop -> close (GH-9437) by Yury Selivanov · 6 years ago
  27. fd54a45 Enables test result collection for CI builds (GH-9433) by Steve Dower · 6 years ago
  28. 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 6 years ago
  29. 76531e2 Ignores failure to update lists (GH-9424) by Steve Dower · 6 years ago
  30. b2984ab bpo-25711: Remove outdated zipimport tests. (GH-9404) by Serhiy Storchaka · 6 years ago
  31. 3705b98 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Ben Hoyt · 6 years ago
  32. e89de73 bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416) by jdemeyer · 6 years ago
  33. b3b8cb4 run autoconf (GH-9411) by Benjamin Peterson · 6 years ago
  34. 9da3961 bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406) by Serhiy Storchaka · 6 years ago
  35. 2a9c380 closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085) by Ross Burton · 6 years ago
  36. 4715039 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Yury Selivanov · 6 years ago
  37. a3c88ef Clarify that AsyncExitStack works with coroutine functions (GH-9405) by Nathaniel J. Smith · 6 years ago
  38. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  39. 4ba3b50 bpo-34472: Add data descriptor signature to zipfile (GH-8871) by Silas Sewell · 6 years ago
  40. d0f49d2 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Steve Dower · 6 years ago
  41. cb5778f bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Christian Heimes · 6 years ago
  42. 0185f34 bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695) by Serhiy Storchaka · 6 years ago
  43. 7bdf282 bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) by Serhiy Storchaka · 6 years ago
  44. b042cf1 bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389) by Yury Selivanov · 6 years ago
  45. e0c19dd bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310) by Serhiy Storchaka · 6 years ago
  46. 9c53fa6 Fix syntax error on Asyncio example in doc (GH-9387) by Miguel Ángel García · 6 years ago
  47. 7bfbda4 Change "set_after" reference to `say_after`. (GH-9384) by Danny Hermes · 6 years ago
  48. ac94e38 bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380) by Yury Selivanov · 6 years ago
  49. dbdee00 bpo-34589: Add -X coerce_c_locale command line option (GH-9378) by Victor Stinner · 6 years ago
  50. 7a0791b bpo-34589: C locale coercion off by default (GH-9073) by Victor Stinner · 6 years ago
  51. 1fa2ec4 bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) by Elvis Pranskevichus · 6 years ago
  52. 3085534 bpo-33649: Add a hello world example to asyncio.rst (GH-9374) by Yury Selivanov · 6 years ago
  53. 188ebfa bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371) by Victor Stinner · 6 years ago
  54. c62ab28 bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) by Yury Selivanov · 6 years ago
  55. 6750922 bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) by Steve Dower · 6 years ago
  56. 7484bdf bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Victor Stinner · 6 years ago
  57. 1fb399b bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366) by Victor Stinner · 6 years ago
  58. 394374e bpo-33649: Add low-level APIs index. (GH-9364) by Yury Selivanov · 6 years ago
  59. c6fd1c1 bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 6 years ago
  60. 12a69db Convert os.readlink() to Argument Clinic. (GH-8778) by Serhiy Storchaka · 6 years ago
  61. 9bdb7be bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Serhiy Storchaka · 6 years ago
  62. da8d72c bpo-12458: Fix line numbers for multiline expressions. (GH-8774) by Serhiy Storchaka · 6 years ago
  63. 5e99b56 bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784) by Serhiy Storchaka · 6 years ago
  64. b3a271f bpo-34710: fix SSL module build (GH-9347) by Alexandru Ardelean · 6 years ago
  65. e0e5065 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Serhiy Storchaka · 6 years ago
  66. ddd1949 closes bpo-34673: Tweaks to make ceval more editable. (GH-9289) by Benjamin Peterson · 6 years ago
  67. 5cc583d bpo-33649: Clarify protocol_factory as a method parameter (GH-9330) by Bumsik Kim · 6 years ago
  68. 7843cae bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Vladimir Matveev · 6 years ago
  69. 10a428b closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950) by Monson Shao · 6 years ago
  70. d206731 bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063) by Michael Felt · 6 years ago
  71. 3d07349 Add myself for HTML-related modules (#9325) by Ezio Melotti · 6 years ago
  72. 805e27e bpo-33649: Fix asyncio-dev (GH-9324) by Yury Selivanov · 6 years ago
  73. afde1c1 Simplify PyInit_timezone. (GH-9323) by Benjamin Peterson · 6 years ago
  74. 24f6846 bpo-33486: regen autotools files using autoupdate+autoreconf (GH-6853) by Eitan Adler · 6 years ago
  75. 3d18b50 bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316) by Pablo Galindo · 6 years ago
  76. 7372c3b bpo-33649: Add high-level APIs cheat-sheet (GH-9319) by Yury Selivanov · 6 years ago
  77. 6c73164 bpo-33649: Refresh asyncio docs landing page (GH-9322) by Yury Selivanov · 6 years ago
  78. 5acccfa Grammar fix (GH-9318) by Grant · 6 years ago
  79. 5903296 bpo-34651: Only allow the main interpreter to fork. (gh-9279) by Eric Snow · 6 years ago
  80. 3faaa88 bpo-33649: Refresh Tasks and Futures pages (#9314) by Yury Selivanov · 6 years ago
  81. ad8a000 closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982) by Tony Flury · 6 years ago
  82. b93062b bpo-34672: Don't pass NULL to gmtime_r. (GH-9312) by Benjamin Peterson · 6 years ago
  83. 271818f Fix "Python" casing in a few places (GH-9001) by Andrés Delfino · 6 years ago
  84. c9d66f0 bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306) by Carol Willing · 6 years ago
  85. 5633c4f bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9288) by Benjamin Peterson · 6 years ago
  86. a4414ef Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Benjamin Peterson · 6 years ago
  87. 9b9d97d bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151) by Eric V. Smith · 6 years ago
  88. 73820a6 Fix compiler warning with a type cast (GH-9300) by Raymond Hettinger · 6 years ago
  89. 00bc08e Fix-up parenthesis, organization, and NULL check (GH-9297) by Raymond Hettinger · 6 years ago
  90. 902bcd9 Note that distinct argument patterns can be cached separately (GH-9298) by Raymond Hettinger · 6 years ago
  91. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 6 years ago
  92. 83df50e Change the xkcd link in comment over https. (GH-5452) by 觉 · 6 years ago
  93. 1900384 bpo-6721: Hold logging locks across fork() (GH-4071) by Gregory P. Smith · 6 years ago
  94. ea13740 bpo-34674: Assume unistd.h exists on Unix. (GH-9290) by Benjamin Peterson · 6 years ago
  95. 1aeba74 bpo-34552: Clarify built-in types comparisons (GH-9035) by Windson yang · 6 years ago
  96. 1401018 Remove wording that could be deemed to be perjorative (GH-9287) by Raymond Hettinger · 6 years ago
  97. 4e824e9 bpo-33649: Polish asyncio subprocess and sync docs (GH-9285) by Carol Willing · 6 years ago
  98. 11194c8 bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274) by Andrew Svetlov · 6 years ago
  99. 413118e Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (#8907) by Michael Felt · 6 years ago
  100. a3c8ba7 polish exceptions and platforms (GH-9272) by Carol Willing · 6 years ago