Python 3.7.0rc1
  1. dfad352 3.7.0rc1 by Ned Deily · 7 years ago v3.7.0rc1
  2. a5db479 bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649) by Miss Islington (bot) · 7 years ago
  3. 60b8274 bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) by Miss Islington (bot) · 7 years ago
  4. 144a867 bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Miss Islington (bot) · 7 years ago
  5. a9846e0 pypi.python.org -> pypi.org (GH-7613) (GH-7614) by Miss Islington (bot) · 7 years ago
  6. ec4343c bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (GH-7606) by Miss Islington (bot) · 7 years ago
  7. 037e912 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600) by Miss Islington (bot) · 7 years ago
  8. 053d6c5 bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602) by Miss Islington (bot) · 7 years ago
  9. 066e16d Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582) by Miss Islington (bot) · 7 years ago
  10. 20cd5c6 bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) by Michael Felt · 7 years ago
  11. dd613cf bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Miss Islington (bot) · 7 years ago
  12. 21f4c78 bpo-30805: Avoid race condition with debug logging (GH-7545) by Miss Islington (bot) · 7 years ago
  13. f4dcf49 bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Miss Islington (bot) · 7 years ago
  14. 842985f bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by Miss Islington (bot) · 7 years ago
  15. a486847 bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Miss Islington (bot) · 7 years ago
  16. 0738443 bpo-33792: Add selector and proactor windows policies (GH-7487) by Miss Islington (bot) · 7 years ago
  17. a971a6f bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505) by Miss Islington (bot) · 7 years ago
  18. ab5da50 bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) by Miss Islington (bot) · 7 years ago
  19. 8fa398d bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499) by Miss Islington (bot) · 7 years ago
  20. 4705ea3 update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) by Miss Islington (bot) · 7 years ago
  21. d6e789c bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by Miss Islington (bot) · 7 years ago
  22. 79c7e57 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428) by Miss Islington (bot) · 7 years ago
  23. 631fe1f bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Miss Islington (bot) · 7 years ago
  24. 103058e bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Miss Islington (bot) · 7 years ago
  25. 150033d bpo-31849: Fix warning in pyhash.c (GH-6799) by Miss Islington (bot) · 7 years ago
  26. b7eb102 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Miss Islington (bot) · 7 years ago
  27. 87936d0 bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396) by Miss Islington (bot) · 7 years ago
  28. cfc12ec bpo-33664: Scroll IDLE editor text by lines (GH-7351) by Miss Islington (bot) · 7 years ago
  29. 4e033c5 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Miss Islington (bot) · 7 years ago
  30. 0800b6c bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Miss Islington (bot) · 7 years ago
  31. 623b439 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306) by Miss Islington (bot) · 7 years ago
  32. c6de46e bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Miss Islington (bot) · 7 years ago
  33. e76b8c4 Fix "ditribution" typo in NEWS entry. (GH-7275) by Ned Deily · 7 years ago
  34. abb8802 3.7.0b5 by Ned Deily · 7 years ago v3.7.0b5
  35. f952694 [3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) (#7227) by Miss Islington (bot) · 7 years ago
  36. af9cda9 Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-7233) by Yury Selivanov · 7 years ago
  37. d8948c5 bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Miss Islington (bot) · 7 years ago
  38. 0364342 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222) by Miss Islington (bot) · 7 years ago
  39. 2a7eb0b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Miss Islington (bot) · 7 years ago
  40. cb055bc bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (GH-7204) by Miss Islington (bot) · 7 years ago
  41. be5d616 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194) by Miss Islington (bot) · 7 years ago
  42. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 7 years ago
  43. eca0859 bpo-33674: Pause the transport as early as possible (GH-7192) by Miss Islington (bot) · 7 years ago
  44. 0dd8fd0 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187) by Miss Islington (bot) · 7 years ago
  45. 420092e bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182) by Miss Islington (bot) · 7 years ago
  46. ddc613f bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Miss Islington (bot) · 7 years ago
  47. 8d8b861 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Miss Islington (bot) · 7 years ago
  48. 075c662 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173) by Miss Islington (bot) · 7 years ago
  49. 3757939 bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) by Miss Islington (bot) · 7 years ago
  50. bc3a002 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Miss Islington (bot) · 7 years ago
  51. f8fdb36 bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) (#7162) by Miss Islington (bot) · 7 years ago
  52. 1f21ae7 bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153) by Miss Islington (bot) · 7 years ago
  53. 51d0a2c bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) by Miss Islington (bot) · 7 years ago
  54. 96fb828 bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Miss Islington (bot) · 7 years ago
  55. 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
  56. d498625 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Miss Islington (bot) · 7 years ago
  57. ef91dde bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757) by Serhiy Storchaka · 7 years ago
  58. 5734f41 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Miss Islington (bot) · 7 years ago
  59. 2fe940c bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Miss Islington (bot) · 7 years ago
  60. b2ab5dc bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Miss Islington (bot) · 7 years ago
  61. dd7a255 bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089) by Miss Islington (bot) · 7 years ago
  62. fa286ed bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Miss Islington (bot) · 7 years ago
  63. 72ef4fc [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) by Miss Islington (bot) · 7 years ago
  64. 2fc443c bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Miss Islington (bot) · 7 years ago
  65. 2751dcc bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Miss Islington (bot) · 7 years ago
  66. cd57b48 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Miss Islington (bot) · 7 years ago
  67. 25fd6cc bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Miss Islington (bot) · 7 years ago
  68. fecad4a [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) by Serhiy Storchaka · 7 years ago
  69. b8b8000 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022) by Miss Islington (bot) · 7 years ago
  70. 073eca3 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by Miss Islington (bot) · 7 years ago
  71. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  72. 28ea38b9 bpo-26819: Prevent proactor double read on resume (GH-6921) by Miss Islington (bot) · 7 years ago
  73. 0efa135 bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Miss Islington (bot) · 7 years ago
  74. 09ca590 bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) by Miss Islington (bot) · 7 years ago
  75. b2a02b9 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961) by Miss Islington (bot) · 7 years ago
  76. 8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) by Miss Islington (bot) · 7 years ago
  77. d504108 bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) by Miss Islington (bot) · 7 years ago
  78. 9c17cd3 Fix ClassVar as string fails when getting type hints (GH-6824) (#6912) by Miss Islington (bot) · 7 years ago
  79. 6409e75 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Miss Islington (bot) · 7 years ago
  80. e2db6ad [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877) by Miss Islington (bot) · 7 years ago
  81. 51b2f6d bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6872) by Miss Islington (bot) · 7 years ago
  82. c73268a bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Miss Islington (bot) · 7 years ago
  83. 820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) by Miss Islington (bot) · 7 years ago
  84. f4fdb61 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) by Miss Islington (bot) · 7 years ago
  85. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  86. 2ce72e2 bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  87. cc598ae Add AsyncContextManager to typing module documentation. (GH-6822) by Miss Islington (bot) · 7 years ago
  88. 5195039 bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840) by Miss Islington (bot) · 7 years ago
  89. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  90. c3fa1f2 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) by Miss Islington (bot) · 7 years ago
  91. 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
  92. 8ed545f bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Miss Islington (bot) · 7 years ago
  93. 3c28a63 bpo-28556: Minor fixes for typing module (GH-6732) by Miss Islington (bot) · 7 years ago
  94. 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
  95. 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
  96. 6a56790 bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by Miss Islington (bot) · 7 years ago
  97. eb96c37 3.7.0b4 by Ned Deily · 7 years ago v3.7.0b4
  98. 3c5d3f5 Enable the verbose build for extension modules with GNU make (GH-6659) (#6662) by Miss Islington (bot) · 7 years ago
  99. 9da7ee4 bpo-33393: Update config.guess and config.sub files (GH-6658) (#6661) by Miss Islington (bot) · 7 years ago
  100. d74f353 bpo-33281: NEWS and ACK (GH-6681) (GH-6682) by Miss Islington (bot) · 7 years ago