1. 3460198 bpo-31802: Fix importing native path module before importing os. (#4017) by Serhiy Storchaka · 8 years ago
  2. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 8 years ago
  3. d327ae6 Fix dataclasses docstring typo. (gh-5118) by Eric V. Smith · 8 years ago
  4. 7f7de37 Kill the AppVeyor file whitelist (GH-5121) by Zachary Ware · 8 years ago
  5. af11a15 bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows by Max Bélanger · 8 years ago
  6. d80b443 bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117) by Eric V. Smith · 8 years ago
  7. ed7d429 bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115) by Eric V. Smith · 8 years ago
  8. e7ba013 bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclass or an instance of one. (#5113) by Eric V. Smith · 8 years ago
  9. 3cd7c6e bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353) by Olivier Grisel · 8 years ago
  10. 85ac726 Cleanup grammar in unittest.mock.seal documentation (#5107) by Paul Ganssle · 8 years ago
  11. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 8 years ago
  12. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 8 years ago
  13. 502d551 bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972) by Michael Felt · 8 years ago
  14. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 8 years ago
  15. 65f2a6d advance copyright years to 2018 (#5094) by Benjamin Peterson · 8 years ago
  16. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 8 years ago
  17. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 8 years ago
  18. 78e24d4 Fix outdated comment in typeobject.c (GH-5090) by Berker Peksag · 8 years ago
  19. d8ac4d1 bpo-31778: Make ast.literal_eval() more strict. (#4035) by Serhiy Storchaka · 8 years ago
  20. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 8 years ago
  21. 0cc99c8 bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086) by Serhiy Storchaka · 8 years ago
  22. 811b287 Ignore importlib.h for automatic review requests from the import team. (GH-5087) by Brett Cannon · 8 years ago
  23. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 8 years ago
  24. 7cc42c3 bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (#5078) by Serhiy Storchaka · 8 years ago
  25. e8ed965 bpo-32416: Add two new tests in test_sys_settrace. (#5072) by Serhiy Storchaka · 8 years ago
  26. 1470914 bpo-32468: Better frame repr() (#5067) by Antoine Pitrou · 8 years ago
  27. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 8 years ago
  28. 6c6d3a4 Add missing backslashes in PCbuild bat files (GH-5056) by Zachary Ware · 8 years ago
  29. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 8 years ago
  30. 0c36bed bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054) by Yury Selivanov · 8 years ago
  31. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 8 years ago
  32. ffcb4c0 bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) by Andrew Svetlov · 8 years ago
  33. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 8 years ago
  34. fc35932 Fix typo (#5049) by Andrew Svetlov · 8 years ago
  35. 02b9ef2 bpo-32439: Clean up the code for compiling comparison expressions. (#5029) by Serhiy Storchaka · 8 years ago
  36. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 8 years ago
  37. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 8 years ago
  38. 03220fd bpo-32427: Expose dataclasses.MISSING object. (#5045) by Eric V. Smith · 8 years ago
  39. e325608 remove unused import (#5040) by Benjamin Peterson · 8 years ago
  40. e5f7dcc make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034) by Benjamin Peterson · 8 years ago
  41. e5681b9 bpo-32440: Update the docs URL to https in help() (GH-5030) by oldk · 8 years ago
  42. 531dd7e Fix minor spelling error in test_sys_settrace.py. (#5025) by gfyoung · 8 years ago
  43. 53f9135 bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991) by Serhiy Storchaka · 8 years ago
  44. 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 8 years ago
  45. a8f4e15 bpo-26133: Fix typos (#5010) by Andrew Svetlov · 8 years ago
  46. e0aef4f bpo-31721: Allow Future._log_traceback to only be set to False (#5009) by Yury Selivanov · 8 years ago
  47. 3070b71 bpo-32422: Reduce lru_cache memory usage (GH-5008) by INADA Naoki · 8 years ago
  48. 0cf16f9 bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) by Yury Selivanov · 8 years ago
  49. 3dfbaf5 bpo-32372: Move __debug__ optimization to the AST level. (#4925) by Serhiy Storchaka · 8 years ago
  50. 1b3029a bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900) by Serhiy Storchaka · 8 years ago
  51. 4f146f9 bpo-26133: Clear signals list on interpreter finalizing (#5002) by Andrew Svetlov · 8 years ago
  52. 4856b0f bpo-32402: io: Add missing NULL check. (GH-4971) by INADA Naoki · 8 years ago
  53. 719ccbc bpo-32415: Fix "error is already set" (#4999) by Yury Selivanov · 8 years ago
  54. a330f48 Fix check for run_in_executor on closed loop. (#4996) by Andrew Svetlov · 8 years ago
  55. a8fb079 bpo-32415: Add more tests (#4995) by Yury Selivanov · 8 years ago
  56. 0f47fa2 bpo-32357: Use PySet_GET_SIZE macro in _is_coroutine() from _asynciomodule.c (#4990) by Andrew Svetlov · 8 years ago
  57. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 8 years ago
  58. 558aa30 bpo-32357: Fix tests in refleak mode (#4989) by Yury Selivanov · 8 years ago
  59. c0919c2 bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) by Mariatta · 8 years ago
  60. d11e8e0 correct wording (#4983) by Benjamin Peterson · 8 years ago
  61. 8a58771 bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977) by Benjamin Peterson · 8 years ago
  62. 62ed6be remove the dynload_next.c file (closes bpo-32386) (#4957) by Benjamin Peterson · 8 years ago
  63. 424315f bpo-29240: Skip test_readline.test_nonascii() (#4968) by Victor Stinner · 8 years ago
  64. 550ee05 bpo-20891: Skip test_embed.test_bpo20891() (#4967) by Victor Stinner · 8 years ago
  65. 9bee329 bpo-32030: Add _Py_FindEnvConfigValue() (#4963) by Victor Stinner · 8 years ago
  66. 9dd7620 bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) by Victor Stinner · 8 years ago
  67. 4a02543 bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956) by Andrew Svetlov · 8 years ago
  68. e47e698 bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960) by Victor Stinner · 8 years ago
  69. fbd6051 bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867) by Коренберг Марк · 8 years ago
  70. a8d25a1 Fix trivial typo in pickle.rst (#4955) by Sebastian Pucilowski · 8 years ago
  71. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 8 years ago
  72. 507434f bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) by INADA Naoki · 8 years ago
  73. 31e9908 bpo-32030: Fix usage of memory allocators (#4953) by Victor Stinner · 8 years ago
  74. 83cb778 correct the typos (#4950) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 8 years ago
  75. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 8 years ago
  76. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 8 years ago
  77. a7a751d bpo-32306: Clarify c.f.Executor.map() documentation (#4947) by Antoine Pitrou · 8 years ago
  78. 6b91a59 bpo-32385: Clean up the C3 MRO algorithm implementation. (#4942) by Serhiy Storchaka · 8 years ago
  79. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 8 years ago
  80. 1f1a34c bpo-32379: Faster MRO computation for single inheritance (#4932) by Antoine Pitrou · 8 years ago
  81. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 8 years ago
  82. 1976086 bpo-32030: Cleanup pymain_main() (#4935) by Victor Stinner · 8 years ago
  83. c4bca95 bpo-32030: Add _PyCoreConfig.argv (#4934) by Victor Stinner · 8 years ago
  84. f4e21a2 Improve the F-strings and format specifier documentation (GH-4931) by KatherineMichel · 8 years ago
  85. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 8 years ago
  86. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 8 years ago
  87. e40ad79 Fix GCC warning in _asynciomodule.c (#4928) by Zackery Spytz · 8 years ago
  88. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 8 years ago
  89. 319c034 bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431) by Julien Duponchelle · 8 years ago
  90. 36c2c04 bpo-32355: Optimize asyncio.gather() (#4913) by Yury Selivanov · 8 years ago
  91. a9d7e55 bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915) by Yury Selivanov · 8 years ago
  92. a7bd64c bpo-27456: Simplify sock type checks (#4922) by Yury Selivanov · 8 years ago
  93. 5d86246 bpo-32030: Fix compiler warnings (#4921) by Victor Stinner · 8 years ago
  94. 21be85f Improve test coverage (#4924) by Andrew Svetlov · 8 years ago
  95. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 8 years ago
  96. 6efcb6d bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919) by Victor Stinner · 8 years ago
  97. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 8 years ago
  98. 2d8f063 bpo-32369: test_subprocess: Fix pass_fds check in test_close_fds() (#4920) by izbyshev · 8 years ago
  99. 02e4b7f Add @asvetlov to asyncio codeowners (#4917) by Andrew Svetlov · 8 years ago
  100. bd6ec4d bpo-32365: Fix a reference leak when compile __debug__. (#4916) by Serhiy Storchaka · 8 years ago