Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e226e83d36dfc7220d836fb7a249ce18e70cb4a6
/
Lib
/
test
e226e83
bpo-37363: Add audit events on startup for the run commands (GH-14524)
by Steve Dower
· 6 years ago
6731002
bpo-36763: Use PyConfig_Clear() (GH-14445)
by Victor Stinner
· 6 years ago
e21b45a
bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
by Victor Stinner
· 6 years ago
8f4ef3b
Remove unused imports in tests (GH-14518)
by Victor Stinner
· 6 years ago
f9b7457
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
by Victor Stinner
· 6 years ago
d1bd6e7
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
by Christian Heimes
· 6 years ago
f0f5930
bpo-37428: Don't set PHA verify flag on client side (GH-14421)
by Christian Heimes
· 6 years ago
c2cda63
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
by Zackery Spytz
· 6 years ago
0d671c0
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344)
by Andrew Svetlov
· 6 years ago
5cbbbd7
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
by Ammar Askar
· 6 years ago
9048c49
bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428)
by Steve Dower
· 6 years ago
80097e0
bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303)
by Kyle Stanley
· 6 years ago
29f609e
bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)
by Victor Stinner
· 6 years ago
042821a
bpo-37380: subprocess: don't use _active on win (GH-14360)
by Ruslan Kuprieiev
· 6 years ago
64580da
bpo-37412: pythoninfo: add Windows long paths (GH-14434)
by Victor Stinner
· 6 years ago
ec3e20a
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
by Victor Stinner
· 6 years ago
45a30af
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
by Brandt Bucher
· 6 years ago
97d15b1
Replace deprecation warning with RuntimeError (GH-14397)
by Andrew Svetlov
· 6 years ago
4c26abd
bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)
by Victor Stinner
· 6 years ago
06a8916
bpo-37376: pprint support for SimpleNamespace (GH-14318)
by Carl Bordum Hansen
· 6 years ago
7213df7
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387)
by Abhilash Raj
· 6 years ago
2a7d596
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
by Brandt Bucher
· 6 years ago
5150d32
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
by Victor Stinner
· 6 years ago
689830e
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
by Victor Stinner
· 6 years ago
22eb689
bpo-37388: Development mode check encoding and errors (GH-14341)
by Victor Stinner
· 6 years ago
e1a63c4
bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)
by Pierre Glaser
· 6 years ago
594d9b9
bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)
by Pierre Glaser
· 6 years ago
0225701
bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)
by Abhilash Raj
· 6 years ago
d7c87d9
bpo-37400: Fix test_os.test_chown() (GH-14374)
by Victor Stinner
· 6 years ago
3939c32
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
by Victor Stinner
· 6 years ago
9cb2741
bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)
by Victor Stinner
· 6 years ago
894263b
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
by Serhiy Storchaka
· 6 years ago
9fe42b4
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
by Zackery Spytz
· 6 years ago
3f5b908
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
by Pablo Galindo
· 6 years ago
36456df
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
by Victor Stinner
· 6 years ago
9fc720e
bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062)
by David K. Hess
· 6 years ago
549f7d4
Get rid of exception traceback printing in asyncio tests (GH-14343)
by Andrew Svetlov
· 6 years ago
9bbf4d7
bpo-37359: Fix regrtest --cleanup (GH-14336)
by Victor Stinner
· 6 years ago
a8b27e6
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
by Jeroen Demeyer
· 6 years ago
47fbc4e
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
by Victor Stinner
· 6 years ago
2ac3bab
bpo-37345: Add formal UDPLITE support (GH-14258)
by Gabe Appleton
· 6 years ago
c8a3541
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139)
by Jörn Heissler
· 6 years ago
186f709
bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)
by Xtreak
· 6 years ago
e56a123
bpo-37362: test_gdb now ignores stderr (GH-14287)
by Victor Stinner
· 6 years ago
a0d73a1
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
by Joannah Nanjekye
· 6 years ago
08286d5
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
by Zackery Spytz
· 6 years ago
1e61504
bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect regressions (GH-14127)
by Pablo Galindo
· 6 years ago
f355069
bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454)
by Paul Monson
· 6 years ago
0150001
bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229)
by Vinay Sajip
· 6 years ago
6b9c204
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
by Mike Gleen
· 6 years ago
a514f78
bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)
by Ned Deily
· 6 years ago
dbdc991
Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172)
by Victor Stinner
· 6 years ago
ac7b1a3
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
by Victor Stinner
· 6 years ago
4acdbf1
bpo-34556: Add --upgrade-deps to venv module (#13100)
by Cooper Lees
· 6 years ago
ca7b504
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
by Vinay Sajip
· 6 years ago
1b8a46d
bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146)
by Serhiy Storchaka
· 6 years ago
231aad3
bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)
by Serhiy Storchaka
· 6 years ago
8bf08ee
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
by Victor Stinner
· 6 years ago
2e9954d
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
by Jeroen Demeyer
· 6 years ago
c034b78
bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
by Victor Stinner
· 6 years ago
c5905f3
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
by Joost Lek
· 6 years ago
28fca0c
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
by Zackery Spytz
· 6 years ago
8047e0e
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791)
by Rémi Lapeyre
· 6 years ago
3a1d50e
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777)
by Michael Felt
· 6 years ago
ef21523
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075)
by Andrew Svetlov
· 6 years ago
5884043
bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)
by Victor Stinner
· 6 years ago
066e5b1
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
by Victor Stinner
· 6 years ago
212646c
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
by Victor Stinner
· 6 years ago
f0749da
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080)
by Andrew Svetlov
· 6 years ago
0755945
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
by Victor Stinner
· 6 years ago
05f8318
bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
by Pablo Galindo
· 6 years ago
3498c64
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969)
by Pablo Galindo
· 6 years ago
6d22cc8
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
by Victor Stinner
· 6 years ago
63ab4ba
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
by Victor Stinner
· 6 years ago
6f75c87
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
by Victor Stinner
· 6 years ago
468e5fe
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
by Victor Stinner
· 6 years ago
95f61c8
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
by Victor Stinner
· 6 years ago
913fa1c
bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029)
by Victor Stinner
· 6 years ago
0d19427
Make asyncio stream sendfile fail on error (was hang) (GH-14025)
by Andrew Svetlov
· 6 years ago
32dda26
bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011)
by Michael Felt
· 6 years ago
eb976e4
bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)
by Victor Stinner
· 6 years ago
efdf6ca
bpo-35766: compile(): rename feature_version parameter (GH-13994)
by Victor Stinner
· 6 years ago
44867bb
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
by Benjamin Peterson
· 6 years ago
910b3fc
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
by Benjamin Peterson
· 6 years ago
1f11cf9
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965)
by Raymond Hettinger
· 6 years ago
b589cef
bpo-37223: test_io: silence destructor errors (GH-13954)
by Victor Stinner
· 6 years ago
e119b3d
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
by Raymond Hettinger
· 6 years ago
d407d2a
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
by Philipp A
· 6 years ago
65e5860
cross port importlib-metadata PR #76 (#13903)
by Anthony Sottile
· 6 years ago
03d5831
bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805)
by zygocephalus
· 6 years ago
e7e5039
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
by Paul Monson
· 6 years ago
740a84d
bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
by Victor Stinner
· 6 years ago
3bf0f3a
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
by Victor Stinner
· 6 years ago
3f345c3
bpo-37151: simplify classmethoddescr_call (GH-13340)
by Jeroen Demeyer
· 6 years ago
f6713e8
bpo-36520: Email header folded incorrectly (#13608)
by websurfer5
· 6 years ago
6af2303
bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157)
by Walter Dörwald
· 6 years ago
66c4f3f
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
by Abhilash Raj
· 6 years ago
142566c
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
by Serhiy Storchaka
· 6 years ago
aa79707
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
by Abhilash Raj
· 6 years ago
46d88a1
bpo-35805: Add parser for Message-ID email header. (GH-13397)
by Abhilash Raj
· 6 years ago
Next »