Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
aade1cc453698e1bc48861b16955c2c2219ec521
/
Lib
/
test
aade1cc
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
by Batuhan Taşkaya
· 5 years ago
96515e9
bpo-32033: Fix test_pwd failures on Android (GH-19502)
by Zackery Spytz
· 5 years ago
4cf65a6
regrtest: log timeout at startup (GH-19514)
by Victor Stinner
· 5 years ago
8ef8750
bpo-39481: Make weakref and WeakSet generic (GH-19497)
by Ethan Smith
· 5 years ago
cecf049
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427)
by Ethan Smith
· 5 years ago
990ea42
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
by Batuhan Taşkaya
· 5 years ago
a1a0eb4
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
by Sebastian Pedersen
· 5 years ago
258f517
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
by Batuhan Taşkaya
· 5 years ago
25a6833
bpo-39481: fix test_genericalias on Android (GH-19469)
by Chih-Hsuan Yen
· 5 years ago
0135598
bpo-40241: Add pycore_gc.h header file (GH-19494)
by Victor Stinner
· 5 years ago
70c188e
Add double quote cases to invalid prefix tests (GH-19489)
by Pablo Galindo
· 5 years ago
14d5331
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456)
by Victor Stinner
· 5 years ago
41d5b94
bpo-40246: Report a better error message for invalid string prefixes (GH-19476)
by Lysandros Nikolaou
· 5 years ago
402e1cd
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997)
by Oren Milman
· 5 years ago
5fd8123
bpo-39011: Preserve line endings within ElementTree attributes (GH-18468)
by mefistotelis
· 5 years ago
0361556
bpo-39481: PEP 585 for a variety of modules (GH-19423)
by Batuhan Taşkaya
· 5 years ago
e3ec44d
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
by Ethan Smith
· 5 years ago
7c4185d
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
by Ethan Smith
· 5 years ago
2fa67df
bpo-39481: PEP 585 for ipaddress.py (GH-19418)
by Batuhan Taşkaya
· 5 years ago
a8403d0
Generic itertools.chain (GH-19417)
by Ethan Smith
· 5 years ago
5cd2803
bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)
by pxinwr
· 5 years ago
a2ec069
bpo-40185: Refactor typing.NamedTuple (GH-19371)
by Serhiy Storchaka
· 5 years ago
f9dd51e
bpo-39481: Make os.DirEntry generic (GH-19415)
by Batuhan Taşkaya
· 5 years ago
87255be
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
by Victor Stinner
· 5 years ago
48b069a
bpo-39481: Implementation for PEP 585 (#18239)
by Guido van Rossum
· 5 years ago
799d7d6
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391)
by Pablo Galindo
· 5 years ago
6fed3c8
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
by Serhiy Storchaka
· 5 years ago
a94e627
bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363)
by Serhiy Storchaka
· 5 years ago
40cf35c
bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348)
by Pablo Galindo
· 5 years ago
254ec78
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
by Pablo Galindo
· 5 years ago
7a51a7e
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)
by Victor Stinner
· 5 years ago
8ec7cb5
bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)
by Kyle Stanley
· 5 years ago
0b297d4
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
by Victor Stinner
· 5 years ago
168660b
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
by Pablo Galindo
· 5 years ago
65a796e
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
by Victor Stinner
· 5 years ago
00002e6
bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846)
by Barney Gale
· 5 years ago
975ac32
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
by Zackery Spytz
· 5 years ago
3ef4a7e
bpo-40121: Fix exception type in test (GH-19267)
by Steve Dower
· 5 years ago
6eb9619
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
by Pablo Galindo
· 5 years ago
afeaea2
bpo-40094: Add missing import to wait_process() (GH-19268)
by Victor Stinner
· 5 years ago
16d7567
bpo-31160: Fix race condition in test_os.PtyTests (GH-19263)
by Victor Stinner
· 5 years ago
a9f9687
bpo-40094: Enhance threading tests (GH-19260)
by Victor Stinner
· 5 years ago
27c6231
bpo-40094: Enhance fork and wait tests (GH-19259)
by Victor Stinner
· 5 years ago
278c1e1
bpo-40094: Add test.support.wait_process() (GH-19254)
by Victor Stinner
· 5 years ago
01e743d
bpo-40003: test.bisect_cmd copies Python options (GH-19246)
by Victor Stinner
· 5 years ago
63ba5cc
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
by Steve Dower
· 5 years ago
ef67512
bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239)
by Pablo Galindo
· 5 years ago
0c5ad54
Fix bug in test_collections.py (#19221)
by Curtis Bucher
· 5 years ago
53e4c91
bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)
by Dong-hee Na
· 5 years ago
614f172
bpo-39073: validate Address parts to disallow CRLF (#19007)
by Ashwin Ramaswami
· 5 years ago
34b0598
bpo-40086: Update/fix test_etree test case in test_typing (GH-19189)
by Furkan Önder
· 5 years ago
b61b818
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
by Kyle Stanley
· 5 years ago
e0b8101
bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385)
by Peter Donis
· 5 years ago
cb6534e
bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168)
by Furkan Önder
· 5 years ago
8f1ed21
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
by Curtis Bucher
· 5 years ago
15e5024
bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105)
by Roman Yurchak
· 5 years ago
5804f87
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
by Victor Stinner
· 5 years ago
25e580a
bpo-36144: Add union operators to WeakKeyDictionary (#19106)
by Curtis Bucher
· 5 years ago
f393b2c
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
by Curtis Bucher
· 5 years ago
bace59d
bpo-39999: Improve compatibility of the ast module. (GH-19056)
by Serhiy Storchaka
· 5 years ago
044cf94
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
by Ronald Oussoren
· 5 years ago
b33e525
bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)
by Serhiy Storchaka
· 5 years ago
7bf069b
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
by Victor Stinner
· 5 years ago
9052f7a
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968)
by Batuhan Taşkaya
· 5 years ago
0ac59f9
bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055)
by Batuhan Taşkaya
· 5 years ago
d112c60
bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866)
by Pablo Galindo
· 5 years ago
d18de46
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
by Victor Stinner
· 5 years ago
611836a
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
by Jens Reidel
· 5 years ago
23ef89d
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
by Victor Stinner
· 5 years ago
ebf6bb9
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
by Victor Stinner
· 5 years ago
5b1ef20
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
by Victor Stinner
· 5 years ago
5226894
bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#19032)
by Matthias Braun
· 5 years ago
eb886db
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
by Victor Stinner
· 5 years ago
4ab362c
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
by Batuhan Taşkaya
· 5 years ago
5b66ec1
bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016)
by Batuhan Taşkaya
· 5 years ago
ac10e0c
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009)
by Batuhan Taşkaya
· 5 years ago
61ac612
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
by Ross
· 5 years ago
9023581
bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010)
by Pablo Galindo
· 5 years ago
9165add
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
by Ashwin Ramaswami
· 5 years ago
da52be4
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
by Dong-hee Na
· 5 years ago
5208b4b
bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)
by Zackery Spytz
· 5 years ago
3a8c562
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
by Inada Naoki
· 5 years ago
c7ad974
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
by Inada Naoki
· 5 years ago
6d674a1
bpo-36144: OrderedDict Union (PEP 584) (#18967)
by Brandt Bucher
· 5 years ago
d648ef1
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
by Charles Burkland
· 5 years ago
3f2f4fe
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
by Victor Stinner
· 5 years ago
1ae9cde
bpo-39689: Do not test undefined casts to _Bool (GH-18964)
by Stefan Krah
· 5 years ago
c77aa2d
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
by Benjamin Peterson
· 5 years ago
51796e5
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
by Benjamin Peterson
· 5 years ago
051b9d0
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
by Benjamin Peterson
· 5 years ago
13d52c2
bpo-34822: Simplify AST for subscription. (GH-9605)
by Serhiy Storchaka
· 5 years ago
00d7cd8
bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)
by Victor Stinner
· 5 years ago
8510f43
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
by Victor Stinner
· 5 years ago
700cb58
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
by Dong-hee Na
· 5 years ago
9ad58ac
bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848)
by Victor Stinner
· 5 years ago
8e9c47a
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757)
by Pete Wicken
· 5 years ago
b7e9525
bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843)
by Serhiy Storchaka
· 5 years ago
e7cab7f
bpo-38870: Simplify sequence interleaves in ast.unparse (GH-17892)
by Batuhan Taşkaya
· 5 years ago
3225b9f
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
by Victor Stinner
· 5 years ago
e5ccc94
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863)
by Serhiy Storchaka
· 5 years ago
Next »