1. b57aeac bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Miss Islington (bot) · 7 years ago
  2. 3b26e8c Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Miss Islington (bot) · 7 years ago
  3. 5195039 bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840) by Miss Islington (bot) · 7 years ago
  4. e8f968d bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837) by Miss Islington (bot) · 7 years ago
  5. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  6. c6348cf Add versionchanged in create_datagram_endpoint doc (GH-4697) by Miss Islington (bot) · 7 years ago
  7. c3fa1f2 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) by Miss Islington (bot) · 7 years ago
  8. 67d1968 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807) by Miss Islington (bot) · 7 years ago
  9. ceb45f0 bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798) by Miss Islington (bot) · 7 years ago
  10. 050e041 bpo-22069: Update TextIO documentation (GH-6609) by Miss Islington (bot) · 7 years ago
  11. 2e01f7d bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Miss Islington (bot) · 7 years ago
  12. f1ee4a2 [3.7] bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) by Benjamin Peterson · 7 years ago
  13. 8ed545f bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Miss Islington (bot) · 7 years ago
  14. 6e9456e bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miss Islington (bot) · 7 years ago
  15. c5444b3 Fix a bug in Generic.__new__ (GH-6758) by Miss Islington (bot) · 7 years ago
  16. 22df418 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) by Miss Islington (bot) · 7 years ago
  17. 8ffff34 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Miss Islington (bot) · 7 years ago
  18. c587235 Fix superfluous if in documentation. (GH-6728) by Miss Islington (bot) · 7 years ago
  19. a0ff519 Fix typo in __mul__ and __rmul__ docstring (GH-6674) by Miss Islington (bot) · 7 years ago
  20. 263523a closes bpo-33445: fail properly in test_cprofile() (GH-6727) by Miss Islington (bot) · 7 years ago
  21. 3c28a63 bpo-28556: Minor fixes for typing module (GH-6732) by Miss Islington (bot) · 7 years ago
  22. 101d0d5 bpo-32717: Document PEP 560 (GH-6726) by Miss Islington (bot) · 7 years ago
  23. 6049bda [3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6713) by Miss Islington (bot) · 7 years ago
  24. 351782b bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) by Miss Islington (bot) · 7 years ago
  25. 6a56790 bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by Miss Islington (bot) · 7 years ago
  26. 01e19f8 bump to 3.7.0b4+ by Ned Deily · 7 years ago
  27. eb96c37 3.7.0b4 by Ned Deily · 7 years ago
  28. 3c5d3f5 Enable the verbose build for extension modules with GNU make (GH-6659) (#6662) by Miss Islington (bot) · 7 years ago
  29. 9da7ee4 bpo-33393: Update config.guess and config.sub files (GH-6658) (#6661) by Miss Islington (bot) · 7 years ago
  30. 50903bf Mitigate macOS race condition in installer build (GH-6686) (GH-6687) by Miss Islington (bot) · 7 years ago
  31. 1470e43 bpo-33290: Have macOS installer remove "pip" alias (GH-6683) (GH-6684) by Miss Islington (bot) · 7 years ago
  32. d74f353 bpo-33281: NEWS and ACK (GH-6681) (GH-6682) by Miss Islington (bot) · 7 years ago
  33. c74ca53 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680) by Miss Islington (bot) · 7 years ago
  34. 0596f31 bpo-33377: add triplets for mips-r6 and riscv (GH-6655) (GH-6660) by Miss Islington (bot) · 7 years ago
  35. 77fa783 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) by Miss Islington (bot) · 7 years ago
  36. e4eeb6e bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) by Miss Islington (bot) · 7 years ago
  37. 8075868 bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656) by Miss Islington (bot) · 7 years ago
  38. 2e5fa38 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Miss Islington (bot) · 7 years ago
  39. 887b5f8 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by Miss Islington (bot) · 7 years ago
  40. 736f17f bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by Miss Islington (bot) · 7 years ago
  41. cebce2e bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) by Miss Islington (bot) · 7 years ago
  42. e57d3e3 bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) by Miss Islington (bot) · 7 years ago
  43. ee95feb [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631) by Miss Islington (bot) · 7 years ago
  44. 1487c37 bpo-33378: Add Korean to the language switcher. (GH-6627) by Miss Islington (bot) · 7 years ago
  45. b94d739 Change "non-local state" to "content-local state". (GH-6617) by Miss Islington (bot) · 7 years ago
  46. a93a663 [3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH-6616). (GH-6619) by Zsolt Dollenstein · 7 years ago
  47. dd3ede7 bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612) by Miss Islington (bot) · 7 years ago
  48. 291c9d4 bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564) by Miss Islington (bot) · 7 years ago
  49. 53d36cc bpo-33280: Reorganize external Tcl/Tk references. (GH-6473) by Miss Islington (bot) · 7 years ago
  50. 6a1799e bpo-33314: Fix rendering issues in the documentation for the os module (GH-6525) (GH-6597) by Miss Islington (bot) · 7 years ago
  51. 1985849 Mention both relevant PEPs in function annotations tutorial (GH-6304) by Miss Islington (bot) · 7 years ago
  52. 52a5a17 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Miss Islington (bot) · 7 years ago
  53. 75a3e3d bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH-6579) by Miss Islington (bot) · 7 years ago
  54. 9fc998d bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) by Miss Islington (bot) · 7 years ago
  55. f900503 bpo-33297: Mention Pillow to work with more image formats. (GH-6505) by Miss Islington (bot) · 7 years ago
  56. 3e0d23c Clarify that __path__ can't be just any value (GH-6554) by Miss Islington (bot) · 7 years ago
  57. 3295529 Spelling fixes to docs, docstrings, and comments (GH-6374) by Miss Islington (bot) · 7 years ago
  58. b221107 bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 7 years ago
  59. 11659d0 bpo-33312: update Tools/gdb/libpython.py to match. (GH-6549) by Miss Islington (bot) · 7 years ago
  60. 392520b bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) (GH-6543) by Miss Islington (bot) · 7 years ago
  61. 18cd828 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by Miss Islington (bot) · 7 years ago
  62. dc654c5 Clean up the readme text around PGO a bit. (GH-6538) (GH-6539) by Miss Islington (bot) · 7 years ago
  63. a4fb580 bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by Miss Islington (bot) · 7 years ago
  64. 198c0c0 Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524) by Miss Islington (bot) · 7 years ago
  65. b27c71c bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) by Miss Islington (bot) · 7 years ago
  66. 67067d8 bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (#6528) by Miss Islington (bot) · 7 years ago
  67. b88f737 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) by Miss Islington (bot) · 7 years ago
  68. 3b3be1f bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483) by Miss Islington (bot) · 7 years ago
  69. 902bb62 bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350) by Miss Islington (bot) · 7 years ago
  70. ed12655 Fix spelling typo (GH-6443) (GH-6507) by Miss Islington (bot) · 7 years ago
  71. f7379dd bpo-33295: Skip test using missing external site (GH-6504) (GH-6509) by Miss Islington (bot) · 7 years ago
  72. 7899153 fix pydoc-topics to work with Sphinx 1.7 (GH-6475) by Miss Islington (bot) · 7 years ago
  73. 3b4e756 Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6495) by Miss Islington (bot) · 7 years ago
  74. 237148e acks += Zsolt Dollenstein (GH-6490) (GH-6492) by Miss Islington (bot) · 7 years ago
  75. dd6bdf6 Add support for all string literals to lib2to3 (GH-6457) (GH-6488) by Miss Islington (bot) · 7 years ago
  76. 3bcca48 bpo-31947: remove None default for names param in Enum._create_ (GH-4288) by Miss Islington (bot) · 7 years ago
  77. f20eca7 Remove to-be-deprecated urllib.request.urlretrieve function reference (GH-6454) by Miss Islington (bot) · 7 years ago
  78. 986eaa8 bpo-33185: Improve wording and markup (GH-6477) by Miss Islington (bot) · 7 years ago
  79. d7ffa58 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Miss Islington (bot) · 7 years ago
  80. df958ff bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) by Miss Islington (bot) · 7 years ago
  81. 3715176 [3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392) by Ethan Furman · 7 years ago
  82. cbbf746 Fix error messages in argparse examples (GH-6435) by Miss Islington (bot) · 7 years ago
  83. 4dc3c8f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Miss Islington (bot) · 7 years ago
  84. b262659 bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445) by Miss Islington (bot) · 7 years ago
  85. 9bb8ceb bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Miss Islington (bot) · 7 years ago
  86. 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
  87. b0f387d [3.7] bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120) (GH-6433) by Serhiy Storchaka · 7 years ago
  88. 9b25bd6 bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Miss Islington (bot) · 7 years ago
  89. 558e7e4 Fix misleading docsting of shelve.open(). (GH-6427) by Miss Islington (bot) · 7 years ago
  90. b571958 Improve highlighting of some code blocks. (GH-6401) by Miss Islington (bot) · 7 years ago
  91. d964f51 Update docstring of tempfile._RandomNameSequence (GH-6414) by Miss Islington (bot) · 7 years ago
  92. 8a72266 Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421) by Miss Islington (bot) · 7 years ago
  93. 31f1b52 bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411) by Miss Islington (bot) · 7 years ago
  94. 12d1dcd bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) (GH-6409) by Miss Islington (bot) · 7 years ago
  95. 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
  96. 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
  97. 3c193cf [3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399) by Miss Islington (bot) · 7 years ago
  98. 252f10c fixed capitalization of class name (GH-6396) (GH-6397) by Miss Islington (bot) · 7 years ago
  99. 64421d9 bpo-33231: Fix potential leak in normalizestring() (GH-6386) by Miss Islington (bot) · 7 years ago
  100. 28c1790 bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390) by Miss Islington (bot) · 7 years ago