Python 3.7.0
  1. 1bf9cc5 3.7.0 final by Ned Deily · 7 years ago v3.7.0
  2. a61f6e7 Sync the importlib magic number in test_importlib for 3.7.0 by Ned Deily · 7 years ago
  3. 8283517 bpo-29514: Make magic number test work for candidates by Ned Deily · 7 years ago
  4. b940921 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Miss Islington (bot) · 7 years ago
  5. 235d0fb bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) by Miss Islington (bot) · 7 years ago
  6. 2d10166 Fix nested list in 3.7 What's New (GH-7659) (GH-7660) by Miss Islington (bot) · 7 years ago
  7. dfad352 3.7.0rc1 by Ned Deily · 7 years ago v3.7.0rc1
  8. ef5f4ba bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) (GH-7658) by Miss Islington (bot) · 7 years ago
  9. 8379b70 bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) (GH-7657) by Miss Islington (bot) · 7 years ago
  10. 941804e Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653) by Miss Islington (bot) · 7 years ago
  11. 4219857 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651) by Miss Islington (bot) · 7 years ago
  12. a5db479 bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649) by Miss Islington (bot) · 7 years ago
  13. 6530577 bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646) (GH-7647) by Miss Islington (bot) · 7 years ago
  14. 60b8274 bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) by Miss Islington (bot) · 7 years ago
  15. d26277a bpo-33656: Add enum name for argument of Windows call. (GH-7642) by Miss Islington (bot) · 7 years ago
  16. 60c6993 bpo-33656: Add entry to What's New 3.7. (GH-7638) by Miss Islington (bot) · 7 years ago
  17. 144a867 bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Miss Islington (bot) · 7 years ago
  18. 904cdba bpo-33831: Make htmlview run again (GH-7628) by Miss Islington (bot) · 7 years ago
  19. b06fc2d bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (GH-7631) (#7633) by Miss Islington (bot) · 7 years ago
  20. 144493d bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) (GH-7621) by Miss Islington (bot) · 7 years ago
  21. a9846e0 pypi.python.org -> pypi.org (GH-7613) (GH-7614) by Miss Islington (bot) · 7 years ago
  22. 14a190c bpo-33745: Add What's New for empty function docstring change. (GH-7611) by Miss Islington (bot) · 7 years ago
  23. a73399d bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) (GH-7610) by Miss Islington (bot) · 7 years ago
  24. ec4343c bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (GH-7606) by Miss Islington (bot) · 7 years ago
  25. 037e912 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600) by Miss Islington (bot) · 7 years ago
  26. 298eb07 bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604) by Miss Islington (bot) · 7 years ago
  27. 053d6c5 bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602) by Miss Islington (bot) · 7 years ago
  28. 2adfeef bpo-33610: Update IDLE Code Context doc entry (GH-7597) by Miss Islington (bot) · 7 years ago
  29. 3da0181 bpo-33820: Fix IDLE What's New typo (GH-7594) by Miss Islington (bot) · 7 years ago
  30. 066e16d Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582) by Miss Islington (bot) · 7 years ago
  31. 1ed8294 bpo-33821: Update idlelib subsection of What's New 3.7 (GH-7590) by Miss Islington (bot) · 7 years ago
  32. 953d300 bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) by Miss Islington (bot) · 7 years ago
  33. 0829200 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Miss Islington (bot) · 7 years ago
  34. 92a5841 Fix typo in object.__getnewargs__() documentation (GH-7554) by Miss Islington (bot) · 7 years ago
  35. 0cf58f4 bpo-33766: Document that end of file or string is a newline (GH-7383) by Miss Islington (bot) · 7 years ago
  36. 055bd80 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by Miss Islington (bot) · 7 years ago
  37. 20cd5c6 bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) by Michael Felt · 7 years ago
  38. 463d189 bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) by Miss Islington (bot) · 7 years ago
  39. dd613cf bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Miss Islington (bot) · 7 years ago
  40. 8016c2b Datetime test coverage (GH-7544) (GH-7551) by Miss Islington (bot) · 7 years ago
  41. 21f4c78 bpo-30805: Avoid race condition with debug logging (GH-7545) by Miss Islington (bot) · 7 years ago
  42. 416fbe4 bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546) by Miss Islington (bot) · 7 years ago
  43. dc20d9d bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494) (GH-7542) by Miss Islington (bot) · 7 years ago
  44. 9bb9b53 [3.7] Update version in '.github/PULL_REQUEST_TEMPLATE.md' (GH-7537) by Suriyaa ✌️️ · 7 years ago
  45. 5c7f22c bpo-33799: Remove non-ordered dicts comments from FAQ (GH-7520) by Miss Islington (bot) · 7 years ago
  46. 552c1bc bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) by Miss Islington (bot) · 7 years ago
  47. f4dcf49 bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Miss Islington (bot) · 7 years ago
  48. f44203d bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) by Miss Islington (bot) · 7 years ago
  49. 9f56a93 bpo-33798: Update csv document about dict order (GH-7490) by Miss Islington (bot) · 7 years ago
  50. 842985f bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by Miss Islington (bot) · 7 years ago
  51. d16d72f bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) by Miss Islington (bot) · 7 years ago
  52. 17beebc bpo-33694: Fix typo in helper function name (GH-7522) by Miss Islington (bot) · 7 years ago
  53. 76bef61 Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517) by Miss Islington (bot) · 7 years ago
  54. a486847 bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Miss Islington (bot) · 7 years ago
  55. 43202e0 bpo-33791: Update README for macOS users (GH-7471) by Miss Islington (bot) · 7 years ago
  56. 0738443 bpo-33792: Add selector and proactor windows policies (GH-7487) by Miss Islington (bot) · 7 years ago
  57. a971a6f bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505) by Miss Islington (bot) · 7 years ago
  58. 9b0d4d0 bpo-33609: small wording fixes to dict ordering docs (#7497) by Miss Islington (bot) · 7 years ago
  59. ab5da50 bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) by Miss Islington (bot) · 7 years ago
  60. 8fa398d bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499) by Miss Islington (bot) · 7 years ago
  61. 0aee3be bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) by Miss Islington (bot) · 7 years ago
  62. e4b2bdf Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437) by Miss Islington (bot) · 7 years ago
  63. 942b7ff update 3.7 whatsnew entry about Unicode version (GH-7480) by Miss Islington (bot) · 7 years ago
  64. 3c41761 [3.7] bpo-33789: Backport test_asyncio fixes from master (GH-7478) by Victor Stinner · 7 years ago
  65. f38ace6 bpo-17909: Document that json.load can accept a binary IO (GH-7366) by Miss Islington (bot) · 7 years ago
  66. 4705ea3 update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) by Miss Islington (bot) · 7 years ago
  67. d2a2af0 bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385) by Miss Islington (bot) · 7 years ago
  68. cebd4b0 bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457) by Miss Islington (bot) · 7 years ago
  69. 016aff7 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) by Miss Islington (bot) · 7 years ago
  70. 5c022f1 bpo-33781: audioop: enhance rounding double as int (GH-7447) by Miss Islington (bot) · 7 years ago
  71. 9aa1e72 remove hg support from patchcheck (GH-7440) by Miss Islington (bot) · 7 years ago
  72. d6e789c bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by Miss Islington (bot) · 7 years ago
  73. e135032 bpo-33755: Fix importlib.resources isolation tests (GH-7412) (#7434) by Miss Islington (bot) · 7 years ago
  74. 1d419fa bpo-33751: Fix test_file. (GH-7378) by Miss Islington (bot) · 7 years ago
  75. 79c7e57 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428) by Miss Islington (bot) · 7 years ago
  76. ffd72ac bpo-33752: Fix a file leak in test_dbm. (GH-7376) by Miss Islington (bot) · 7 years ago
  77. 631fe1f bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Miss Islington (bot) · 7 years ago
  78. 23b7ee2 bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) by Miss Islington (bot) · 7 years ago
  79. fff25cc bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) by Miss Islington (bot) · 7 years ago
  80. 8585ec9 bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) by Miss Islington (bot) · 7 years ago
  81. 103058e bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Miss Islington (bot) · 7 years ago
  82. 150033d bpo-31849: Fix warning in pyhash.c (GH-6799) by Miss Islington (bot) · 7 years ago
  83. 7548a93 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Miss Islington (bot) · 7 years ago
  84. d2c6ecc bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) by Miss Islington (bot) · 7 years ago
  85. 1cdd0e7 bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Miss Islington (bot) · 7 years ago
  86. b7eb102 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Miss Islington (bot) · 7 years ago
  87. 87936d0 bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396) by Miss Islington (bot) · 7 years ago
  88. cfc12ec bpo-33664: Scroll IDLE editor text by lines (GH-7351) by Miss Islington (bot) · 7 years ago
  89. 1d3395f Regenerate configure after changing configure.ac in GH-6987. (GH-7344) (GH-7382) by Miss Islington (bot) · 7 years ago
  90. 7453cae bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371) by Miss Islington (bot) · 7 years ago
  91. 4d11fe7 bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370) by Miss Islington (bot) · 7 years ago
  92. 37343a2 bpo-33764: Appveyor fixes (GH-7364) (GH-7369) by Miss Islington (bot) · 7 years ago
  93. 2332fed bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) by Miss Islington (bot) · 7 years ago
  94. bdab3ea bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7357) by Miss Islington (bot) · 7 years ago
  95. ad4c795 bpo-33744: Fix test_uu. (GH-7350) (GH-7352) by Miss Islington (bot) · 7 years ago
  96. 949da9e bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Miss Islington (bot) · 7 years ago
  97. 57f1f5b Fix typo in datamodel.rst (GH-6964) by Miss Islington (bot) · 7 years ago
  98. 8e05730 Docs: fix some wrong words (GH-6987) by Miss Islington (bot) · 7 years ago
  99. 4e033c5 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Miss Islington (bot) · 7 years ago
  100. 0800b6c bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Miss Islington (bot) · 7 years ago