summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-1112-20/+20
* | Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-111-0/+91
|\ \ | |/
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+91
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-111-8/+28
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-119-28/+43
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-112-6/+75
* | issue23591: add auto() for auto-generating Enum member valuesEthan Furman2016-09-112-15/+112
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-112-2/+84
* | Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
|\ \ | |/
| * Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
| * Backported tests for issue #28070.Serhiy Storchaka2016-09-101-0/+3
* | Issue #28070: Fixed parsing inline verbose flag in regular expressions.Serhiy Storchaka2016-09-102-0/+4
* | Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-102-14/+163
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-1015-75/+126
* | Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-102-53/+39
* | IDLE newx items. merge from 3.5Terry Jan Reedy2016-09-101-1/+15
|\ \ | |/
| * IDLE newx items.Terry Jan Reedy2016-09-101-0/+7
* | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+3
|\ \ | |/
| * Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+9
* | Merge from 3.5Steve Dower2016-09-101-33/+29
|\ \ | |/
| * Issue #27932: Backs out changeSteve Dower2016-09-101-33/+29
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-102-48/+48
* | Issue #28046: Fix get_sysconfigdata_name().Xavier de Gaye2016-09-101-7/+14
* | Merge spelling fixes from 3.5Martin Panter2016-09-101-1/+1
|\ \ | |/
| * Correct spelling in documentation and code commentMartin Panter2016-09-102-2/+2
* | test_platform: Save/restore os.environ on WindowsVictor Stinner2016-09-101-0/+7
* | Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-103-14/+56
* | Issue #27137: align Python & C implementations of functools.partialNick Coghlan2016-09-102-91/+176
* | Merge 3.5 (regrtest)Victor Stinner2016-09-101-1/+1
|\ \ | |/
| * regrtest: accept options after test namesVictor Stinner2016-09-101-1/+1
* | test_eintr: Fix ResourceWarning warningsVictor Stinner2016-09-101-0/+5
* | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-5/+23
|\ \ | |/
| * Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-5/+23
| * Use raw string for regexpGuido van Rossum2016-09-101-1/+1
* | Issue #18401: Fix test_pdb on WindowsVictor Stinner2016-09-101-14/+7
* | Issue #18401: Fix test_pdb if $HOME is not setVictor Stinner2016-09-101-6/+10
* | Issue #18401: pdb tests don't read ~/.pdbrc anymoreŁukasz Langa2016-09-102-29/+67
* | Try to fix sizeof unit tests on dictVictor Stinner2016-09-102-4/+5
* | #20476: Deal with the message_factory circular import differently.R David Murray2016-09-104-6/+7
* | Fix SystemError in compact dictVictor Stinner2016-09-101-0/+69
* | Issue 27080: PEP 515: add '_' formatting option.Eric V. Smith2016-09-101-0/+28
* | Issue #27199: TarFile expose copyfileobj bufsize to improve throughputŁukasz Langa2016-09-101-15/+18
* | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-107-71/+111
* | Issue #28046: Fix distutilsZachary Ware2016-09-101-1/+5
* | Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-106-6/+88
|\ \ | |/
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-106-6/+88
| * remove fix_callable - callable() was readded many releases ago.Gregory P. Smith2016-09-102-129/+0
* | Merge from ZachSteve Dower2016-09-101-2/+11
|\ \
| * | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-101-2/+11
* | | Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-29/+33
|\ \ \ | |/ / |/| / | |/