1. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  2. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  3. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  4. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  5. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  6. 89644d0 Issue #25940: Backport self-signed.pythontest.net testing for test_httplib by Georg Brandl · 10 years ago
  7. 5e62117 add CVE and issue number by Benjamin Peterson · 9 years ago
  8. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  9. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  10. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  11. 893cce9 remove RPM, since it's unused and unmaintained by Benjamin Peterson · 9 years ago
  12. aed1984 Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 10 years ago
  13. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  14. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  15. 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
  16. 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
  17. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  18. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 10 years ago
  19. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  20. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  21. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  22. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  23. f84422d Added tag v3.2.6rc1 for changeset 51382a5598ec by Georg Brandl · 10 years ago
  24. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 10 years ago
  25. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  26. 4480d30 ref #19855: skip uuid test_find_mac on non-Posix as in later branches by Georg Brandl · 10 years ago
  27. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  28. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  29. 3bc3567 Backport b533cc11d114 to fix intermittent test_urllibnet failures. by Georg Brandl · 10 years ago
  30. 4615076 Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch. by Georg Brandl · 10 years ago
  31. 786c8e7 Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b by Georg Brandl · 10 years ago
  32. e558181 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  33. fd9262c Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 10 years ago
  34. 0840b41 Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Georg Brandl · 10 years ago
  35. dad182c Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  36. 860c367 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to by Georg Brandl · 10 years ago
  37. 21bf3f9 Issue #22517: When a io.BufferedRWPair object is deallocated, clear its by Georg Brandl · 10 years ago
  38. eaca861 Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 10 years ago
  39. 210ee47 Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by by Georg Brandl · 10 years ago
  40. 70088f1 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  41. c9cb18d Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Georg Brandl · 10 years ago
  42. f0746ca Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 10 years ago
  43. ec3c103 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Georg Brandl · 10 years ago
  44. 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
  45. 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
  46. f28cf7a Issue #13540: Expanded argparse documents to clarify the action API by Jason R. Coombs · 13 years ago
  47. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  48. 314dc12 expect the correct platform-dependent linesep by Benjamin Peterson · 10 years ago
  49. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  50. 49991de fix poor spelling by Benjamin Peterson · 10 years ago
  51. 6ef2b36 disallow a negative idx parameter by Benjamin Peterson · 10 years ago
  52. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  53. 80e6af1 fix versionchanged version by Benjamin Peterson · 10 years ago
  54. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  55. b4be376 use https docs url (#21115) by Benjamin Peterson · 10 years ago
  56. 8aef28a add Ian Beer by Benjamin Peterson · 10 years ago
  57. 23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 10 years ago
  58. cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 10 years ago
  59. d9bed99 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  60. 1b94030 update logo url (#20695) by Benjamin Peterson · 10 years ago
  61. f6218a2 open retrieved file in binary mode, since it's now compressed by Benjamin Peterson · 10 years ago
  62. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  63. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  64. ee7f3fc Backout 7d399099334d. by Georg Brandl · 11 years ago
  65. 7b5d6ad Backout 265d369ad3b9. by Georg Brandl · 11 years ago
  66. 7ec3e56 Backout d80207d15294. by Georg Brandl · 11 years ago
  67. 32bf5e1 Update NEWS for 265d369ad3b9. by Jason R. Coombs · 11 years ago
  68. bd26d86 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 11 years ago
  69. 93912b9 Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 11 years ago
  70. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  71. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  72. 58bf8d2 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  73. 505be21 #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  74. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  75. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  76. 945a251 Null merge of 3.1 into 3.2 by Tim Peters · 11 years ago
  77. bc75046 Add a NEWS entry for b9b521efeba3. by Georg Brandl · 11 years ago
  78. c5884d8 Add NEWS entry for c18c18774e24. by Georg Brandl · 11 years ago
  79. c17a8df Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
  80. db4309e Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
  81. 86d53ca Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  82. 8833c3b Added tag v3.2.5 for changeset cef745775b65 by Georg Brandl · 11 years ago
  83. bfe36ec Bump to version 3.2.5. by Georg Brandl · 11 years ago
  84. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  85. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 11 years ago
  86. a9217a4 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  87. ba2f8be Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Georg Brandl · 11 years ago
  88. ce654f4 Issue #15535: Fix pickling of named tuples. by Georg Brandl · 11 years ago
  89. a6df938 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  90. cf86d94 news entry by Gregory P. Smith · 11 years ago
  91. 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 11 years ago
  92. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 11 years ago
  93. 11692ac Added tag v3.2.4 for changeset 1e10bdeabe3d by Georg Brandl · 11 years ago
  94. 8bc7e31 Bump to 3.2.4. by Georg Brandl · 11 years ago
  95. 7684fa8 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 11 years ago
  96. ef0faa5 merge by Georg Brandl · 11 years ago
  97. b147aae Add 3.2.4 UUIDs by Martin v. Löwis · 11 years ago
  98. 6f18a86 Fix XML vulnerability link references. by Georg Brandl · 11 years ago
  99. f5390fc merge with last upstream doc changes in 3.2 by Georg Brandl · 11 years ago
  100. fd4365a Update suspicious ignore file. by Ezio Melotti · 11 years ago