summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* Issue #11618: Fix the timeout logic in threading.Lock.acquire() underAntoine Pitrou2011-03-301-0/+10
| | | | Windows.
* MergeKristjan Valur Jonsson2011-03-302-0/+40
|\
| * Merge issue 11662.Guido van Rossum2011-03-292-0/+40
| |\
| | * Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-292-0/+40
| | |\
| | | * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-292-0/+40
| | | | | | | | | | | | | | | | (This version is a cleaned-up backport of a fix by Senthil Kumaran.)
* | | | Merge 3.1Kristjan Valur Jonsson2011-03-301-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.Kristjan Valur Jonsson2011-03-301-0/+5
| | | | | | | | | | | | | | | | | | | | ti can raise an exception even if PyLong_Check() has succeeded.
* | | | Correct handling of functions with only kwarg args in getcallargs (closes ↵Benjamin Peterson2011-03-281-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | #11256) A patch from Daniel Urban.
* | | | merge #11696Martin v. Löwis2011-03-271-0/+46
|\ \ \ \ | |/ / /
| * | | Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-271-0/+46
| | | | | | | | | | | | | | | | Patch by Mark Mc Mahon.
* | | | Merge #9696Mark Dickinson2011-03-271-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ↵Mark Dickinson2011-03-271-0/+2
| | | | | | | | | | | | | | | | trying to pack a negative (in-range) integer.
* | | | Issue #9026: Fix order of argparse sub-commands in help messages.Steven Bethard2011-03-271-3/+80
| | | |
* | | | Merge with 3.1Ross Lagerwall2011-03-261-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.Ross Lagerwall2011-03-261-0/+1
| | | | | | | | | | | | | | | | Patch by Ben Hayden.
* | | | Read HTTP response inside transient_internet()Antoine Pitrou2011-03-261-5/+10
|\ \ \ \
| * | | | test_urllibnet: make it so that transient_internet() applies to theAntoine Pitrou2011-03-261-4/+8
|/ / / / | | | | | | | | | | | | whole HTTP exchange, not only the opening.
* | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match.Steven Bethard2011-03-261-0/+171
| | | |
* | | | Merge #11675Mark Dickinson2011-03-261-0/+15
|\ \ \ \ | |/ / /
| * | | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-261-0/+15
| | | |
* | | | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-1/+11
| | | |
* | | | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox.R David Murray2011-03-251-7/+11
|\ \ \ \ | |/ / /
| * | | #9557: eliminate 3 seconds of static overhead from test_mailbox.R David Murray2011-03-251-7/+11
| | | | | | | | | | | | | | | | | | | | This patch doesn't quite fix the 'run in a VM with Samba share' timing problem, but it should at least make it better.
* | | | #2650: Merge with 3.1.Ezio Melotti2011-03-251-22/+55
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | #2650: Add tests with non-ascii chars for re.escape.Ezio Melotti2011-03-251-0/+16
| | |
| * | #2650: Refactor the tests for re.escape.Ezio Melotti2011-03-251-22/+40
| |/
* | Merge 3.1Victor Stinner2011-03-241-1/+1
|\ \ | |/
| * test_multiprocessing: use assertLess() to see the timeout on errorVictor Stinner2011-03-241-1/+1
| |
| * Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by ↵Éric Araujo2011-03-231-0/+34
| | | | | | | | Raymond.
| * Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-03-211-0/+18
| | | | | | | | | | doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes).
* | Add tests for the atexit hook in concurrent.futures (part of #11635)Antoine Pitrou2011-03-241-15/+40
| |
* | Issue #11653: fix -W with -j in regrtestAntoine Pitrou2011-03-231-7/+14
| |
* | Use transient_internet() consistently in test_imaplibAntoine Pitrou2011-03-231-12/+16
| |
* | Use shorter timings in test_concurrent_futures to make it a bit fasterAntoine Pitrou2011-03-221-9/+9
| | | | | | | | (it's still very slow)
* | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
| |
* | Try to make test_import a bit more robustAntoine Pitrou2011-03-211-0/+3
| |
* | Relax timing check (seen a buildbot failure on this)Antoine Pitrou2011-03-211-1/+1
| |
* | Issue #10864 has been fixed: remove the workaroundVictor Stinner2011-03-211-6/+2
| |
* | MergeAntoine Pitrou2011-03-201-0/+19
|\ \
| * | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-0/+19
| | | | | | | | | | | | | | | | | | | | | Windows if the file is a TTY to workaround a Windows bug. The Windows console returns an error (12: not enough space error) on writing into stdout if stdout mode is binary and the length is greater than 66,000 bytes (or less, depending on heap usage).
* | | Try to strengthen test_httpservers (issue #11617)Antoine Pitrou2011-03-201-4/+4
|/ /
* | MergeAntoine Pitrou2011-03-202-5/+11
|\ \ | |/
| * Call reap_children() where appropriateAntoine Pitrou2011-03-202-5/+11
| |
* | Add a check for sys.warnoptions in regrtest.Ezio Melotti2011-03-201-1/+8
| |
* | branch merge 3.2Senthil Kumaran2011-03-191-0/+16
|\ \
| * \ Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-0/+16
| |\ \ | | |/ | | | | | | unbuffered pipes, such that select() works properly on them.
| | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-0/+15
| | | | | | | | | | | | unbuffered pipes, such that select() works properly on them.
* | | Call unfakehttp in order to close connection while opening the connection ↵Senthil Kumaran2011-03-191-2/+5
|/ / | | | | | | | | | | through a fakehttp object. Address issue11609 - urllib related buildbots failure.
* | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.Senthil Kumaran2011-03-191-1/+6
| |
* | Close #11577: Improve binhex test coverage and fix ResourceWarningNick Coghlan2011-03-171-0/+11
| |