1. b405752 bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) by Ned Deily · 6 years ago
  2. ef5ce88 bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) by Jay Crotts · 6 years ago
  3. 9e2be60 bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) by Brett Cannon · 6 years ago
  4. 3a9ccee bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) by Marcel Plch · 6 years ago
  5. 1d87c7b fixed capitalization of class name (GH-6396) by Alex Gaynor · 6 years ago
  6. 0c1c456 bpo-33231: Fix potential leak in normalizestring() (GH-6386) by INADA Naoki · 6 years ago
  7. 01b731f bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) by Raymond Hettinger · 6 years ago
  8. 7286dbd bpo-15817: Expose command documentation to gdb help (GH-6384) by Skip Montanaro · 6 years ago
  9. 091e95e bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) by Wolfgang Maier · 6 years ago
  10. 7494091 Clean up and enhance frozen dataclass tests. (GH-6380) by Eric V. Smith · 6 years ago
  11. 0876505 Add a webhook for Zulip to the Travis configuration (GH-6379) by Brett Cannon · 6 years ago
  12. 2a363d2 bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376) by Ivan Levkivskyi · 6 years ago
  13. ee566fe Call super in Generic.__init_subclass__ (#6356) by Ivan Levkivskyi · 6 years ago
  14. 2eeac26 bpo-29922: Add more tests for error messages in 'async with'. (GH-6370) by Serhiy Storchaka · 6 years ago
  15. c51d8c9 bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) by Łukasz Langa · 6 years ago
  16. 42ec190 bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) by INADA Naoki · 6 years ago
  17. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  18. c869529 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363) by Serhiy Storchaka · 6 years ago
  19. 629338f bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) by INADA Naoki · 6 years ago
  20. badb894 closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335) by Andrés Delfino · 6 years ago
  21. d1c82c5 bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341) by INADA Naoki · 6 years ago
  22. a68f2f0 bpo-29922: Improve error messages in 'async with' (GH-6352) by Serhiy Storchaka · 6 years ago
  23. 55966f3 bpo-33204: IDLE - revise and extend colorizer test. (GH-6347) by Terry Jan Reedy · 6 years ago
  24. da58533 bpo-33204: IDLE: consistently color invalid string prefixes (#6344) by Terry Jan Reedy · 6 years ago
  25. 79760ed bpo-20104: Add os.posix_spawn documentation. (#6334) by Gregory P. Smith · 6 years ago
  26. aa8e51f bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) by Serhiy Storchaka · 6 years ago
  27. 5a7092d Allow dynamic creation of generic dataclasses (GH-6319) by Ivan Levkivskyi · 6 years ago
  28. 233de02 Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) by Mike DePalatis · 6 years ago
  29. 69f5c73 bpo-33182: Fix pointer types in _testembed (GH-6310) by Nick Coghlan · 6 years ago
  30. 5219952 bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305) by Eric V. Smith · 6 years ago
  31. b9e7fe3 bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307) by Ned Deily · 6 years ago
  32. 79c3bab FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) by Julien Palard · 6 years ago
  33. 7855313 Fix typos '.::' should typically just be '::'. (GH-6165) by Julien Palard · 6 years ago
  34. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  35. aa50bf0 bpo-33126: Document PyBuffer_ToContiguous() (#6292) by Antoine Pitrou · 6 years ago
  36. 40a536b s/the the/the/ (GH-6287) by INADA Naoki · 6 years ago
  37. c0518cd bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6282) by Ned Deily · 6 years ago
  38. df532ab bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) by Ned Deily · 6 years ago
  39. e52ac04 bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) by Ned Deily · 6 years ago
  40. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 6 years ago
  41. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 6 years ago
  42. 30e507d bpo-33151: Handle submodule resources (GH-6268) by Barry Warsaw · 6 years ago
  43. da1734c bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) by Cheryl Sabella · 6 years ago
  44. 8349403 bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216) by Ivan Levkivskyi · 6 years ago
  45. 0e7144b bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Alexey Izbyshev · 6 years ago
  46. de7a2f0 bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260) by Eric V. Smith · 6 years ago
  47. 030345c Fix error message in sqlite connection thread check. (GH-6028) by Takuya Akiba · 6 years ago
  48. 7c2d978 bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789) by Oren Milman · 6 years ago
  49. e105294 Corrected link targets in collections.rst (GH-1052) by Michael Seifert · 6 years ago
  50. e622357 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by cocoatomo · 6 years ago
  51. 95ad382 Gitignore gmon.out (GH-5796) by Neeraj Badlani · 6 years ago
  52. 0301c9b Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Stefano Taschini · 6 years ago
  53. 3ab44c0 bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by Garvit Khatri · 6 years ago
  54. 2b75fc2 Minor fixes to dataclass tests. (GH-6243) by Eric V. Smith · 6 years ago
  55. dfb6e54 Clarify fd inheritance when close_fds=False. (GH-6240) by Gregory P. Smith · 6 years ago
  56. a9e5d0e bpo-33053: Remove test_cmd_line_script debugging print (GH-6237) by Nick Coghlan · 6 years ago
  57. 51c9ab4 Trivial improvements to dataclasses tests. (GH-6234) by Eric V. Smith · 6 years ago
  58. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 6 years ago
  59. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 6 years ago
  60. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 6 years ago
  61. e4ce9fa bpo-32943: Fix confusing error message for rot13 codec (GH-5869) by Xiang Zhang · 6 years ago
  62. c42e7aa Fix invalid escape sequence: use raw string. (GH-6225) by Eric V. Smith · 6 years ago
  63. 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 · 6 years ago
  64. f96ddad Trivial dataclass cleanups: (GH-6218) by Eric V. Smith · 6 years ago
  65. a95d986 bpo-33132: Fix reference counting issues in the compiler. (GH-6209) by Serhiy Storchaka · 6 years ago
  66. 4ca0739 bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) by Christian Heimes · 6 years ago
  67. e42ae91 bpo-24334: Remove inaccurate match_hostname call (#6211) by Christian Heimes · 6 years ago
  68. d8b291a bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848) by Xiang Zhang · 6 years ago
  69. 5cbb841 bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) by Himanshu Lakhara · 6 years ago
  70. 8bcfa02 bpo-31639: Use threads in http.server module. (GH-5018) by Julien Palard · 6 years ago
  71. a0a42d2 Fix a reference to the MRE book in re docs (GH-1113) by Berker Peksag · 6 years ago
  72. 397466d bpo-30953: Improve error messages and add tests for jumping (GH-6196) by Serhiy Storchaka · 6 years ago
  73. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 6 years ago
  74. c65bf3f bpo-32999: ast: Convert useless check to assert (GH-6197) by INADA Naoki · 6 years ago
  75. 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 · 6 years ago
  76. f757b72 bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) by INADA Naoki · 6 years ago
  77. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 6 years ago
  78. d93b516 Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184) by Donald Stufft · 6 years ago
  79. 8e4560a Add 'Field' to dataclasses.__all__. (GH-6182) by Eric V. Smith · 6 years ago
  80. dec1c77 FIX failure on OSX sem_getvalue (#6180) by Thomas Moreau · 6 years ago
  81. e2f33ad bpo-33078 - Fix queue size on pickling error (GH-6119) by Thomas Moreau · 6 years ago
  82. 9308dea Fix typos in mmap() error messages (GH-6173) by Zackery Spytz · 6 years ago
  83. 8f6eccd bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170) by Eric V. Smith · 6 years ago
  84. 10b134a bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) by Xiang Zhang · 6 years ago
  85. 5609b78 bpo-18802: Add more details to ipaddress documentation (GH-6083) by Cheryl Sabella · 6 years ago
  86. 4be79f2 bpo-28247: Document Windows executable creation in zipapp (GH-6158) by Cheryl Sabella · 6 years ago
  87. 2cb4661 bpo-33034: Improve exception message when cast fails for {Parse,Split}Result.port (GH-6078) by Matt Eaton · 6 years ago
  88. 7389fd9 bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152) by Eric V. Smith · 6 years ago
  89. 4573820 bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127) by aetracht · 6 years ago
  90. f199bc6 bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass derived classes (#6147) by Eric V. Smith · 6 years ago
  91. 3fe3304 bpo-19417: Add test_bdb.py (GH-5217) by xdegaye · 6 years ago
  92. f64aae4 Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143) by Jelle Zijlstra · 6 years ago
  93. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 6 years ago
  94. 134cb01 bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) by Serhiy Storchaka · 6 years ago
  95. bc300ce bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110) by Serhiy Storchaka · 6 years ago
  96. bbf7bb7 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Aviv Palivoda · 6 years ago
  97. 7f81bb2 Update pip to 9.0.2 and setuptools to 38.6.1 (#6133) by Donald Stufft · 6 years ago
  98. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 6 years ago
  99. d6e1404 bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117) by Zackery Spytz · 6 years ago
  100. 74f5687 lib2to3: Add more tests (#6101) by Łukasz Langa · 6 years ago