Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5b9ff7a0dcb16d6f5c3cd4f1f52e0ca6a4bde586
/
Lib
/
test
5b9ff7a
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)
by Gregory P. Smith
· 6 years ago
81319a8
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
by Zackery Spytz
· 6 years ago
b761e3a
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
by Zackery Spytz
· 6 years ago
693aa80
bpo-36046: Fix buildbot failures (GH-16091)
by Gregory P. Smith
· 6 years ago
995b5d3
bpo-38153: Normalize hashlib algorithm names (GH-16083)
by Christian Heimes
· 6 years ago
9eb35ab
bpo-38148: Add slots to asyncio transports (GH-16077)
by Andrew Svetlov
· 6 years ago
ff2e182
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447)
by Ashwin Ramaswami
· 6 years ago
bb41147
bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921)
by Xtreak
· 6 years ago
6a517c6
bpo-8538: Add support for boolean actions to argparse (GH-11478)
by Rémi Lapeyre
· 6 years ago
7cad53e
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
by Christian Heimes
· 6 years ago
2b2ead7
bpo-36046: Add user and group parameters to subprocess (GH-11950)
by Patrick McLean
· 6 years ago
4ffd05d
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
by animalize
· 6 years ago
2f1b857
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
by Berker Peksag
· 6 years ago
f9dc2ad
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)
by Serhiy Storchaka
· 6 years ago
5a4f82f
bpo-38132: Simplify _hashopenssl code (GH-16023)
by Christian Heimes
· 6 years ago
a488879
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
by Andrew Svetlov
· 6 years ago
f545638
bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362)
by Hai Shi
· 6 years ago
692a0dc
bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)
by Divij Rajkumar
· 6 years ago
954900a
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392)
by bggardner
· 6 years ago
64535fc
bpo-36876: Skip test_check_c_globals for now. (gh-16017)
by Eric Snow
· 6 years ago
6e1a30b
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
by Xtreak
· 6 years ago
6954be8
closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. (GH-15125)
by Greg Price
· 6 years ago
f9c95a4
bpo-32820: __format__ method for ipaddress (#5627)
by ewosborne
· 6 years ago
92777d5
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168)
by Joannah Nanjekye
· 6 years ago
a06d683
bpo-38120: Fix DeprecationWarning in test_random for invalid type of arguments to random.seed. (GH-15987)
by Xtreak
· 6 years ago
ee536b2
bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)
by Eric Snow
· 6 years ago
de606ea
Correct typo in min version test (GH-16000)
by Christian Heimes
· 6 years ago
c9bc49c
bpo-34001: Fix test_ssl with LibreSSL (GH-13783)
by Christian Heimes
· 6 years ago
8d120f7
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
by Joannah Nanjekye
· 6 years ago
e6557d3
bpo-36528: Remove duplicate re tests. (GH-2689)
by Xtreak
· 6 years ago
4a12a17
bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)
by Daniel Andrade
· 6 years ago
5209e58
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)
by Daniel Abrahamsson
· 6 years ago
b6643dc
bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (#13639)
by Pavel Koneski
· 6 years ago
95da826
closes bpo-37252: Fix devpoll tests. (GH-14017)
by Jakub Kulík
· 6 years ago
088a09a
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582)
by hui shang
· 6 years ago
9aee900
bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928)
by Andrew Svetlov
· 6 years ago
781266e
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398)
by Géry Ogam
· 6 years ago
2d7caca
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10638)
by Pierre Quentel
· 6 years ago
972cf5c
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
by Alex
· 6 years ago
f2173ae
bpo-35066: Make trailing percent test more portable. (GH-15907)
by Benjamin Peterson
· 6 years ago
92420b3
bpo-37409: fix relative import with no parent (#14956)
by Ben Lewis
· 6 years ago
92521fe
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
by Steve Dower
· 6 years ago
455122a
bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823)
by Greg Price
· 6 years ago
580d278
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
by Gregory P. Smith
· 6 years ago
ff023ed
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323)
by Eddie Elizondo
· 6 years ago
7264e92
bpo-36373: Fix deprecation warnings (GH-15889)
by Andrew Svetlov
· 6 years ago
3f4db4a
bpo-28494: Test existing zipfile working behavior. (GH-15853)
by Gregory P. Smith
· 6 years ago
7d952de
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995)
by Gordon P. Hemsley
· 6 years ago
17499d8
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
by Jason R. Coombs
· 6 years ago
97d7906
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
by Steve Dower
· 6 years ago
88bdb92
bpo-36781: Optimize sum() for bools. (#13074)
by Serhiy Storchaka
· 6 years ago
12c122a
bpo-38066: Hide internal Stream methods (GH-15762)
by Andrew Svetlov
· 6 years ago
57ea335
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-14836)
by Jeroen Demeyer
· 6 years ago
f958377
bpo-37499: Test various C calling conventions (GH-15776)
by Petr Viktorin
· 6 years ago
537877d
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920)
by Emmanuel Arias
· 6 years ago
8e7ff6a
Skip zoneinfo tests on VxWorks (#13535)
by hliu0
· 6 years ago
4f384af
bpo-38076: Make struct module PEP-384 compatible (#15805)
by Dino Viehland
· 6 years ago
1ad0c77
bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)
by Greg Price
· 6 years ago
2fc1160
bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821)
by Vinay Sharma
· 6 years ago
d14e39c
bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)
by Vinay Sharma
· 6 years ago
850573b
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
by Serhiy Storchaka
· 6 years ago
92709a2
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
by Sergey Fedoseev
· 6 years ago
915cd3f
bpo-35941: Fix performance regression in new code (GH-12610)
by Christian Heimes
· 6 years ago
370138b
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
by Anthony Sottile
· 6 years ago
682107c
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
by Zackery Spytz
· 6 years ago
3cbc23a
bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302)
by Greg Price
· 6 years ago
65366bc
bpo-20490: Improve circular import error message (GH-15308)
by Anthony Sottile
· 6 years ago
a2af05a
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)
by Victor Stinner
· 6 years ago
b3b48c8
bpo-37876: Tests for ROT-13 codec (GH-15314)
by Zeth
· 6 years ago
992347d
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
by Mickaël Schoentgen
· 6 years ago
8d64bfa
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
by Daniel Hahler
· 6 years ago
e223ba1
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
by Zackery Spytz
· 6 years ago
526a014
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
by Serhiy Storchaka
· 6 years ago
4db25d5
bpo-36018: Address more reviewer feedback (GH-15733)
by Raymond Hettinger
· 6 years ago
3c87a66
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
by HongWeipeng
· 6 years ago
3f43cef
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705)
by Victor Stinner
· 6 years ago
50254ac
bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)
by PatrikKopkan
· 6 years ago
ce81a92
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
by Jon Janzen
· 6 years ago
87bd207
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522)
by Dong-hee Na
· 6 years ago
772ec0f
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
by Steve Dower
· 6 years ago
2f09413
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
by Greg Price
· 6 years ago
102e9b4
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
by Jason R. Coombs
· 6 years ago
1f21eaa
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
by Serhiy Storchaka
· 6 years ago
5eca7f3
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
by Serhiy Storchaka
· 6 years ago
eb89746
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
by Serhiy Storchaka
· 6 years ago
f02ea62
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
by Serhiy Storchaka
· 6 years ago
c5b242f
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
by Ashwin Ramaswami
· 6 years ago
39d87b5
Fix typos mostly in comments, docs and test names (GH-15209)
by Min ho Kim
· 6 years ago
6a650aa
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
by Sergey Fedoseev
· 6 years ago
e278335
bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440)
by Thomas A Caswell
· 6 years ago
4901fe2
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
by Rémi Lapeyre
· 6 years ago
2c5fb17
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
by Joannah Nanjekye
· 6 years ago
35f6301
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
by Raymond Hettinger
· 6 years ago
122376d
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
by Justin Blanchard
· 6 years ago
e64f948
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)
by Serhiy Storchaka
· 6 years ago
465e5d5
bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568)
by Benjamin Peterson
· 6 years ago
b0caf32
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736)
by Ronald Oussoren
· 6 years ago
13f37f2
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
by Vinay Sharma
· 6 years ago
2a16eea
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
by Daniel Fortunov
· 6 years ago
fae0ed5
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
by Inada Naoki
· 6 years ago
Next »