Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | revert unintended changes | Benjamin Peterson | 2011-03-26 | 2 | -18/+1 | |
| | | | | | | ||||||
| | * | | | | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 3 | -1/+30 | |
| | | | | | | ||||||
* | | | | | | Merge with 3.2 | Ross Lagerwall | 2011-03-26 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | 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. | |||||
* | | | | | | Issue #11635: Don't use polling in worker threads and processes launched by | Antoine Pitrou | 2011-03-26 | 2 | -48/+94 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | concurrent.futures. | |||||
| * | | | | | Issue #11635: Don't use polling in worker threads and processes launched by | Antoine Pitrou | 2011-03-26 | 2 | -79/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | concurrent.futures. | |||||
* | | | | | | Merge from 3.2 | Antoine Pitrou | 2011-03-26 | 1 | -5/+10 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | 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 | 2 | -0/+178 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | (Merge from 3.2.) | |||||
| * | | | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match. | Steven Bethard | 2011-03-26 | 2 | -0/+178 | |
| | | | | | | ||||||
* | | | | | | Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names | Steven Bethard | 2011-03-26 | 2 | -4/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | for the names of optional and positional arguments in help messages. | |||||
* | | | | | | Merge #11675 | Mark Dickinson | 2011-03-26 | 2 | -1/+18 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge #11675 | Mark Dickinson | 2011-03-26 | 2 | -1/+18 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. | Mark Dickinson | 2011-03-26 | 2 | -1/+18 | |
| | | | | | | ||||||
* | | | | | | Branch merge | Éric Araujo | 2011-03-26 | 2 | -7/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 2 | -7/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge from 3.2 | Kurt B. Kaiser | 2011-03-26 | 2 | -13/+13 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge from 3.1 | Kurt B. Kaiser | 2011-03-26 | 2 | -13/+13 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 | Kurt B. Kaiser | 2011-03-26 | 2 | -13/+13 | |
| | | | | | | | ||||||
* | | | | | | | Issue #11666: Teach pydoc to display full help for named tuples | Raymond Hettinger | 2011-03-25 | 2 | -10/+23 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Issue #11666: Teach pydoc to display full help for named tuples | Raymond Hettinger | 2011-03-25 | 2 | -10/+23 | |
| | | | | | | ||||||
* | | | | | | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. | R David Murray | 2011-03-25 | 1 | -7/+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. | |||||
* | | | | | | Merge #11584: Since __getitem__ returns headers, make decode_header handle them. | R David Murray | 2011-03-25 | 2 | -0/+20 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | #11584: Since __getitem__ returns headers, make decode_header handle them. | R David Murray | 2011-03-25 | 2 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Why I consider this a bug rather than an API change: the API change was to Message, which didn't used to return Headers unless you added them yourself. Now it does (for 8bit binary header input), so decode_header needs to be able to handle them. | |||||
* | | | | | | #2650: Merge with 3.2. | Ezio Melotti | 2011-03-25 | 2 | -24/+56 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | #2650: Merge with 3.1. | Ezio Melotti | 2011-03-25 | 2 | -24/+56 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | #2650: Refactor re.escape to use enumerate(). | Ezio Melotti | 2011-03-25 | 1 | -2/+1 | |
| | | | | | | ||||||
| | * | | | | #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 | Kurt B. Kaiser | 2011-03-24 | 2 | -3/+11 | |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | | * | | | Merge 3.1 | Kurt B. Kaiser | 2011-03-24 | 2 | -3/+11 | |
| | | |\ \ \ | ||||||
| * | | \ \ \ | Merge 3.2 heads | Kurt B. Kaiser | 2011-03-25 | 2 | -4/+12 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a | Thomas Wouters | 2011-03-25 | 2 | -28/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | few other assertEqual tests that snuck in), and expand the docstrings and comments explaining why and how these tests are supposed to work. | |||||
* | | | | | | | Merge heads | Kurt B. Kaiser | 2011-03-24 | 5 | -38/+28 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | #11093: make NOTTESTS empty by renaming confusingly named files in test dir. | R David Murray | 2011-03-24 | 4 | -10/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Sandro Tosi. | |||||
| * | | | | | | | #11031: Add --testdir to specify where to find tests | R David Murray | 2011-03-24 | 1 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Sandro Tosi. The main purpose of this option is to allow an alternate set of tests files to be used when running tests of the regrtest tool itself. | |||||
| * | | | | | | | #11030: make --coverdir work for relative directories again. | R David Murray | 2011-03-24 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove test_importable(). Couldn't see how to make this reliable across all ↵ | Raymond Hettinger | 2011-03-24 | 1 | -25/+0 | |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | platforms. | |||||
* | | | | | | | Merge 3.2 | Kurt B. Kaiser | 2011-03-24 | 2 | -4/+12 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Merge 3.2 | Kurt B. Kaiser | 2011-03-24 | 2 | -4/+12 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge from 3.2 | Kurt B. Kaiser | 2011-03-23 | 2 | -4/+12 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||||
| | | * | | | | | Merge from 3.1 | Kurt B. Kaiser | 2011-03-22 | 2 | -4/+12 | |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | ||||||
| | | | * | | | | <Home> toggle non-functional when NumLock set | Kurt B. Kaiser | 2011-03-21 | 2 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Windows. Issue3851. | |||||
* | | | | | | | | Isolate the test_source() test in test_collections | Raymond Hettinger | 2011-03-24 | 1 | -5/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 2 | -61/+103 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 2 | -61/+103 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | |