| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26937: Merge 3.6. | Xavier de Gaye | 2016-12-09 | 1 | -0/+4 |
|\ |
|
| * | Issue #26937: The chown() method of the tarfile.TarFile class does not fail now | Xavier de Gaye | 2016-12-09 | 1 | -0/+4 |
|
|
* | | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-08 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+5 |
|
|
* | | Issue #26939: Merge 3.6. | Xavier de Gaye | 2016-12-08 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #26939: Add the support.setswitchinterval() function to fix | Xavier de Gaye | 2016-12-08 | 1 | -0/+6 |
|
|
| * | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. | INADA Naoki | 2016-12-07 | 1 | -0/+3 |
|
|
* | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-07 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-07 | 1 | -0/+3 |
| |\ |
|
| | * | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-02 | 1 | -0/+3 |
|
|
* | | | Issue #28847: A deprecation warning is now emitted if the index file is missed | Serhiy Storchaka | 2016-12-07 | 1 | -1/+3 |
|
|
* | | | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 1 | -0/+3 |
|
|
| * | | Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will... | Ned Deily | 2016-12-07 | 1 | -0/+12 |
|
|
| * | | Version bump for 3.6.0rc1v3.6.0rc1 | Ned Deily | 2016-12-07 | 1 | -1/+1 |
|
|
* | | | Merge documentation for issue #27030 from 3.6. | Serhiy Storchaka | 2016-12-06 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #27030: Unknown escapes in re.sub() replacement template are allowed | Serhiy Storchaka | 2016-12-06 | 1 | -0/+3 |
|
|
* | | | Merge 3.6 | Victor Stinner | 2016-12-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | warnings: Fix the issue number | Victor Stinner | 2016-12-06 | 1 | -1/+1 |
|
|
* | | | Merge 3.6 | Victor Stinner | 2016-12-06 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | catch_warnings() calls showwarning() if overriden | Victor Stinner | 2016-12-06 | 1 | -0/+3 |
|
|
* | | | Fixed merge error in Misc/NEWS for issue #23722. | Serhiy Storchaka | 2016-12-05 | 1 | -8/+5 |
|
|
* | | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-05 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-05 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-05 | 1 | -0/+2 |
|
|
* | | | Merge #23722 from 3.6 | Nick Coghlan | 2016-12-05 | 1 | -0/+13 |
|\ \ \
| |/ / |
|
| * | | Issue #23722: improve __classcell__ compatibility | Nick Coghlan | 2016-12-05 | 1 | -0/+12 |
|
|
* | | | Merge from 3.6. | Serhiy Storchaka | 2016-12-02 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Issue #27172: Undeprecate inspect.getfullargspec() | Nick Coghlan | 2016-12-02 | 1 | -0/+5 |
|
|
| * | | Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. | Yury Selivanov | 2016-12-01 | 1 | -0/+2 |
|
|
| * | | Add TCP_CONGESTION and TCP_USER_TIMEOUT | Victor Stinner | 2016-11-29 | 1 | -0/+4 |
|
|
* | | | Add sys.getandroidapilevel() | Victor Stinner | 2016-12-02 | 1 | -0/+3 |
|
|
* | | | Add TCP_CONGESTION and TCP_USER_TIMEOUT | Victor Stinner | 2016-11-29 | 1 | -0/+4 |
|
|
* | | | Issue #28797: Modifying the class __dict__ inside the __set_name__ method of | Serhiy Storchaka | 2016-11-29 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Issue #28797: Modifying the class __dict__ inside the __set_name__ method of | Serhiy Storchaka | 2016-11-29 | 1 | -0/+4 |
|
|
* | | | Issue #28799: Update Misc/SpecialBuilds.txt | Victor Stinner | 2016-11-28 | 1 | -11/+0 |
|
|
* | | | Remove CALL_PROFILE special build | Victor Stinner | 2016-11-28 | 1 | -0/+5 |
|
|
* | | | Issue #12844: More than 255 arguments can now be passed to a function. | Serhiy Storchaka | 2016-11-28 | 1 | -0/+2 |
|
|
* | | | Merge 3.6, fix for #24142 | Łukasz Langa | 2016-11-26 | 2 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 3.5, fix for #24142 | Łukasz Langa | 2016-11-26 | 2 | -0/+4 |
| |\ \
| | |/ |
|
| | * | Fixes #24142: [configparser] always join multiline values to not leave the pa... | Łukasz Langa | 2016-11-26 | 2 | -0/+4 |
|
|
* | | | Issue #28796: Silence Sphinx warnings | Berker Peksag | 2016-11-25 | 1 | -3/+3 |
|
|
* | | | Merge 3.6 | Victor Stinner | 2016-11-24 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Fix _PyGen_yf() | Victor Stinner | 2016-11-24 | 1 | -0/+4 |
|
|
* | | | Issue #28774: Fix start/end pos in unicode_encode_ucs1(). | Xiang Zhang | 2016-11-23 | 1 | -0/+5 |
|
|
* | | | Issue #28023: Fix python-gdb.py didn't support new dict implementation | INADA Naoki | 2016-11-22 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #28023: Fix python-gdb.py didn't support new dict implementation | INADA Naoki | 2016-11-22 | 1 | -0/+5 |
|
|
| * | | Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following ... | Ned Deily | 2016-11-22 | 1 | -0/+12 |
|
|
| * | | Version bump for 3.6.0b4v3.6.0b4 | Ned Deily | 2016-11-22 | 1 | -1/+1 |
|
|