summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Start documenting the event loopAntoine Pitrou2013-11-231-0/+57
* Document asyncio transport APIsAntoine Pitrou2013-11-231-0/+170
* Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-21/+15
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-232-0/+609
* Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+Christian Heimes2013-11-231-0/+1
* Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-231-46/+70
* Add source link for asyncio.Guido van Rossum2013-11-231-0/+3
* Finish protocol documentationAntoine Pitrou2013-11-231-12/+54
* Start documenting protocolsAntoine Pitrou2013-11-231-0/+130
* Mention threadpool interface in asyncio overview.Guido van Rossum2013-11-221-0/+4
* Issue #19291: add crude stubs to the asyncio docsAntoine Pitrou2013-11-221-5/+94
* Wording changesAndrew Kuchling2013-11-221-5/+5
* Wording changes to pathlib docs.Andrew Kuchling2013-11-221-4/+3
* Fix markup of notes recommending asyncio.Guido van Rossum2013-11-222-4/+8
* Merge headsZachary Ware2013-11-224-3/+9
|\
| * Add note to asyncore/asynchat recommending asyncio for new code.Guido van Rossum2013-11-222-0/+6
| * Move select, selectors, asyncio to section 18 (IPC).Guido van Rossum2013-11-222-3/+3
* | Issue #18326: merge with 3.3Zachary Ware2013-11-221-0/+3
|\ \ | |/ |/|
| * Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-221-0/+3
* | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I...Guido van Rossum2013-11-222-0/+21
* | Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).Antoine Pitrou2013-11-224-0/+884
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-64/+80
* | Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-221-1/+11
* | Close #19552: venv and pyvenv ensurepip integrationNick Coghlan2013-11-221-2/+13
* | Issue #18147: Add missing documentation for SSLContext.get_ca_certs().Christian Heimes2013-11-221-0/+12
* | Issue #17134: Finalize interface to Windows' certificate store. Cert andChristian Heimes2013-11-221-15/+30
* | Issue #8813: Add SSLContext.verify_flags to change the verification flagsChristian Heimes2013-11-211-0/+45
* | Issue #14455: plistlib now supports binary plists and has an updated API.Ronald Oussoren2013-11-211-29/+152
* | Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSPChristian Heimes2013-11-211-0/+4
* | Issue #18138: Implement cadata argument of SSLContext.load_verify_location()Christian Heimes2013-11-211-1/+10
* | Issue #18775: Add name and block_size attribute to HMAC object. They nowChristian Heimes2013-11-201-0/+19
* | Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-201-2/+9
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+11
* | #2927: Added the unescape() function to the html module.Ezio Melotti2013-11-192-0/+12
* | Merge from 3.3Andrew Kuchling2013-11-191-52/+51
|\ \ | |/
| * #1098749: re-word gettext docs to not encourage using pygettext so much.Andrew Kuchling2013-11-191-52/+51
* | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.Serhiy Storchaka2013-11-191-7/+18
* | Issue #8402: Added the escape() function to the glob module.Serhiy Storchaka2013-11-181-0/+11
* | Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.Antoine Pitrou2013-11-171-0/+70
* | Merge.Richard Oudkerk2013-11-171-6/+18
|\ \ | |/
| * Issue 16998: Clarify that += on a shared value is not atomic.Richard Oudkerk2013-11-171-6/+18
* | Issue #19508: direct the user to read the security considerations for the ssl...Antoine Pitrou2013-11-171-5/+14
|\ \ | |/
| * Issue #19508: direct the user to read the security considerations for the ssl...Antoine Pitrou2013-11-171-5/+14
* | Close #19282: Native context management in dbmNick Coghlan2013-11-171-16/+22
* | #19238: merge with 3.3.Ezio Melotti2013-11-171-1/+1
|\ \ | |/
| * #19238: fix typo in documentation.Ezio Melotti2013-11-171-1/+1
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-161-1/+1
* | Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-163-0/+18
* | Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-161-3/+7
* | Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-152-3/+3
|\ \ | |/