summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* faulthandler: fix unregister() if it is called before register()Victor Stinner2011-04-081-1/+2
* Merged whitespace fix.Vinay Sajip2011-04-081-1/+1
|\
| * Normalised whitespace.Vinay Sajip2011-04-081-1/+1
* | Merged doc fix in 3.2.Vinay Sajip2011-04-081-2/+9
|\ \ | |/
| * Updated Formatter documentation.Vinay Sajip2011-04-081-2/+9
* | #1690608: make formataddr RFC2047 aware.R David Murray2011-04-061-1/+8
* | Clarify that GzipFile.read1() is now implementedAntoine Pitrou2011-04-041-0/+3
|\ \ | |/
| * Clarify that GzipFile.read1() isn't implemented.Antoine Pitrou2011-04-041-1/+1
* | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-031-0/+16
* | Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-032-122/+83
* | #11282: merge with 3.2.Ezio Melotti2011-04-031-1/+1
|\ \ | |/
| * #11282: the fail* methods will stay around a few more versions.Ezio Melotti2011-04-031-1/+1
* | Merge with 3.2Ezio 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 #11393: The fault handler handles also SIGABRTVictor Stinner2011-04-012-9/+10
* | | | Fix markup.Georg Brandl2011-04-011-2/+2
* | | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-2/+9
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \
* | | | | Issue #11393: Fix the documentation (cancel_dump_traceback_later)Victor Stinner2011-03-311-3/+3
* | | | | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-304-1/+146
* | | | | Merge.guido@google.com2011-03-2911-71/+155
|\ \ \ \ \
| * | | | | Remove the 'strict' argument to Parser, deprecated since 2.4.R David Murray2011-03-291-8/+3
| * | | | | #10617: merge with 3.2.Ezio Melotti2011-03-281-8/+50
| |\ \ \ \ \ | | |/ / / /
| | * | | | #10617: merge with 3.1.Ezio Melotti2011-03-281-8/+50
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | #10617: add class directives to collections ABCs.Ezio Melotti2011-03-281-8/+50
| * | | | | Add optional *func* argument to itertools.accumulate().Raymond Hettinger2011-03-281-5/+28
| * | | | | 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-262-1/+4
| |\ \ \ \ \
| | * | | | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-262-2/+4
| * | | | | | Merge 3.2Éric Araujo2011-03-264-33/+19
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | 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 #11071: Fix whatsnew description of O/S access to raw bytes.Raymond Hettinger2011-03-251-2/+2
* | | | | | Merge Issue 11662 from 3.2 branch.guido@google.com2011-03-291-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |