Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11618: Fix the timeout logic in threading.Lock.acquire() under | Antoine Pitrou | 2011-03-30 | 1 | -0/+10 |
| | | | | Windows. | ||||
* | Merge | Kristjan Valur Jonsson | 2011-03-30 | 2 | -0/+40 |
|\ | |||||
| * | Merge issue 11662. | Guido van Rossum | 2011-03-29 | 2 | -0/+40 |
| |\ | |||||
| | * | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 2 | -0/+40 |
| | |\ | |||||
| | | * | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | (This version is a cleaned-up backport of a fix by Senthil Kumaran.) | ||||
* | | | | Merge 3.1 | Kristjan Valur Jonsson | 2011-03-30 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. | Kristjan Valur Jonsson | 2011-03-30 | 1 | -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 Peterson | 2011-03-28 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | #11256) A patch from Daniel Urban. | ||||
* | | | | merge #11696 | Martin v. Löwis | 2011-03-27 | 1 | -0/+46 |
|\ \ \ \ | |/ / / | |||||
| * | | | Closes #11696: Fix ID generation in msilib. | Martin v. Löwis | 2011-03-27 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | Patch by Mark Mc Mahon. | ||||
* | | | | Merge #9696 | Mark Dickinson | 2011-03-27 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ↵ | Mark Dickinson | 2011-03-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | trying to pack a negative (in-range) integer. | ||||
* | | | | Issue #9026: Fix order of argparse sub-commands in help messages. | Steven Bethard | 2011-03-27 | 1 | -3/+80 |
| | | | | |||||
* | | | | Merge with 3.1 | Ross Lagerwall | 2011-03-26 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. | Ross Lagerwall | 2011-03-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Patch by Ben Hayden. | ||||
* | | | | Read HTTP response inside transient_internet() | Antoine Pitrou | 2011-03-26 | 1 | -5/+10 |
|\ \ \ \ | |||||
| * | | | | test_urllibnet: make it so that transient_internet() applies to the | Antoine Pitrou | 2011-03-26 | 1 | -4/+8 |
|/ / / / | | | | | | | | | | | | | whole HTTP exchange, not only the opening. | ||||
* | | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match. | Steven Bethard | 2011-03-26 | 1 | -0/+171 |
| | | | | |||||
* | | | | Merge #11675 | Mark Dickinson | 2011-03-26 | 1 | -0/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. | Mark Dickinson | 2011-03-26 | 1 | -0/+15 |
| | | | | |||||
* | | | | Issue #11666: Teach pydoc to display full help for named tuples | Raymond Hettinger | 2011-03-25 | 1 | -1/+11 |
| | | | | |||||
* | | | | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. | R David Murray | 2011-03-25 | 1 | -7/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | #9557: eliminate 3 seconds of static overhead from test_mailbox. | R David Murray | 2011-03-25 | 1 | -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 Melotti | 2011-03-25 | 1 | -22/+55 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | #2650: Add tests with non-ascii chars for re.escape. | Ezio Melotti | 2011-03-25 | 1 | -0/+16 |
| | | | |||||
| * | | #2650: Refactor the tests for re.escape. | Ezio Melotti | 2011-03-25 | 1 | -22/+40 |
| |/ | |||||
* | | Merge 3.1 | Victor Stinner | 2011-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | test_multiprocessing: use assertLess() to see the timeout on error | Victor Stinner | 2011-03-24 | 1 | -1/+1 |
| | | |||||
| * | Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by ↵ | Éric Araujo | 2011-03-23 | 1 | -0/+34 |
| | | | | | | | | Raymond. | ||||
| * | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-03-21 | 1 | -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 Pitrou | 2011-03-24 | 1 | -15/+40 |
| | | |||||
* | | Issue #11653: fix -W with -j in regrtest | Antoine Pitrou | 2011-03-23 | 1 | -7/+14 |
| | | |||||
* | | Use transient_internet() consistently in test_imaplib | Antoine Pitrou | 2011-03-23 | 1 | -12/+16 |
| | | |||||
* | | Use shorter timings in test_concurrent_futures to make it a bit faster | Antoine Pitrou | 2011-03-22 | 1 | -9/+9 |
| | | | | | | | | (it's still very slow) | ||||
* | | Always print out the traceback when a test "crashed" | Antoine Pitrou | 2011-03-21 | 1 | -5/+2 |
| | | |||||
* | | Try to make test_import a bit more robust | Antoine Pitrou | 2011-03-21 | 1 | -0/+3 |
| | | |||||
* | | Relax timing check (seen a buildbot failure on this) | Antoine Pitrou | 2011-03-21 | 1 | -1/+1 |
| | | |||||
* | | Issue #10864 has been fixed: remove the workaround | Victor Stinner | 2011-03-21 | 1 | -6/+2 |
| | | |||||
* | | Merge | Antoine Pitrou | 2011-03-20 | 1 | -0/+19 |
|\ \ | |||||
| * | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 1 | -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 Pitrou | 2011-03-20 | 1 | -4/+4 |
|/ / | |||||
* | | Merge | Antoine Pitrou | 2011-03-20 | 2 | -5/+11 |
|\ \ | |/ | |||||
| * | Call reap_children() where appropriate | Antoine Pitrou | 2011-03-20 | 2 | -5/+11 |
| | | |||||
* | | Add a check for sys.warnoptions in regrtest. | Ezio Melotti | 2011-03-20 | 1 | -1/+8 |
| | | |||||
* | | branch merge 3.2 | Senthil Kumaran | 2011-03-19 | 1 | -0/+16 |
|\ \ | |||||
| * \ | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -0/+16 |
| |\ \ | | |/ | | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
| | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -0/+15 |
| | | | | | | | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
* | | | Call unfakehttp in order to close connection while opening the connection ↵ | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 |
|/ / | | | | | | | | | | | through a fakehttp object. Address issue11609 - urllib related buildbots failure. | ||||
* | | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. | Senthil Kumaran | 2011-03-19 | 1 | -1/+6 |
| | | |||||
* | | Close #11577: Improve binhex test coverage and fix ResourceWarning | Nick Coghlan | 2011-03-17 | 1 | -0/+11 |
| | |