summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.5Zachary Ware2016-08-301-1/+5
|\
| * Skip test_tools.test_i18n when pygettext.py is missingZachary Ware2016-08-301-1/+5
* | Issue #27870: A left shift of zero by a large integer no longer attempts to a...Mark Dickinson2016-08-291-0/+15
* | Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.Mark Dickinson2016-08-291-0/+17
* | Issue #26027: Fix test_path_t_converter on WindowsBerker Peksag2016-08-271-1/+1
* | Don't test for path-like bytes paths on WindowsBrett Cannon2016-08-271-2/+7
* | Issue #27506: Support bytes/bytearray.translate() delete as keyword argumentMartin Panter2016-08-271-18/+31
* | Issue #19884: Merge Readline updates from 3.5Martin Panter2016-08-271-1/+1
|\ \ | |/
| * Issue #19884: Avoid spurious output on OS X with Gnu ReadlineMartin Panter2016-08-271-1/+1
* | Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-272-29/+54
* | Issue #26027: Don't test for bytearray in path_t as that's nowBrett Cannon2016-08-271-7/+2
* | Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-265-18/+302
* | MergeRaymond Hettinger2016-08-262-2/+2
|\ \ | |/
| * Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-262-2/+2
* | Fix typo in test nameBerker Peksag2016-08-241-1/+1
* | Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-242-26/+228
* | Remove expected failure from test of _product internal function.Steven D'Aprano2016-08-241-2/+2
* | Remove support for nth root of negative numbers with odd powers.Steven D'Aprano2016-08-241-24/+5
* | Backed out changeset 1017215f5492Mark Dickinson2016-08-231-141/+0
* | Issue #27834: Avoid overflow error in ZoneInfo.invert().Alexander Belopolsky2016-08-231-3/+3
* | Issue #27787: No longer call deleted test_main().Terry Jan Reedy2016-08-231-1/+1
* | A new version of typing.py from https://github.com/python/typing. (Merge 3.5-...Guido van Rossum2016-08-231-1/+12
|\ \ | |/
| * A new version of typing.py from https://github.com/python/typing.Guido van Rossum2016-08-231-1/+12
* | Issue 27598: Add Collections to collections.abc.Guido van Rossum2016-08-232-8/+99
* | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-08-231-0/+20
|\ \
| * | Issue #27573 make the exit message configurable.Steven D'Aprano2016-08-231-0/+20
* | | Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff ...Mark Dickinson2016-08-231-0/+141
* | | Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.Mark Dickinson2016-08-231-0/+1
|/ /
* | Issue #27787: Remove test_main() and hard-coded list of test classesMartin Panter2016-08-231-9/+2
* | Issue #12713: reverted fix pending further discussion.Vinay Sajip2016-08-231-65/+27
* | Issue #27829: libregrtest.save_env: flush stderrVictor Stinner2016-08-221-6/+4
* | Cleanup libregrtestVictor Stinner2016-08-222-37/+20
* | Issue #27792: force int return type for modulo operations involving bools.Mark Dickinson2016-08-221-0/+7
* | Issue #27539: Merge from 3.5.Mark Dickinson2016-08-221-0/+13
|\ \ | |/
| * Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...Mark Dickinson2016-08-221-0/+13
* | Issue #26984: int() now always returns an instance of exact int.Serhiy Storchaka2016-08-211-1/+4
* | Merge #27782 fix from 3.5Nick Coghlan2016-08-211-0/+9
|\ \ | |/
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-0/+9
* | Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-212-10/+38
|\ \ | |/
| * Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-212-10/+38
* | issue26981: add _order_ compatibility shim to enum.EnumEthan Furman2016-08-201-0/+62
* | Issue #27614: Merge test_docxmlrpc from 3.5Martin Panter2016-08-201-30/+11
|\ \ | |/
| * Issue #27614: Avoid race in test_docxmlrpc server setupMartin Panter2016-08-201-30/+11
* | Issue #27787: Merge regrtest fixup from 3.5Martin Panter2016-08-201-0/+1
|\ \ | |/
| * Issue #27787: Clean up weak references before checking for dangling threadsMartin Panter2016-08-201-0/+1
* | Issue26988: remove AutoEnumEthan Furman2016-08-201-323/+1
* | regrtest: replace "Result:" with "Tests result:"Victor Stinner2016-08-192-2/+2
* | Issue #27801: Merge from 3.5Berker Peksag2016-08-191-0/+1
|\ \ | |/
| * Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava...Berker Peksag2016-08-191-0/+1
* | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-0/+18