summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)Petr Motejlek2017-03-011-1/+89
* make the locale_flag fallback code work again (#375)Benjamin Peterson2017-03-011-3/+2
* use select instead of _opcode for import test (#372)Benjamin Peterson2017-03-011-5/+5
* weaken test_from_import_missing_attr_has_name_and_path regular expression (#371)Benjamin Peterson2017-03-011-1/+1
* bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...Xiang Zhang2017-02-281-6/+7
* bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)Xiang Zhang2017-02-271-0/+3
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...Sayan Chowdhury2017-02-261-0/+10
* bpo-29110: add test for Aifc_write. (GH-293)INADA Naoki2017-02-261-1/+9
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-251-0/+16
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-251-2/+2
* bpo-24241: Add dedicated webbrowser.register test case (#288)Nick Coghlan2017-02-251-0/+53
* bpo-28556: Fix regression that sneaked into recent typing updates (GH-270)Ivan Levkivskyi2017-02-241-0/+8
* bpo-29637: clean docstring only if not None (GH-267)Matthias Bussonnier2017-02-241-0/+1
* Update to typing: treat subscripted generics as proxies (#265)Ivan Levkivskyi2017-02-241-0/+27
* bpo-29622: Make AST constructor to accept less than enough number of position...INADA Naoki2017-02-231-4/+0
* bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...Martijn Pieters2017-02-231-0/+9
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-222-74/+88
* bpo-29546: Improve from-import error message with location (#103)Matthias Bussonnier2017-02-221-1/+13
* bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...Anthony Zhang2017-02-221-1/+9
* bpo-29602: fix signed zero handling in complex constructor. (#203)Mark Dickinson2017-02-201-0/+23
* bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)Serhiy Storchaka2017-02-201-0/+9
* bpo-22807: Expose platform UUID generation safety information. (#138)Barry Warsaw2017-02-181-0/+40
* bpo-29571: Use correct locale encoding in test_re (#149)Nick Coghlan2017-02-181-1/+1
* update test_socket AEAD test for kernel 4.9 and up (#133)matejcik2017-02-161-8/+7
* bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...Matthias Bussonnier2017-02-161-0/+6
* bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)Matthias Bussonnier2017-02-151-0/+19
* Fixed #29534 - _decimal difference with _pydecimal (#65)Andrew Nester2017-02-141-0/+10
* bpo-28556: Various updates to typing (#28)Ivan Levkivskyi2017-02-132-25/+226
* Merge 3.6Victor Stinner2017-02-101-2/+3
|\
| * Fix test_datetime on WindowsVictor Stinner2017-02-101-2/+3
* | Merge 3.6Victor Stinner2017-02-101-3/+7
|\ \ | |/
| * Fix test_datetime on system with 32-bit time_tVictor Stinner2017-02-101-3/+7
* | Merge 3.6Victor Stinner2017-02-101-0/+36
|\ \ | |/
| * Fix datetime.fromtimestamp(): check boundsVictor Stinner2017-02-101-0/+36
* | Issue #29507: Update test_exceptionsVictor Stinner2017-02-091-9/+2
* | support: temp_dir() and change_cwd() uses repr() in error messageVictor Stinner2017-02-082-5/+5
* | Fix regrtest -j0 -R outputVictor Stinner2017-02-081-1/+1
* | Update test_support for my temp_dir/change_cwd changesVictor Stinner2017-02-082-6/+19
* | support: add more info on temp_dir() and change_cwd() failureVictor Stinner2017-02-081-4/+6
* | Issue #28164: Improves test on Windows 7Steve Dower2017-02-061-16/+22
|\ \ | |/
| * Issue #28164: Improves test on Windows 7Steve Dower2017-02-061-16/+22
* | regrtest: don't fail immediately if a child does crashVictor Stinner2017-02-063-6/+16
* | Merge from 3.6Steve Dower2017-02-051-15/+27
|\ \ | |/
| * Updates test_winconsoleio to better show the source of its issues.Steve Dower2017-02-051-15/+27
* | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-13/+27
|\ \ | |/
| * Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-13/+27
* | Merge issue #28164 and issue #29409Steve Dower2017-02-042-2/+46
|\ \ | |/
| * Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)Steve Dower2017-02-041-1/+27
| * Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)Steve Dower2017-02-041-1/+19
* | Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-041-0/+11
|\ \ | |/