Tag 3.5.4 final.
  1. 3f56838 Version bump for 3.5.4 final. by Larry Hastings · 8 years ago v3.5.4
  2. ff078f4 Blurb release and pydoc topics for 3.5.4 final. by Larry Hastings · 8 years ago
  3. 14167c9 bpo-25910: Update LICENSE (GH-2873) (GH-2968) by Mariatta · 8 years ago
  4. b672a45 Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941) by Mariatta · 8 years ago
  5. abe7b60 [3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#2874) by Ned Deily · 8 years ago
  6. 19b2890 [3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2887) by Dong-hee Na · 8 years ago
  7. 49175b3 [3.5] bpo-31018: Switch to GH-pragma pack from __declspec(align) (GH-2848) (#2869) by Segev Finer · 8 years ago
  8. 73bff8c Post-release version bump for 3.5.4rc1. by Larry Hastings · 8 years ago
  9. a628478 Merge main 3.5 branch into 3.5.4rc1. by Larry Hastings · 8 years ago
  10. 157b6ad bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2845) by Victor Stinner · 8 years ago
  11. dbe6aba Backport Mac installer fixes for git-based workflow (#2838) by Ned Deily · 8 years ago
  12. 002f778 bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2835) by Ned Deily · 8 years ago
  13. 385b368 Version bump & copyright year fixes for 3.5.4rc1. by Larry Hastings · 8 years ago v3.5.4rc1
  14. 2363678 Updated pydoc-topics for 3.5.4rc1. by Larry Hastings · 8 years ago
  15. 9bf9aa2 Blurb release for 3.5.4rc1. by Larry Hastings · 8 years ago
  16. b902833 Update 3.5 to use blurb! by Larry Hastings · 8 years ago
  17. fcfbeb9 Mac installer build now needs venv for docs build (#2828) (#2833) by Ned Deily · 8 years ago
  18. 8b99e2d Add option to pass vcs info into Mac installer build (#2832) by Ned Deily · 8 years ago
  19. c824cc8 [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677) by Serhiy Storchaka · 8 years ago
  20. e78dc0a [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) by Berker Peksag · 8 years ago
  21. bf3a1e9 bpo-30822: regrtest: remove tzdata (#2782) by Victor Stinner · 8 years ago
  22. 645e503 bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781) by Victor Stinner · 8 years ago
  23. 71d9b52 [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779) by Mariatta · 8 years ago
  24. 6b1a777 Update doc download files size estimates. (#2771) (#2773) by Ned Deily · 8 years ago
  25. aca493b [3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  26. cb3f024 bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749) by Xiang Zhang · 8 years ago
  27. 45c471c [3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-2712). (#2728) by Serhiy Storchaka · 8 years ago
  28. ada3f31 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2723) by Ned Deily · 8 years ago
  29. 2ec2c5f [3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2693) by Serhiy Storchaka · 8 years ago
  30. 31d8c0d [3.5] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2671) by Segev Finer · 8 years ago
  31. 44eb51e [3.5] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2659) by Serhiy Storchaka · 8 years ago
  32. 7527c32 [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2657) by Serhiy Storchaka · 8 years ago
  33. 7f567e7 bpo-30892: Fix _elementtree module initialization (#2647) (#2650) by Victor Stinner · 8 years ago
  34. 69e4180 bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644) by Victor Stinner · 8 years ago
  35. 68c3724 [3.5] bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 8 years ago
  36. 3bbdf99 bpo-30532: Fix whitespace folding in certain cases (#2592) by Joel Hillacre · 8 years ago
  37. 710cc76 [3.5] Fix case in .gitignore (GH-2607) (GH-2609) by Segev Finer · 8 years ago
  38. 10df96a Fix trivial typo in json module docstring (GH-2274) (GH-2431) by Mariatta · 8 years ago
  39. c48a000 [3.5] bpo-30855: Trying to fix test_use on Windows. (#2585) by Victor Stinner · 8 years ago
  40. 320ee67 [3.5] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2571) by Segev Finer · 8 years ago
  41. ebf7d21 Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 8 years ago
  42. 1a3bc55 [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557) by Serhiy Storchaka · 8 years ago
  43. 0b12107 [3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3.6 to 3.5 (#2540) by Victor Stinner · 8 years ago
  44. 4685e56 [3.5] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2533) by Kojo Idrissa · 8 years ago
  45. 0e0bc87 bpo-30280: Cleanup threads in ayncio tests (#2501) (#2512) by Victor Stinner · 8 years ago
  46. 714afcc bpo-30813: Fix unittest when hunting refleaks (#2502) (#2506) by Victor Stinner · 8 years ago
  47. 5741b70 [3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2498) by Antoine Pitrou · 8 years ago
  48. a9705b7 [3.5] Clear potential ref cycle between Process and Process target (GH-2470) (#2472) by Antoine Pitrou · 8 years ago
  49. f15bf1f [3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469) by Antoine Pitrou · 8 years ago
  50. 54ba940 [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2463) by Serhiy Storchaka · 8 years ago
  51. 9dff523 Clarification to the `break` statement (GH-2453) (GH-2458) by regexaurus · 8 years ago
  52. 94b169f [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (GH-2285) (GH-2443) (#2448) by Serhiy Storchaka · 8 years ago
  53. eb3c52a [3.5] bpo-30769: Fix reference leak introduced in 7770394 (GH-2416) (#2447) by Emily Morehouse · 8 years ago
  54. de1850b [3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442) by Victor Stinner · 8 years ago
  55. eef254d bpo-30383: Add NEWS entry for backported regrtest (#2438) by Victor Stinner · 8 years ago
  56. 85b34ed [3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2419) by Antoine Pitrou · 8 years ago
  57. 849b062 bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411) by Victor Stinner · 8 years ago
  58. 99e9eb6 [3.5] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2392) by Serhiy Storchaka · 8 years ago
  59. 4b1468f [3.5] Check the whitespace of pull requests on Travis (GH-2367) (GH-2387) by Brett Cannon · 8 years ago
  60. e0d446e [3.5] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2379) by Serhiy Storchaka · 8 years ago
  61. 3e8d6f5 [3.5] Fix a typo in a comment in coroutines.py (GH-2267) (GH-2371) by Mariatta · 8 years ago
  62. 599ff02 [3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) (GH-2365) by Brett Cannon · 8 years ago
  63. a7c0264 [3.5] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2361) by Serhiy Storchaka · 8 years ago
  64. f42ce17 [3.5] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2350) by Victor Stinner · 8 years ago
  65. e2aec8e [3.5] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2352) by Serhiy Storchaka · 8 years ago
  66. 8aa15ba [3.5] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2341) by Mariatta · 8 years ago
  67. ce1bd6a [3.5] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2338) by Mariatta · 8 years ago
  68. 491afb5 Add "Misc/NEWS.d" directory tree for "blurb". GH-2330 by larryhastings · 8 years ago
  69. 91d171b bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2314) by Victor Stinner · 8 years ago
  70. 29c89d0 [3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2298) by Serhiy Storchaka · 8 years ago
  71. 4108606 bpo-30500: Fix the NEWS entry (#2295) by Victor Stinner · 8 years ago
  72. 4899d84 bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290) by Victor Stinner · 8 years ago
  73. 070ba85 [3.5] bpo-29887: Test normalization now fails if download fails (GH-905) (#2272) by Mariatta · 8 years ago
  74. 2c899cc bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2281) by Steve Dower · 8 years ago
  75. a601fcc [3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master to 3.5 (#2279) by Victor Stinner · 8 years ago
  76. 04521c2 bpo-30176: Add missing curses cell attributes constants (#2277) by Xiang Zhang · 8 years ago
  77. 46e299c [3.5] bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2250) by Victor Stinner · 8 years ago
  78. f50a3b1 Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2226)" (#2247) by Victor Stinner · 8 years ago
  79. 820b714 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2234) by Mariatta · 8 years ago
  80. 0b13f58 bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2231) by Mariatta · 8 years ago
  81. 3dc573c Fix ref cycles in TestCase.assertRaises() (#193) (#2228) by Victor Stinner · 8 years ago
  82. ab4ea09 bpo-30673: test.bat: add -t option (timeout) (#2211) (#2226) by Victor Stinner · 8 years ago
  83. 33cf0c4 bpo-30675: Fix multiprocessing code in regrtest (#2220) by Victor Stinner · 8 years ago
  84. 263dcc3 [3.5] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2222) by Serhiy Storchaka · 8 years ago
  85. fb0825c bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663) by Dong-hee Na · 8 years ago
  86. c5a6fb6 [3.5] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2218) by Serhiy Storchaka · 8 years ago
  87. b39c78a [3.5] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2216) by Serhiy Storchaka · 8 years ago
  88. 8c797ed bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2201) by Victor Stinner · 8 years ago
  89. 7895a05 bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193) by Victor Stinner · 8 years ago
  90. a3afdca bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2197) by Mariatta · 8 years ago
  91. ee0572f Fix trivial typo in Python Setup documentation (GH-2185) (GH-2189) by csabella · 8 years ago
  92. a0ecaab [3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2167) by Antoine Pitrou · 8 years ago
  93. d071a20 [3.5] bpo-29514: Check magic number for bugfix releases (#2158) by Nick Coghlan · 8 years ago
  94. e0e0029 [3.5] Mention how to disable signal fd wakeup (GH-2140) (#2150) by Antoine Pitrou · 8 years ago
  95. 5a86154 bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2146) by Mariatta · 8 years ago
  96. 37e0415 bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2138) by Marco Buttu · 8 years ago
  97. 7d8c1eb [3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122) by Serhiy Storchaka · 8 years ago
  98. 7563b05 bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119) by Mariatta · 8 years ago
  99. 80bdbf6 [3.5] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2093) by Zachary Ware · 8 years ago
  100. 4e9dfe2 Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)" (#2113) by Yury Selivanov · 8 years ago