summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #19639: update the repr of the match objects in the docs. Patch by Claudiu P...Ezio Melotti2013-11-233-18/+18
* Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-232-9/+41
* #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-231-11/+24
* Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-231-0/+4
* Tweak ssl docsAntoine Pitrou2013-11-231-23/+53
* mergeChristian Heimes2013-11-231-7/+10
|\
| * Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-231-7/+10
* | Issue #19689: Add ssl.create_default_context() factory function. It createsChristian Heimes2013-11-231-0/+18
* | Correct documentation clientAuth -> CLIENT_AUTHChristian Heimes2013-11-231-2/+2
|/
* Issue #19292: Add SSLContext.load_default_certs() to load default root CAChristian Heimes2013-11-231-1/+30
* Document create_connectionAntoine Pitrou2013-11-231-0/+71
* 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-232-29/+25
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-234-2/+666
* Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+Christian Heimes2013-11-231-0/+1
* Issue #19551: Update whatsnew.Ned Deily2013-11-231-3/+2
* Update What's New with PEP 453 progressNick Coghlan2013-11-231-9/+19
* Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-232-62/+104
* 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-222-2/+7
|\ \ | |/ |/|
| * Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-222-2/+7
* | 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-225-0/+902
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-223-210/+409
* | Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-222-2/+13
* | Close #19552: venv and pyvenv ensurepip integrationNick Coghlan2013-11-222-3/+22
* | Issue #19619: Update What's New for codec blacklistNick Coghlan2013-11-221-11/+12
* | 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
* | Clarify where "Documenting Python" can be found.Guido van Rossum2013-11-201-1/+2
* | 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-202-2/+12
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-203-0/+41
* | #2927: Added the unescape() function to the html module.Ezio Melotti2013-11-192-0/+12
* | Merge from 3.3Andrew Kuchling2013-11-191-52/+51
|\ \ | |/