| Commit message (Expand) | Author | Age | Files | Lines |
* | Use sequence repetition instead of bytes constructor with integer argument. | Serhiy Storchaka | 2016-09-11 | 8 | -15/+15 |
|
|
* | Issue #27952: Merge fixcid.py from 3.5 | Martin Panter | 2016-09-11 | 1 | -0/+91 |
|\ |
|
| * | Issue #27952: Get fixcid.py working with the re module | Martin Panter | 2016-09-11 | 1 | -0/+91 |
|
|
| * | Backported tests for issue #28070. | Serhiy Storchaka | 2016-09-10 | 1 | -0/+3 |
|
|
* | | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 4 | -13/+16 |
|
|
* | | Issue #26885: xmlrpc now supports unmarshalling additional data types used | Serhiy Storchaka | 2016-09-11 | 1 | -0/+49 |
|
|
* | | issue23591: add auto() for auto-generating Enum member values | Ethan Furman | 2016-09-11 | 1 | -2/+75 |
|
|
* | | Issue #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 1 | -0/+81 |
|
|
* | | Issue #28070: Fixed parsing inline verbose flag in regular expressions. | Serhiy Storchaka | 2016-09-10 | 1 | -0/+3 |
|
|
* | | Issue #19500: Add client-side SSL session resumption to the ssl module. | Christian Heimes | 2016-09-10 | 1 | -2/+110 |
|
|
* | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 7 | -69/+93 |
|
|
* | | Issue 28043: SSLContext has improved default settings | Christian Heimes | 2016-09-10 | 1 | -29/+33 |
|
|
* | | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+9 |
|
|
| * | Correct spelling in documentation and code comment | Martin Panter | 2016-09-10 | 1 | -1/+1 |
|
|
* | | Issue #24693: Changed some RuntimeError's in the zipfile module to more | Serhiy Storchaka | 2016-09-10 | 1 | -20/+20 |
|
|
* | | test_platform: Save/restore os.environ on Windows | Victor Stinner | 2016-09-10 | 1 | -0/+7 |
|
|
* | | Issue #17909: Accept binary input in json.loads | Nick Coghlan | 2016-09-10 | 2 | -6/+14 |
|
|
* | | Issue #27137: align Python & C implementations of functools.partial | Nick Coghlan | 2016-09-10 | 1 | -74/+101 |
|
|
* | | Merge 3.5 (regrtest) | Victor Stinner | 2016-09-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | regrtest: accept options after test names | Victor Stinner | 2016-09-10 | 1 | -1/+1 |
|
|
* | | test_eintr: Fix ResourceWarning warnings | Victor Stinner | 2016-09-10 | 1 | -0/+5 |
|
|
* | | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 1 | -5/+23 |
|\ \
| |/ |
|
| * | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 1 | -5/+23 |
|
|
| * | Use raw string for regexp | Guido van Rossum | 2016-09-10 | 1 | -1/+1 |
|
|
* | | Issue #18401: Fix test_pdb on Windows | Victor Stinner | 2016-09-10 | 1 | -14/+7 |
|
|
* | | Issue #18401: Fix test_pdb if $HOME is not set | Victor Stinner | 2016-09-10 | 1 | -6/+10 |
|
|
* | | Issue #18401: pdb tests don't read ~/.pdbrc anymore | Łukasz Langa | 2016-09-10 | 1 | -19/+55 |
|
|
* | | Try to fix sizeof unit tests on dict | Victor Stinner | 2016-09-10 | 2 | -4/+5 |
|
|
* | | #20476: Deal with the message_factory circular import differently. | R David Murray | 2016-09-10 | 1 | -1/+1 |
|
|
* | | Fix SystemError in compact dict | Victor Stinner | 2016-09-10 | 1 | -0/+69 |
|
|
* | | Issue 27080: PEP 515: add '_' formatting option. | Eric V. Smith | 2016-09-10 | 1 | -0/+28 |
|
|
* | | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu... | Eric V. Smith | 2016-09-10 | 5 | -68/+108 |
|
|
* | | DTrace support: function calls, GC activity, line execution | Łukasz Langa | 2016-09-10 | 17 | -0/+463 |
|
|
* | | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc... | Steve Dower | 2016-09-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc... | Steve Dower | 2016-09-10 | 1 | -1/+1 |
|
|
* | | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 2 | -24/+47 |
|\ \
| |/ |
|
| * | #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 2 | -24/+47 |
|
|
* | | Rename test_strlit -> test_string_literals | Zachary Ware | 2016-09-09 | 1 | -0/+0 |
|
|
* | | merge | Raymond Hettinger | 2016-09-09 | 2 | -1/+69 |
|\ \
| |/ |
|
| * | Merge asyncio upstream. | Guido van Rossum | 2016-09-09 | 2 | -1/+69 |
|
|
* | | #20476: add a message_factory policy attribute to email. | R David Murray | 2016-09-09 | 2 | -46/+87 |
|
|
* | | Merge heads | Serhiy Storchaka | 2016-09-09 | 7 | -8/+181 |
|\ \ |
|
| * | | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 7 | -8/+181 |
|
|
* | | | Issue #433028: Added support of modifier spans in regular expressions. | Serhiy Storchaka | 2016-09-09 | 1 | -4/+36 |
|/ / |
|
* | | Rename test_pep####.py files | Zachary Ware | 2016-09-09 | 9 | -5/+6 |
|
|
* | | Fix running test_tokenize directly | Zachary Ware | 2016-09-09 | 1 | -2/+2 |
|
|
* | | Rework CALL_FUNCTION* opcodes | Victor Stinner | 2016-09-09 | 3 | -28/+27 |
|
|
* | | Merge with 3.5 | Steve Dower | 2016-09-09 | 2 | -3/+32 |
|\ \
| |/ |
|
| * | #28047: Fix calculation of base64 line length. | R David Murray | 2016-09-09 | 2 | -3/+32 |
|
|