1. 0399cf9 bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Paul Moore · 6 years ago
  2. 53f67d4 bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548) by Gregory P. Smith · 6 years ago
  3. 063db62 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by xdegaye · 6 years ago
  4. d70c2a6 bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (GH-6512) by Serhiy Storchaka · 6 years ago
  5. 397f1b2 bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) by Gregory P. Smith · 6 years ago
  6. b87c1c9 Clean up the readme text around PGO a bit. (GH-6538) by Gregory P. Smith · 6 years ago
  7. 6952482 bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by Serhiy Storchaka · 6 years ago
  8. b7e1eff bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513) by Serhiy Storchaka · 6 years ago
  9. 9009f3e Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524) by Pablo Galindo · 6 years ago
  10. e3a523a bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) by Denis Osipov · 6 years ago
  11. e5362ea bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519) by Serhiy Storchaka · 6 years ago
  12. c127a86 bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483) by Aaron Ang · 6 years ago
  13. 36d56ea bpo-33295: Skip test using missing external site (GH-6504) by INADA Naoki · 6 years ago
  14. ba3a87a bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-6291) by Wolfgang Maier · 6 years ago
  15. 28e8b66 Fix spelling typo (GH-6443) by jdemeyer · 6 years ago
  16. 5fbc511 bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350) by INADA Naoki · 6 years ago
  17. acfb087 fix pydoc-topics to work with Sphinx 1.7 (GH-6475) by Benjamin Peterson · 6 years ago
  18. 4b685bf bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) by Andrés Delfino · 6 years ago
  19. a00d440 Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494) by Łukasz Langa · 6 years ago
  20. 7661806 [lib2to3] Make grammar pickling faster (#6491) by Łukasz Langa · 6 years ago
  21. 2bea947 acks += Zsolt Dollenstein (#6490) by Łukasz Langa · 6 years ago
  22. 8f37e84 Add support for all string literals to lib2to3 (#6457) by Zsolt Dollenstein · 6 years ago
  23. c89b221 Remove to-be-deprecated urllib.request.urlretrieve function reference (#6454) by Andrés Delfino · 6 years ago
  24. b8e21f1 bpo-31947: remove None default for names param in Enum._create_ (GH-4288) by anentropic · 6 years ago
  25. f303639 bpo-33270: Intern names for all anonymous code objects (#6472) by Zackery Spytz · 6 years ago
  26. afbbac1 Removed a confusing line from a docstring in http.cookies (GH-6482) by Alex Gaynor · 6 years ago
  27. 1a5c4bd bpo-33185: Improve wording and markup (GH-6477) by Nick Coghlan · 6 years ago
  28. 82a9481 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Nick Coghlan · 6 years ago
  29. 480ab05 bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) by Antoine Pitrou · 6 years ago
  30. b1dc075 bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) by Steve Dower · 6 years ago
  31. 23ab5ee bpo-33265: use an actual method instead of a method-like function in ExitStack (GH-6456) by jdemeyer · 6 years ago
  32. ffa2c3e itemgetter add dict example (GH-1280) by WeizhongTu · 6 years ago
  33. 04e8293 Fix error messages in argparse examples (GH-6435) by suic86 · 6 years ago
  34. d08972f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Serhiy Storchaka · 6 years ago
  35. c4b695f bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) by Mark Nemec · 6 years ago
  36. f178028 bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Devon R · 6 years ago
  37. 0f914b5 bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417) by Aaron Ang · 6 years ago
  38. c93938b bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Serhiy Storchaka · 6 years ago
  39. 827d49f bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120) by Serhiy Storchaka · 6 years ago
  40. e4679cd bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827) by Antoine Pitrou · 6 years ago
  41. 2ef65f3 Fix misleading docsting of shelve.open(). (GH-6427) by Serhiy Storchaka · 6 years ago
  42. 9c463ec Update docstring of tempfile._RandomNameSequence (GH-6414) by Wolfgang Maier · 6 years ago
  43. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  44. 9265dd7 Add a prepend() recipe to teach a chain() idiom (GH-6415) by Raymond Hettinger · 6 years ago
  45. c87eb09 bpo-29613: Added support for SameSite cookies (GH-6413) by Alex Gaynor · 6 years ago
  46. 1d80a56 bpo-33201: Modernize "Extension types" doc (GH-6337) by Antoine Pitrou · 6 years ago
  47. b405752 bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) by Ned Deily · 6 years ago
  48. ef5ce88 bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) by Jay Crotts · 6 years ago
  49. 9e2be60 bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) by Brett Cannon · 6 years ago
  50. 3a9ccee bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) by Marcel Plch · 6 years ago
  51. 1d87c7b fixed capitalization of class name (GH-6396) by Alex Gaynor · 6 years ago
  52. 0c1c456 bpo-33231: Fix potential leak in normalizestring() (GH-6386) by INADA Naoki · 6 years ago
  53. 01b731f bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) by Raymond Hettinger · 6 years ago
  54. 7286dbd bpo-15817: Expose command documentation to gdb help (GH-6384) by Skip Montanaro · 6 years ago
  55. 091e95e bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) by Wolfgang Maier · 6 years ago
  56. 7494091 Clean up and enhance frozen dataclass tests. (GH-6380) by Eric V. Smith · 6 years ago
  57. 0876505 Add a webhook for Zulip to the Travis configuration (GH-6379) by Brett Cannon · 6 years ago
  58. 2a363d2 bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376) by Ivan Levkivskyi · 6 years ago
  59. ee566fe Call super in Generic.__init_subclass__ (#6356) by Ivan Levkivskyi · 6 years ago
  60. 2eeac26 bpo-29922: Add more tests for error messages in 'async with'. (GH-6370) by Serhiy Storchaka · 6 years ago
  61. c51d8c9 bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) by Łukasz Langa · 6 years ago
  62. 42ec190 bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) by INADA Naoki · 6 years ago
  63. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  64. c869529 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363) by Serhiy Storchaka · 6 years ago
  65. 629338f bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) by INADA Naoki · 6 years ago
  66. badb894 closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335) by Andrés Delfino · 6 years ago
  67. d1c82c5 bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341) by INADA Naoki · 6 years ago
  68. a68f2f0 bpo-29922: Improve error messages in 'async with' (GH-6352) by Serhiy Storchaka · 6 years ago
  69. 55966f3 bpo-33204: IDLE - revise and extend colorizer test. (GH-6347) by Terry Jan Reedy · 6 years ago
  70. da58533 bpo-33204: IDLE: consistently color invalid string prefixes (#6344) by Terry Jan Reedy · 6 years ago
  71. 79760ed bpo-20104: Add os.posix_spawn documentation. (#6334) by Gregory P. Smith · 6 years ago
  72. aa8e51f bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) by Serhiy Storchaka · 6 years ago
  73. 5a7092d Allow dynamic creation of generic dataclasses (GH-6319) by Ivan Levkivskyi · 6 years ago
  74. 233de02 Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) by Mike DePalatis · 6 years ago
  75. 69f5c73 bpo-33182: Fix pointer types in _testembed (GH-6310) by Nick Coghlan · 6 years ago
  76. 5219952 bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305) by Eric V. Smith · 6 years ago
  77. b9e7fe3 bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307) by Ned Deily · 6 years ago
  78. 79c3bab FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) by Julien Palard · 6 years ago
  79. 7855313 Fix typos '.::' should typically just be '::'. (GH-6165) by Julien Palard · 6 years ago
  80. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  81. aa50bf0 bpo-33126: Document PyBuffer_ToContiguous() (#6292) by Antoine Pitrou · 6 years ago
  82. 40a536b s/the the/the/ (GH-6287) by INADA Naoki · 6 years ago
  83. c0518cd bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6282) by Ned Deily · 6 years ago
  84. df532ab bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) by Ned Deily · 6 years ago
  85. e52ac04 bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) by Ned Deily · 6 years ago
  86. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 6 years ago
  87. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 6 years ago
  88. 30e507d bpo-33151: Handle submodule resources (GH-6268) by Barry Warsaw · 6 years ago
  89. da1734c bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) by Cheryl Sabella · 6 years ago
  90. 8349403 bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216) by Ivan Levkivskyi · 6 years ago
  91. 0e7144b bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Alexey Izbyshev · 6 years ago
  92. de7a2f0 bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260) by Eric V. Smith · 6 years ago
  93. 030345c Fix error message in sqlite connection thread check. (GH-6028) by Takuya Akiba · 6 years ago
  94. 7c2d978 bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789) by Oren Milman · 6 years ago
  95. e105294 Corrected link targets in collections.rst (GH-1052) by Michael Seifert · 6 years ago
  96. e622357 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by cocoatomo · 6 years ago
  97. 95ad382 Gitignore gmon.out (GH-5796) by Neeraj Badlani · 6 years ago
  98. 0301c9b Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Stefano Taschini · 6 years ago
  99. 3ab44c0 bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by Garvit Khatri · 6 years ago
  100. 2b75fc2 Minor fixes to dataclass tests. (GH-6243) by Eric V. Smith · 6 years ago