summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix sporadic test_os failure under WindowsAntoine Pitrou2012-02-221-2/+5
|
* Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
|
* Avoid py3k warnings related to sort() of unrelated types.Antoine Pitrou2012-02-211-3/+7
|
* Fix flaky os.urandom test.Antoine Pitrou2012-02-211-3/+4
|
* carefully don't depend on any dict orderBenjamin Peterson2012-02-211-4/+16
|
* HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-211-0/+21
|
* this was supposed to dieBenjamin Peterson2012-02-212-16/+2
|
* fix test_gdb under hash randomizationBenjamin Peterson2012-02-211-6/+11
|
* don't rely on dict order hereBenjamin Peterson2012-02-211-1/+1
|
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-216-6/+203
|\
| * Whitespace normalizationBarry Warsaw2012-02-211-1/+1
| |
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-217-19/+222
| | | | | | | | | | | | environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner.
| * Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py.Barry Warsaw2012-02-201-0/+1
| |
* | don't rely on the order of module clearingBenjamin Peterson2012-02-201-1/+1
| |
* | Fix Test for issue #13500Jesus Cea2012-02-191-5/+5
| |
* | Test for issue #13500Jesus Cea2012-02-191-0/+29
| |
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-0/+6
|\ \ | |/ | | | | upon malformed POST request.
* | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-161-1/+90
| |
* | #13987: HTMLParser is now able to handle malformed start tags.Ezio Melotti2012-02-151-1/+2
| |
* | #13987: HTMLParser is now able to handle EOFs in the middle of a construct.Ezio Melotti2012-02-151-8/+8
| |
* | Fix an index, add more tests, avoid raising errors for unknown declarations, ↵Ezio Melotti2012-02-131-0/+24
| | | | | | | | and clean up comments.
* | #13993: HTMLParser is now able to handle broken end tags.Ezio Melotti2012-02-131-3/+41
| |
* | #13960: HTMLParser is now able to handle broken comments.Ezio Melotti2012-02-131-21/+37
| |
* | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
| | | | | | | | can't be called reliably from a worker thread.
* | Issue #10881: Fix test_site failures with OS X framework builds.Ned Deily2012-02-051-13/+13
| |
* | Fix failing test on big-endian machines (issue #13806).Antoine Pitrou2012-02-041-8/+23
| |
* | Issue #13861: Prevent test_apropos* test case failures in test_pydoc.Ned Deily2012-02-031-2/+2
| |
* | Merge.Charles-François Natali2012-02-021-0/+23
|\ \
| * | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-021-0/+23
| | | | | | | | | | | | | | | a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
* | | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+3
|/ / | | | | | | Closes #13402.
* | Issue #1813: backport changeset that reverts a glibc workaround for theStefan Krah2012-02-021-3/+0
| | | | | | | | Fedora buildbot.
* | remove tests from really old regex moduleBenjamin Peterson2012-01-291-287/+0
| |
* | Issue #13806: The size check in audioop decompression functions was too ↵Antoine Pitrou2012-01-281-6/+19
| | | | | | | | | | | | strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk.
* | Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
| |
* | Remove debug output, fix assert (hopefully) and exercise signedness issues a ↵Antoine Pitrou2012-01-251-1/+1
| | | | | | | | bit more.
* | Skip test failure under OpenIndianaAntoine Pitrou2012-01-251-0/+5
| |
* | Make test work under 32-bit systems, and when invoked through ↵Antoine Pitrou2012-01-251-9/+16
| | | | | | | | | | | | Lib/test/regrtest.py (rather than `-m test.regrtest`)
* | Issue #11235: Fix OverflowError when trying to import a source file whose ↵Antoine Pitrou2012-01-241-0/+13
| | | | | | | | modification time doesn't fit in a 32-bit timestamp.
* | Fix Issue6631 - Disallow relative files paths in urllib*.open()Senthil Kumaran2012-01-212-0/+5
| |
* | Fixes #13760: picklability of ConfigParser exceptionsŁukasz Langa2012-01-201-0/+117
| |
* | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-0/+8
| |
* | Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() ↵Antoine Pitrou2012-01-181-44/+18
| | | | | | | | | | | | | | with unbound methods. Python 3 isn't affected (unbound methods don't exist). Thanks to Vincent Pelletier for noticing.
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+38
| | | | | | | | Patch by Oleg Plakhotnyuk.
* | Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
| |
* | - Issue #13642: Unquote before b64encoding user:password during BasicSenthil Kumaran2012-01-101-3/+51
| | | | | | | | Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù.
* | #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
| | | | | | | | in comparison string that argparse does not add when program name is blank.
* | fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
| |
* | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-1/+24
| | | | | | | | (except when SSLv2 is explicitly asked for).
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+10
| | | | | | | | Vilmos Nebehaj.
* | propgate error in other conditionsBenjamin Peterson2011-12-271-0/+1
| |