Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
24b51b1a4919e310d338629cc60371387f475a32
/
Lib
/
test
24b51b1
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607)
by Miss Islington (bot)
· 7 years ago
c901045
pythoninfo: log more environment variable (GH-10719) (GH-10769)
by Victor Stinner
· 7 years ago
80db40c
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
by Miss Islington (bot)
· 7 years ago
d669154
bpo-35317: Fix mktime() error in test_email (GH-10721)
by Miss Islington (bot)
· 7 years ago
2a37f01
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
by Miss Islington (bot)
· 7 years ago
5350dd1
bpo-33723: Fix test_time.test_thread_time() (GH-10724)
by Miss Islington (bot)
· 7 years ago
e88553c
bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715)
by Victor Stinner
· 7 years ago
903a3e8
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
by Miss Islington (bot)
· 7 years ago
01e5799
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
by Miss Islington (bot)
· 7 years ago
56742f1
[3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678)
by Victor Stinner
· 7 years ago
a519411
Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660)
by Victor Stinner
· 7 years ago
d57ab8a
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
by Miss Islington (bot)
· 7 years ago
0e1312c
bpo-35233: test_embed: fix filesystem encoding (GH-10597)
by Victor Stinner
· 7 years ago
f415aa1
Add --tempdir option for test run (GH-10322)
by Miss Islington (bot)
· 7 years ago
d2be9a5
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
by Miss Islington (bot)
· 7 years ago
9ee1d42
bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546)
by Victor Stinner
· 7 years ago
bc09ee8
bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539)
by Victor Stinner
· 7 years ago
88cbea4
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537)
by Victor Stinner
· 7 years ago
35c28d5
[3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529)
by Victor Stinner
· 7 years ago
d57a3e5
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517)
by Victor Stinner
· 7 years ago
3f9fe53
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)
by Miss Islington (bot)
· 7 years ago
f16ebcd
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
by Miss Islington (bot)
· 7 years ago
9d36581
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
by Miss Islington (bot)
· 7 years ago
b097f9f
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
by Miss Islington (bot)
· 7 years ago
ca592bc
closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347)
by Miss Islington (bot)
· 7 years ago
7beb8c5
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
by Miss Islington (bot)
· 7 years ago
96fb350
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325)
by Miss Islington (bot)
· 7 years ago
71b6c1a
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
by Miss Islington (bot)
· 7 years ago
58f7bf3
bpo-34945: Buffer output in test suite only when creating junit file (GH-10204)
by Miss Islington (bot)
· 7 years ago
a7ffb66
[3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
by Steve Dower
· 7 years ago
178bf58
bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)
by Miss Islington (bot)
· 7 years ago
313e501
bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878)
by Miss Islington (bot)
· 7 years ago
18450be
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
by Miss Islington (bot)
· 7 years ago
7f34d55
bpo-34973: Fix crash in bytes constructor. (GH-9841)
by Miss Islington (bot)
· 7 years ago
861d34e
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10000)
by Serhiy Storchaka
· 7 years ago
dcd56f6
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)
by Miss Islington (bot)
· 7 years ago
8f53dcd
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784)
by Miss Islington (bot)
· 7 years ago
0f2fc8b
bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978)
by Victor Stinner
· 7 years ago
b9182aa
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970)
by Miss Islington (bot)
· 7 years ago
a66f279
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
by Miss Islington (bot)
· 7 years ago
5b9b935
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
by Miss Islington (bot)
· 7 years ago
178d1c0
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
by Miss Islington (bot)
· 7 years ago
657e3f9
[3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9926)
by Stéphane Wirtel
· 7 years ago
350aeab
bpo-34783: Fix test_nonexisting_script() (GH-9896)
by Miss Islington (bot)
· 7 years ago
1370832
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852)
by Miss Islington (bot)
· 7 years ago
b1c8003
bpo-34941: Fix searching Element subclasses. (GH-9766)
by Miss Islington (bot)
· 7 years ago
d075642
Add new tests for bytes and bytearray constructors. (GH-9843)
by Miss Islington (bot)
· 7 years ago
5d8ef8b
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) (GH-9832)
by Miss Islington (bot)
· 7 years ago
c327a54
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052)
by Miss Islington (bot)
· 7 years ago
8b040e5
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798)
by Serhiy Storchaka
· 7 years ago
8e23ba0
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
by Miss Islington (bot)
· 7 years ago
41e5ec3
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
by Miss Islington (bot)
· 7 years ago
0ce31d3
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656)
by Miss Islington (bot)
· 7 years ago
3b69993
bpo-6721: Hold logging locks across fork() (GH-4071) (#9291)
by Miss Islington (bot)
· 7 years ago
1a21893
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581)
by Miss Islington (bot)
· 7 years ago
453b3b0
bpo-34909: keep searching mixins until base class is found (GH-9737) (GH-9738)
by Miss Islington (bot)
· 7 years ago
a67bd53d
[3.7] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9691)
by Elvis Pranskevichus
· 7 years ago
97f998a
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)
by Miss Islington (bot)
· 7 years ago
cd4dd93
closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666)
by Miss Islington (bot)
· 7 years ago
0f161b3
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
by Miss Islington (bot)
· 7 years ago
7e35081
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
by Miss Islington (bot)
· 7 years ago
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
Next »