summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+5
|\
| * Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+5
* | Issue #8982: Improve the documentation for the argparse Namespace object. (Me...Steven Bethard2011-03-261-5/+16
|\ \ | |/
| * Issue #8982: Improve the documentation for the argparse Namespace object.Steven Bethard2011-03-261-5/+16
* | Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type namesSteven Bethard2011-03-261-10/+26
* | Merge #10553 followup from 3.2Éric Araujo2011-03-261-0/+3
|\ \ | |/
| * #10553: Explain why compileall has no command-line argument to control optimi...Éric Araujo2011-03-261-0/+3
* | Branch mergeÉric Araujo2011-03-261-1/+0
|\ \
| * | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-2/+0
* | | Merge 3.2Éric Araujo2011-03-263-29/+18
|\ \ \ | |/ / |/| / | |/
| * Merge 3.1Éric Araujo2011-03-263-29/+18
| |\
| | * Tweaks to sys.flags description table.Éric Araujo2011-03-251-25/+15
| | * Use universal construct os.path.expanduser('~') instead of os.environ['HOME']Éric Araujo2011-03-252-2/+2
* | | Expose the namedtuple source with a _source attribute.Raymond Hettinger2011-03-231-48/+13
* | | Fix set representation in an example.Raymond Hettinger2011-03-231-1/+1
* | | Minor named tuple clean-ups.Raymond Hettinger2011-03-231-32/+33
* | | Do not touch sys.path when site is imported and python was started with -S.Éric Araujo2011-03-231-1/+12
* | | Issue #10610: Document that int(), float(), and complex() accept numeric lite...Raymond Hettinger2011-03-231-40/+46
|\ \ \ | |/ /
| * | Issue #10610: Document that int(), float(), and complex() accept numeric lite...Raymond Hettinger2011-03-231-40/+46
| |\ \ | | |/
| | * Issue #10610: Document that int(), float(), and complex() accept numeric lite...Raymond Hettinger2011-03-231-40/+46
* | | MergeAntoine Pitrou2011-03-222-1/+2
|\ \ \ | |/ /
| * | Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
| |\ \ | | |/
| | * Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
* | | Merge to default.Georg Brandl2011-03-211-1/+1
|\ \ \ | |/ /
| * | Merge to 3.2.Georg Brandl2011-03-211-1/+1
| |\ \ | | |/
| | * Fix duplicate word.Georg Brandl2011-03-211-1/+1
* | | Merge from 3.1Éric Araujo2011-03-201-1/+1
|\ \ \ | |/ /
| * | Merge from 3.1Éric Araujo2011-03-201-1/+1
| |\ \ | | |/
| | * Fix typo in class nameÉric Araujo2011-03-201-1/+1
* | | Markup fixes for #7198 patch.R David Murray2011-03-201-6/+6
|\ \ \ | |/ /
| * | Merge markup fixes for #7198 patch.R David Murray2011-03-201-3/+3
| |\ \ | | |/
| | * Markup fixes for #7198 patch.R David Murray2011-03-201-3/+3
| * | Really merge #7198R David Murray2011-03-201-10/+11
| |\ \ | | |/
| | * #7198: really add newline='' to csv.writer docs.R David Murray2011-03-201-10/+11
* | | Fix footnote reference.R David Murray2011-03-201-1/+1
* | | mention newline= in write docSkip Montanaro2011-03-201-2/+2
* | | #7198: add newlines='' to csv.writer docs.R David Murray2011-03-201-10/+11
* | | untabSkip Montanaro2011-03-191-1/+1
* | | *sigh* - i don't like this workflow at allSkip Montanaro2011-03-191-52/+0
* | | merge from upstreamSkip Montanaro2011-03-191-1/+1
|\ \ \
| * \ \ Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| |\ \ \ | | |/ /
| | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| | |\ \ | | | |/
| | | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
* | | | commit mergeSkip Montanaro2011-03-192-7/+256
|\ \ \ \ | |/ / /
| * | | Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-171-0/+238
| * | | Issue #5870: Add subprocess.DEVNULL constant.Ross Lagerwall2011-03-161-6/+17
| * | | Fix typo in subprocess documentation.Ronald Oussoren2011-03-161-1/+1
* | | | Mention RFC 4180. Based on input by Tony Wallace in issue 11456.Skip Montanaro2011-03-191-12/+64
|/ / /
* | | Forward port doc update.Raymond Hettinger2011-03-161-9/+9
|\ \ \ | |/ /
| * | Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts ...Raymond Hettinger2011-03-161-9/+9