1. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 6 years ago
  2. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 6 years ago
  3. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 6 years ago
  4. fa78806 Removed unnecesssary bit inversion which doesn't improve dispersion statistics (#5235) by Raymond Hettinger · 6 years ago
  5. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 6 years ago
  6. ab74504 bpo-32576: use queue.SimpleQueue in critical places (#5216) by Antoine Pitrou · 6 years ago
  7. 6027802 Fix typo in thread_nt.h code comment (GH-5211) by hui shang · 6 years ago
  8. 3941499 Use assertCountEqual instead of assertEqual. (#5223) by Gregory P. Smith · 6 years ago
  9. e860089 bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212) by Victor Stinner · 6 years ago
  10. 7d91c02 pythoninfo: add time.time and datetime.datetime.now (#5214) by Victor Stinner · 6 years ago
  11. 3a0cf93 bpo-32248: Fix test_importlib.test_open() (#5213) by Victor Stinner · 6 years ago
  12. 44a70e9 Fix Git attributes of test_importlib data files (#5209) by Victor Stinner · 6 years ago
  13. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 6 years ago
  14. 9f1b7b9 bpo-32403: Faster date and datetime constructors (#4993) by Paul Ganssle · 6 years ago
  15. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 6 years ago
  16. c495e79 Skip test_readline.test_nonascii() on C locale (#5203) by Victor Stinner · 6 years ago
  17. 4d9aec0 bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726) by Serhiy Storchaka · 6 years ago
  18. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 6 years ago
  19. b44c516 bpo-26163: Frozenset hash improvement (#5194) by Raymond Hettinger · 6 years ago
  20. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 6 years ago
  21. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 6 years ago
  22. 21102f0 Make asyncio tests run when there's no SSL module (#5196) by Yury Selivanov · 6 years ago
  23. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 6 years ago
  24. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 6 years ago
  25. ee3b835 bpo-26330: Update shutil.disk_usage() documentation (GH-5184) by Cheryl Sabella · 6 years ago
  26. b3dd18d bpo-15221: Update os.path.is*() documentation (GH-5185) by Cheryl Sabella · 6 years ago
  27. 3329992 bpo-29476: Simplify set_add_entry() (#5175) by Raymond Hettinger · 6 years ago
  28. d37258d Add itertools recipe for directly finding the n-th combination (#5161) by Raymond Hettinger · 6 years ago
  29. 0f31c74 Improve enum.Flag code example (GH-5167) by Julian Kahnert · 6 years ago
  30. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 6 years ago
  31. 5b76bdb bpo-31993: Do not use memoryview when pickle large strings. (#5154) by Serhiy Storchaka · 6 years ago
  32. f3031b8 bpo-32521: nis libtirpc (#5137) by Christian Heimes · 6 years ago
  33. ae12f5d bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091) by yahya-abou-imran · 6 years ago
  34. 05565ed OrderedDict import is no longer needed (#4890) by Raymond Hettinger · 6 years ago
  35. 3764bb0 Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) by İsmail Arılık · 6 years ago
  36. 0c3be96 bpo-31145: Use dataclasses to create a prioritization wrapper (#5153) by Raymond Hettinger · 6 years ago
  37. 02556fb bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) by Raymond Hettinger · 6 years ago
  38. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 6 years ago
  39. 0a2da50 bpo-31993: Do not create frames for large bytes and str objects (#5114) by Serhiy Storchaka · 6 years ago
  40. cb3ae55 bpo-29240: Ignore UTF-8 Mode in time module (#5148) by Victor Stinner · 6 years ago
  41. 3948207 bpo-32320: Add default value support to collections.namedtuple() (#4859) by Raymond Hettinger · 6 years ago
  42. d55209d Fix obvious typos in docstrings (#5151) by Raymond Hettinger · 6 years ago
  43. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 6 years ago
  44. f80c0ca Fix when parsing tz offsets microseconds shorter than 6 (#4781) by Mario Corchero · 7 years ago
  45. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 7 years ago
  46. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 7 years ago
  47. 2ab3a8f Post-release version bump to a4+ by Ned Deily · 7 years ago
  48. a612df0 Fix several changelog items to use PEP markup. by Ned Deily · 7 years ago
  49. 868460c Merge tag 'v3.7.0a4' by Ned Deily · 7 years ago
  50. d135f20 bpo-32507: Change Windows install to include app-local UCRT (#5119) by Steve Dower · 7 years ago
  51. 07c9d85 Bump to 3.7.0a4 by Ned Deily · 7 years ago
  52. 3b43bfa Update docs for 3.7.0a4 by Ned Deily · 7 years ago
  53. ca0c5f2 bpo-32248: install new test_importlib directories (#5138) by Ned Deily · 7 years ago
  54. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  55. d138892 bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131) by Eric V. Smith · 7 years ago
  56. b216a25 Fix version in AppVeyor config (GH-5124) by Zachary Ware · 7 years ago
  57. 3460198 bpo-31802: Fix importing native path module before importing os. (#4017) by Serhiy Storchaka · 7 years ago
  58. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 7 years ago
  59. d327ae6 Fix dataclasses docstring typo. (gh-5118) by Eric V. Smith · 7 years ago
  60. 7f7de37 Kill the AppVeyor file whitelist (GH-5121) by Zachary Ware · 7 years ago
  61. af11a15 bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows by Max Bélanger · 7 years ago
  62. d80b443 bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117) by Eric V. Smith · 7 years ago
  63. ed7d429 bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115) by Eric V. Smith · 7 years ago
  64. 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 · 7 years ago
  65. 3cd7c6e bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353) by Olivier Grisel · 7 years ago
  66. 85ac726 Cleanup grammar in unittest.mock.seal documentation (#5107) by Paul Ganssle · 7 years ago
  67. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 7 years ago
  68. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 7 years ago
  69. 502d551 bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972) by Michael Felt · 7 years ago
  70. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 7 years ago
  71. 65f2a6d advance copyright years to 2018 (#5094) by Benjamin Peterson · 7 years ago
  72. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 7 years ago
  73. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 7 years ago
  74. 78e24d4 Fix outdated comment in typeobject.c (GH-5090) by Berker Peksag · 7 years ago
  75. d8ac4d1 bpo-31778: Make ast.literal_eval() more strict. (#4035) by Serhiy Storchaka · 7 years ago
  76. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
  77. 0cc99c8 bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086) by Serhiy Storchaka · 7 years ago
  78. 811b287 Ignore importlib.h for automatic review requests from the import team. (GH-5087) by Brett Cannon · 7 years ago
  79. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  80. 7cc42c3 bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (#5078) by Serhiy Storchaka · 7 years ago
  81. e8ed965 bpo-32416: Add two new tests in test_sys_settrace. (#5072) by Serhiy Storchaka · 7 years ago
  82. 1470914 bpo-32468: Better frame repr() (#5067) by Antoine Pitrou · 7 years ago
  83. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 7 years ago
  84. 6c6d3a4 Add missing backslashes in PCbuild bat files (GH-5056) by Zachary Ware · 7 years ago
  85. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 7 years ago
  86. 0c36bed bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054) by Yury Selivanov · 7 years ago
  87. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  88. ffcb4c0 bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) by Andrew Svetlov · 7 years ago
  89. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  90. fc35932 Fix typo (#5049) by Andrew Svetlov · 7 years ago
  91. 02b9ef2 bpo-32439: Clean up the code for compiling comparison expressions. (#5029) by Serhiy Storchaka · 7 years ago
  92. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 7 years ago
  93. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 7 years ago
  94. 03220fd bpo-32427: Expose dataclasses.MISSING object. (#5045) by Eric V. Smith · 7 years ago
  95. e325608 remove unused import (#5040) by Benjamin Peterson · 7 years ago
  96. e5f7dcc make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034) by Benjamin Peterson · 7 years ago
  97. e5681b9 bpo-32440: Update the docs URL to https in help() (GH-5030) by oldk · 7 years ago
  98. 531dd7e Fix minor spelling error in test_sys_settrace.py. (#5025) by gfyoung · 7 years ago
  99. 53f9135 bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991) by Serhiy Storchaka · 7 years ago
  100. 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 7 years ago