Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
818f5b597ae93411cc44e404544247d436026a00
/
Lib
/
test
818f5b5
bpo-32604: Clean up test.support.interpreters. (gh-20926)
by Eric Snow
· 5 years ago
113e2b0
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
by Lysandros Nikolaou
· 5 years ago
8666356
closes bpo-28557: error message for bad raw readinto (GH-7496)
by David Szotten
· 5 years ago
5f79f46
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
by Xavier Fernandez
· 5 years ago
4a3a682
bpo-40448: ensurepip: Do not use cache (GH-19812)
by Krzysztof Konopko
· 5 years ago
d8cf351
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
by roger
· 5 years ago
8f04a84
bpo-30064: Fix slow asyncio sock test (GH-20868)
by Fantix King
· 5 years ago
d71ab4f
bpo-40855: Fix ignored mu and xbar parameters (GH-20835)
by Raymond Hettinger
· 5 years ago
29c1172
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
by An Long
· 5 years ago
08b1bba
bpo-40964: disable remote IMAP tests (GH-20836)
by Christian Heimes
· 5 years ago
3ee0e48
bpo-40890: Add `mapping` property to dict views (GH-20749)
by Dennis Sweeney
· 5 years ago
2145c8c
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
by native-api
· 5 years ago
1ed83ad
bpo-40939: Remove the old parser (GH-20768)
by Pablo Galindo
· 5 years ago
311110a
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
by Victor Stinner
· 5 years ago
10e6506
bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
by Hai Shi
· 5 years ago
bdfe9b6
bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810)
by Victor Stinner
· 5 years ago
d72b964
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
by Victor Stinner
· 5 years ago
b2dca49
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
by Victor Stinner
· 5 years ago
896f4cf
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
by Lysandros Nikolaou
· 5 years ago
7f888c7
bpo-40275: Add import_helper submodule in test.support (GH-20794)
by Hai Shi
· 5 years ago
9c24e2e
bpo-40927: Fix test_binhex when run twice (GH-20764)
by Victor Stinner
· 5 years ago
f6e58ae
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
by Victor Stinner
· 5 years ago
ec88e1b
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117)
by Serhiy Storchaka
· 5 years ago
c6483c9
Raise specialised syntax error for invalid lambda parameters (GH-20776)
by Pablo Galindo
· 5 years ago
0d00b2a
bpo-40275: Add os_helper submodule in test.support (GH-20765)
by Hai Shi
· 5 years ago
07d8112
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
by Dennis Sweeney
· 5 years ago
bae872f
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611)
by Joannah Nanjekye
· 5 years ago
e81f6e6
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
by Victor Stinner
· 5 years ago
8f023a2
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
by Sandro Mani
· 5 years ago
9f49590
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)
by Pablo Galindo
· 5 years ago
972ab03
bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701)
by Pablo Galindo
· 5 years ago
2efe18b
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681)
by Jason R. Coombs
· 5 years ago
f7c4e23
bpo-40724: Support setting buffer slots from type specs (GH-20648)
by scoder
· 5 years ago
68874a8
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
by Batuhan Taskaya
· 5 years ago
b084d1b
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623)
by Rémi Lapeyre
· 5 years ago
161541a
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
by Jason R. Coombs
· 5 years ago
5fe1df1
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655)
by Stefan Krah
· 5 years ago
052d3fc
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
by Cheryl Sabella
· 5 years ago
b022e5c
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
by Christian Heimes
· 5 years ago
fa7ab6a
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
by Victor Stinner
· 5 years ago
85339f5
bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 5 years ago
8a3d2af
bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)
by Sanyam Khurana
· 5 years ago
3026cad
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
by Victor Stinner
· 5 years ago
db64f12
Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553)
by Mark Shannon
· 5 years ago
2f172d8
bpo-17005: Move topological sort functionality to its own module (GH-20558)
by Pablo Galindo
· 5 years ago
b7d79b4
bpo-40755: Add rich comparisons to Counter (GH-20548)
by Raymond Hettinger
· 5 years ago
8bd216d
bpo-29882: Add an efficient popcount method for integers (#771)
by Niklas Fiekas
· 5 years ago
364b5ea
Further de-linting of zoneinfo module (#20499)
by Paul Ganssle
· 5 years ago
895c9c1
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)
by Mark Dickinson
· 5 years ago
21017ed
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
by Abhilash Raj
· 5 years ago
dc4eee9
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
by Fantix King
· 5 years ago
6039851
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
by Raymond Hettinger
· 5 years ago
7536432
bpo-40275: Fix test.support.threading_helper (GH-20488)
by Victor Stinner
· 5 years ago
24bddc1
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
by Hai Shi
· 5 years ago
84ee7e1
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
by Victor Stinner
· 5 years ago
5f4b229d
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
by Serhiy Storchaka
· 5 years ago
aa89063
bpo-40275: test.support imports subprocess lazily (GH-20471)
by Victor Stinner
· 5 years ago
b0461e1
bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468)
by Victor Stinner
· 5 years ago
e80697d
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
by Hai Shi
· 5 years ago
7d80b35
Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465)
by Pablo Galindo
· 5 years ago
c116c94
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
by Shantanu
· 5 years ago
db5aed9
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
by Christian Heimes
· 5 years ago
210a137
bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)
by Fantix King
· 5 years ago
404b23b
Fix lookahead of soft keywords in the PEG parser (GH-20436)
by Pablo Galindo
· 5 years ago
b45af1a
Add soft keywords (GH-20370)
by Guido van Rossum
· 5 years ago
578c395
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
by Serhiy Storchaka
· 5 years ago
db098bc
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
by idomic
· 5 years ago
be63019
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422)
by Christian Heimes
· 5 years ago
1c5d1d7
Remove duplicated words words (GH-20413)
by Serhiy Storchaka
· 5 years ago
f7b1e46
bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399)
by Lysandros Nikolaou
· 5 years ago
3f59b55
bpo-35714: Reject null characters in struct format strings (GH-16928)
by Zackery Spytz
· 5 years ago
c73914a
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
by Rémi Lapeyre
· 5 years ago
b5cc208
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
by Dennis Sweeney
· 5 years ago
7c30d12
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
by Chris Jerdonek
· 5 years ago
909b571
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
by Christian Heimes
· 5 years ago
8b62644
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
by Huon Wilson
· 5 years ago
ae14583
bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153)
by Lysandros Nikolaou
· 5 years ago
b8a65ec
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
by Batuhan Taskaya
· 5 years ago
72e0aa2
bpo-40176: Improve error messages for trailing comma on from import (GH-20294)
by Batuhan Taskaya
· 5 years ago
0f56263
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
by Kyle Stanley
· 5 years ago
dd74b6f
bpo-38870: invalid escape sequence (GH-20240)
by Batuhan Taskaya
· 5 years ago
9d17cbf
bpo-32604: PEP 554 for use in test suite (GH-19985)
by Joannah Nanjekye
· 5 years ago
cc2bbc2
bpo-32309: Implement asyncio.to_thread() (GH-20143)
by Kyle Stanley
· 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
Next »