Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #19480: HTMLParser now accepts all valid start-tag names as defined by the ↵ | Ezio Melotti | 2013-11-07 | 1 | -2/+6 |
| | | | | HTML5 standard. | ||||
* | Issue #19397: test_pydoc now works with -S (help not added to builtins). | Terry Jan Reedy | 2013-11-05 | 1 | -1/+1 |
| | | | | Patch by Serhiy Storchaka and Vajrasky Kok. | ||||
* | Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the | Zachary Ware | 2013-11-04 | 1 | -6/+10 |
| | | | | | event of a permission error on Windows and to properly report other skip conditions. | ||||
* | Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run | Terry Jan Reedy | 2013-11-04 | 1 | -0/+4 |
| | | | | under test.regrtest on 2.7. | ||||
* | Issue #17883: Backport test.test_support._is_gui_available() | Zachary Ware | 2013-11-04 | 1 | -0/+34 |
| | | | | This should stop the Windows buildbots from hanging on test_ttk_guionly. | ||||
* | Fix test_os (issue #18702). | Serhiy Storchaka | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 18 | -775/+814 |
| | |||||
* | Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are | Serhiy Storchaka | 2013-10-31 | 2 | -4/+4 |
| | | | | loaded from .py[co] files. | ||||
* | merge 2.7.6 release branch | Benjamin Peterson | 2013-10-30 | 1 | -0/+10 |
|\ | |||||
| * | use the collapsed path in the run_cgi method (closes #19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+10 |
| | | |||||
* | | Issue #19425 -- a pickling error should not cause pool to hang. | Richard Oudkerk | 2013-10-28 | 1 | -0/+10 |
|/ | |||||
* | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 1 | -0/+2 |
| | |||||
* | Increase macurl2path test coverage | Senthil Kumaran | 2013-10-24 | 2 | -1/+31 |
| | |||||
* | Issue #15207: Fix mimetypes to read from correct area in Windows registry ↵ | Tim Golden | 2013-10-22 | 1 | -0/+2 |
| | | | | (Original patch by Dave Chambers) | ||||
* | #8964: fix platform._sys_version to handle IronPython 2.6+. | Ezio Melotti | 2013-10-21 | 1 | -0/+13 |
| | |||||
* | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -1/+21 |
| | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. | ||||
* | Issue #19279: UTF-7 decoder no more produces illegal unicode strings. | Serhiy Storchaka | 2013-10-19 | 1 | -0/+29 |
| | |||||
* | Issue 19276: Fix tests for wave files on big-endian platforms. | Serhiy Storchaka | 2013-10-17 | 1 | -3/+10 |
| | | | | Skip tests for 24-bit wave file on big-endian platforms. | ||||
* | Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging | Victor Stinner | 2013-10-15 | 1 | -0/+18 |
| | | | | module. | ||||
* | Issue #18919: Fixed resource leaks in audio tests. | Serhiy Storchaka | 2013-10-14 | 1 | -12/+12 |
| | |||||
* | Issue #18919: Catch and check warnings in the aifc module tests. | Serhiy Storchaka | 2013-10-14 | 1 | -4/+12 |
| | |||||
* | Issue #18919: Added tests for the sunau module. Unified and extended tests | Serhiy Storchaka | 2013-10-13 | 17 | -144/+722 |
| | | | | for audio modules: aifc, sunau and wave. | ||||
* | Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n)) | Mark Dickinson | 2013-10-13 | 1 | -0/+6 |
| | |||||
* | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 1 | -0/+17 |
| | | | | (grafted from e06edc0c7a4951327f0c95ebeebccba6879a6063) | ||||
* | #19166: use an unused var in a test. Patch by Vajrasky Kok. | Ezio Melotti | 2013-10-05 | 1 | -1/+3 |
| | |||||
* | Issue #19137: The pprint module now correctly formats empty set and frozenset | Serhiy Storchaka | 2013-10-02 | 1 | -24/+80 |
| | | | | and instances of set and frozenset subclasses. | ||||
* | - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to | Barry Warsaw | 2013-09-30 | 1 | -0/+65 |
|\ | | | | | | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. | ||||
| * | - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to | Barry Warsaw | 2013-09-30 | 1 | -0/+65 |
| | | | | | | | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. | ||||
| * | - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to | Barry Warsaw | 2013-09-30 | 1 | -0/+71 |
| | | | | | | | | | | prevent readline() calls from consuming too much member. Patch by Jyrki Pulliainen. | ||||
| * | - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more | Barry Warsaw | 2013-09-29 | 1 | -0/+7 |
| | | | | | | | | than 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
| * | - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Barry Warsaw | 2013-09-25 | 1 | -1/+21 |
| | | | | | | | | | | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. with test fixes by Serhiy Storchaka. | ||||
| * | - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to | Barry Warsaw | 2013-09-22 | 1 | -0/+10 |
| | | | | | | | | limit line length. Patch by Emil Lind. | ||||
* | | Issue #19112: avoid using function defined in method. | Richard Oudkerk | 2013-09-29 | 1 | -8/+9 |
| | | |||||
* | | move helper function into its test method (closes #19112) | Benjamin Peterson | 2013-09-29 | 1 | -7/+6 |
| | | |||||
* | | This check can still fail on RHEL6 | Nick Coghlan | 2013-09-22 | 1 | -3/+3 |
| | | |||||
* | | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-16 | 1 | -3/+23 |
|\ \ | |/ | |||||
| * | #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-16 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement. | ||||
| * | #16042: CVE-2013-1752: Limit amount of data read by limiting the call to ↵ | Andrew Kuchling | 2013-09-15 | 1 | -1/+28 |
| | | | | | | | | | | | | | | | | | | | | readline(). The SSLFakeFile.readline() method needs to support limiting readline() as well. It's not a full emulation of readline()'s signature, but this class is only used by smtplib's code, so it doesn't have to be. Modified version of original patch by Christian Heimes. | ||||
| * | Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor ↵ | Christian Heimes | 2013-09-03 | 1 | -15/+6 |
| | | | | | | | | _OPENSSL_API_VERSION | ||||
| * | Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger | Christian Heimes | 2013-08-25 | 1 | -7/+15 |
| | | |||||
| * | - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes | Barry Warsaw | 2013-08-23 | 3 | -32/+146 |
| | | | | | | | | | | | | | | inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for `rfc822Name` (email), `dNSName` (DNS) and `uniformResourceIdentifier` (URI). | ||||
| * | Back port from 2.7: | Barry Warsaw | 2012-02-22 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | http://hg.python.org/cpython/rev/48705250232c changeset: 75187:48705250232c branch: 2.7 parent: 75184:9a1d902714ae user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 22:16:25 2012 +0100 | ||||
| * | Backport from 2.7: | Barry Warsaw | 2012-02-22 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | changeset: 75153:9b7c6dd19e25 branch: 2.7 parent: 75151:b1a02c17b327 user: Antoine Pitrou <solipsis@pitrou.net> date: Tue Feb 21 22:02:04 2012 +0100 files: Lib/test/test_os.py | ||||
| * | Backport from 2.7 branch. | Barry Warsaw | 2012-02-22 | 1 | -2/+8 |
| | | | | | | | | | | | | | | changeset: 75165:780008020c40 user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 03:33:56 2012 +0100 summary: Fix (presumably) test_hash under big-endian systems (PPC). | ||||
* | | Close #18945: Add tests for tempfile name collision handling. | Eli Bendersky | 2013-09-15 | 1 | -22/+65 |
| | | | | | | | | Patch by Vlad Shcherbina | ||||
* | | Issue #19018: The heapq.merge() function no longer suppresses IndexError | Raymond Hettinger | 2013-09-15 | 1 | -0/+9 |
| | | |||||
* | | Fix SimpleHTTPServer's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+3 |
| | | | | | | | | Patch contributed by Vajrasky Kok. Addresses Issue #17324 | ||||
* | | Fixed tests with Tcl/Tk <8.5 (closes #18964). | Serhiy Storchaka | 2013-09-08 | 1 | -4/+18 |
| | | |||||
* | | Close #18849: Fixed a Windows-specific tempfile bug where collision with an | Eli Bendersky | 2013-09-06 | 1 | -0/+26 |
| | | | | | | | | | | existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina. | ||||
* | | Issue #18830: inspect.getclasstree() no more produces duplicated entries even | Serhiy Storchaka | 2013-09-05 | 2 | -2/+19 |
| | | | | | | | | when input list contains duplicates. |