Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
addef07ca7d7b6971d59c062c3229e91a99e5f5e
/
Lib
/
test
addef07
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
by Miss Islington (bot)
· 7 years ago
12e3e80
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
by Miss Islington (bot)
· 7 years ago
ef1173a
bpo-33937: Catch ENOMEM error in test_socket (GH-9557)
by Miss Islington (bot)
· 7 years ago
7a26222
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
by Miss Islington (bot)
· 7 years ago
657fdf2
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
by Miss Islington (bot)
· 7 years ago
394e55a
[3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)
by Christian Heimes
· 7 years ago
2756ef3
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
by Christian Heimes
· 7 years ago
0c076ca
[3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486)
by Ethan Furman
· 7 years ago
c00f703
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
by Miss Islington (bot)
· 7 years ago
e5fde1f
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
by Miss Islington (bot)
· 7 years ago
a73e790
Fixes tests requiring extra environment values on Windows (GH-9462)
by Steve Dower
· 7 years ago
4761770
bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)
by Miss Islington (bot)
· 7 years ago
95cc3ee
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416)
by Victor Stinner
· 7 years ago
1a89cb5
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
by Miss Islington (bot)
· 7 years ago
144f1e2
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)
by Victor Stinner
· 7 years ago
b7f58d7
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
by Miss Islington (bot)
· 7 years ago
efdf316
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
by Miss Islington (bot)
· 7 years ago
1d30788
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
by Miss Islington (bot)
· 7 years ago
78aa3d8
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151) (GH-9304)
by Miss Islington (bot)
· 7 years ago
d0491cd
[3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (GH-8907) (#9286)
by Andrew Svetlov
· 7 years ago
2b16294
bpo-31132: Remove prlimit permission test. (GH-9280)
by Miss Islington (bot)
· 7 years ago
b2a6aa3
closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273)
by Miss Islington (bot)
· 7 years ago
218b4bf
bpo-34661: Fix test skipping call. (GH-9266)
by Miss Islington (bot)
· 7 years ago
1550b73
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
by Miss Islington (bot)
· 7 years ago
90f7d45
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
by Miss Islington (bot)
· 7 years ago
ea2fcd3
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
by Miss Islington (bot)
· 7 years ago
0aef909
[3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9236)
by Benjamin Peterson
· 7 years ago
b608fcd
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
by Miss Islington (bot)
· 7 years ago
329ea4e
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
by Miss Islington (bot)
· 7 years ago
d8bc7a6
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175)
by Miss Islington (bot)
· 7 years ago
536e45a
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788)
by Miss Islington (bot)
· 7 years ago
9c4a63f
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148)
by Miss Islington (bot)
· 7 years ago
c0d63bf
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034)
by orlnub123
· 7 years ago
4902017
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
by Miss Islington (bot)
· 7 years ago
d53f1ca
[3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python versions (<3.7) (GH-9133)
by Tal Einat
· 7 years ago
e9119a5
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)
by Miss Islington (bot)
· 7 years ago
9835696
bpo-34246: Use no mutable default args in smtplib (GH-8554)
by Miss Islington (bot)
· 7 years ago
18d7dff
[3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094)
by Zackery Spytz
· 7 years ago
2d3f2dc
bpo-34542: Update test certs and keys (GH-8997) (GH-9007)
by Miss Islington (bot)
· 7 years ago
20a8392
[3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356). (GH-8970)
by Serhiy Storchaka
· 7 years ago
1e92123
bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048)
by Miss Islington (bot)
· 7 years ago
4da7181
bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)
by Miss Islington (bot)
· 7 years ago
0b9ea4b
[3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987)
by Victor Stinner
· 7 years ago
65ef742
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974)
by Victor Stinner
· 7 years ago
e3f2082
bpo-34171: Fix test_trace. (GH-8940) (GH-8951)
by Miss Islington (bot)
· 7 years ago
2cf3316
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
by Miss Islington (bot)
· 7 years ago
55b8c4b
Remove AIX workaround test_subprocess (GH-8939)
by Miss Islington (bot)
· 7 years ago
80e9fed
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
by Miss Islington (bot)
· 7 years ago
d5f017b
bpo-13312: Avoid int underflow in time year. (GH-8912)
by Miss Islington (bot)
· 7 years ago
3e6020c
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
by Miss Islington (bot)
· 7 years ago
89b1654
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862)
by Miss Islington (bot)
· 7 years ago
d1f0ccc
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
by Miss Islington (bot)
· 7 years ago
870247a
[3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789)
by Miss Islington (bot)
· 7 years ago
e3228a3
bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763)
by Miss Islington (bot)
· 7 years ago
32e58fc
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
by Miss Islington (bot)
· 7 years ago
8fc21c8
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)
by Miss Islington (bot)
· 7 years ago
c614121
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
by Miss Islington (bot)
· 7 years ago
5799e5a
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
by Miss Islington (bot)
· 7 years ago
a1ff5f9
bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567)
by Miss Islington (bot)
· 7 years ago
0c90d6f
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
by Victor Stinner
· 7 years ago
50d7867
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
by Miss Islington (bot)
· 7 years ago
3e4b688
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
by Miss Islington (bot)
· 7 years ago
47957da
[3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581)
by Serhiy Storchaka
· 7 years ago
d5c75be
bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)
by Miss Islington (bot)
· 7 years ago
ad4f64d
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
by Miss Islington (bot)
· 7 years ago
990de2f
bpo-34182: Fix test_pydoc running as a script. (GH-8389)
by Miss Islington (bot)
· 7 years ago
5753b13
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
by Miss Islington (bot)
· 7 years ago
2be0124
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)
by Miss Islington (bot)
· 7 years ago
89352b0
bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471)
by Miss Islington (bot)
· 7 years ago
9736493
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466)
by Miss Islington (bot)
· 7 years ago
23a3297
[3.7] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8365)
by Miss Islington (bot)
· 7 years ago
0b27169
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8435)
by Miss Islington (bot)
· 7 years ago
220afff
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423)
by Miss Islington (bot)
· 7 years ago
519fc55
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) (GH-8422)
by Miss Islington (bot)
· 7 years ago
6353382
bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) (GH-8421)
by Miss Islington (bot)
· 7 years ago
ba1810e
bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) (GH-8407)
by Miss Islington (bot)
· 7 years ago
81f85d0
bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380) (GH-8385)
by Miss Islington (bot)
· 7 years ago
92ce6a6
bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8383)
by Miss Islington (bot)
· 7 years ago
7638eb8
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371)
by Miss Islington (bot)
· 7 years ago
a7a6eac
bpo-33723: Fix test_time.test_process_time() (GH-8358) (GH-8362)
by Miss Islington (bot)
· 7 years ago
03ec4df
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352)
by Miss Islington (bot)
· 7 years ago
339e0c1
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
by Miss Islington (bot)
· 7 years ago
296e572
[3.7] bpo-34130: Fix 2 race conditions in test_signal (GH-8329)
by Victor Stinner
· 7 years ago
6020d98
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)
by Miss Islington (bot)
· 7 years ago
892df9d
bpo-33967: Fix wrong use of assertRaises (GH-8306)
by Miss Islington (bot)
· 7 years ago
0a820a2
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8296)
by Miss Islington (bot)
· 7 years ago
c721472
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
by Miss Islington (bot)
· 7 years ago
4ada0cf
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
by Miss Islington (bot)
· 7 years ago
b89776f
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
by Miss Islington (bot)
· 7 years ago
48d2aeb
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
by Miss Islington (bot)
· 7 years ago
0a1db32
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8247)
by Miss Islington (bot)
· 7 years ago
125371d
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
by Miss Islington (bot)
· 7 years ago
df9f633
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
by Miss Islington (bot)
· 7 years ago
958a25e
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
by Miss Islington (bot)
· 7 years ago
7c43b80
[3.7] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193)
by Serhiy Storchaka
· 7 years ago
a410f9f
bpo-31014: Fix the webbrowser module. (GH-7267)
by Miss Islington (bot)
· 7 years ago
7bd6f0e
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
by Miss Islington (bot)
· 7 years ago
ab75d9e
[3.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8132)
by Ammar Askar
· 7 years ago
29be3bd
bpo-34044: subprocess.Popen copies startupinfo (GH-8090) (GH-8121)
by Victor Stinner
· 7 years ago
f5770f3
bpo-33988: Fix test_warnings using -W error (GH-7985)
by Xtreak
· 7 years ago
Next »