summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-30524: Write unit tests for FASTCALL (#2022)Victor Stinner2017-06-091-0/+175
* Add a test for bad IDNA in ssl server_hostname (#1997)Nathaniel J. Smith2017-06-091-0/+10
* bpo-30540: regrtest: add --matchfile option (#1909)Victor Stinner2017-06-093-6/+89
* bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1...Serhiy Storchaka2017-06-081-0/+10
* bpo-30486: Allow setting cell value (#1840)Lisa Roach2017-06-081-0/+20
* bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)Will Roberts2017-06-081-0/+13
* bpo-30591: Added test for textwrap backtracking. (#1988)Jonathan Eunice2017-06-071-0/+11
* bpo-30584: Fix test_os fails on non-English Windows (#1980)Denis Osipov2017-06-071-1/+3
* bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)Antoine Pietri2017-06-071-9/+12
* bpo-30463: Add an empty __slots__ to abc.ABC.Aaron Hall, MBA2017-06-061-0/+3
* bpo-30557: Fix test_faulthandler (#1969)Victor Stinner2017-06-061-2/+4
* bpo-30534: Fixed error messages when pass keyword arguments (#1901)Serhiy Storchaka2017-06-062-4/+58
* bpo-30520: Implemented pickling for loggers. (#1956)Vinay Sajip2017-06-061-0/+8
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-061-30/+78
* bpo-30557: faulthandler now correctly filters and displays exception codes on...Steve Dower2017-06-051-0/+26
* Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...Antoine Pitrou2017-06-031-0/+51
* Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...Segev Finer2017-06-021-1/+1
* bpo-30245: Fix possible overflow when organize struct.pack_into error message...Johan Liu2017-06-021-0/+10
* bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...Xiang Zhang2017-06-011-2/+20
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-311-6/+6
* subprocess test_empty_env typo fix. (#1877)Gregory P. Smith2017-05-301-3/+3
* bpo-12383: Refactor subprocess test_empty_env (#1874)Gregory P. Smith2017-05-301-12/+20
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-291-7/+29
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-272-0/+59
* bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1...grzgrzgrz32017-05-251-0/+14
* bpo-29104: Fixed parsing backslashes in f-strings. (#490)Serhiy Storchaka2017-05-251-0/+14
* bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)Eric Snow2017-05-251-43/+42
* bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...Garvit Khatri2017-05-241-2/+12
* bpo-30445: Allow appended output in RecursionError messagecodedragon2017-05-241-1/+2
* bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)Kushal Das2017-05-241-0/+1
* bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607)Albert-Jan Nijburg2017-05-241-7/+9
* bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...Stéphane Wirtel2017-05-241-1/+6
* Revert an invalid change to a test (from 6b4be19). (#1770)Eric Snow2017-05-231-4/+4
* Improves test_underpth_nosite_file to reveal why it fails. (#1763)Steve Dower2017-05-231-6/+10
* bpo-29335 - apply suggested test_subprocess simplifications from haypo and Za...Gregory P. Smith2017-05-231-9/+5
* bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)Roy Williams2017-05-231-0/+15
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-233-8/+32
* bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)Thomas Kluyver2017-05-231-0/+18
* bpo-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-231-5/+86
* bpo-30003: Fix handling escape characters in HZ codec (#1556)Xiang Zhang2017-05-221-0/+4
* bpo-30415: Add new tests for the fnmatch module. (#1684)Serhiy Storchaka2017-05-211-9/+55
* bpo-27945: Fixed various segfaults with dict. (#1657)Serhiy Storchaka2017-05-201-0/+85
* bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)Serhiy Storchaka2017-05-201-0/+27
* bpo-27103: regrtest disables -W if -R is used (#1651)Victor Stinner2017-05-181-0/+5
* bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)Nathaniel J. Smith2017-05-171-0/+29
* bpo-30149: Fix partialmethod without explicit self parameter (#1308)Dong-hee Na2017-05-171-0/+35
* bpo-30387: Fix warning in test_threading (#1634)Victor Stinner2017-05-171-3/+5
* bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)Xiang Zhang2017-05-171-0/+36
* bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595)Serhiy Storchaka2017-05-161-3/+14
* Remove unused variable in test_urllibnet. (#1598)Senthil Kumaran2017-05-161-1/+3