summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)Gregory P. Smith2019-09-131-2/+9
* bpo-37199: Replace the early returns added in c2cda63. (GH-14535)Zackery Spytz2019-09-131-37/+34
* bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)Zackery Spytz2019-09-131-15/+16
* bpo-36046: Fix buildbot failures (GH-16091)Gregory P. Smith2019-09-131-3/+17
* bpo-38153: Normalize hashlib algorithm names (GH-16083)Christian Heimes2019-09-131-0/+12
* bpo-38148: Add slots to asyncio transports (GH-16077)Andrew Svetlov2019-09-131-4/+9
* bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...Ashwin Ramaswami2019-09-132-0/+13
* bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (G...Xtreak2019-09-131-0/+9
* bpo-8538: Add support for boolean actions to argparse (GH-11478)Rémi Lapeyre2019-09-131-11/+45
* bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)Christian Heimes2019-09-131-0/+9
* bpo-36046: Add user and group parameters to subprocess (GH-11950)Patrick McLean2019-09-122-7/+161
* bpo-21872: fix lzma library decompresses data incompletely (GH-14048)animalize2019-09-121-0/+163
* bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)Berker Peksag2019-09-121-0/+11
* bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)Serhiy Storchaka2019-09-123-0/+59
* bpo-38132: Simplify _hashopenssl code (GH-16023)Christian Heimes2019-09-121-0/+3
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Andrew Svetlov2019-09-123-89/+117
* bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentPar...Hai Shi2019-09-121-0/+15
* bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)Divij Rajkumar2019-09-121-0/+8
* closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....bggardner2019-09-121-1/+3
* bpo-36876: Skip test_check_c_globals for now. (gh-16017)Eric Snow2019-09-121-1/+3
* Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)Xtreak2019-09-121-3/+4
* closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. ...Greg Price2019-09-121-5/+8
* bpo-32820: __format__ method for ipaddress (#5627)ewosborne2019-09-121-0/+66
* bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...Joannah Nanjekye2019-09-123-4/+4
* bpo-38120: Fix DeprecationWarning in test_random for invalid type of argument...Xtreak2019-09-121-3/+9
* bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)Eric Snow2019-09-1122-19/+4426
* Correct typo in min version test (GH-16000)Christian Heimes2019-09-111-1/+1
* bpo-34001: Fix test_ssl with LibreSSL (GH-13783)Christian Heimes2019-09-111-1/+2
* bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)Joannah Nanjekye2019-09-111-1/+44
* bpo-36528: Remove duplicate re tests. (GH-2689)Xtreak2019-09-111-106/+0
* bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)Daniel Andrade2019-09-111-0/+19
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)Daniel Abrahamsson2019-09-111-0/+20
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Pavel Koneski2019-09-111-1/+1
* closes bpo-37252: Fix devpoll tests. (GH-14017)Jakub Kulík2019-09-111-3/+3
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...hui shang2019-09-111-4/+8
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-1113-159/+156
* bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...Géry Ogam2019-09-111-23/+74
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...Pierre Quentel2019-09-111-0/+17
* bpo-35168: Make shlex.punctuation_chars read-only (#11631)Alex2019-09-111-0/+7
* bpo-35066: Make trailing percent test more portable. (GH-15907)Benjamin Peterson2019-09-111-4/+9
* bpo-37409: fix relative import with no parent (#14956)Ben Lewis2019-09-112-0/+9
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Steve Dower2019-09-111-0/+4
* bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1...Greg Price2019-09-111-3/+1
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Gregory P. Smith2019-09-111-0/+21
* bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...Eddie Elizondo2019-09-111-0/+86
* bpo-36373: Fix deprecation warnings (GH-15889)Andrew Svetlov2019-09-112-6/+4
* bpo-28494: Test existing zipfile working behavior. (GH-15853)Gregory P. Smith2019-09-106-0/+101
* bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...Gordon P. Hemsley2019-09-101-0/+29
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-102-11/+23
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-102-107/+124