Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sporadic test_os failure under Windows | Antoine Pitrou | 2012-02-22 | 1 | -2/+5 |
| | |||||
* | Fix (presumably) test_hash under big-endian systems (PPC). | Antoine Pitrou | 2012-02-22 | 1 | -2/+8 |
| | |||||
* | Avoid py3k warnings related to sort() of unrelated types. | Antoine Pitrou | 2012-02-21 | 1 | -3/+7 |
| | |||||
* | Fix flaky os.urandom test. | Antoine Pitrou | 2012-02-21 | 1 | -3/+4 |
| | |||||
* | carefully don't depend on any dict order | Benjamin Peterson | 2012-02-21 | 1 | -4/+16 |
| | |||||
* | HTMLParser is now able to handle slashes in the start tag. | Ezio Melotti | 2012-02-21 | 1 | -0/+21 |
| | |||||
* | this was supposed to die | Benjamin Peterson | 2012-02-21 | 2 | -16/+2 |
| | |||||
* | fix test_gdb under hash randomization | Benjamin Peterson | 2012-02-21 | 1 | -6/+11 |
| | |||||
* | don't rely on dict order here | Benjamin Peterson | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 6 | -6/+203 |
|\ | |||||
| * | Whitespace normalization | Barry Warsaw | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 7 | -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 Warsaw | 2012-02-20 | 1 | -0/+1 |
| | | |||||
* | | don't rely on the order of module clearing | Benjamin Peterson | 2012-02-20 | 1 | -1/+1 |
| | | |||||
* | | Fix Test for issue #13500 | Jesus Cea | 2012-02-19 | 1 | -5/+5 |
| | | |||||
* | | 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 | -0/+6 |
|\ \ | |/ | | | | | upon malformed POST request. | ||||
* | | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. | Gregory P. Smith | 2012-02-16 | 1 | -1/+90 |
| | | |||||
* | | #13987: HTMLParser is now able to handle malformed start tags. | Ezio Melotti | 2012-02-15 | 1 | -1/+2 |
| | | |||||
* | | #13987: HTMLParser is now able to handle EOFs in the middle of a construct. | Ezio Melotti | 2012-02-15 | 1 | -8/+8 |
| | | |||||
* | | Fix an index, add more tests, avoid raising errors for unknown declarations, ↵ | Ezio Melotti | 2012-02-13 | 1 | -0/+24 |
| | | | | | | | | and clean up comments. | ||||
* | | #13993: HTMLParser is now able to handle broken end tags. | Ezio Melotti | 2012-02-13 | 1 | -3/+41 |
| | | |||||
* | | #13960: HTMLParser is now able to handle broken comments. | Ezio Melotti | 2012-02-13 | 1 | -21/+37 |
| | | |||||
* | | 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 #10881: Fix test_site failures with OS X framework builds. | Ned Deily | 2012-02-05 | 1 | -13/+13 |
| | | |||||
* | | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 |
| | | |||||
* | | Issue #13861: Prevent test_apropos* test case failures in test_pydoc. | Ned Deily | 2012-02-03 | 1 | -2/+2 |
| | | |||||
* | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 |
|\ \ | |||||
| * | | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 1 | -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.executable | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 |
|/ / | | | | | | | Closes #13402. | ||||
* | | Issue #1813: backport changeset that reverts a glibc workaround for the | Stefan Krah | 2012-02-02 | 1 | -3/+0 |
| | | | | | | | | Fedora buildbot. | ||||
* | | remove tests from really old regex module | Benjamin Peterson | 2012-01-29 | 1 | -287/+0 |
| | | |||||
* | | Issue #13806: The size check in audioop decompression functions was too ↵ | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 |
| | | | | | | | | | | | | strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. | ||||
* | | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
| | | |||||
* | | Remove debug output, fix assert (hopefully) and exercise signedness issues a ↵ | Antoine Pitrou | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | bit more. | ||||
* | | Skip test failure under OpenIndiana | Antoine Pitrou | 2012-01-25 | 1 | -0/+5 |
| | | |||||
* | | Make test work under 32-bit systems, and when invoked through ↵ | Antoine Pitrou | 2012-01-25 | 1 | -9/+16 |
| | | | | | | | | | | | | Lib/test/regrtest.py (rather than `-m test.regrtest`) | ||||
* | | Issue #11235: Fix OverflowError when trying to import a source file whose ↵ | Antoine Pitrou | 2012-01-24 | 1 | -0/+13 |
| | | | | | | | | modification time doesn't fit in a 32-bit timestamp. | ||||
* | | Fix Issue6631 - Disallow relative files paths in urllib*.open() | Senthil Kumaran | 2012-01-21 | 2 | -0/+5 |
| | | |||||
* | | Fixes #13760: picklability of ConfigParser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+117 |
| | | |||||
* | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+8 |
| | | |||||
* | | Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() ↵ | Antoine Pitrou | 2012-01-18 | 1 | -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 Pitrou | 2012-01-17 | 1 | -0/+38 |
| | | | | | | | | Patch by Oleg Plakhotnyuk. | ||||
* | | Remove unused certificate from the test directory. | Antoine Pitrou | 2012-01-10 | 1 | -31/+0 |
| | | |||||
* | | - Issue #13642: Unquote before b64encoding user:password during Basic | Senthil Kumaran | 2012-01-10 | 1 | -3/+51 |
| | | | | | | | | Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù. | ||||
* | | #11906 Make test_argparse work interactively by removing extra space | Terry Jan Reedy | 2012-01-09 | 1 | -4/+6 |
| | | | | | | | | in comparison string that argparse does not add when program name is blank. | ||||
* | | fix this to not depend on dictionary order | Benjamin Peterson | 2012-01-03 | 1 | -4/+4 |
| | | |||||
* | | Issue #13636: Weak ciphers are now disabled by default in the ssl module | Antoine Pitrou | 2012-01-03 | 1 | -1/+24 |
| | | | | | | | | (except when SSLv2 is explicitly asked for). | ||||
* | | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+10 |
| | | | | | | | | Vilmos Nebehaj. | ||||
* | | propgate error in other conditions | Benjamin Peterson | 2011-12-27 | 1 | -0/+1 |
| | |