summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
| * rm extra whitespaceBenjamin Peterson2014-01-181-1/+1
* | merge 3.3Benjamin Peterson2014-01-181-6/+6
|\ \ | |/
| * link to builtin open not io.openBenjamin Peterson2014-01-181-6/+6
* | merge 3.3 (#17814)Benjamin Peterson2014-01-181-8/+16
|\ \ | |/
| * describe type of Popen streams (closes #17814)Benjamin Peterson2014-01-181-8/+16
* | Issues #20194,20195: Add missing :deprecated: markers to some moduleBrett Cannon2014-01-172-3/+4
* | Issue #18394: Document that cgi.FieldStorage now cleans up after itsBrett Cannon2014-01-171-3/+10
* | asyncio: oops, add missing word :-)Victor Stinner2014-01-171-2/+2
* | asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"Victor Stinner2014-01-164-39/+41
* | asyncio: add a new "Develop with asyncio" section to the documentationVictor Stinner2014-01-163-0/+219
* | merge 3.3 (#20272)Benjamin Peterson2014-01-161-16/+16
|\ \ | |/
| * linkify chain.from_iterable (closes #20272)Benjamin Peterson2014-01-161-16/+16
* | merge 3.3 (#20278)Benjamin Peterson2014-01-161-1/+1
|\ \ | |/
| * update pysqlite website (closes #20278)Benjamin Peterson2014-01-161-1/+1
* | Merged documentation update from 3.3.Vinay Sajip2014-01-151-1/+2
|\ \ | |/
| * Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-151-1/+2
* | Merged documentation update from 3.3.Vinay Sajip2014-01-151-8/+9
|\ \ | |/
| * Clarified documentation note on module-level convenience functions.Vinay Sajip2014-01-151-8/+9
* | Issue #14455: Fix some issues with plistlibRonald Oussoren2014-01-151-5/+14
* | Closes #20253: Merge typo fixZachary Ware2014-01-141-2/+2
|\ \ | |/
| * Issue #20253: Fixed a typo in the ipaddress docs that advertised anZachary Ware2014-01-141-2/+2
* | mergeGeorg Brandl2014-01-141-1/+1
|\ \
| * | small grammar fix.Georg Brandl2014-01-121-1/+1
* | | Merge typo fix.Zachary Ware2014-01-141-1/+1
|\ \ \ | | |/ | |/|
| * | Fix typo.Zachary Ware2014-01-141-1/+1
* | | Merge #20236: Fix sphinx markup.R David Murray2014-01-131-1/+1
|\ \ \ | |/ /
| * | #20236: Fix sphinx markup.R David Murray2014-01-131-1/+1
* | | merge from 3.3Senthil Kumaran2014-01-131-0/+64
|\ \ \ | |/ / | | / | |/ |/|
| * Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...Senthil Kumaran2014-01-131-0/+64
* | Fix minor markup bug: sub-toctrees should not have :numbered:Georg Brandl2014-01-111-1/+0
* | whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.R David Murray2014-01-081-4/+4
* | Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
|\ \ | |/
| * Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
* | Issue #19719: Update various finder and loader ABCs such that theirBrett Cannon2014-01-071-2/+14
* | whatsnew: expand 'dis' entry.R David Murray2014-01-071-0/+2
* | whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__.R David Murray2014-01-061-10/+1
* | whatsnew: XMLPullParser, plus some doc updates.R David Murray2014-01-051-9/+14
* | whatsnew: deprecation of HTTPConnection's strict parameter.R David Murray2014-01-031-6/+6
* | whatsnew: unittest import time SkipTest reported as skip not error.R David Murray2014-01-031-2/+3
* | whatsnew: http.server send_error explain parameter.R David Murray2014-01-031-6/+9
* | * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-5/+1
* | Merge and update #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+5
|\ \ | |/
| * #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
* | merge 3.3 (closes #20108)Benjamin Peterson2014-01-021-1/+1
|\ \ | |/
| * remove bracketsBenjamin Peterson2014-01-021-1/+1
* | whatsnew: afic.open supports 'with'.R David Murray2013-12-311-2/+2
* | whatsnew: argparse FileType accepts errors and encodings args.R David Murray2013-12-311-0/+3
* | whatsnew: epoll supports with.R David Murray2013-12-311-3/+8
* | Closes issue 20031. Document unittest.TextTestRunner.run method.Michael Foord2013-12-291-0/+8
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-8/+14
|\ \ | |/