Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | |||||
| * | #18985: Improve fcntl documentation. | R David Murray | 2013-11-07 | 1 | -5/+8 |
| | | | | | | | | Original patch by Vajrasky Kok, further improved (I hope) by me. | ||||
* | | Fix typo in updated dis docs | Nick Coghlan | 2013-11-06 | 1 | -1/+1 |
| | | |||||
* | | Close #19378: address flaws in the new dis module APIs | Nick Coghlan | 2013-11-06 | 1 | -18/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - confusing line_offset parameter -> first_line parameter - systematically test and fix new file parameter - remove redundant Bytecode.show_info() API - rename Bytecode.display_code() to Bytecode.dis() and have it return the multi-line string rather than printing it directly - eliminated some not-so-helpful helpers from the bytecode_helper test support module Also fixed a longstanding defect (worked around in the test suite) where lines emitted by the dis module could include trailing white space. That no longer happens, allowing the formatting tests to be simplified to use plain string comparisons. | ||||
* | | doc: fix typo | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the ↵ | Tim Golden | 2013-11-05 | 1 | -3/+3 |
| | | | | | | | | documentation, the module docstring, and the function docstring. | ||||
* | | Closes #18345: Merged documentation update from 3.3. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 |
|\ \ | |/ | |||||
| * | Issue #18345: Added cookbook example illustrating handler customisation. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 |
| | | |||||
| * | Merge | Tim Golden | 2013-11-03 | 1 | -6/+10 |
| |\ | |||||
* | | | Fix functools.partialmethod docs and __all__ | Nick Coghlan | 2013-11-04 | 1 | -2/+2 |
| | | | |||||
* | | | Note that examples are sorted only for convenience. | Georg Brandl | 2013-11-04 | 1 | -0/+3 |
| | | | |||||
* | | | #18678: Correct names of spwd struct members. | R David Murray | 2013-11-04 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old names (sp_nam and sp_pwd) are kept for backward compatibility. Since this is a long standing bug that hasn't caused any real-world problems, I'm not backporting it. However, it is worth fixing because the corrected names match the documentation, and more importantly now match the C struct, just like the other struct members. Patch by Vajrasky Kok. | ||||
* | | | Merge | Tim Golden | 2013-11-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. | R David Murray | 2013-11-03 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | #19411: Clarify that b2a_hex/hexlify returns a bytes object. | R David Murray | 2013-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Initial patch by Vajrasky Kok. | ||||
* | | | | Issue #10197: Indicate availability of subprocess.get[status]output on ↵ | Tim Golden | 2013-11-03 | 1 | -6/+10 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | Windows and add a note about the effects of universal newlines | ||||
| * | | Issue #10197: Indicate availability of subprocess.get[status]output on ↵ | Tim Golden | 2013-11-03 | 1 | -6/+10 |
| |/ | | | | | | | Windows and add a note about the effects of universal newlines | ||||
| * | Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. | Eli Bendersky | 2013-10-31 | 1 | -1/+1 |
| | | | | | | | | | | In 3.3 iterparse accepts a tuple in events (the C accelerator enforces this). This limitation was lifted in Python 3.4 | ||||
* | | Close #19403: make contextlib.redirect_stdout reentrant | Nick Coghlan | 2013-11-03 | 1 | -40/+77 |
| | | |||||
* | | Issue #4331: Added functools.partialmethod | Nick Coghlan | 2013-11-03 | 2 | -2/+61 |
| | | | | | | | | Initial patch by Alon Horev |