1. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  2. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  3. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  4. e363894 #22758 null merge by R David Murray · 8 years ago
  5. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  6. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  7. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  8. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  9. 31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  10. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  11. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  12. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  13. f1dcdd9 add 2015 and 2016 by Benjamin Peterson · 9 years ago
  14. 16b347b reflow by Benjamin Peterson · 9 years ago
  15. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  16. 14b2c82 fix reordering by Benjamin Peterson · 9 years ago
  17. 2deaea3 merge 3.2 by Benjamin Peterson · 9 years ago
  18. 5e62117 add CVE and issue number by Benjamin Peterson · 9 years ago
  19. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  20. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  21. dac3ab8 add issue number by Benjamin Peterson · 9 years ago
  22. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 9 years ago
  23. 614bfcc Issue 24366: Indent code (thanks to li4ick for reporting). by Yury Selivanov · 9 years ago
  24. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  25. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  26. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  27. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  28. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  29. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  30. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 9 years ago
  31. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  32. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  33. e5a853c use PyMem_NEW to detect overflow (closes #23362) by Benjamin Peterson · 9 years ago
  34. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 9 years ago
  35. 03f8612 merge 3.2 by Benjamin Peterson · 9 years ago
  36. 893cce9 remove RPM, since it's unused and unmaintained by Benjamin Peterson · 9 years ago
  37. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 9 years ago
  38. dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  39. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 10 years ago
  40. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago
  41. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 10 years ago
  42. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 10 years ago
  43. 68389ea remove extra ws by Benjamin Peterson · 10 years ago
  44. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 10 years ago
  45. aed1984 Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 10 years ago
  46. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  47. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  48. 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  49. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
  50. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  51. 7919acb merge 3.2 by Benjamin Peterson · 10 years ago
  52. 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
  53. 9582b33 merge 3.2 (#23130) by Benjamin Peterson · 10 years ago
  54. 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
  55. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 10 years ago
  56. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  57. 89644d0 Issue #25940: Backport self-signed.pythontest.net testing for test_httplib by Georg Brandl · 10 years ago
  58. e71abcc merge 3.2 by Benjamin Peterson · 10 years ago
  59. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 10 years ago
  60. 97751fa merge 3.2 by Benjamin Peterson · 10 years ago
  61. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  62. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  63. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  64. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  65. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  66. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  67. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  68. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  69. 5e7b542 Merge 3.2 into 3.3. by Georg Brandl · 10 years ago
  70. 3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f by Georg Brandl · 10 years ago
  71. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  72. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  73. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  74. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  75. 4cae8ff Added tag v3.3.6rc1 for changeset 51317c9786f5 by Georg Brandl · 10 years ago
  76. f84422d Added tag v3.2.6rc1 for changeset 51382a5598ec by Georg Brandl · 10 years ago
  77. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 10 years ago
  78. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  79. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  80. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  81. 4480d30 ref #19855: skip uuid test_find_mac on non-Posix as in later branches by Georg Brandl · 10 years ago
  82. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  83. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  84. 3bc3567 Backport b533cc11d114 to fix intermittent test_urllibnet failures. by Georg Brandl · 10 years ago
  85. 4615076 Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch. by Georg Brandl · 10 years ago
  86. 786c8e7 Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b by Georg Brandl · 10 years ago
  87. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  88. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  89. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  90. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  91. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  92. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  93. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  94. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  95. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  96. 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 10 years ago
  97. 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 10 years ago
  98. eb0ef41 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. by Jason R. Coombs · 10 years ago
  99. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  100. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago