Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). | Antoine Pitrou | 2013-11-22 | 5 | -0/+902 |
| | |||||
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 3 | -210/+409 |
| | |||||
* | Close #17916: dis.Bytecode based replacement for distb | Nick Coghlan | 2013-11-22 | 2 | -2/+13 |
| | | | | | | | - Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa | ||||
* | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 2 | -3/+22 |
| | |||||
* | Issue #19619: Update What's New for codec blacklist | Nick Coghlan | 2013-11-22 | 1 | -11/+12 |
| | |||||
* | Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). | Christian Heimes | 2013-11-22 | 1 | -0/+12 |
| | | | | Also change the argument name to the same name as getpeercert() | ||||
* | Issue #17134: Finalize interface to Windows' certificate store. Cert and | Christian Heimes | 2013-11-22 | 1 | -15/+30 |
| | | | | | CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs. | ||||
* | Issue #8813: Add SSLContext.verify_flags to change the verification flags | Christian Heimes | 2013-11-21 | 1 | -0/+45 |
| | | | | | of the context in order to enable certification revocation list (CRL) checks or strict X509 rules. | ||||
* | Issue #14455: plistlib now supports binary plists and has an updated API. | Ronald Oussoren | 2013-11-21 | 1 | -29/+152 |
| | | | | | | | This patch adds support for binary plists on OSX to plistlib (based on a patch by 'dpounces'). The patch also cleans up the API for the plistlib module. | ||||
* | Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP | Christian Heimes | 2013-11-21 | 1 | -0/+4 |
| | | | | and CRL distribution points. | ||||
* | Issue #18138: Implement cadata argument of SSLContext.load_verify_location() | Christian Heimes | 2013-11-21 | 1 | -1/+10 |
| | | | | | to load CA certificates and CRL from memory. It supports PEM and DER encoded strings. | ||||
* | Clarify where "Documenting Python" can be found. | Guido van Rossum | 2013-11-20 | 1 | -1/+2 |
| | |||||
* | Issue #18775: Add name and block_size attribute to HMAC object. They now | Christian Heimes | 2013-11-20 | 1 | -0/+19 |
| | | | | provide the same API elements as non-keyed cryptographic hash functions. | ||||
* | Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC | Christian Heimes | 2013-11-20 | 2 | -2/+12 |
| | | | | module supports digestmod names, e.g. hmac.HMAC('sha1'). | ||||
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. | Christian Heimes | 2013-11-20 | 3 | -0/+41 |
| | | | | Python now uses SipHash24 on all major platforms. | ||||
* | #2927: Added the unescape() function to the html module. | Ezio Melotti | 2013-11-19 | 2 | -0/+12 |
| | |||||
* | Merge from 3.3 | Andrew Kuchling | 2013-11-19 | 1 | -52/+51 |
|\ | |||||
| * | #1098749: re-word gettext docs to not encourage using pygettext so much. | Andrew Kuchling | 2013-11-19 | 1 | -52/+51 |
| | | | | | | | | Also, add a link to the Babel package. | ||||
* | | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. | Serhiy Storchaka | 2013-11-19 | 2 | -7/+25 |
| | | | | | | | | | | | | | | | | | | | | The utf-16* and utf-32* encoders no longer allow surrogate code points (U+D800-U+DFFF) to be encoded. The utf-32* decoders no longer decode byte sequences that correspond to surrogate code points. The surrogatepass error handler now works with the utf-16* and utf-32* codecs. Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu. | ||||
* | | Issue #8402: Added the escape() function to the glob module. | Serhiy Storchaka | 2013-11-18 | 1 | -0/+11 |
| | | |||||
* | | Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. | Antoine Pitrou | 2013-11-17 | 1 | -0/+70 |
| | | |||||
* | | Merge indentation fix in doc example from 3.3. | Ezio Melotti | 2013-11-17 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Fix indentation in doc example. | Ezio Melotti | 2013-11-17 | 1 | -5/+5 |
| | | |||||
* | | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -6/+18 |
|\ \ | |/ | |||||
| * | Issue 16998: Clarify that += on a shared value is not atomic. | Richard Oudkerk | 2013-11-17 | 1 | -6/+18 |
| | | |||||
* | | Issue #19508: direct the user to read the security considerations for the ↵ | Antoine Pitrou | 2013-11-17 | 1 | -5/+14 |
|\ \ | |/ | | | | | ssl module | ||||
| * | Issue #19508: direct the user to read the security considerations for the ↵ | Antoine Pitrou | 2013-11-17 | 1 | -5/+14 |
| | | | | | | | | ssl module | ||||
* | | Close #19282: Native context management in dbm | Nick Coghlan | 2013-11-17 | 1 | -16/+22 |
| | | |||||
* | | #19238: merge with 3.3. | Ezio Melotti | 2013-11-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #19238: fix typo in documentation. | Ezio Melotti | 2013-11-17 | 1 | -1/+1 |
| | | |||||
* | | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). | Ezio Melotti | 2013-11-16 | 1 | -1/+1 |
| | | |||||
* | | Issue #16685: Added support for writing any bytes-like objects in the aifc, | Serhiy Storchaka | 2013-11-16 | 3 | -0/+18 |
| | | | | | | | | sunau, and wave modules. | ||||
* | | Issue #5202: Added support for unseekable files in the wave module. | Serhiy Storchaka | 2013-11-16 | 1 | -3/+7 |
| | | |||||
* | | Issue #19544 and Issue #1180: Restore global option to ignore ↵ | Andrew Kuchling | 2013-11-10 | 1 | -1/+2 |
| | | | | | | | | ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. | ||||
* | | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 3 | -8/+8 |
|\ \ | |/ | |||||
| * | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 3 | -8/+8 |
| | | |||||
* | | Issue #19544 and Issue #6516: Restore support for --user and --group ↵ | Andrew Kuchling | 2013-11-15 | 1 | -5/+13 |
| | | | | | | | | parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. | ||||
* | | Issue #17839: mention base64 change in What's New | Nick Coghlan | 2013-11-13 | 1 | -0/+8 |
| | | |||||
* | | Close #17828: better handling of codec errors | Nick Coghlan | 2013-11-13 | 1 | -13/+65 |
| | | | | | | | | | | | | | | | | - output type errors now redirect users to the type-neutral convenience functions in the codecs module - stateless errors that occur during encoding and decoding will now be automatically wrapped in exceptions that give the name of the codec involved | ||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-11-12 | 3 | -4/+4 |
|\ \ | |/ | |||||
| * | Update e-mail address | Andrew Kuchling | 2013-11-12 | 3 | -4/+4 |
| | | |||||
* | | Close #19406: Initial implementation of ensurepip | Nick Coghlan | 2013-11-11 | 6 | -2/+169 |
| | | | | | | | | Patch by Donald Stufft and Nick Coghlan | ||||
* | | Merge with 3.3 for Issue #19544 and Issue #7457 | Jason R. Coombs | 2013-11-10 | 1 | -0/+42 |
|\ \ | |/ | |||||
| * | Issue 19544 and Issue #7457: Restore the read_pkg_file method to ↵ | Jason R. Coombs | 2013-11-10 | 1 | -0/+42 |
| | | | | | | | | distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. | ||||
* | | Issue #16685: Added support for any bytes-like objects in the audioop module. | Serhiy Storchaka | 2013-11-10 | 1 | -2/+6 |
| | | | | | | | | Removed support for strings. | ||||
* | | Merge heads | Serhiy Storchaka | 2013-11-10 | 1 | -2/+2 |
|\ \ | |||||
| * | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` ↵ | Atsuo Ishimoto | 2012-07-16 | 1 | -2/+2 |
| | | | | | | | | | | | | to socket module. | ||||
* | | | Issue #19261: Added support for writing 24-bit samples in the sunau module. | Serhiy Storchaka | 2013-11-10 | 1 | -0/+3 |
|/ / | |||||
* | | C API doc: try to group concrete objects | Victor Stinner | 2013-11-07 | 1 | -7/+15 |
| | | |||||
* | | Merge #18985: Improve fcntl documentation. | R David Murray | 2013-11-07 | 1 | -5/+8 |
|\ \ | |/ |