summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...Antoine Pitrou2014-09-302-0/+13
* Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-291-0/+6
* #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-292-0/+10
* Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.)R David Murray2014-09-291-1/+1
|\
| * #20135: FAQ entry for list mutation. (See also 6375bf34fff6.)R David Murray2014-09-291-1/+1
* | #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+76
|\ \ | |/
| * #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+76
* | Revert #22251Berker Peksag2014-09-2818-38/+6
|\ \ | |/
| * Revert #22251Berker Peksag2014-09-2818-38/+6
* | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-2718-6/+38
|\ \ | |/
| * Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-2718-6/+38
* | Merge: #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.R David Murray2014-09-271-17/+54
|\ \ | |/
| * #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.R David Murray2014-09-271-17/+54
* | Merge: #20974: Update version table in email intro.R David Murray2014-09-271-3/+7
|\ \ | |/
| * #20974: Update version table in email intro.R David Murray2014-09-271-3/+7
* | Issue #16324: _charset parameter of MIMEText now also accepts email.charset.C...Berker Peksag2014-09-271-1/+5
* | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+10
|\ \ | |/
| * Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+10
* | merge 3.4 (#22484)Benjamin Peterson2014-09-241-2/+3
|\ \ | |/
| * allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-241-2/+3
* | Merge: Improve English phrasing in asyncio task docs.R David Murray2014-09-241-9/+9
|\ \ | |/
| * Improve English phrasing in asyncio task docs.R David Murray2014-09-241-9/+9
* | merge 3.4 (#22459)Benjamin Peterson2014-09-221-2/+2
|\ \ | |/
| * fix error in split() examples (closes #22459)Benjamin Peterson2014-09-221-2/+2
| * Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder toGeorg Brandl2014-09-222-27/+7
* | Issue #21431: merge from 3.4Ned Deily2014-09-222-27/+7
* | MERGE: Typo: headeronly -> headersonlyJesus Cea2014-09-221-1/+1
|\ \ | |/
| * Typo: headeronly -> headersonlyJesus Cea2014-09-221-1/+1
* | Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-6/+12
|\ \ | |/
| * Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-6/+12
* | merge with 3.4Georg Brandl2014-09-218-59/+59
|\ \ | |/
| * Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-217-58/+58
* | Merge: #21091: make is_attachment a method.R David Murray2014-09-201-2/+6
|\ \ | |/
| * #21091: make is_attachment a method.R David Murray2014-09-201-2/+6
* | merge 3.4Benjamin Peterson2014-09-191-9/+18
|\ \ | |/
| * standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
| * remove extra letterBenjamin Peterson2014-09-191-1/+1
| * whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
* | Issue #22366: urllib.request.urlopen will accept a context object (SSLContext)Senthil Kumaran2014-09-191-1/+8
* | Closes #22436: Merged documentation update from 3.4.Vinay Sajip2014-09-181-2/+11
|\ \ | |/
| * Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-2/+11
* | merge from 3.4Senthil Kumaran2014-09-183-110/+128
|\ \ | |/
| * Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-110/+128
* | Issue #14824: Update Repr.repr_TYPE documentation to use correct name manglin...Berker Peksag2014-09-181-3/+3
|\ \ | |/
| * Issue #14824: Update Repr.repr_TYPE documentation to use correct name manglin...Berker Peksag2014-09-181-3/+3
* | Issue #21706: Add a versionchanged directive to the functional API docs.Berker Peksag2014-09-181-0/+3
* | Close issue21706: add 'start' parameter to functional APIEthan Furman2014-09-161-3/+6
* | Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-161-6/+9
|\ \ | |/
| * Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-161-6/+9
* | Closes #18159: ConfigParser getters not available on SectionProxyƁukasz Langa2014-09-151-11/+35