Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow arbitrary attributes on classmethod and staticmethod (closes #14051) | Benjamin Peterson | 2012-02-19 | 1 | -0/+13 |
| | |||||
* | Test for issue #13500 | Jesus Cea | 2012-02-19 | 1 | -0/+29 |
| | |||||
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -6/+8 |
|\ | | | | | | | upon malformed POST request. | ||||
| * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -6/+8 |
| |\ | | | | | | | | | | upon malformed POST request. | ||||
* | | | fix the _namespace_map cleanup for cElementTree tests. | Florent Xicluna | 2012-02-16 | 1 | -6/+1 |
| | | | |||||
* | | | The C accelerator was not always imported for cElementTree's tests. (there's ↵ | Florent Xicluna | 2012-02-16 | 2 | -2/+4 |
| | | | | | | | | | | | | still an issue with --huntrleaks switch) | ||||
* | | | Issue #13878: Fix random test_sched failures. | Charles-François Natali | 2012-02-16 | 1 | -13/+15 |
|\ \ \ | |/ / | |||||
| * | | Issue #13878: Fix random test_sched failures. | Charles-François Natali | 2012-02-16 | 1 | -8/+9 |
| | | | |||||
| * | | don't use assertSameElements. | Gregory P. Smith | 2012-02-16 | 1 | -1/+1 |
| | | | |||||
* | | | make TestAccelerator[Not]Imported for ElementTree more robust | Eli Bendersky | 2012-02-16 | 2 | -9/+3 |
| | | | |||||
* | | | Disabling a test that fails on some bots. Will investigate the failure soon | Eli Bendersky | 2012-02-16 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. | Gregory P. Smith | 2012-02-16 | 1 | -1/+90 |
|\ \ \ | |/ / | |||||
| * | | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. | Gregory P. Smith | 2012-02-16 | 1 | -1/+90 |
| | | | |||||
* | | | in the tests of ElementTree, verify that the C accelerator is imported or ↵ | Eli Bendersky | 2012-02-16 | 2 | -1/+21 |
| | | | | | | | | | | | | not imported as expected | ||||
* | | | (Merge 3.2) Issue #13913: Another fix test_pep3120 for the UTF-8 codec name | Victor Stinner | 2012-02-15 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #13913: Another fix test_pep3120 for the UTF-8 codec name | Victor Stinner | 2012-02-15 | 1 | -2/+2 |
| | | | |||||
* | | | (Merge 3.2) Issue #13913: Fix test_pep3120 for the UTF-8 codec name | Victor Stinner | 2012-02-15 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #13913: Fix test_pep3120 for the UTF-8 codec name | Victor Stinner | 2012-02-15 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). | Antoine Pitrou | 2012-02-15 | 1 | -0/+40 |
|\ \ \ | |/ / | | | | | | | Patch by Hynek Schlawack. | ||||
| * | | Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). | Antoine Pitrou | 2012-02-15 | 1 | -0/+40 |
| | | | | | | | | | | | | Patch by Hynek Schlawack. | ||||
* | | | Issue #10287: nntplib now queries the server's CAPABILITIES first before ↵ | Antoine Pitrou | 2012-02-14 | 1 | -1/+50 |
|\ \ \ | |/ / | | | | | | | | | | | | | sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack. | ||||
| * | | Issue #10287: nntplib now queries the server's CAPABILITIES first before ↵ | Antoine Pitrou | 2012-02-14 | 1 | -1/+50 |
| | | | | | | | | | | | | | | | | | | sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack. | ||||
* | | | Merge the indexfix and comments clean up. | Ezio Melotti | 2012-02-13 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix an index and clean up comments. | Ezio Melotti | 2012-02-13 | 1 | -1/+0 |
| | | | |||||
* | | | Merge fix for HTMLParser and improvements in declarations handling. | Ezio Melotti | 2012-02-13 | 1 | -21/+53 |
|\ \ \ | |/ / | |||||
| * | | Improve handling of declarations in HTMLParser. | Ezio Melotti | 2012-02-13 | 1 | -21/+29 |
| | | | |||||
| * | | Fix htmlparser tests to always use the right collector. | Ezio Melotti | 2012-02-13 | 1 | -2/+26 |
| | | | |||||
* | | | Fix xml_etree_c test error (follow up of issue #13988). | Florent Xicluna | 2012-02-13 | 1 | -1/+3 |
| | | | |||||
* | | | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ↵ | Florent Xicluna | 2012-02-13 | 2 | -40/+32 |
| | | | | | | | | | | | | automatically used whenever available. | ||||
* | | | #13993: merge with 3.2. | Ezio Melotti | 2012-02-13 | 1 | -2/+41 |
|\ \ \ | |/ / | |||||
| * | | #13993: HTMLParser is now able to handle broken end tags when strict=False. | Ezio Melotti | 2012-02-13 | 1 | -2/+41 |
| | | | |||||
* | | | Issue #10287: nntplib now queries the server's CAPABILITIES again after ↵ | Antoine Pitrou | 2012-02-12 | 1 | -5/+57 |
|\ \ \ | |/ / | | | | | | | | | | | | | authenticating (since the result may change, according to RFC 4643). Patch by Hynek Schlawack. | ||||
| * | | Issue #10287: nntplib now queries the server's CAPABILITIES again after ↵ | Antoine Pitrou | 2012-02-12 | 1 | -5/+57 |
| | | | | | | | | | | | | | | | | | | authenticating (since the result may change, according to RFC 4643). Patch by Hynek Schlawack. | ||||
* | | | Merge with remote. | Ross Lagerwall | 2012-02-12 | 3 | -0/+48 |
|\ \ \ | |||||
| * | | | Fix seekable() in BZ2File and LZMAFile to check whether the underlying file ↵ | Nadeem Vawda | 2012-02-11 | 2 | -0/+18 |
| | | | | | | | | | | | | | | | | supports seek(). | ||||
| * | | | #13960: merge with 3.2. | Ezio Melotti | 2012-02-10 | 1 | -0/+30 |
| |\ \ \ | | |/ / | |||||
| | * | | #13960: HTMLParser is now able to handle broken comments when strict=False. | Ezio Melotti | 2012-02-10 | 1 | -0/+30 |
| | | | | |||||
* | | | | Fix a typo. | Ross Lagerwall | 2012-02-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Attempt to speed up some subprocess tests (and hopefully keep them reliable). | Ross Lagerwall | 2012-02-12 | 1 | -24/+21 |
|/ / / | |||||
* | | | get_terminal_size() can also fail with ENOTTY if the fd is not connected to ↵ | Antoine Pitrou | 2012-02-08 | 1 | -2/+9 |
| | | | | | | | | | | | | a terminal. | ||||
* | | | Relax tests to fix buildbot failure | Antoine Pitrou | 2012-02-08 | 2 | -4/+4 |
| | | | |||||
* | | | Issue #13609: Add two functions to query the terminal size: | Antoine Pitrou | 2012-02-08 | 2 | -1/+85 |
| | | | | | | | | | | | | | | | os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek. | ||||
* | | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 2 | -60/+4 |
| | | | |||||
* | | | PEP 410 | Victor Stinner | 2012-02-08 | 2 | -4/+60 |
| | | | |||||
* | | | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | can't be called reliably from a worker thread. | ||||
| * | | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
| | | | | | | | | | | | | can't be called reliably from a worker thread. | ||||
* | | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two listeners can't bind to the same socket/pipe (or any existing socket/pipe). | ||||
* | | | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp | Victor Stinner | 2012-02-08 | 1 | -0/+11 |
| | | | | | | | | | | | | with a subsecond resolution | ||||
* | | | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help | Victor Stinner | 2012-02-08 | 1 | -38/+75 |
| | | | | | | | | | | | | debugging | ||||
* | | | Issue #13964: Test also os.futimesat() | Victor Stinner | 2012-02-08 | 1 | -1/+8 |
| | | |