Python 3.5.8rc1
  1. 4452cdc Sphinx 1.8 is now preferred for building 3.5 docs. by Larry Hastings · 6 years ago v3.5.8rc1
  2. a7b0992 Version bump for 3.5.8rc1. by Larry Hastings · 6 years ago
  3. ee5b1a2 Blurb release and pydoc-topics for 3.5.8rc1. by Larry Hastings · 6 years ago
  4. c28e4a5 [3.5] bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) (#15446) by Abhilash Raj · 6 years ago
  5. 095373c bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814) (#14772) by Victor Stinner · 6 years ago
  6. 4d1c254 bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#12694) by Victor Stinner · 6 years ago
  7. 063eba2 [3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317) by Abhilash Raj · 6 years ago
  8. afe3a49 bpo-30458: Disallow control chars in http URLs. (GH-12755) (#13207) by Miro Hrončok · 6 years ago
  9. 4655d57 bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) (#13042) by Steve Dower · 6 years ago
  10. 4fe82a8 bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-13505) (#13510) by Victor Stinner · 6 years ago
  11. 43a0ae9 Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89 for loops in backported pickle patch (#12622) by Anthony Sottile · 6 years ago
  12. 221178a [3.5] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (#13200) by Gregory P. Smith · 6 years ago
  13. 8486716 [3.5] Doc: Add an optional obsolete header. (GH-13638). (#13658) by Julien Palard · 6 years ago
  14. 2bb3278 Post-release version bump for 3.5.7. by Larry Hastings · 6 years ago
  15. 1917d9b Version bump for 3.5.7 final. by Larry Hastings · 6 years ago v3.5.7
  16. 6c4214d Blurb release and pydoc-topics for 3.5.7 final. by Larry Hastings · 6 years ago
  17. 4749f1b [3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (#12281) by Xtreak · 6 years ago
  18. 382981b bpo-35647: Fix path check in cookiejar (#11436) (#12277) by Xtreak · 6 years ago
  19. c0d9511 bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12223) by Steve Dower · 6 years ago
  20. 6b0d50d Post-release verison bump for 3.5.7rc1. by Larry Hastings · 6 years ago
  21. d571dd3 Version bump & copyright year update for 3.5.7rc1. by Larry Hastings · 6 years ago v3.5.7rc1
  22. 485fa7e PyDoc and blurb updates for 3.5.7rc1. by Larry Hastings · 6 years ago
  23. 8ec1fd1 [3.5] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#12144) by Cheryl Sabella · 6 years ago
  24. 56f8783 [3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994) by Alex Viscreanu · 6 years ago
  25. 7cd08cf bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871) by Victor Stinner · 6 years ago
  26. ef33dd6 closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) (#11869) by Victor Stinner · 6 years ago
  27. efec763 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867) by Victor Stinner · 6 years ago
  28. 8bcbc78 bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (#11874) by Victor Stinner · 6 years ago
  29. 41b48e7 [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933) by stratakis · 6 years ago
  30. 1a2b52b Post-release version bump for 3.5.6. by Larry Hastings · 7 years ago
  31. 627d0c6 Version bump for 3.5.6 final. by Larry Hastings · 7 years ago v3.5.6
  32. b86a50f Add Blurb entry for 3.5.6 final. by Larry Hastings · 7 years ago
  33. f497e74 Post-release version bump for 3.5.6rc1. by Larry Hastings · 7 years ago
  34. 7df16b1 Version bump for 3.5.6rc1. by Larry Hastings · 7 years ago v3.5.6rc1
  35. 95c6597 PyDoc topics refresh & blurb release for 3.5.6rc1. by Larry Hastings · 7 years ago
  36. 76aa2c0 bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338) by larryhastings · 7 years ago
  37. 1b141b9 Doc: Backport language switcher (bpo-33700, bpo-31045) (#8048) by Julien Palard · 7 years ago
  38. 13402fc Backport 3.7.0 final changes by Ned Deily · 7 years ago
  39. f381cfe [3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991) by Steve Dower · 7 years ago
  40. 937ac1f [3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034) by Ned Deily · 7 years ago
  41. 6fb30f4 Post-release bump for Python 3.5.5. by Larry Hastings · 8 years ago
  42. 27657e7 Version bump for 3.5.5. by Larry Hastings · 8 years ago v3.5.5
  43. 8201a1e Finalize blurb archive for 3.5.5 (no new blurbs). by Larry Hastings · 8 years ago
  44. 50b75d0 Merge branch '3.5' of github.com:python/cpython into 3.5 by Larry Hastings · 8 years ago
  45. 2d80514 Post-release version bump for 3.5.5rc1. by Larry Hastings · 8 years ago
  46. 2fc65c6 Update docs template for 3.8 by Ned Deily · 8 years ago
  47. bc7a130 Whoops, missed checking in version bump. by Larry Hastings · 8 years ago v3.5.5rc1
  48. 2740fcc Bump version and copyright year for 3.5.5rc1. by Larry Hastings · 8 years ago
  49. 604fb62 blurb release and pydoc topics for 3.5.5rc1. by Larry Hastings · 8 years ago
  50. 43f014d [3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656) by Serhiy Storchaka · 8 years ago
  51. 891c91d [3.5] bpo-32551: Consistently configure sys.path[0] (#5197) by Nick Coghlan · 8 years ago
  52. 57fa0ab [3.5] bpo-32563: Get expat to compile under C89 (#5201) by Nick Coghlan · 8 years ago
  53. 4a4c274 [3.5] bpo-32620: Remove failing pyenv call from CI config (#5274) by Nick Coghlan · 8 years ago
  54. fd8614c bpo-30657: Fix CVE-2017-1000158 (#4664) by Miro Hrončok · 8 years ago
  55. dcb101e Exclude VENVDIR in Doc builds (#3977) by Ned Deily · 8 years ago
  56. 0a8ff1b Remove retired and security branches from active docs (#3882) by Ned Deily · 8 years ago
  57. 0fcc033 bpo-31095: fix potential crash during GC (GH-2974) (#3196) by INADA Naoki · 8 years ago
  58. 44c1b62 [3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751) by Steve Dower · 8 years ago
  59. f2492bb [3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354) by Victor Stinner · 8 years ago
  60. 70c630a bpo-31568, Travis CI: Fix python3.5 (#3737) by Victor Stinner · 8 years ago
  61. 0d68d6d [3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126) by Mariatta · 8 years ago
  62. 9cc3320 [3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) by Ned Deily · 8 years ago
  63. 5da989c Merge 3.5.4 release into main 3.5 branch. by Larry Hastings · 8 years ago
  64. 86833a2 Post-release version bump for 3.5.4 final. by Larry Hastings · 8 years ago
  65. 3f56838 Version bump for 3.5.4 final. by Larry Hastings · 8 years ago v3.5.4
  66. ff078f4 Blurb release and pydoc topics for 3.5.4 final. by Larry Hastings · 8 years ago
  67. 14167c9 bpo-25910: Update LICENSE (GH-2873) (GH-2968) by Mariatta · 8 years ago
  68. b672a45 Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941) by Mariatta · 8 years ago
  69. abe7b60 [3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#2874) by Ned Deily · 8 years ago
  70. 27ea3c7 Remove .mention-bot (GH-2923) (GH-2971) by Mariatta · 8 years ago
  71. f6306e7 bpo-25910: Update LICENSE (GH-2873) (GH-2968) by Mariatta · 8 years ago
  72. 52c41f18 Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941) by Mariatta · 8 years ago
  73. 3de1448 [3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#2874) by Ned Deily · 8 years ago
  74. f9fbed1 [3.5] bpo-30876: Add new import test files to projects. (GH-2851). (#2913) by Serhiy Storchaka · 8 years ago
  75. 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
  76. 49175b3 [3.5] bpo-31018: Switch to GH-pragma pack from __declspec(align) (GH-2848) (#2869) by Segev Finer · 8 years ago
  77. 73bff8c Post-release version bump for 3.5.4rc1. by Larry Hastings · 8 years ago
  78. a628478 Merge main 3.5 branch into 3.5.4rc1. by Larry Hastings · 8 years ago
  79. 157b6ad bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2845) by Victor Stinner · 8 years ago
  80. dbe6aba Backport Mac installer fixes for git-based workflow (#2838) by Ned Deily · 8 years ago
  81. 002f778 bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2835) by Ned Deily · 8 years ago
  82. 385b368 Version bump & copyright year fixes for 3.5.4rc1. by Larry Hastings · 8 years ago v3.5.4rc1
  83. 2363678 Updated pydoc-topics for 3.5.4rc1. by Larry Hastings · 8 years ago
  84. 9bf9aa2 Blurb release for 3.5.4rc1. by Larry Hastings · 8 years ago
  85. b902833 Update 3.5 to use blurb! by Larry Hastings · 8 years ago
  86. fcfbeb9 Mac installer build now needs venv for docs build (#2828) (#2833) by Ned Deily · 8 years ago
  87. 8b99e2d Add option to pass vcs info into Mac installer build (#2832) by Ned Deily · 8 years ago
  88. c824cc8 [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677) by Serhiy Storchaka · 8 years ago
  89. e78dc0a [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) by Berker Peksag · 8 years ago
  90. bf3a1e9 bpo-30822: regrtest: remove tzdata (#2782) by Victor Stinner · 8 years ago
  91. 645e503 bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781) by Victor Stinner · 8 years ago
  92. 71d9b52 [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779) by Mariatta · 8 years ago
  93. 6b1a777 Update doc download files size estimates. (#2771) (#2773) by Ned Deily · 8 years ago
  94. aca493b [3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  95. cb3f024 bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749) by Xiang Zhang · 8 years ago
  96. 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
  97. ada3f31 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2723) by Ned Deily · 8 years ago
  98. 2ec2c5f [3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2693) by Serhiy Storchaka · 8 years ago
  99. 31d8c0d [3.5] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2671) by Segev Finer · 8 years ago
  100. 44eb51e [3.5] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2659) by Serhiy Storchaka · 8 years ago