- be1950d Bump to 2.6.9rc1 by Barry Warsaw · 12 years ago
- 290df2c Regenerate pydoc_topics.py by Barry Warsaw · 12 years ago
- 42faa55 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 12 years ago
- c545a5e - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 12 years ago
- 6c1bb7b - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Barry Warsaw · 12 years ago
- d6fddf3 - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Barry Warsaw · 12 years ago
- 4e95d60 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to by Barry Warsaw · 12 years ago
- 9e27eda #14984: only import pwd on POSIX. by R David Murray · 12 years ago
- 137b572 Add versionchanged for #14984, remove extra blank from string. by R David Murray · 12 years ago
- 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
- 503baf9 #16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline(). by Andrew Kuchling · 12 years ago
- bde2985 Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VERSION by Christian Heimes · 12 years ago
- 8f65ef8 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 12 years ago
- 82f8828 - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Barry Warsaw · 12 years ago
- f880e5d Fix UnboundLocalError regression due to previous incorrect fix for issue 16248. by Barry Warsaw · 12 years ago
- f25d957 - Issue #16248: Disable code execution from the user's home directory by by Barry Warsaw · 12 years ago
- a12d0cc Bump to 2.6.8 by Barry Warsaw · 13 years ago v2.6.8
- 75076b4 update docs by Barry Warsaw · 13 years ago
- bd371a4 Bump to 2.6.8rc2 by Barry Warsaw · 13 years ago v2.6.8rc2
- 2875b5b Update Docs and NEWS for 2.6.8rc2. by Barry Warsaw · 13 years ago
- 1fbc16d Bump to version 2.6.8rc1. by Barry Warsaw · 13 years ago
- b383e80 Back port from 2.7: by Barry Warsaw · 13 years ago
- 56fd661 Backport from 2.7: by Barry Warsaw · 13 years ago
- 6a9005b Backport from 2.7 branch. by Barry Warsaw · 13 years ago
- b69fa1f Let's sort the keys so that this test passes even with random hashes. by Barry Warsaw · 13 years ago
- b19fb24 Whitespace normalization by Barry Warsaw · 13 years ago
- 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
- f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 13 years ago
- 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 14 years ago
- 345fff3 Remove mentions of previous license in profile module (#12417 followup) by Éric Araujo · 14 years ago
- 5ac56d2 fix ws by Benjamin Peterson · 14 years ago
- 1105f34 update profile license (closes #12417) by Benjamin Peterson · 14 years ago
- 16ec24a Replay svn r88850. by Barry Warsaw · 14 years ago v2.6.7
- 3428926 Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit message: by Barry Warsaw · 14 years ago
- cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 14 years ago
- 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
- f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
- 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 14 years ago
- 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
- dfd1579 merge from 2.5 branch. by Senthil Kumaran · 14 years ago
- 3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. by Senthil Kumaran · 14 years ago
- 3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. by Vinay Sajip · 14 years ago
- f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
- 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
- 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 14 years ago
- 41769a7 Merged revisions 87663 via svnmerge from by Alexander Belopolsky · 15 years ago
- 893c354 Merged revisions 87541,87543 via svnmerge from by Alexander Belopolsky · 15 years ago
- 8497f0a backporting security fix of issue 9129 (smtpd module vulnerable to DoS attacks in case of connection bashing) by Giampaolo Rodolà · 15 years ago
- d724296 2.6.6 final. \o/ by Barry Warsaw · 15 years ago v2.6.6
- 607a2e3 Bumping to 2.6.6rc2. by Barry Warsaw · 15 years ago
- 29a66bd Merged revisions 84100 via svnmerge from by Florent Xicluna · 15 years ago
- 0261d2e Merged revisions 82529 via svnmerge from by Florent Xicluna · 15 years ago
- 7c251bb Fix #9600. Don't use relative imports for _multiprocessing on Windows. by Brian Curtin · 15 years ago
- 77cb7ed Revert regression from r81256 (with release manager approval, see #8688) by Éric Araujo · 15 years ago
- aa6a939 Issue #8433: Fix test_curses failure caused by newer versions of by Mark Dickinson · 15 years ago
- 5b07f3c (issue 2944) reverting r83704 changes as per Barry Warsaw request by Giampaolo Rodolà · 15 years ago
- 6980342 Rolled back revisions 81259,81265 via svnmerge from by Florent Xicluna · 15 years ago
- b833fa8 #9543: Fix regression introduced in r83624. by Ezio Melotti · 15 years ago
- 13bc24b TestCase.skipTest is not defined in Python 2.6 by Florent Xicluna · 15 years ago
- 1c24592 Merged revisions 81053,81259,81265 via svnmerge from by Florent Xicluna · 15 years ago
- f34e396 Issue #5798: Handle select.poll flag oddities properly on OS X. by Mark Dickinson · 15 years ago
- 042cf1a Merged revisions 83703 via svnmerge from by Giampaolo Rodolà · 15 years ago
- 6053744 Bumping to 2.6.6 rc 1 by Barry Warsaw · 15 years ago v2.6.6rc1
- 6f09ea8 - Issue #8447: Make distutils.sysconfig follow symlinks in the path to by Mark Dickinson · 15 years ago
- 1df21e7 Run test_py3kwarn first to avoid failures with -3. by Ezio Melotti · 15 years ago
- 213bcb8 Fix buildbot failure in test_os.py by Ezio Melotti · 15 years ago
- c438d1d Fix deprecation warnings in test_sets.py by Ezio Melotti · 15 years ago
- 5c75235 Fix deprecation warnings in test_set.py by Ezio Melotti · 15 years ago
- ffd0b88 Try again to fix the buildbots. by Ezio Melotti · 15 years ago
- 9bab524 Fix deprecation warnings in test_commands.py by Ezio Melotti · 15 years ago
- 8a078d5 Fix deprecation warnings in test_cgi.py by Ezio Melotti · 15 years ago
- f7a13b3 Merged revisions 83646 via svnmerge from by Ronald Oussoren · 15 years ago
- bb4d9f6 Merged revisions 83643 via svnmerge from by Ronald Oussoren · 15 years ago
- e511c6c Merged revisions 79191 via svnmerge from by Ezio Melotti · 15 years ago
- dba728b quiet, not quite. by Ezio Melotti · 15 years ago
- dfe2107 Fix deprecation warnings in test_file.py by Ezio Melotti · 15 years ago
- cd37dd8 Fix deprecation warnings in test_hotshot.py by Ezio Melotti · 15 years ago
- 670048d Fix deprecation warnings in test_long_future.py by Ezio Melotti · 15 years ago
- aad1541 Fix deprecation warnings in test_os.py by Ezio Melotti · 15 years ago
- 192f678 Try to fix test_struct.py on some buildbots. by Ezio Melotti · 15 years ago
- ee1e2c9 Fix deprecation warnings in test_scope.py by Ezio Melotti · 15 years ago
- 90a732c Merged revisions 79156 via svnmerge from by Ezio Melotti · 15 years ago
- 6db340c Fix deprecation warning in test_univnewlines.py by Ezio Melotti · 15 years ago
- 73a5072 Fix deprecation warning in test_binascii. by Ezio Melotti · 15 years ago
- 9d19695 Fix deprecation warning in test_xmlrpc. by Ezio Melotti · 15 years ago
- 3ca2a65 Fix deprecation warning in test_MimeWriter. by Ezio Melotti · 15 years ago
- c00b88c Fix more warnings in test_builtin. by Ezio Melotti · 15 years ago
- 35099da Try to avoid failures on the buildbot. by Ezio Melotti · 15 years ago
- d24b5d8 Merged revisions 79187-79189 via svnmerge from by Ezio Melotti · 15 years ago
- 262a47d Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge from by Ezio Melotti · 15 years ago
- edb3512 Remove the check_warnings. The mkarg warning is raised only with -3 and check_warning fails if the error is not raised. by Ezio Melotti · 15 years ago
- 7b68825 Fix a couple more tests. by Ezio Melotti · 15 years ago
- 6a19b00 Fix test_recno. by Ezio Melotti · 15 years ago
- 1d55ec3 Merged revisions 79539 via svnmerge from by Ezio Melotti · 15 years ago
- cc436eb Merged revisions 78769,79049 via svnmerge from by Ezio Melotti · 15 years ago
- f9c2f4f Merged revisions 78815 via svnmerge from by Ezio Melotti · 15 years ago
- 0771591 Merged revisions 83593 via svnmerge from by Georg Brandl · 15 years ago
- 26dfaacd Merged revisions 78757 via svnmerge from by Ezio Melotti · 15 years ago
- f0c2ca2 Merged revisions 75417 via svnmerge from by Ezio Melotti · 15 years ago
- d9a4e29 Fix test_operator. by Ezio Melotti · 15 years ago