Final head of the former 3.3 branch
  1. bf9cccb post 3.3.7, should there be any by Ned Deily · 8 years ago 3.3
  2. 17bf6b4 Bump to 3.3.7 by Ned Deily · 8 years ago v3.3.7
  3. 06b5615 Link to generated changelog, not website. by Ned Deily · 8 years ago
  4. 63ca503 Ensure Doc build has Misc/NEWS for changelog by Ned Deily · 8 years ago
  5. 3b86b44 Bump version for post 3.3.7rc1 by Ned Deily · 8 years ago
  6. 8cee0cc Bump to 3.3.7rc1 by Ned Deily · 8 years ago v3.3.7rc1
  7. a7ff833 Remove unused suspicious rules by Ned Deily · 8 years ago
  8. cd469b7 Backport changes to pyspecific.py by Ned Deily · 8 years ago
  9. a69d886 Update pydoc topics for 3.3.7rc1 by Ned Deily · 8 years ago
  10. 69003fe Update NEWS.d and suspicious doc filter by Ned Deily · 8 years ago
  11. 297516e [3.3] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3352) by Victor Stinner · 8 years ago
  12. d6203d9 Fix doc role typos in argparse.rst. by Ned Deily · 8 years ago
  13. a4e774f [3.3] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2885) by Dong-hee Na · 8 years ago
  14. 7b92f9f bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782) (#2860) by Victor Stinner · 8 years ago
  15. 8e88f6b [3.3] bpo-22928: Disabled HTTP header injections in http.client. (#2817) by Serhiy Storchaka · 8 years ago
  16. 8fbdab5 [3.3] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2396) by Serhiy Storchaka · 8 years ago
  17. 052f9d6 [3.3] bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2292) by Victor Stinner · 8 years ago
  18. b5f20ea [3.3] Backport CI config from master and remove skipped imaplib tests (#2481) by Victor Stinner · 8 years ago
  19. e46f1c1 [security][3.3] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2363) by Serhiy Storchaka · 8 years ago
  20. 3625f7f [3.3] bpo-30585: [security] raise an error when STARTTLS fails (#225) by Victor Stinner · 8 years ago
  21. 4956dd2 Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670) by Segev Finer · 8 years ago
  22. ab90986 [3.3] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2204) by Victor Stinner · 8 years ago
  23. b52c007 bpo-23844: Fix test_dh_params failure by Ned Deily · 8 years ago
  24. 8fb577e Fix test_site test_license_exists_at_url by Ned Deily · 8 years ago
  25. b0c0898 Fix distutils test_upload failure by Ned Deily · 8 years ago
  26. 5caddea Bump PY_VERSION to 3.3.6+ by Ned Deily · 8 years ago
  27. 87700f1 Add "Misc/NEWS.d" directory tree for "blurb". GH-2332 by larryhastings · 8 years ago
  28. c276ffa ring IDLE.app into 2017, too by Ned Deily · 9 years ago
  29. e527dd3 ring in 2017 for Python by Benjamin Peterson · 9 years ago
  30. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  31. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  32. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  33. d751040 Issue #26171: Prevent buffer overflow in get_data by Berker Peksag · 9 years ago
  34. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 9 years ago
  35. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 9 years ago
  36. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  37. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  38. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 9 years ago
  39. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 9 years ago
  40. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  41. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 9 years ago
  42. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 9 years ago 3.2
  43. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 9 years ago
  44. e363894 #22758 null merge by R David Murray · 9 years ago
  45. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 9 years ago
  46. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 9 years ago
  47. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 10 years ago
  48. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 10 years ago
  49. 31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  50. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 10 years ago
  51. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 10 years ago
  52. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 10 years ago
  53. f1dcdd9 add 2015 and 2016 by Benjamin Peterson · 10 years ago
  54. 16b347b reflow by Benjamin Peterson · 10 years ago
  55. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 10 years ago
  56. 14b2c82 fix reordering by Benjamin Peterson · 10 years ago
  57. 2deaea3 merge 3.2 by Benjamin Peterson · 10 years ago
  58. 5e62117 add CVE and issue number by Benjamin Peterson · 10 years ago
  59. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 10 years ago
  60. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 10 years ago
  61. dac3ab8 add issue number by Benjamin Peterson · 10 years ago
  62. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 10 years ago
  63. 614bfcc Issue 24366: Indent code (thanks to li4ick for reporting). by Yury Selivanov · 10 years ago
  64. 86c3a3b merge 3.2 by Benjamin Peterson · 10 years ago
  65. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 10 years ago
  66. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 10 years ago
  67. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 10 years ago
  68. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 10 years ago
  69. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 10 years ago
  70. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 10 years ago
  71. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 10 years ago
  72. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  73. e5a853c use PyMem_NEW to detect overflow (closes #23362) by Benjamin Peterson · 10 years ago
  74. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  75. 03f8612 merge 3.2 by Benjamin Peterson · 11 years ago
  76. 893cce9 remove RPM, since it's unused and unmaintained by Benjamin Peterson · 11 years ago
  77. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 11 years ago
  78. dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 11 years ago
  79. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 11 years ago
  80. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 11 years ago
  81. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 11 years ago
  82. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 11 years ago
  83. 68389ea remove extra ws by Benjamin Peterson · 11 years ago
  84. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 11 years ago
  85. aed1984 Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 11 years ago
  86. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 11 years ago
  87. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 11 years ago
  88. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 11 years ago
  89. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 11 years ago
  90. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 11 years ago
  91. 7919acb merge 3.2 by Benjamin Peterson · 11 years ago
  92. 47e782a update for copyright for 2015 by Benjamin Peterson · 11 years ago
  93. 9582b33 merge 3.2 (#23130) by Benjamin Peterson · 11 years ago
  94. 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 11 years ago
  95. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 11 years ago
  96. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 11 years ago
  97. 89644d0 Issue #25940: Backport self-signed.pythontest.net testing for test_httplib by Georg Brandl · 11 years ago
  98. e71abcc merge 3.2 by Benjamin Peterson · 11 years ago
  99. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 11 years ago
  100. 97751fa merge 3.2 by Benjamin Peterson · 11 years ago