summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-2715-4/+28
|\ \ \ | |/ /
| * | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-2715-4/+28
* | | 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-261-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: 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-231-2/+2
|\ \ \ | |/ /
| * | fix error in split() examples (closes #22459)Benjamin Peterson2014-09-231-2/+2
* | | MERGE: Typo: headeronly -> headersonlyJesus Cea2014-09-211-1/+1
|\ \ \ | |/ /
| * | Typo: headeronly -> headersonlyJesus Cea2014-09-211-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-201-1/+1
|\ \ | |/
* | 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
* | 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
* | 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-171-3/+6
* | Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-171-6/+9
|\ \ | |/
| * Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-171-6/+9
* | Closes #18159: ConfigParser getters not available on SectionProxyŁukasz Langa2014-09-151-11/+35
* | Fix full-stop whitespace in configparser docsŁukasz Langa2014-09-151-42/+44
* | Closes #20537: logging methods now accept an exception instance as well as a ...Vinay Sajip2014-09-141-4/+9
* | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-121-2/+17
* | Closes #22386: merged fix from 3.4.Vinay Sajip2014-09-111-2/+2
|\ \ | |/
| * Issue #22386: fixed regression.Vinay Sajip2014-09-111-2/+2
* | Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-111-4/+20
* | Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-106-14/+14
|\ \ | |/
| * Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-106-14/+14
| * Issue #22346: also include asyncio PEP 411 notice in 3.4Nick Coghlan2014-09-061-0/+7
* | imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-091-0/+13
* | - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-28/+39
* | Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346.Guido van Rossum2014-09-061-0/+7
* | Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Antoine Pitrou2014-09-041-4/+14
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-2/+2
* | Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...Guido van Rossum2014-09-021-1/+9
* | sigma actually works in latex...Benjamin Peterson2014-09-011-3/+3
* | try to pick a unicode char that latex understandsBenjamin Peterson2014-09-011-1/+1
* | a more universal unicode char exampleBenjamin Peterson2014-09-011-2/+1
* | (Merge 3.4) Closes #22275: asyncio: enhance documentation of OS supportVictor Stinner2014-08-312-8/+26
|\ \ | |/
| * Closes #22275: asyncio: enhance documentation of OS supportVictor Stinner2014-08-312-8/+26