Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names | Steven Bethard | 2011-03-26 | 4 | -14/+89 |
| | | | | for the names of optional and positional arguments in help messages. | ||||
* | Merge #11675 | Mark Dickinson | 2011-03-26 | 3 | -1/+22 |
|\ | |||||
| * | Merge #11675 | Mark Dickinson | 2011-03-26 | 3 | -1/+22 |
| |\ | |||||
| | * | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. | Mark Dickinson | 2011-03-26 | 3 | -1/+22 |
| | | | |||||
* | | | Merge #10553 followup from 3.2 | Éric Araujo | 2011-03-26 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | #10553: Explain why compileall has no command-line argument to control ↵ | Éric Araujo | 2011-03-26 | 1 | -0/+3 |
| | | | | | | | | | | | | optimization | ||||
* | | | Branch merge | Éric Araujo | 2011-03-26 | 9 | -28/+10 |
|\ \ \ | |||||
| * | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 9 | -29/+10 |
| | | | | |||||
* | | | | Merge 3.2 | Éric Araujo | 2011-03-26 | 4 | -33/+19 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Branch merge | Éric Araujo | 2011-03-26 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * \ \ | Merge doc touchups from 3.1 | Éric Araujo | 2011-03-25 | 4 | -33/+19 |
| | |\ \ \ | |||||
| * | \ \ \ | Merge 3.1 | Éric Araujo | 2011-03-26 | 4 | -33/+19 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Branch merge | Éric Araujo | 2011-03-26 | 4 | -31/+18 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Branch merge | Éric Araujo | 2011-03-25 | 4 | -31/+18 |
| | | |\ \ \ | |||||
| | | | * | | | Tweaks to sys.flags description table. | Éric Araujo | 2011-03-25 | 1 | -25/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The options listed in the table are now links to their documentation, and the table uses compact markup to make it easier to read and edit. First proposed in #10998. | ||||
| | | | * | | | Remove untrue statement from tutorial | Éric Araujo | 2011-03-25 | 1 | -4/+1 |
| | | | | | | | |||||
| | | | * | | | Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] | Éric Araujo | 2011-03-25 | 2 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | 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 | 3 | -10/+26 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Issue #11666: Teach pydoc to display full help for named tuples | Raymond Hettinger | 2011-03-25 | 3 | -10/+26 |
| | | | | |||||
* | | | | 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. | ||||
* | | | Issue #11071: Fix whatsnew description of O/S access to raw bytes. | Raymond Hettinger | 2011-03-25 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #11071: Fix whatsnew description of O/S access to raw bytes. | Raymond Hettinger | 2011-03-25 | 1 | -2/+2 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | 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 from 3.2 again | Kurt B. Kaiser | 2011-03-25 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.1 again | Kurt B. Kaiser | 2011-03-25 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | 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 from 3.2 again | Kurt B. Kaiser | 2011-03-25 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 3.2 heads | Kurt B. Kaiser | 2011-03-25 | 2 | -4/+12 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge default heads | Kurt B. Kaiser | 2011-03-25 | 1 | -6/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Issue #11634: Remove misleading paragraph from a comment | Eli Bendersky | 2011-03-24 | 1 | -6/+2 |
| | | | | | | | |||||
* | | | | | | | 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 |
| |\ \ \ \ \ \ |