summaryrefslogtreecommitdiffstats
path: root/Lib/wsgiref
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-30 16:44:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-30 16:44:55 (GMT)
commit1b560cbf850fc1c8165b3505c4a137de0abf3668 (patch)
tree9c046095572c0e9b298cfa0c2902a912d458fbee /Lib/wsgiref
parent8c7ed012b87db4de66da61c2f7c0a11a61277384 (diff)
parentf28fa66351fe93b3fcdc98c7f35f05573ea93df2 (diff)
downloadcpython-1b560cbf850fc1c8165b3505c4a137de0abf3668.zip
cpython-1b560cbf850fc1c8165b3505c4a137de0abf3668.tar.gz
cpython-1b560cbf850fc1c8165b3505c4a137de0abf3668.tar.bz2
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Refactored timeit.__init__ for unified handling of stmt and setup parameters.
Diffstat (limited to 'Lib/wsgiref')
0 files changed, 0 insertions, 0 deletions
='/oss-git/cpython.git/commit/?h=v3.14.0a3&id=1f507a81405dd7234dd97465d68fcc8437b5da0e'>Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-202-17/+12 |\ | | | | | | Made test_pprint and test_trace discoverable. | * Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-202-17/+12 | | | | | | | | Made test_pprint and test_trace discoverable. * | Updates PCBuild.sln to open with VS 2015 by default.Steve Dower2015-05-201-2/+2 | | * | Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2 |\ \ | |/ | | | | avoid passing the test accidently because slice.__hash__ is None. | * Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2 | | | | | | | | avoid passing the test accidently because slice.__hash__ is None. * | Issue #22955: attrgetter, itemgetter and methodcaller objects in the operatorSerhiy Storchaka2015-05-204-9/+427 | | | | | | | | | | module now support pickling. Added readable and evaluable repr for these objects. Based on patch by Josh Rosenberg. * | Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12 |\ \ | |/ | | | | IDLE. Patch by Martin Panter. | * Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12 | | | | | | | | IDLE. Patch by Martin Panter. * | Issue #24245: Eliminated senseless expect clauses that have no any effect.Serhiy Storchaka2015-05-205-14/+0 | | | | | | | | Patch by Martin Panter. * | Issue #16261: Converted some bare except statements to except statementsSerhiy Storchaka2015-05-20