summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-38535: Fix positions for AST nodes for calls without arguments in decorat...Miss Skeleton (bot)2019-10-261-6/+6
* bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)Miss Skeleton (bot)2019-10-231-0/+2
* bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)Miss Skeleton (bot)2019-10-211-0/+4
* bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...Miss Islington (bot)2019-10-191-0/+25
* bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)Miss Islington (bot)2019-10-181-0/+4
* [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)Senthil Kumaran2019-10-181-4/+6
* bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)Miss Islington (bot)2019-10-181-1/+6
* bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)Miss Islington (bot)2019-10-161-14/+10
* bpo-38478: Correctly handle keyword argument with same name as positional-onl...Miss Islington (bot)2019-10-151-0/+10
* [3.8] bpo-36389: Backport debug enhancements from master (GH-16796)Victor Stinner2019-10-152-6/+12
* [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737)Gregory P. Smith2019-10-141-39/+51
* bpo-38453: Resolve test directories before chdir to them (GH-16723)Miss Islington (bot)2019-10-141-1/+1
* bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...Miss Islington (bot)2019-10-141-0/+45
* bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...Miss Islington (bot)2019-10-131-0/+2
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Miss Islington (bot)2019-10-122-0/+14
* [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj2019-10-122-9/+1
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Miss Islington (bot)2019-10-111-6/+28
* Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)Miss Islington (bot)2019-10-101-2/+1
* bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)Miss Islington (bot)2019-10-101-6/+2
* [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...Pablo Galindo2019-10-091-0/+70
* bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)2019-10-091-27/+37
* [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)Pablo Galindo2019-10-081-0/+20
* bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)Miss Islington (bot)2019-10-081-7/+21
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Miss Islington (bot)2019-10-041-0/+5
* bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)Miss Islington (bot)2019-10-031-7/+5
* [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...Victor Stinner2019-10-035-74/+134
* bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)Miss Islington (bot)2019-10-021-0/+31
* bpo-36670: regrtest bug fixes (GH-16537)Miss Islington (bot)2019-10-021-10/+12
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Miss Islington (bot)2019-10-013-133/+175
* [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)Christian Heimes2019-09-303-11/+32
* bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...Miss Islington (bot)2019-09-301-62/+16
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...Yury Selivanov2019-09-305-979/+192
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-291-2/+26
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Miss Islington (bot)2019-09-291-0/+27
* bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)Gregory P. Smith2019-09-281-1/+76
* bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...Miss Islington (bot)2019-09-281-0/+29
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Miss Islington (bot)2019-09-271-0/+16
* [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)Christian Heimes2019-09-261-51/+145
* bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)Miss Islington (bot)2019-09-261-2/+9
* [3.8] bpo-38234: Backport init path config changes from master (GH-16423)Victor Stinner2019-09-262-50/+418
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Miss Islington (bot)2019-09-253-86/+87
* bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)Miss Islington (bot)2019-09-251-9/+6
* [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (G...Miss Islington (bot)2019-09-257-45/+115
* bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)Victor Stinner2019-09-251-1/+5
* bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)Victor Stinner2019-09-251-0/+103
* bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...Miss Islington (bot)2019-09-251-0/+4
* bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)Miss Islington (bot)2019-09-241-5/+6
* bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)Miss Islington (bot)2019-09-241-2/+1
* Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327)Miss Islington (bot)2019-09-221-1/+1
* bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)Miss Islington (bot)2019-09-211-0/+13