Python 3.7.1rc1
  1. 2064bcf 3.7.1rc1 by Ned Deily · 7 years ago v3.7.1rc1
  2. b2ae550 bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Miss Islington (bot) · 7 years ago
  3. ef1173a bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by Miss Islington (bot) · 7 years ago
  4. 321f28c bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Miss Islington (bot) · 7 years ago
  5. 65cc60b bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Miss Islington (bot) · 7 years ago
  6. 7a26222 bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) by Miss Islington (bot) · 7 years ago
  7. 657fdf2 bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) by Miss Islington (bot) · 7 years ago
  8. 394e55a [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) by Christian Heimes · 7 years ago
  9. aeadf59 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Miss Islington (bot) · 7 years ago
  10. c73df53 bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506) by Serhiy Storchaka · 7 years ago
  11. 2756ef3 [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) by Christian Heimes · 7 years ago
  12. 44989bc bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399) by Miss Islington (bot) · 7 years ago
  13. 0c076ca [3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486) by Ethan Furman · 7 years ago
  14. c00f703 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Miss Islington (bot) · 7 years ago
  15. e5fde1f bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) by Miss Islington (bot) · 7 years ago
  16. a73e790 Fixes tests requiring extra environment values on Windows (GH-9462) by Steve Dower · 7 years ago
  17. 4761770 bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Miss Islington (bot) · 7 years ago
  18. 95cc3ee Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) by Victor Stinner · 7 years ago
  19. 1a89cb5 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  20. 144f1e2 [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379) by Victor Stinner · 7 years ago
  21. b7f58d7 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  22. efdf316 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Miss Islington (bot) · 7 years ago
  23. 1d30788 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Miss Islington (bot) · 7 years ago
  24. e3f6aa7 bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Miss Islington (bot) · 7 years ago
  25. 51dbae8 closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950) by Miss Islington (bot) · 7 years ago
  26. c83c375 bpo-32933: Implement __iter__ method on mock_open() (GH-5974) by Miss Islington (bot) · 7 years ago
  27. 78aa3d8 bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151) (GH-9304) by Miss Islington (bot) · 7 years ago
  28. bd979b2 Change the xkcd link in comment over https. (GH-9293) by Miss Islington (bot) · 7 years ago
  29. d0491cd [3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (GH-8907) (#9286) by Andrew Svetlov · 7 years ago
  30. 2b16294 bpo-31132: Remove prlimit permission test. (GH-9280) by Miss Islington (bot) · 7 years ago
  31. b2a6aa3 closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273) by Miss Islington (bot) · 7 years ago
  32. 218b4bf bpo-34661: Fix test skipping call. (GH-9266) by Miss Islington (bot) · 7 years ago
  33. 1550b73 closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  34. 90f7d45 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago
  35. ea2fcd3 closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) by Miss Islington (bot) · 7 years ago
  36. 0aef909 [3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9236) by Benjamin Peterson · 7 years ago
  37. b608fcd closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Miss Islington (bot) · 7 years ago
  38. 329ea4e bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752) by Miss Islington (bot) · 7 years ago
  39. d8bc7a6 closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) by Miss Islington (bot) · 7 years ago
  40. 536e45a closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788) by Miss Islington (bot) · 7 years ago
  41. 9c4a63f bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148) by Miss Islington (bot) · 7 years ago
  42. 011141f closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) by Miss Islington (bot) · 7 years ago
  43. c0d63bf [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) by orlnub123 · 7 years ago
  44. 4902017 bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Miss Islington (bot) · 7 years ago
  45. d53f1ca [3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python versions (<3.7) (GH-9133) by Tal Einat · 7 years ago
  46. e9119a5 Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052) by Miss Islington (bot) · 7 years ago
  47. 77b92b1 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Miss Islington (bot) · 7 years ago
  48. 9835696 bpo-34246: Use no mutable default args in smtplib (GH-8554) by Miss Islington (bot) · 7 years ago
  49. 18d7dff [3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094) by Zackery Spytz · 7 years ago
  50. 2d3f2dc bpo-34542: Update test certs and keys (GH-8997) (GH-9007) by Miss Islington (bot) · 7 years ago
  51. 20a8392 [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356). (GH-8970) by Serhiy Storchaka · 7 years ago
  52. 7aa3ead bpo-34530: Fix distutils find_executable() (GH-9049) by Miss Islington (bot) · 7 years ago
  53. 1e92123 bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048) by Miss Islington (bot) · 7 years ago
  54. f6d70b8 Fix typo in typing.py module docstring (GH-9014) by Miss Islington (bot) · 7 years ago
  55. 89c9043 bpo-34558: Add missing parentheses in _aix.py (GH-9017) by Miss Islington (bot) · 7 years ago
  56. 4da7181 bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) by Miss Islington (bot) · 7 years ago
  57. 0b9ea4b [3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987) by Victor Stinner · 7 years ago
  58. 65ef742 bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974) by Victor Stinner · 7 years ago
  59. e3f2082 bpo-34171: Fix test_trace. (GH-8940) (GH-8951) by Miss Islington (bot) · 7 years ago
  60. 2cf3316 bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) by Miss Islington (bot) · 7 years ago
  61. 55b8c4b Remove AIX workaround test_subprocess (GH-8939) by Miss Islington (bot) · 7 years ago
  62. 80e9fed bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841) by Miss Islington (bot) · 7 years ago
  63. d5f017b bpo-13312: Avoid int underflow in time year. (GH-8912) by Miss Islington (bot) · 7 years ago
  64. 3e6020c bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Miss Islington (bot) · 7 years ago
  65. 89b1654 bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862) by Miss Islington (bot) · 7 years ago
  66. d1f0ccc bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Miss Islington (bot) · 7 years ago
  67. 2e4ae8f bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8817) by Miss Islington (bot) · 7 years ago
  68. 870247a [3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789) by Miss Islington (bot) · 7 years ago
  69. e3228a3 bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763) by Miss Islington (bot) · 7 years ago
  70. 32e58fc bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Miss Islington (bot) · 7 years ago
  71. 8fc21c8 bpo-26818: Add a test to make sure the bug is fixed (GH-8664) by Miss Islington (bot) · 7 years ago
  72. c614121 bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Miss Islington (bot) · 7 years ago
  73. ea8835f bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Miss Islington (bot) · 7 years ago
  74. 5799e5a bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Miss Islington (bot) · 7 years ago
  75. a1ff5f9 bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567) by Miss Islington (bot) · 7 years ago
  76. 416f343 bpo-19891: Ignore error while writing history file (GH-8483) by Miss Islington (bot) · 7 years ago
  77. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 7 years ago
  78. e65ec49 bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Miss Islington (bot) · 7 years ago
  79. 39fcd99 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Miss Islington (bot) · 7 years ago
  80. 28dbfb2 Fix docstring of Profiler class (GH-8651) by Miss Islington (bot) · 7 years ago
  81. ffd6364 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Miss Islington (bot) · 7 years ago
  82. 50d7867 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Miss Islington (bot) · 7 years ago
  83. 0f9df88 bpo-27910: Update documentation of traceback module (GH-6116) by Miss Islington (bot) · 7 years ago
  84. 60586de bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Miss Islington (bot) · 7 years ago
  85. d9fc795 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Miss Islington (bot) · 7 years ago
  86. 172a81e [3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8586) by Miss Islington (bot) · 7 years ago
  87. 3e4b688 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Miss Islington (bot) · 7 years ago
  88. 47957da [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) by Serhiy Storchaka · 7 years ago
  89. 9ecbe33 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241) by Miss Islington (bot) · 7 years ago
  90. d5c75be bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893) by Miss Islington (bot) · 7 years ago
  91. ad4f64d bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Miss Islington (bot) · 7 years ago
  92. 990de2f bpo-34182: Fix test_pydoc running as a script. (GH-8389) by Miss Islington (bot) · 7 years ago
  93. 5753b13 bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Miss Islington (bot) · 7 years ago
  94. 1e98d87 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Miss Islington (bot) · 7 years ago
  95. 2be0124 bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Miss Islington (bot) · 7 years ago
  96. 3cc505e bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 7 years ago
  97. 89352b0 bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471) by Miss Islington (bot) · 7 years ago
  98. 9736493 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466) by Miss Islington (bot) · 7 years ago
  99. 23a3297 [3.7] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8365) by Miss Islington (bot) · 7 years ago
  100. 0b27169 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8435) by Miss Islington (bot) · 7 years ago