1. e239650 bpo-33363: raise SyntaxError for async for/with outside async functions (#6616) by Zsolt Dollenstein · 6 years ago
  2. 4114846 bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612) by Pablo Galindo · 6 years ago
  3. 0250de4 bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205) by Cheryl Sabella · 7 years ago
  4. 57faf34 bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566) by Serhiy Storchaka · 7 years ago
  5. 0977091 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Pablo Galindo · 7 years ago
  6. 1d4a733 bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446) by Chris Bradbury · 7 years ago
  7. c2d384d bpo-33338: [tokenize] Minor code cleanup (#6573) by Łukasz Langa · 7 years ago
  8. d5a2377 bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) by Berker Peksag · 7 years ago
  9. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 7 years ago
  10. 0399cf9 bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Paul Moore · 7 years ago
  11. 6952482 bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by Serhiy Storchaka · 7 years ago
  12. e3a523a bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) by Denis Osipov · 7 years ago
  13. e5362ea bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519) by Serhiy Storchaka · 7 years ago
  14. c127a86 bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483) by Aaron Ang · 7 years ago
  15. 36d56ea bpo-33295: Skip test using missing external site (GH-6504) by INADA Naoki · 7 years ago
  16. ba3a87a bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-6291) by Wolfgang Maier · 7 years ago
  17. 28e8b66 Fix spelling typo (GH-6443) by jdemeyer · 7 years ago
  18. 4b685bf bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) by Andrés Delfino · 7 years ago
  19. 7661806 [lib2to3] Make grammar pickling faster (#6491) by Łukasz Langa · 7 years ago
  20. 8f37e84 Add support for all string literals to lib2to3 (#6457) by Zsolt Dollenstein · 7 years ago
  21. b8e21f1 bpo-31947: remove None default for names param in Enum._create_ (GH-4288) by anentropic · 7 years ago
  22. afbbac1 Removed a confusing line from a docstring in http.cookies (GH-6482) by Alex Gaynor · 7 years ago
  23. 1a5c4bd bpo-33185: Improve wording and markup (GH-6477) by Nick Coghlan · 7 years ago
  24. 82a9481 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Nick Coghlan · 7 years ago
  25. 480ab05 bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) by Antoine Pitrou · 7 years ago
  26. 23ab5ee bpo-33265: use an actual method instead of a method-like function in ExitStack (GH-6456) by jdemeyer · 7 years ago
  27. d08972f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Serhiy Storchaka · 7 years ago
  28. c4b695f bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) by Mark Nemec · 7 years ago
  29. c93938b bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Serhiy Storchaka · 7 years ago
  30. e4679cd bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827) by Antoine Pitrou · 7 years ago
  31. 2ef65f3 Fix misleading docsting of shelve.open(). (GH-6427) by Serhiy Storchaka · 7 years ago
  32. 9c463ec Update docstring of tempfile._RandomNameSequence (GH-6414) by Wolfgang Maier · 7 years ago
  33. 9265dd7 Add a prepend() recipe to teach a chain() idiom (GH-6415) by Raymond Hettinger · 7 years ago
  34. c87eb09 bpo-29613: Added support for SameSite cookies (GH-6413) by Alex Gaynor · 7 years ago
  35. 9e2be60 bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) by Brett Cannon · 7 years ago
  36. 01b731f bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) by Raymond Hettinger · 7 years ago
  37. 091e95e bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) by Wolfgang Maier · 7 years ago
  38. 7494091 Clean up and enhance frozen dataclass tests. (GH-6380) by Eric V. Smith · 7 years ago
  39. 2a363d2 bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376) by Ivan Levkivskyi · 7 years ago
  40. ee566fe Call super in Generic.__init_subclass__ (#6356) by Ivan Levkivskyi · 7 years ago
  41. 2eeac26 bpo-29922: Add more tests for error messages in 'async with'. (GH-6370) by Serhiy Storchaka · 7 years ago
  42. c51d8c9 bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) by Łukasz Langa · 7 years ago
  43. c869529 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363) by Serhiy Storchaka · 7 years ago
  44. 629338f bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) by INADA Naoki · 7 years ago
  45. a68f2f0 bpo-29922: Improve error messages in 'async with' (GH-6352) by Serhiy Storchaka · 7 years ago
  46. 55966f3 bpo-33204: IDLE - revise and extend colorizer test. (GH-6347) by Terry Jan Reedy · 7 years ago
  47. da58533 bpo-33204: IDLE: consistently color invalid string prefixes (#6344) by Terry Jan Reedy · 7 years ago
  48. 5a7092d Allow dynamic creation of generic dataclasses (GH-6319) by Ivan Levkivskyi · 7 years ago
  49. 5219952 bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305) by Eric V. Smith · 7 years ago
  50. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 7 years ago
  51. e52ac04 bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) by Ned Deily · 7 years ago
  52. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 7 years ago
  53. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 7 years ago
  54. 30e507d bpo-33151: Handle submodule resources (GH-6268) by Barry Warsaw · 7 years ago
  55. da1734c bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) by Cheryl Sabella · 7 years ago
  56. 8349403 bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216) by Ivan Levkivskyi · 7 years ago
  57. 0e7144b bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Alexey Izbyshev · 7 years ago
  58. de7a2f0 bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260) by Eric V. Smith · 7 years ago
  59. 7c2d978 bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789) by Oren Milman · 7 years ago
  60. 3ab44c0 bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by Garvit Khatri · 7 years ago
  61. 2b75fc2 Minor fixes to dataclass tests. (GH-6243) by Eric V. Smith · 7 years ago
  62. a9e5d0e bpo-33053: Remove test_cmd_line_script debugging print (GH-6237) by Nick Coghlan · 7 years ago
  63. 51c9ab4 Trivial improvements to dataclasses tests. (GH-6234) by Eric V. Smith · 7 years ago
  64. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 7 years ago
  65. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 7 years ago
  66. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 7 years ago
  67. e4ce9fa bpo-32943: Fix confusing error message for rot13 codec (GH-5869) by Xiang Zhang · 7 years ago
  68. c42e7aa Fix invalid escape sequence: use raw string. (GH-6225) by Eric V. Smith · 7 years ago
  69. 01d618c bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222) by Eric V. Smith · 7 years ago
  70. f96ddad Trivial dataclass cleanups: (GH-6218) by Eric V. Smith · 7 years ago
  71. e42ae91 bpo-24334: Remove inaccurate match_hostname call (#6211) by Christian Heimes · 7 years ago
  72. d8b291a bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848) by Xiang Zhang · 7 years ago
  73. 8bcfa02 bpo-31639: Use threads in http.server module. (GH-5018) by Julien Palard · 7 years ago
  74. 397466d bpo-30953: Improve error messages and add tests for jumping (GH-6196) by Serhiy Storchaka · 7 years ago
  75. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 7 years ago
  76. 56970b8 bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192) by Eric V. Smith · 7 years ago
  77. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 7 years ago
  78. d93b516 Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184) by Donald Stufft · 7 years ago
  79. 8e4560a Add 'Field' to dataclasses.__all__. (GH-6182) by Eric V. Smith · 7 years ago
  80. dec1c77 FIX failure on OSX sem_getvalue (#6180) by Thomas Moreau · 7 years ago
  81. e2f33ad bpo-33078 - Fix queue size on pickling error (GH-6119) by Thomas Moreau · 7 years ago
  82. 8f6eccd bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170) by Eric V. Smith · 7 years ago
  83. 10b134a bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) by Xiang Zhang · 7 years ago
  84. 5609b78 bpo-18802: Add more details to ipaddress documentation (GH-6083) by Cheryl Sabella · 7 years ago
  85. 2cb4661 bpo-33034: Improve exception message when cast fails for {Parse,Split}Result.port (GH-6078) by Matt Eaton · 7 years ago
  86. 7389fd9 bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152) by Eric V. Smith · 7 years ago
  87. 4573820 bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127) by aetracht · 7 years ago
  88. f199bc6 bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass derived classes (#6147) by Eric V. Smith · 7 years ago
  89. 3fe3304 bpo-19417: Add test_bdb.py (GH-5217) by xdegaye · 7 years ago
  90. f64aae4 Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143) by Jelle Zijlstra · 7 years ago
  91. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 7 years ago
  92. 134cb01 bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) by Serhiy Storchaka · 7 years ago
  93. bc300ce bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110) by Serhiy Storchaka · 7 years ago
  94. bbf7bb7 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Aviv Palivoda · 7 years ago
  95. 7f81bb2 Update pip to 9.0.2 and setuptools to 38.6.1 (#6133) by Donald Stufft · 7 years ago
  96. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 7 years ago
  97. 74f5687 lib2to3: Add more tests (#6101) by Łukasz Langa · 7 years ago
  98. b8e9d6c bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107) by xdegaye · 7 years ago
  99. b51f5de bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096) by Łukasz Langa · 7 years ago
  100. 019f5b3 bpo-22674: fix test_strsignal on OSX (GH-6085) by Antoine Pietri · 7 years ago