summaryrefslogtreecommitdiff
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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-0468-701/+474
|\ \ | |/ |/|
| * 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 #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-041-0/+11
| |\ \ \
| * \ \ \ Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-0468-701/+474
| |\ \ \ \
| | * | | | Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-031-1/+1
| | * | | | Closes #24875: Merged fix from 3.6.Vinay Sajip2017-02-0268-701/+474
| | |\ \ \ \
| | | * | | | Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-021-3/+3
| | | * | | | Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-0/+4
| | | * | | | Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+18
| | | * | | | Fix test_gdb.test_wrapper_call() on Python 2Victor Stinner2017-02-011-2/+2
| | | * | | | Make test_gdb.test_wrapper_call() make reliableVictor Stinner2017-02-011-3/+2
| | | * | | | python-gdb.py supports method-wrapperVictor Stinner2017-02-011-1/+20
| | | * | | | issue29167: fix race condition in (Int)FlagEthan Furman2017-01-241-2/+88
| | | |\ \ \ \
| | | * \ \ \ \ Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-2466-697/+434
| | | |\ \ \ \ \
| | | | * | | | | Issue #29338: Fix test_enum.Serhiy Storchaka2017-01-241-0/+4
| | | | * | | | | Issues #29273: Merge test___all__ from 3.6Martin Panter2017-01-231-11/+0
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Skip the test requiring ctypes if ctypes is unavailable.Gregory P. Smith2017-01-221-1/+6
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ typo fix, extra '.' on MacOS :)Gregory P. Smith2017-01-221-1/+1
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->...Guido van Rossum2017-01-2265-697/+430
| | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ Issue #28556: various style fixes for typing.py (3.6->3.7)Guido van Rossum2017-01-221-10/+21
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-2265-697/+430
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ Issue #29290: Merge 3.6.Xiang Zhang2017-01-221-0/+17
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | Issue #29282: Backed out changeset b33012ef1417Mark Dickinson2017-01-211-234/+0
| | | | | | * | | | | | | | | | Issue #29282: add fused multiply-add function, math.fma.Mark Dickinson2017-01-211-0/+234
| | | | | | * | | | | | | | | | Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().Serhiy Storchaka2017-01-201-0/+10
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.6->3.7)Guido van Rossum2017-01-1865-697/+430
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | Update and enhance python-gdb.pyVictor Stinner2017-01-181-1/+1
| | | | | | | * | | | | | | | | | | Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijls...Guido van Rossum2017-01-181-0/+26
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #3...Guido van Rossum2017-01-1764-696/+429
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ mergeRaymond Hettinger2017-01-161-0/+11
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Closes #29132: Merged fix from 3.6.Vinay Sajip2017-01-1564-696/+429
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Issue #29145: Merge test from 3.6Martin Panter2017-01-1464-696/+429
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | | | Issue #29197: Removed deprecated function ntpath.splitunc().Serhiy Storchaka2017-01-131-24/+1
| | | | | | | | | | * | | | | | | | | | | | | Issue #29210: Removed support of deprecated argument "exclude" inSerhiy Storchaka2017-01-131-27/+0
| | | | | | | | | | * | | | | | | | | | | | | Issue #29192: Removed deprecated features in the http.cookies module.Serhiy Storchaka2017-01-131-15/+7
| | | | | | | | | | * | | | | | | | | | | | | Issue #29193: A format string argument for string.Formatter.format()Serhiy Storchaka2017-01-131-3/+2
| | | | | | | | | | * | | | | | | | | | | | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+15
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.6Victor Stinner2017-01-1260-627/+421
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #29220: Merged fixes from 3.6.Vinay Sajip2017-01-1160-627/+421
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | | | Closes #29220: Fixed regression in logging.getLevelName().Vinay Sajip2017-01-111-0/+6
| | | | | | | | | | | | * | | | | | | | | | | | | | Closes #29177: Merged fix from 3.6.Vinay Sajip2017-01-091-24/+62
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | | | | Add test for ea064ff3c10fRaymond Hettinger2017-01-091-0/+9