1. a4a3020 bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) by Serhiy Storchaka · 7 years ago
  2. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  3. 4d193bc bpo-32071: Fix regression and add What's New entry (#4589) by Jonas Haag · 7 years ago
  4. a489599 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) by Dong-hee Na · 7 years ago
  5. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  6. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
  7. 3f438a9 asyncio: Remove asyncio/compat.py (#4606) by Victor Stinner · 7 years ago
  8. a10dc3e asyncio: use directly socket.socketpair() (#4597) by Victor Stinner · 7 years ago
  9. 92f9339 asyncio: Fix BaseSelectorEventLoopTests (#4595) by Victor Stinner · 7 years ago
  10. c16bace asyncio: Remove unused Future._tb_logger attribute (#4596) by Victor Stinner · 7 years ago
  11. 28e6165 bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594) by Victor Stinner · 7 years ago
  12. c9409f7 Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593) by Victor Stinner · 7 years ago
  13. 39f0bb5 bpo-32136: Separate embedding tests from C API tests (GH-4567) by Nick Coghlan · 7 years ago
  14. 9522a21 bpo-32107 - Better merge of #4494 (#4576) by Barry Warsaw · 7 years ago
  15. c975878 bpo-27535: Fix memory leak with warnings ignore (#4489) by Victor Stinner · 7 years ago
  16. 21c7730 bpo-32089: Use default action for ResourceWarning (#4584) by Victor Stinner · 7 years ago
  17. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  18. a6fba9b bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) by xdegaye · 7 years ago
  19. 76fdac4 bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561) by xdegaye · 7 years ago
  20. cfa797c bpo-24641: Improved error message for JSON unserializible keys. (#4364) by Serhiy Storchaka · 7 years ago
  21. 5b48dc6 bpo-32071: Add unittest -k option (#4496) by Jonas Haag · 7 years ago
  22. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  23. 706cb31 bpo-32128: Skip test_nntplib.test_article_head_body() (#4552) by Victor Stinner · 7 years ago
  24. 5742f67 bpo-28684: Remove useless import added by the previous commit (GH-4547) by xdegaye · 7 years ago
  25. 0f86cd3 bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) by xdegaye · 7 years ago
  26. 19fb134 bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) by Berker Peksag · 7 years ago
  27. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  28. 4864a61 bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) by Berker Peksag · 7 years ago
  29. 3df02db bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) by Berker Peksag · 7 years ago
  30. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  31. bdb8315 bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) by Berker Peksag · 7 years ago
  32. 0784a2e bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464) by Jesse-Bakker · 7 years ago
  33. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
  34. 8265627 bpo-27535: Optimize warnings.warn() (#4508) by Victor Stinner · 7 years ago
  35. bb11c3c bpo-31324: Fix test.support.set_match_tests(None) (#4505) by Victor Stinner · 7 years ago
  36. 803ddd8 bpo-31324: Optimize support._match_test() (#4421) by Victor Stinner · 7 years ago
  37. e256b40 bpo-31672 - Add one last minor clarification for idpattern (#4483) by Barry Warsaw · 7 years ago
  38. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  39. f39b674 bpo-32094: Update subprocess for -X dev (#4480) by Victor Stinner · 7 years ago
  40. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 7 years ago
  41. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 7 years ago
  42. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 7 years ago
  43. 04dee27 Remove duplicated import from datetime tests (#4444) by Riccardo Magliocchetti · 7 years ago
  44. e96ba18 bpo-30904: Removed duplicated Host: header. (#4465) by Vinay Sajip · 7 years ago
  45. ebfaa71 bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441) by xdegaye · 7 years ago
  46. d34d8fc bpo-29185: Fix `test_distutils` failures on Android (GH-4438) by xdegaye · 7 years ago
  47. 9001d1f bpo-29184: Skip test_socketserver tests on PermissionError raised by Android (GH-4387) by xdegaye · 7 years ago
  48. 51d546a bpo-32069: Drop legacy SSL transport (#4451) by Andrew Svetlov · 7 years ago
  49. f02f5e5 bpo-31867: Remove duplicates in default mimetypes. (#4388) by Henk-Jaap Wagenaar · 7 years ago
  50. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 7 years ago
  51. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  52. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 7 years ago
  53. 3daaafb bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407) by Serhiy Storchaka · 7 years ago
  54. 0a2abdf bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262) by Serhiy Storchaka · 7 years ago
  55. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
  56. 43605e6 bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409 by Yury Selivanov · 7 years ago
  57. 4bd41c9 bpo-32025: Add time.thread_time() (#4410) by Antoine Pitrou · 7 years ago
  58. 762b957 bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408) by Dong-hee Na · 7 years ago
  59. f8a4c03 bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) by Serhiy Storchaka · 7 years ago
  60. 00987f6 bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) by Serhiy Storchaka · 7 years ago
  61. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 7 years ago
  62. edad8ee bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289) by Serhiy Storchaka · 7 years ago
  63. 6545256 bpo-32032: Test both implementations of module-level pickle API. (#4401) by Serhiy Storchaka · 7 years ago
  64. 2ae4ad7 Changed lambda to str.strip in _strip_spaces in logging.config (#4332) by sanjayp · 7 years ago
  65. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 7 years ago
  66. e1d62e0 bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386) by Andrey Egorov · 7 years ago
  67. 9b6c60c bpo-31979: Simplify transforming decimals to ASCII (#4336) by Serhiy Storchaka · 7 years ago
  68. ce12629 bpo-28369: Enhance transport socket check in add_reader/writer (#4365) by Yury Selivanov · 7 years ago
  69. d7d4fea bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4375) by xdegaye · 7 years ago
  70. 6a55d09 bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374) by xdegaye · 7 years ago
  71. 92c2ca7 bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) by xdegaye · 7 years ago
  72. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 7 years ago
  73. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 7 years ago
  74. 9703f09 bpo-31976: Fix race condition when flushing a file is slow. (#4331) by benfogle · 7 years ago
  75. 4652bf2 Rewrite asyncio test to be more meaningful (#4363) by Yury Selivanov · 7 years ago
  76. 9f914a0 bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) by Brian Curtin · 7 years ago
  77. 5e0df74 bpo-31999: Fix test_venv in case the zlib module is not available. (#4359) by Serhiy Storchaka · 7 years ago
  78. a1718bc bpo-31998: Fix test_zipapp in case the zlib module is not available. (#4358) by Serhiy Storchaka · 7 years ago
  79. 191e993 bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (#4176) by Paul Ganssle · 7 years ago
  80. 0a2ff23 Silence error output in test_concurrent_futures (bpo-21423) (#4347) by Antoine Pitrou · 7 years ago
  81. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  82. b5d9e08 bpo-31884 subprocess: add Windows constants for process priority (#4150) by James · 7 years ago
  83. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  84. 4fc4def Remove unused var from CheckCancelOperation test (GH-4317) by Simon Willison · 7 years ago
  85. c62f0cb bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) by Suren Nihalani · 7 years ago
  86. c060c7e Fix a typo (#4323) by Barry Warsaw · 7 years ago
  87. 921e943 bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) by Antoine Pitrou · 7 years ago
  88. 22b1128 bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319) by Antoine Pitrou · 7 years ago
  89. 39a156c Fix the sizeof test for dicts with shared keys. (#4311) by Serhiy Storchaka · 7 years ago
  90. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 7 years ago
  91. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 7 years ago
  92. edb13ae bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) by Oren Milman · 7 years ago
  93. e56ab74 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968) by Oren Milman · 7 years ago
  94. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 7 years ago
  95. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  96. d4d79bc bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) by Serhiy Storchaka · 7 years ago
  97. 63ff413 bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) by Antoine Pitrou · 7 years ago
  98. ee1a9a2 bpo-9678: Fix determining the MAC address in the uuid module. (#4264) by Serhiy Storchaka · 7 years ago
  99. dcfb0e3 bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250) by Jack O'Connor · 7 years ago
  100. a7723d8 bpo-31924: Fix test_curses on NetBSD 8. (#4228) by Serhiy Storchaka · 7 years ago