summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Clarify that GzipFile.read1() isn't implemented.Antoine Pitrou2011-04-041-1/+1
* #11282: the fail* methods will stay around a few more versions.Ezio Melotti2011-04-031-1/+1
* Merge with 3.1Ezio Melotti2011-04-031-1/+1
|\
| * Fix typo noticed by Sandro Tosi.Ezio Melotti2011-04-031-1/+1
| * Merge issue 11662.Guido van Rossum2011-03-291-0/+4
| |\
* | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-2/+9
* | | Fix markup and wording.Raymond Hettinger2011-03-311-3/+4
* | | Add links to make the math docs more usable.Raymond Hettinger2011-03-311-7/+23
* | | Merge issue 11662.Guido van Rossum2011-03-291-0/+4
|\ \ \
| * \ \ Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+4
* | | | #10617: merge with 3.1.Ezio Melotti2011-03-281-8/+50
|\ \ \ \ | | |_|/ | |/| |
| * | | #10617: add class directives to collections ABCs.Ezio Melotti2011-03-281-8/+50
* | | | 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.Steven Bethard2011-03-261-5/+16
* | | | #10553: Explain why compileall has no command-line argument to control optimi...Éric Araujo2011-03-261-0/+3
* | | | Merge 3.1Éric Araujo2011-03-264-33/+19
|\ \ \ \ | |/ / /
| * | | Tweaks to sys.flags description table.Éric Araujo2011-03-251-25/+15
| * | | 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
| | |/ | |/|
* | | Issue #11071: Fix whatsnew description of O/S access to raw bytes.Raymond Hettinger2011-03-251-2/+2
| |/ |/|
* | 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 #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
|\ \ | |/
| * Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
* | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
|\ \ | |/
| * Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
* | Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
|\ \ | |/
| * Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
* | 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
|\ \ | |/
| * Fix typo in class nameÉric Araujo2011-03-201-1/+1
* | 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
* | 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 7391: Remove questionable and outdated HOWTO document with permission f...Raymond Hettinger2011-03-192-291/+0
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts ...Raymond Hettinger2011-03-161-9/+9
* | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...Michael Foord2011-03-151-6/+3
* | Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
|\ \ | |/
| * #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
* | Followup to 4c59cd84086f: add an entry in the porting guide and a "versioncha...Antoine Pitrou2011-03-152-2/+7
* | Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-151-3/+4
|\ \ | |/
| * #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-3/+4
* | Merge redundant __contains__ doc fix from 3.1.R David Murray2011-03-151-6/+0
|\ \ | |/