Python 3.7.1rc1
  1. 2064bcf 3.7.1rc1 by Ned Deily · 7 years ago v3.7.1rc1
  2. d9cfe5e bpo-34370: Update Tk 8.6 used with macOS installers by Ned Deily · 7 years ago
  3. 22a5695 [3.7] asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9580) by Yury Selivanov · 7 years ago
  4. 3cc9557 bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543) by Miss Islington (bot) · 7 years ago
  5. b2ae550 bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Miss Islington (bot) · 7 years ago
  6. 3637e68 bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (GH-9568) by Miss Islington (bot) · 7 years ago
  7. 92ad261 bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567) by Miss Islington (bot) · 7 years ago
  8. ef1173a bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by Miss Islington (bot) · 7 years ago
  9. 321f28c bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Miss Islington (bot) · 7 years ago
  10. db23206 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Miss Islington (bot) · 7 years ago
  11. bbdf872 Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533) by Miss Islington (bot) · 7 years ago
  12. 65cc60b bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Miss Islington (bot) · 7 years ago
  13. 881ddff [3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501) by Christophe Nanteuil · 7 years ago
  14. 7a26222 bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) by Miss Islington (bot) · 7 years ago
  15. 75dd688 Update Azure Pipelines badge (GH-9530) by Steve Dower · 7 years ago
  16. 657fdf2 bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) by Miss Islington (bot) · 7 years ago
  17. 394e55a [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) by Christian Heimes · 7 years ago
  18. ddc163d bpo-34783: Fix Py_Main() (GH-9526) by Victor Stinner · 7 years ago
  19. aeadf59 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Miss Islington (bot) · 7 years ago
  20. c73df53 bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506) by Serhiy Storchaka · 7 years ago
  21. 2756ef3 [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) by Christian Heimes · 7 years ago
  22. 44989bc bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399) by Miss Islington (bot) · 7 years ago
  23. 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
  24. c00f703 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Miss Islington (bot) · 7 years ago
  25. 5c3d8b2 [3.7] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9488) by Miss Islington (bot) · 7 years ago
  26. e5fde1f bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) by Miss Islington (bot) · 7 years ago
  27. e45662c bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) (GH-9481) by Miss Islington (bot) · 7 years ago
  28. 914086a Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477) by Miss Islington (bot) · 7 years ago
  29. 187f2dd bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Miss Islington (bot) · 7 years ago
  30. 975f3cb bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Miss Islington (bot) · 7 years ago
  31. ef4306b closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) by Miss Islington (bot) · 7 years ago
  32. a73e790 Fixes tests requiring extra environment values on Windows (GH-9462) by Steve Dower · 7 years ago
  33. c56bbae bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426) by Miss Islington (bot) · 7 years ago
  34. 8e5ef58 bpo-33649: More improvements (GH-9439) by Miss Islington (bot) · 7 years ago
  35. 015cd0f bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Miss Islington (bot) · 7 years ago
  36. 4761770 bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Miss Islington (bot) · 7 years ago
  37. 4fe8dc6 bpo-34746: Fix stop -> close (GH-9437) by Miss Islington (bot) · 7 years ago
  38. 9804af2 Enables test result collection for CI builds (GH-9433) by Miss Islington (bot) · 7 years ago
  39. 581890c bpo-34733: Return of the docs search bar (GH-9431) by Yury Selivanov · 7 years ago
  40. 71bc694 Ignores failure to update lists (GH-9424) by Miss Islington (bot) · 7 years ago
  41. d9c8911 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Miss Islington (bot) · 7 years ago
  42. 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
  43. 73c0006 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Miss Islington (bot) · 7 years ago
  44. 1a89cb5 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  45. 470a435 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  46. 45452b7 bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389) by Miss Islington (bot) · 7 years ago
  47. ee2ff1a Fix syntax error on Asyncio example in doc (GH-9387) (GH-9388) by Miss Islington (bot) · 7 years ago
  48. 9a89fd6 Change "set_after" reference to `say_after`. (GH-9384) (GH-9386) by Miss Islington (bot) · 7 years ago
  49. 1f4ea58 bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380) by Miss Islington (bot) · 7 years ago
  50. 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
  51. 512d710 bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377) by Yury Selivanov · 7 years ago
  52. c63d81b bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) by Miss Islington (bot) · 7 years ago
  53. a8a8cc7 bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) by Miss Islington (bot) · 7 years ago
  54. b7f58d7 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  55. 1229664 bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Miss Islington (bot) · 7 years ago
  56. f8e34ee bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784) by Miss Islington (bot) · 7 years ago
  57. efdf316 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Miss Islington (bot) · 7 years ago
  58. e2c0aea bpo-34710: fix SSL module build (GH-9347) by Miss Islington (bot) · 7 years ago
  59. 1d30788 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Miss Islington (bot) · 7 years ago
  60. e3f6aa7 bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Miss Islington (bot) · 7 years ago
  61. 51dbae8 closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950) by Miss Islington (bot) · 7 years ago
  62. c83c375 bpo-32933: Implement __iter__ method on mock_open() (GH-5974) by Miss Islington (bot) · 7 years ago
  63. b2ecb8b Fix "Python" casing in a few places (GH-9001) (GH-9313) by Miss Islington (bot) · 7 years ago
  64. ca2fa28 closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982) by Miss Islington (bot) · 7 years ago
  65. 78aa3d8 bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151) (GH-9304) by Miss Islington (bot) · 7 years ago
  66. bd979b2 Change the xkcd link in comment over https. (GH-9293) by Miss Islington (bot) · 7 years ago
  67. c974051 Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Miss Islington (bot) · 7 years ago
  68. a8f189f Note that distinct argument patterns can be cached separately (GH-9298) (GH-9299) by Miss Islington (bot) · 7 years ago
  69. 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
  70. 2b16294 bpo-31132: Remove prlimit permission test. (GH-9280) by Miss Islington (bot) · 7 years ago
  71. b2a6aa3 closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273) by Miss Islington (bot) · 7 years ago
  72. 3050564 bpo-34247: add porting note to 3.7 What's New (GH-9223) by Miss Islington (bot) · 7 years ago
  73. 218b4bf bpo-34661: Fix test skipping call. (GH-9266) by Miss Islington (bot) · 7 years ago
  74. 1550b73 closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  75. b2ff9a9 bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) by Miss Islington (bot) · 7 years ago
  76. 35c94c7 bpo-34652: Remove lchmod from the big func checking block. (GH-9247) by Miss Islington (bot) · 7 years ago
  77. 90f7d45 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago
  78. ea2fcd3 closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) by Miss Islington (bot) · 7 years ago
  79. 98344a4 closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Miss Islington (bot) · 7 years ago
  80. 0aef909 [3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9236) by Benjamin Peterson · 7 years ago
  81. ec4d099 bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Miss Islington (bot) · 7 years ago
  82. b608fcd closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Miss Islington (bot) · 7 years ago
  83. 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
  84. 72c34cf closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Miss Islington (bot) · 7 years ago
  85. cadb66e [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207) by Benjamin Peterson · 7 years ago
  86. 01ce535 Delete old expat comment. (GH-9197) by Miss Islington (bot) · 7 years ago
  87. 4007e4e Make sure the line comes from the same node as the col offset. (GH-9189) by Miss Islington (bot) · 7 years ago
  88. 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
  89. e2b40f4 bpo-34365: Update date object documentation (GH-8814) by Miss Islington (bot) · 7 years ago
  90. d289df1 Update VSTS to Azure DevOps and simplify dependencies (GH-9168) by Steve Dower · 7 years ago
  91. 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
  92. e02ca42 bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) by Miss Islington (bot) · 7 years ago
  93. 3e648f83 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by Miss Islington (bot) · 7 years ago
  94. 3235fac bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) (GH-9167) by Miss Islington (bot) · 7 years ago
  95. c9ece5f closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) by Miss Islington (bot) · 7 years ago
  96. 2bc4eea bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) by Miss Islington (bot) · 7 years ago
  97. 2110f78 bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) by Miss Islington (bot) · 7 years ago
  98. 9c4a63f bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148) by Miss Islington (bot) · 7 years ago
  99. 6df2005 Fix missing line from example shell session (GH-9143) (GH-9155) by Miss Islington (bot) · 7 years ago
  100. 037582e bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Miss Islington (bot) · 7 years ago