Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c916c48afc02c26a50843c7b381a2b567bb72e46
/
Lib
/
test
c916c48
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
by Miss Islington (bot)
· 5 years ago
5606d55
bpo-26407: Do not mask errors in csv. (GH-20536)
by Miss Islington (bot)
· 5 years ago
353c4ba
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
by Miss Islington (bot)
· 5 years ago
26f6126
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
by Miss Islington (bot)
· 5 years ago
814b07b
[3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030)
by Dong-hee Na
· 5 years ago
71bb921
[3.9] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) (GH-21024)
by Lysandros Nikolaou
· 5 years ago
9862181
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
by Miss Islington (bot)
· 5 years ago
7523886
bpo-41040: Fix test_modulefinder. (GH-20991)
by Miss Islington (bot)
· 5 years ago
1529322
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
by Miss Islington (bot)
· 5 years ago
a5442b2
[3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) (GH-20973)
by Lysandros Nikolaou
· 5 years ago
b1e7361
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962)
by Victor Stinner
· 5 years ago
9a58f03
[3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… (GH-20951)
by stratakis
· 5 years ago
b39d41b
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945)
by Victor Stinner
· 5 years ago
7795ae8
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919)
by Miss Islington (bot)
· 5 years ago
097b8b6
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
by Miss Islington (bot)
· 5 years ago
bc996c6
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
by Miss Islington (bot)
· 5 years ago
9a0624a
bpo-40448: ensurepip: Do not use cache (GH-19812)
by Miss Islington (bot)
· 5 years ago
b87453f
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
by Miss Islington (bot)
· 5 years ago
83cd968
bpo-30064: Fix slow asyncio sock test (GH-20868)
by Miss Islington (bot)
· 5 years ago
55c1d21
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862)
by Miss Islington (bot)
· 5 years ago
94bb4b7
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
by Miss Islington (bot)
· 5 years ago
f919179
bpo-40964: disable remote IMAP tests (GH-20836)
by Christian Heimes
· 5 years ago
3782497
[3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814)
by Pablo Galindo
· 5 years ago
dc40105
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813)
by Victor Stinner
· 5 years ago
2f46c65
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
by Miss Islington (bot)
· 5 years ago
e3ce3bb
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
by Miss Islington (bot)
· 5 years ago
af69325
bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789)
by Victor Stinner
· 5 years ago
4a4f660
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785)
by Victor Stinner
· 5 years ago
3b97d1b
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780)
by Miss Islington (bot)
· 5 years ago
d55ed7b
Raise specialised syntax error for invalid lambda parameters (GH-20776)
by Miss Islington (bot)
· 5 years ago
8175064
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
by Victor Stinner
· 5 years ago
dedaac0
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
by Victor Stinner
· 5 years ago
2b33cc3
[3.9] Remove PEG-specific syntax error check in the old parser (GH-20717)
by Pablo Galindo
· 5 years ago
8df4f39
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)
by Miss Islington (bot)
· 5 years ago
6440911
bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701)
by Miss Islington (bot)
· 5 years ago
71f5016
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681)
by Miss Islington (bot)
· 5 years ago
1e4fa91
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
by Miss Islington (bot)
· 5 years ago
90ee51f
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
by Miss Islington (bot)
· 5 years ago
d5e7348
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664)
by Miss Islington (bot)
· 5 years ago
a4fa9a9
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661)
by Miss Islington (bot)
· 5 years ago
cdc3d9c
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660)
by Miss Islington (bot)
· 5 years ago
3dfe549
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
by Miss Islington (bot)
· 5 years ago
196810a
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
by Miss Islington (bot)
· 5 years ago
6d62dc1
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
by Victor Stinner
· 5 years ago
5d2396c
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
by Victor Stinner
· 5 years ago
3c7609a
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
by Huon Wilson
· 5 years ago
410b730
Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) (GH-20569)
by Miss Islington (bot)
· 5 years ago
0a67463
bpo-17005: Move topological sort functionality to its own module (GH-20558)
by Miss Islington (bot)
· 5 years ago
805fa54
Further de-linting of zoneinfo module (GH-20499)
by Miss Islington (bot)
· 5 years ago
ad088ca
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH-20514)
by Miss Islington (bot)
· 5 years ago
a6ae02d
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
by Miss Islington (bot)
· 5 years ago
6637bd4
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
by Miss Islington (bot)
· 5 years ago
1d82f00
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
by Miss Islington (bot)
· 5 years ago
8183e11
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
by Christian Heimes
· 5 years ago
9b83829
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20464)
by Pablo Galindo
· 5 years ago
3a2667d
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
by Miss Islington (bot)
· 5 years ago
1bfe659
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
by Lysandros Nikolaou
· 5 years ago
1c88bf8
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
by Miss Islington (bot)
· 5 years ago
66391b0
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (GH-20422)
by Miss Islington (bot)
· 5 years ago
5221a10
bpo-35714: Reject null characters in struct format strings (GH-16928)
by Miss Islington (bot)
· 5 years ago
791a46e
[3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) (GH-20404)
by Lysandros Nikolaou
· 5 years ago
6cb0ad2
bpo-40246: Fix test_fstring when run with the old parser (GH-20402)
by Lysandros Nikolaou
· 5 years ago
1a4e9e6
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
by Miss Islington (bot)
· 5 years ago
7f77ac4
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
by Miss Islington (bot)
· 5 years ago
a08b7c3
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
by Miss Islington (bot)
· 5 years ago
55c8923
bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153)
by Miss Islington (bot)
· 5 years ago
d00aaf3
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
by Miss Islington (bot)
· 5 years ago
275d7e1
[3.9] bpo-40176: Improve error messages for trailing comma on from import (GH-20294) (GH-20302)
by Pablo Galindo
· 5 years ago
3e65054
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
by Miss Islington (bot)
· 5 years ago
059279d
bpo-38870: invalid escape sequence (GH-20240)
by Miss Islington (bot)
· 5 years ago
e299130
bpo-32309: Implement asyncio.to_thread() (GH-20143)
by Miss Islington (bot)
· 5 years ago
a3ec3ad
bpo-40275: More lazy imports in test.support (GH-20131)
by Hai Shi
· 5 years ago
c102a14
bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse
by Batuhan Taskaya
· 5 years ago
75b863a
bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151)
by Lysandros Nikolaou
· 5 years ago
d71a649
bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166)
by CyberSaxosTiGER
· 5 years ago
2135e10
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156)
by Batuhan Taskaya
· 5 years ago
e6578a2
bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete location information (GH-20157)
by Irit Katriel
· 5 years ago
7b7a21b
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
by Lysandros Nikolaou
· 5 years ago
08b47c3
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
by Serhiy Storchaka
· 5 years ago
58205a0
bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170)
by Nathaniel J. Smith
· 5 years ago
442634c
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
by Kjell Braden
· 5 years ago
da742ba
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
by Chris Jerdonek
· 5 years ago
e527ec8
bpo-40536: Add zoneinfo.available_timezones (GH-20158)
by Paul Ganssle
· 5 years ago
9681953
bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621)
by Raymond Hettinger
· 5 years ago
54f2898
bpo-40645: Implement HMAC in C (GH-20129)
by Christian Heimes
· 5 years ago
9a45bfe
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
by Erlend Egeberg Aasland
· 5 years ago
d7184d3
bpo-29587: Add another test for the gen.throw() fix. (GH-19859)
by Chris Jerdonek
· 5 years ago
6341fc7
bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141)
by Pablo Galindo
· 5 years ago
af8e5f8
Use subTest in test_exceptions for better error reporting (GH-20140)
by Pablo Galindo
· 5 years ago
837f9e4
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
by Christian Heimes
· 5 years ago
dff92bb
bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797)
by Batuhan Taskaya
· 5 years ago
e966af7
bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768)
by Batuhan Taskaya
· 5 years ago
d5a980a
bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325)
by Batuhan Taskaya
· 5 years ago
25160cd
bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134)
by Batuhan Taskaya
· 5 years ago
ce4a753
bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133)
by Batuhan Taskaya
· 5 years ago
d5b3f6b
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
by Christian Heimes
· 5 years ago
1b97b9b
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
by Paul Ganssle
· 5 years ago
aa92a7c
bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817)
by Dong-hee Na
· 5 years ago
372fa3e
bpo-40275: lazy import modules in test.support (GH-20128)
by Hai Shi
· 5 years ago
62972d9
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
by Paul Ganssle
· 5 years ago
Next »