Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #20476: add a message_factory policy attribute to email. | R David Murray | 2016-09-09 | 1 | -0/+7 |
| | |||||
* | Add links from whatsnew to Windows docs. | Steve Dower | 2016-09-09 | 1 | -2/+5 |
| | |||||
* | Merge heads | Serhiy Storchaka | 2016-09-09 | 1 | -0/+28 |
|\ | |||||
| * | Adds search path changes to whatsnew/3.6.rst | Steve Dower | 2016-09-09 | 1 | -0/+5 |
| | | |||||
| * | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -0/+23 |
| | | | | | | | | Thanks to Georg Brandl for the patch. | ||||
* | | Issue #433028: Added support of modifier spans in regular expressions. | Serhiy Storchaka | 2016-09-09 | 1 | -0/+9 |
|/ | |||||
* | Add tix deprecation to whatsnew | Zachary Ware | 2016-09-09 | 1 | -0/+3 |
| | |||||
* | merge 3.5 (#28051) | Benjamin Peterson | 2016-09-09 | 1 | -5/+6 |
|\ | |||||
| * | repair errors in (set|get)_task_factory note (#28051) | Benjamin Peterson | 2016-09-09 | 1 | -5/+6 |
| | | |||||
| * | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | | |||||
* | | Doc updates for PEPs 520 and 468. | Eric Snow | 2016-09-09 | 1 | -9/+19 |
| | | |||||
* | | Mention how requiring ordered dicts breaks backwards-compatibility. | Brett Cannon | 2016-09-09 | 1 | -1/+3 |
| | | |||||
* | | Mention that the order-preserving aspect of the new dict | Brett Cannon | 2016-09-09 | 1 | -1/+8 |
| | | | | | | | | implementation is an implementation detail (and why that is so). | ||||
* | | Add a few big-ticket items to What's new in 3.6. | Guido van Rossum | 2016-09-09 | 1 | -0/+12 |
| | | |||||
* | | credit Raymond | Benjamin Peterson | 2016-09-09 | 1 | -1/+3 |
| | | |||||
* | | Add policy keyword to email.generator.DecodedGenerator. | R David Murray | 2016-09-08 | 1 | -0/+4 |
| | | |||||
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 1 | -0/+19 |
| | | | | | | | | Closes #17602: Adds a readline implementation for the Windows console | ||||
* | | Add a new private version to the builtin dict type | Victor Stinner | 2016-09-08 | 1 | -0/+10 |
| | | | | | | | | | | | | | | Issue #26058: Add a new private version to the builtin dict type, incremented at each dictionary creation and at each dictionary change. Implementation of the PEP 509. | ||||
* | | #27364: Deprecate invalid escape strings in str/byutes. | R David Murray | 2016-09-08 | 1 | -0/+5 |
| | | | | | | | | Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter. | ||||
* | | make some peps high level sections | Benjamin Peterson | 2016-09-08 | 1 | -4/+4 |
| | | |||||
* | | Issue #28027: Remove Lib/plat-* files | Zachary Ware | 2016-09-08 | 1 | -0/+7 |
| | | |||||
* | | fix pep role | Benjamin Peterson | 2016-09-08 | 1 | -1/+1 |
| | | |||||
* | | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) | Steve Dower | 2016-09-08 | 1 | -0/+29 |
| | | |||||
* | | add a note about c99 | Benjamin Peterson | 2016-09-08 | 1 | -0/+3 |
| | | |||||
* | | improve compact dict changelog | Benjamin Peterson | 2016-09-08 | 1 | -4/+4 |
| | | |||||
* | | Implement compact dict | Victor Stinner | 2016-09-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Issue #27350: `dict` implementation is changed like PyPy. It is more compact and preserves insertion order. _PyDict_Dummy() function has been removed. Disable test_gdb: python-gdb.py is not updated yet to the new structure of compact dictionaries (issue #28023). Patch written by INADA Naoki. | ||||
* | | #24277: Fix 3.4 whats new link broken by email doc changes. | R David Murray | 2016-09-08 | 1 | -1/+1 |
| | | |||||
* | | Issue #26667: Add path-like object support to importlib.util. | Brett Cannon | 2016-09-08 | 1 | -2/+10 |
| | | |||||
* | | #24277: What's New and news entries for previous commit. | R David Murray | 2016-09-08 | 1 | -0/+5 |
| | | |||||
* | | Issue #15767: Use ModuleNotFoundError. | Eric Snow | 2016-09-07 | 1 | -0/+7 |
| | | |||||
* | | #27331: add policy keyword argument to all MIME subclasses. | R David Murray | 2016-09-07 | 1 | -0/+7 |
| | | | | | | | | Patch by Berker Peksag. | ||||
* | | Add the co_extra field and accompanying APIs to code objects. | Brett Cannon | 2016-09-07 | 1 | -1/+2 |
| | | | | | | | | This completes PEP 523. | ||||
* | | Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now | Serhiy Storchaka | 2016-09-07 | 1 | -0/+3 |
| | | | | | | | | about 1.5--4 times faster. | ||||
* | | Issue #27731: Opt-out of MAX_PATH on Windows 10 | Steve Dower | 2016-09-07 | 1 | -1/+4 |
| | | |||||
* | | Issue #6135: Adds encoding and errors parameters to subprocess | Steve Dower | 2016-09-07 | 1 | -0/+3 |
| | | |||||
* | | Issue #27959: Updates NEWS and whatsnew | Steve Dower | 2016-09-07 | 1 | -0/+6 |
| | | |||||
* | | Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). | Brett Cannon | 2016-09-07 | 1 | -7/+11 |
| | | |||||
* | | Issue #26359: Add the --with-optimizations configure flag. | Brett Cannon | 2016-09-07 | 1 | -0/+4 |
| | | | | | | | | | | The flag will activate LTO and PGO build support when available. Thanks to Alecsandur Patrascu of Intel for the original patch. | ||||
* | | os.urandom() now blocks on Linux | Victor Stinner | 2016-09-06 | 1 | -0/+12 |
| | | | | | | | | | | | | | | Issue #27776: The os.urandom() function does now block on Linux 3.17 and newer until the system urandom entropy pool is initialized to increase the security. This change is part of the PEP 524. | ||||
* | | Add os.getrandom() | Victor Stinner | 2016-09-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Issue #27778: Expose the Linux getrandom() syscall as a new os.getrandom() function. This change is part of the PEP 524. | ||||
* | | Remove redundant bullet point in 3.6.rst | Berker Peksag | 2016-09-06 | 1 | -2/+2 |
| | | |||||
* | | Closes #27982: Allow keyword arguments to winsound functions | Zachary Ware | 2016-09-06 | 1 | -0/+8 |
| | | |||||
* | | Issue #25596: Optimized glob() and iglob() functions in the | Serhiy Storchaka | 2016-09-06 | 1 | -0/+4 |
| | | | | | | | | glob module; they are now about 3--6 times faster. | ||||
* | | Implement the frame evaluation API aspect of PEP 523. | Brett Cannon | 2016-09-05 | 1 | -0/+28 |
| | | |||||
* | | Issue #24254: Preserve class attribute definition order. | Eric Snow | 2016-09-05 | 1 | -0/+26 |
| | | |||||
* | | Issue #27919: Deprecate extra_path option in distutils. | Jason R. Coombs | 2016-09-01 | 1 | -0/+6 |
| | | |||||
* | | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 1 | -2/+2 |
| | | |||||
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #12319: Always send file request bodies using chunked encoding | Martin Panter | 2016-08-27 | 1 | -2/+9 |
| | | | | | | | | | | | | | | The previous attempt to determine the file’s Content-Length gave a false positive for pipes on Windows. Also, drop the special case for sending zero-length iterable bodies. | ||||
* | | Add a What's New entry for PEP 519 | Brett Cannon | 2016-08-26 | 1 | -0/+67 |
| | |