summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * #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-192-7/+25
* | 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 indentation fix in doc example from 3.3.Ezio Melotti2013-11-171-5/+5
|\ \ | |/
| * Fix indentation in doc example.Ezio Melotti2013-11-171-5/+5
* | 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 #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils...Andrew Kuchling2013-11-101-1/+2
* | Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-153-8/+8
|\ \ | |/
| * Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-153-8/+8
* | Issue #19544 and Issue #6516: Restore support for --user and --group paramete...Andrew Kuchling2013-11-151-5/+13
* | Issue #17839: mention base64 change in What's NewNick Coghlan2013-11-131-0/+8
* | Close #17828: better handling of codec errorsNick Coghlan2013-11-131-13/+65
* | Merge from 3.3Andrew Kuchling2013-11-123-4/+4
|\ \ | |/
| * Update e-mail addressAndrew Kuchling2013-11-123-4/+4
* | Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-116-2/+169
* | Merge with 3.3 for Issue #19544 and Issue #7457Jason R. Coombs2013-11-101-0/+42
|\ \ | |/
| * Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.di...Jason R. Coombs2013-11-101-0/+42
* | Issue #16685: Added support for any bytes-like objects in the audioop module.Serhiy Storchaka2013-11-101-2/+6
* | Merge headsSerhiy Storchaka2013-11-101-2/+2
|\ \
| * | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...Atsuo Ishimoto2012-07-161-2/+2
* | | Issue #19261: Added support for writing 24-bit samples in the sunau module.Serhiy Storchaka2013-11-101-0/+3
|/ /
* | C API doc: try to group concrete objectsVictor Stinner2013-11-071-7/+15
* | Merge #18985: Improve fcntl documentation.R David Murray2013-11-071-5/+8
|\ \ | |/
| * #18985: Improve fcntl documentation.R David Murray2013-11-071-5/+8
* | Fix typo in updated dis docsNick Coghlan2013-11-061-1/+1
* | Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-061-18/+23
* | doc: fix typoVictor Stinner2013-11-061-1/+1
* | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...Tim Golden2013-11-051-3/+3