summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type namesSteven Bethard2011-03-264-14/+89
| | | | for the names of optional and positional arguments in help messages.
* Merge #11675Mark Dickinson2011-03-263-1/+22
|\
| * Merge #11675Mark Dickinson2011-03-263-1/+22
| |\
| | * Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-263-1/+22
| | |
* | | Merge #10553 followup from 3.2Éric Araujo2011-03-261-0/+3
|\ \ \ | |/ /
| * | #10553: Explain why compileall has no command-line argument to control ↵Éric Araujo2011-03-261-0/+3
| | | | | | | | | | | | optimization
* | | Branch mergeÉric Araujo2011-03-269-28/+10
|\ \ \
| * | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-269-29/+10
| | | |
* | | | Merge 3.2Éric Araujo2011-03-264-33/+19
|\ \ \ \ | | |/ / | |/| |
| * | | Branch mergeÉric Araujo2011-03-260-0/+0
| |\ \ \
| | * \ \ Merge doc touchups from 3.1Éric Araujo2011-03-254-33/+19
| | |\ \ \
| * | \ \ \ Merge 3.1Éric Araujo2011-03-264-33/+19
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Branch mergeÉric Araujo2011-03-264-31/+18
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Branch mergeÉric Araujo2011-03-254-31/+18
| | | |\ \ \
| | | | * | | Tweaks to sys.flags description table.Éric Araujo2011-03-251-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 Araujo2011-03-251-4/+1
| | | | | | |
| | | | * | | Use universal construct os.path.expanduser('~') instead of os.environ['HOME']Éric Araujo2011-03-252-2/+2
| | | | | | |
* | | | | | | Merge from 3.2Kurt B. Kaiser2011-03-262-13/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge from 3.1Kurt B. Kaiser2011-03-262-13/+13
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |
| | * | | | <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676Kurt B. Kaiser2011-03-262-13/+13
| | |/ / /
* | | | | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-253-10/+26
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-253-10/+26
| | | |
* | | | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox.R David Murray2011-03-251-7/+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.
* | | Issue #11071: Fix whatsnew description of O/S access to raw bytes.Raymond Hettinger2011-03-251-2/+2
|\ \ \ | |/ /
| * | Issue #11071: Fix whatsnew description of O/S access to raw bytes.Raymond Hettinger2011-03-251-2/+2
| | |
* | | Merge #11584: Since __getitem__ returns headers, make decode_header handle them.R David Murray2011-03-252-0/+20
|\ \ \ | |/ /
| * | #11584: Since __getitem__ returns headers, make decode_header handle them.R David Murray2011-03-252-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 Melotti2011-03-252-24/+56
|\ \ \ | |/ /
| * | #2650: Merge with 3.1.Ezio Melotti2011-03-252-24/+56
| |\ \ | | |/
| | * #2650: Refactor re.escape to use enumerate().Ezio Melotti2011-03-251-2/+1
| | |
| | * #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
| | |
* | | Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and aThomas Wouters2011-03-252-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 againKurt B. Kaiser2011-03-250-0/+0
|\ \ \ | |/ /
| * | Merge from 3.1 againKurt B. Kaiser2011-03-250-0/+0
| |\ \ | | |/
| | * Merge 3.1Kurt B. Kaiser2011-03-242-3/+11
| | |\
| | | * Merge 3.1Kurt B. Kaiser2011-03-242-3/+11
| | | |\
* | | | \ Merge from 3.2 againKurt B. Kaiser2011-03-250-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 3.2 headsKurt B. Kaiser2011-03-252-4/+12
| |\ \ \ \
* | \ \ \ \ Merge default headsKurt B. Kaiser2011-03-251-6/+2
|\ \ \ \ \ \
| * | | | | | Issue #11634: Remove misleading paragraph from a commentEli Bendersky2011-03-241-6/+2
| | | | | | |
* | | | | | | Merge headsKurt B. Kaiser2011-03-245-38/+28
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #11093: make NOTTESTS empty by renaming confusingly named files in test dir.R David Murray2011-03-244-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Sandro Tosi.
| * | | | | | #11031: Add --testdir to specify where to find testsR David Murray2011-03-241-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 Murray2011-03-241-1/+3
| | | | | | |
| * | | | | | Remove test_importable(). Couldn't see how to make this reliable across all ↵Raymond Hettinger2011-03-241-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | platforms.
* | | | | | | Merge 3.2Kurt B. Kaiser2011-03-242-4/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge 3.2Kurt B. Kaiser2011-03-242-4/+12
| |\ \ \ \ \ \