summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #28076: Variable annotations should be mangled for private names.Guido van Rossum2016-09-111-2/+2
* Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-0/+44
* Use HTTP in testPythonOrgBerker Peksag2016-09-111-1/+1
* Unskip testPythonOrg in test_robotparserBerker Peksag2016-09-111-2/+1
* Wrap testPasswordProtectedSite with @reap_threadsBerker Peksag2016-09-111-0/+1
* Issue #25497: Rewrite test_robotparser to use a class based designBerker Peksag2016-09-111-220/+139
* Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-118-15/+15
* 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
| * Backported tests for issue #28070.Serhiy Storchaka2016-09-101-0/+3
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-114-13/+16
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-111-0/+49
* | issue23591: add auto() for auto-generating Enum member valuesEthan Furman2016-09-111-2/+75
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-0/+81
* | Issue #28070: Fixed parsing inline verbose flag in regular expressions.Serhiy Storchaka2016-09-101-0/+3
* | Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-101-2/+110
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-107-69/+93
* | Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-101-29/+33
* | 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
| * Correct spelling in documentation and code commentMartin Panter2016-09-101-1/+1
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-101-20/+20
* | test_platform: Save/restore os.environ on WindowsVictor Stinner2016-09-101-0/+7
* | Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-102-6/+14
* | Issue #27137: align Python & C implementations of functools.partialNick Coghlan2016-09-101-74/+101
* | 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-101-19/+55
* | 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-101-1/+1
* | 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 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-105-68/+108
* | DTrace support: function calls, GC activity, line executionŁukasz Langa2016-09-1017-0/+463
* | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-1/+1
|\ \ | |/
| * Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-1/+1
* | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-102-24/+47
|\ \ | |/
| * #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-102-24/+47
* | Rename test_strlit -> test_string_literalsZachary Ware2016-09-091-0/+0
* | mergeRaymond Hettinger2016-09-092-1/+69
|\ \ | |/
| * Merge asyncio upstream.Guido van Rossum2016-09-092-1/+69
* | #20476: add a message_factory policy attribute to email.R David Murray2016-09-092-46/+87
* | Merge headsSerhiy Storchaka2016-09-097-8/+181
|\ \
| * | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-097-8/+181