Python 3.7.0b5
  1. abb8802 3.7.0b5 by Ned Deily · 7 years ago v3.7.0b5
  2. d9b1182 Improve ensurepip's --help (GH-4686) (GH-7238) by Miss Islington (bot) · 7 years ago
  3. af9cda9 Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-7233) by Yury Selivanov · 7 years ago
  4. 3ddee64 bpo-32684: Fix nits in tests (GH-7225) (#7231) by Miss Islington (bot) · 7 years ago
  5. 4f53e2a [3.7] bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) (GH-7219) by Julien Palard · 7 years ago
  6. d8948c5 bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Miss Islington (bot) · 7 years ago
  7. 0364342 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222) by Miss Islington (bot) · 7 years ago
  8. 2a7eb0b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Miss Islington (bot) · 7 years ago
  9. b3e12c0 Attempt to fix test_stdin_broken_pipe on Travis (GH-7210) (#7211) by Miss Islington (bot) · 7 years ago
  10. cb055bc bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (GH-7204) by Miss Islington (bot) · 7 years ago
  11. 441afbd bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Miss Islington (bot) · 7 years ago
  12. be5d616 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194) by Miss Islington (bot) · 7 years ago
  13. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 7 years ago
  14. eca0859 bpo-33674: Pause the transport as early as possible (GH-7192) by Miss Islington (bot) · 7 years ago
  15. 0dd8fd0 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187) by Miss Islington (bot) · 7 years ago
  16. 420092e bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182) by Miss Islington (bot) · 7 years ago
  17. ddc613f bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Miss Islington (bot) · 7 years ago
  18. 8d8b861 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Miss Islington (bot) · 7 years ago
  19. 075c662 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173) by Miss Islington (bot) · 7 years ago
  20. 4b82846 bpo-32458: Further tune start_tls tests (GH-7166) by Miss Islington (bot) · 7 years ago
  21. bc3a002 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Miss Islington (bot) · 7 years ago
  22. f8fdb36 bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) (#7162) by Miss Islington (bot) · 7 years ago
  23. 1f21ae7 bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153) by Miss Islington (bot) · 7 years ago
  24. 983c1ba bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) (GH-7150) by Miss Islington (bot) · 7 years ago
  25. eb8516b bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704) by Miss Islington (bot) · 7 years ago
  26. 98b089e bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) by Miss Islington (bot) · 7 years ago
  27. 96fb828 bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Miss Islington (bot) · 7 years ago
  28. e60f6e1 bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Miss Islington (bot) · 7 years ago
  29. d498625 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Miss Islington (bot) · 7 years ago
  30. af1d007 test.regrtest: flush stdout when display progress (GH-7105) by Miss Islington (bot) · 7 years ago
  31. d9eb22c bpo-33629: Prevent coredump in test_importlib (GH-7090) by Miss Islington (bot) · 7 years ago
  32. b2ab5dc bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Miss Islington (bot) · 7 years ago
  33. dd7a255 bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089) by Miss Islington (bot) · 7 years ago
  34. fa286ed bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Miss Islington (bot) · 7 years ago
  35. fa24c1c [3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087) by Victor Stinner · 7 years ago
  36. 72ef4fc [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) by Miss Islington (bot) · 7 years ago
  37. 0f9b68a Reverse the meaning of is_argument when used for type check (GH-7039) by Miss Islington (bot) · 7 years ago
  38. 2751dcc bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Miss Islington (bot) · 7 years ago
  39. cd57b48 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Miss Islington (bot) · 7 years ago
  40. ca6d7ae Improve comments in test_idle.py. (GH-7057) by Miss Islington (bot) · 7 years ago
  41. 25fd6cc bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Miss Islington (bot) · 7 years ago
  42. 316f869 Use IPv4 only to avoid IP address collision (GH-7030) by Miss Islington (bot) · 7 years ago
  43. 4d39ade Fix asyncio flaky tests (GH-7023) (#7024) by Miss Islington (bot) · 7 years ago
  44. b8b8000 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022) by Miss Islington (bot) · 7 years ago
  45. b85115e [3.7] bpo-32262: Fix typo in f-string (GH-7016) by Miss Islington (bot) · 7 years ago
  46. 073eca3 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by Miss Islington (bot) · 7 years ago
  47. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  48. 52d1741 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) by Miss Islington (bot) · 7 years ago
  49. 28ea38b9 bpo-26819: Prevent proactor double read on resume (GH-6921) by Miss Islington (bot) · 7 years ago
  50. 222ae1e bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) by Miss Islington (bot) · 7 years ago
  51. 0efa135 bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Miss Islington (bot) · 7 years ago
  52. 09ca590 bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) by Miss Islington (bot) · 7 years ago
  53. abde17e bpo-33556: Remove reference to thread module from docstring (GH-6963) by Miss Islington (bot) · 7 years ago
  54. b2a02b9 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961) by Miss Islington (bot) · 7 years ago
  55. 56882db Provide a little better debug output (GH-6940) (#6942) by Miss Islington (bot) · 7 years ago
  56. 6417d33 bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941) by Miss Islington (bot) · 7 years ago
  57. 8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) by Miss Islington (bot) · 7 years ago
  58. 216a277 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929) by Miss Islington (bot) · 7 years ago
  59. 9c17cd3 Fix ClassVar as string fails when getting type hints (GH-6824) (#6912) by Miss Islington (bot) · 7 years ago
  60. 6409e75 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Miss Islington (bot) · 7 years ago
  61. 8e20fc3 bpo-33534: Remove unneeded test. (GH-6897) by Miss Islington (bot) · 7 years ago
  62. 8d486fb Reflow dataclasses comments (GH-6893) by Miss Islington (bot) · 7 years ago
  63. 4af6110 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Miss Islington (bot) · 7 years ago
  64. c73268a bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Miss Islington (bot) · 7 years ago
  65. 3d48443 bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873) by Miss Islington (bot) · 7 years ago
  66. 2cdb70a bpo-33465: Use an unlikely to be built-in C extension in a test (GH-6797) (#6869) by Miss Islington (bot) · 7 years ago
  67. 820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) by Miss Islington (bot) · 7 years ago
  68. 8717cfe bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Miss Islington (bot) · 7 years ago
  69. f4fdb61 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) by Miss Islington (bot) · 7 years ago
  70. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  71. 5c7e079 bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) by Miss Islington (bot) · 7 years ago
  72. 2ce72e2 bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  73. b57aeac bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Miss Islington (bot) · 7 years ago
  74. 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
  75. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  76. c3fa1f2 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) by Miss Islington (bot) · 7 years ago
  77. 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
  78. 2e01f7d bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Miss Islington (bot) · 7 years ago
  79. 6e9456e bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miss Islington (bot) · 7 years ago
  80. c5444b3 Fix a bug in Generic.__new__ (GH-6758) by Miss Islington (bot) · 7 years ago
  81. 263523a closes bpo-33445: fail properly in test_cprofile() (GH-6727) by Miss Islington (bot) · 7 years ago
  82. 3c28a63 bpo-28556: Minor fixes for typing module (GH-6732) by Miss Islington (bot) · 7 years ago
  83. 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
  84. 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
  85. eb96c37 3.7.0b4 by Ned Deily · 7 years ago v3.7.0b4
  86. c74ca53 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680) by Miss Islington (bot) · 7 years ago
  87. 77fa783 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) by Miss Islington (bot) · 7 years ago
  88. e4eeb6e bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) by Miss Islington (bot) · 7 years ago
  89. 8075868 bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656) by Miss Islington (bot) · 7 years ago
  90. 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
  91. 887b5f8 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by Miss Islington (bot) · 7 years ago
  92. 736f17f bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by Miss Islington (bot) · 7 years ago
  93. e57d3e3 bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) by Miss Islington (bot) · 7 years ago
  94. 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
  95. a93a663 [3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH-6616). (GH-6619) by Zsolt Dollenstein · 7 years ago
  96. dd3ede7 bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612) by Miss Islington (bot) · 7 years ago
  97. 52a5a17 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Miss Islington (bot) · 7 years ago
  98. 9fc998d bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) by Miss Islington (bot) · 7 years ago
  99. 3295529 Spelling fixes to docs, docstrings, and comments (GH-6374) by Miss Islington (bot) · 7 years ago
  100. b221107 bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 7 years ago