1. 237148e acks += Zsolt Dollenstein (GH-6490) (GH-6492) by Miss Islington (bot) · 7 years ago
  2. dd6bdf6 Add support for all string literals to lib2to3 (GH-6457) (GH-6488) by Miss Islington (bot) · 7 years ago
  3. 3bcca48 bpo-31947: remove None default for names param in Enum._create_ (GH-4288) by Miss Islington (bot) · 7 years ago
  4. f20eca7 Remove to-be-deprecated urllib.request.urlretrieve function reference (GH-6454) by Miss Islington (bot) · 7 years ago
  5. 986eaa8 bpo-33185: Improve wording and markup (GH-6477) by Miss Islington (bot) · 7 years ago
  6. d7ffa58 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Miss Islington (bot) · 7 years ago
  7. df958ff bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) by Miss Islington (bot) · 7 years ago
  8. 3715176 [3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392) by Ethan Furman · 7 years ago
  9. cbbf746 Fix error messages in argparse examples (GH-6435) by Miss Islington (bot) · 7 years ago
  10. 4dc3c8f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Miss Islington (bot) · 7 years ago
  11. b262659 bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445) by Miss Islington (bot) · 7 years ago
  12. 9bb8ceb bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Miss Islington (bot) · 7 years ago
  13. 71a3837 [3.7] bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417) (GH-6437) by Miss Islington (bot) · 7 years ago
  14. b0f387d [3.7] bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120) (GH-6433) by Serhiy Storchaka · 7 years ago
  15. 9b25bd6 bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Miss Islington (bot) · 7 years ago
  16. 558e7e4 Fix misleading docsting of shelve.open(). (GH-6427) by Miss Islington (bot) · 7 years ago
  17. b571958 Improve highlighting of some code blocks. (GH-6401) by Miss Islington (bot) · 7 years ago
  18. d964f51 Update docstring of tempfile._RandomNameSequence (GH-6414) by Miss Islington (bot) · 7 years ago
  19. 8a72266 Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421) by Miss Islington (bot) · 7 years ago
  20. 31f1b52 bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411) by Miss Islington (bot) · 7 years ago
  21. 12d1dcd bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) (GH-6409) by Miss Islington (bot) · 7 years ago
  22. 98e8ac8 [3.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6404) by Miss Islington (bot) · 7 years ago
  23. a09bb87 [3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403) by Brett Cannon · 7 years ago
  24. 3c193cf [3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399) by Miss Islington (bot) · 7 years ago
  25. 252f10c fixed capitalization of class name (GH-6396) (GH-6397) by Miss Islington (bot) · 7 years ago
  26. 64421d9 bpo-33231: Fix potential leak in normalizestring() (GH-6386) by Miss Islington (bot) · 7 years ago
  27. 28c1790 bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390) by Miss Islington (bot) · 7 years ago
  28. baf304e bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) (GH-6387) by Miss Islington (bot) · 7 years ago
  29. 83f564f Clean up and enhance frozen dataclass tests. (GH-6380) by Miss Islington (bot) · 7 years ago
  30. 04eac02 bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376) by Miss Islington (bot) · 7 years ago
  31. bd85c97 Call super in Generic.__init_subclass__ (GH-6356) by Miss Islington (bot) · 7 years ago
  32. 785f36c bpo-29922: Add more tests for error messages in 'async with'. (GH-6370) by Miss Islington (bot) · 7 years ago
  33. fcd4e03 bpo-29922: Improve error messages in 'async with' (GH-6352) by Miss Islington (bot) · 7 years ago
  34. b8fc2d6 bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) by Miss Islington (bot) · 7 years ago
  35. 9216dff bpo-32337: Update documentats about dict order (GH-4973) by Miss Islington (bot) · 7 years ago
  36. 74735e2 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366) by Miss Islington (bot) · 7 years ago
  37. 0c53357 bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) by Miss Islington (bot) · 7 years ago
  38. f6d1d65 closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335) by Miss Islington (bot) · 7 years ago
  39. de75512 bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341) by Miss Islington (bot) · 7 years ago
  40. fa91aff bpo-33204: IDLE - revise and extend colorizer test. (GH-6347) by Miss Islington (bot) · 7 years ago
  41. 6130675 bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344) by Miss Islington (bot) · 7 years ago
  42. ab84572 bpo-20104: Add os.posix_spawn documentation. (GH-6334) by Miss Islington (bot) · 7 years ago
  43. d063ad8 Allow dynamic creation of generic dataclasses (GH-6319) (GH-6320) by Miss Islington (bot) · 7 years ago
  44. 9e96e7b bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) by Miss Islington (bot) · 7 years ago
  45. 7dcfd6c Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) by Miss Islington (bot) · 7 years ago
  46. 2961717 bpo-33182: Fix pointer types in _testembed (GH-6310) (GH-6311) by Miss Islington (bot) · 7 years ago
  47. faa6f5c bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305) by Miss Islington (bot) · 7 years ago
  48. e557b5c bump to 3.7.0b3+ by Ned Deily · 7 years ago
  49. 4e7efa9 3.7.0b3 by Ned Deily · 7 years ago
  50. 7a6f59e bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6308) by Ned Deily · 7 years ago
  51. a470b74 Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300) by Miss Islington (bot) · 7 years ago
  52. a48614b FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) (GH-6302) by Miss Islington (bot) · 7 years ago
  53. fd93666 [3.7] Fix duplicating words words. (GH-6296) (GH-6297) by Serhiy Storchaka · 7 years ago
  54. 6124d8e bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6294) by Miss Islington (bot) · 7 years ago
  55. 6cb556f s/the the/the/ (GH-6287) by Miss Islington (bot) · 7 years ago
  56. b9172b9 [3.7] bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6283) by Miss Islington (bot) · 7 years ago
  57. 39c0ef5 bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6280) by Miss Islington (bot) · 7 years ago
  58. d2d5bd8 bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) (#6277) by Miss Islington (bot) · 7 years ago
  59. 211c0db Fix senfile typo (GH-6265) (#6274) by Miss Islington (bot) · 7 years ago
  60. 6a2539c bpo-32517: re-enable test_read_pty_output on macOS (GH-6112) by Ned Deily · 7 years ago
  61. fd1b8f8 bpo-33151: Handle submodule resources (GH-6268) (GH-6270) by Miss Islington (bot) · 7 years ago
  62. f328caf bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (#GH-6266) by Miss Islington (bot) · 7 years ago
  63. d0e04c8 bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216) by Miss Islington (bot) · 7 years ago
  64. 0545563 bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Miss Islington (bot) · 7 years ago
  65. c6147ac bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260) by Miss Islington (bot) · 7 years ago
  66. 00765bb Fix error message in sqlite connection thread check. (GH-6028) by Miss Islington (bot) · 7 years ago
  67. d01a805 Corrected link targets in collections.rst (GH-1052) by Miss Islington (bot) · 7 years ago
  68. 7aef297 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by Miss Islington (bot) · 7 years ago
  69. daf06e0 Gitignore gmon.out (GH-5796) by Miss Islington (bot) · 7 years ago
  70. a6c3299 Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Miss Islington (bot) · 7 years ago
  71. a7b1b84 bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by Miss Islington (bot) · 7 years ago
  72. 5fc6fc8 Minor fixes to dataclass tests. (GH-6243) by Miss Islington (bot) · 7 years ago
  73. bc3e009 Clarify fd inheritance when close_fds=False. (GH-6240) by Miss Islington (bot) · 7 years ago
  74. ee37845 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236) by Nick Coghlan · 7 years ago
  75. 5666a55 Trivial improvements to dataclasses tests. (GH-6234) by Miss Islington (bot) · 7 years ago
  76. 2dd885e [3.7] bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) (GH-6230) by Miss Islington (bot) · 7 years ago
  77. c6d94c3 bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Miss Islington (bot) · 7 years ago
  78. 291d5f3 bpo-32943: Fix confusing error message for rot13 codec (GH-5869) by Miss Islington (bot) · 7 years ago
  79. 5729b9c Fix invalid escape sequence: use raw string. (GH-6225) by Miss Islington (bot) · 7 years ago
  80. 9989efb bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222) by Miss Islington (bot) · 7 years ago
  81. 02c19a6 Trivial dataclass cleanups: (GH-6218) by Miss Islington (bot) · 7 years ago
  82. 471364b bpo-33132: Fix reference counting issues in the compiler. (GH-6209) by Miss Islington (bot) · 7 years ago
  83. 42bd62b [3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213) by Miss Islington (bot) · 7 years ago
  84. 1a0bb62 [3.7] bpo-24334: Remove inaccurate match_hostname call (GH-6211) (#6212) by Miss Islington (bot) · 7 years ago
  85. ac56027 bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127) (#6162) by Ivan Levkivskyi · 7 years ago
  86. 45738ed bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) by Miss Islington (bot) · 7 years ago
  87. f8d2c3c bpo-31639: Use threads in http.server module. (GH-5018) by Miss Islington (bot) · 7 years ago
  88. 67d3f8b Fix a reference to the MRE book in re docs (GH-1113) by Miss Islington (bot) · 7 years ago
  89. b9744e9 bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154) by Serhiy Storchaka · 7 years ago
  90. c71edab bpo-32999: ast: Convert useless check to assert (GH-6197) by Miss Islington (bot) · 7 years ago
  91. 3b4c6b1 bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192) by Miss Islington (bot) · 7 years ago
  92. 5d8bb5d bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190) by Miss Islington (bot) · 7 years ago
  93. 346964b bpo-33018: Improve issubclass() error checking and message. (GH-5944) by Miss Islington (bot) · 7 years ago
  94. 8f46176 Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) by Miss Islington (bot) · 7 years ago
  95. 4ddc99d bpo-33116: Add 'Field' to dataclasses.__all__. (GH-6182) (GH-6183) by Miss Islington (bot) · 7 years ago
  96. f5625d5 FIX failure on OSX sem_getvalue (GH-6180) (GH-6181) by Miss Islington (bot) · 7 years ago
  97. bb5b529 bpo-33078 - Fix queue size on pickling error (GH-6119) (GH-6178) by Miss Islington (bot) · 7 years ago
  98. 22136c9 bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170) (GH-6171) by Miss Islington (bot) · 7 years ago
  99. 56f530e Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 7 years ago
  100. 3326c92 bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) by Miss Islington (bot) · 7 years ago