Commit Graph

7482 Commits

Author SHA1 Message Date
Padraic Fanning
86c71e5501 Explain test_overridden_checked_hash_based_pyc 2021-02-07 15:49:41 -05:00
Padraic Fanning
339f5ac28f Explain test_checked_hash_based_pyc skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
6a99d183bb Unskip test_timestamp_overflow 2021-02-07 15:49:41 -05:00
Padraic Fanning
59ec9cf21d Explain CallSignature skip(s) 2021-02-07 15:49:41 -05:00
Padraic Fanning
5ffe96aa6d Explain ImportlibUseCache skip(s) 2021-02-07 15:49:41 -05:00
Padraic Fanning
7de448fa78 Explain test_is_package skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
76538ee1bf Explain test_lacking_parent skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
57c700b0fb Explain test_package skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
4d1c844d4d Explain test_lacking_parent skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
7584d1d100 Explain test_package skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
a74d4a4d50 Explain MultiPhaseExtensionModuleTests skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
7211a72b8c Explain test_is_package skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
3d566eee10 Explain test_module_reuse skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
b7a2a08217 Explain test_load_module_API skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
b81c6ad483 Explain test_deepcopy_reflexive_dict skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
12d4a665db Explain test_deepcopy_reflexive_tuple skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
dde4dfdd09 Explain test_deepcopy_reflexive_list skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
e5e260a161 Explain test_builtin_sequence_types skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
cbe24fa406 Explain testSFBug532646 skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
18bf1a42c0 Explain test_repeat skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
5f821269a6 Explain TestBreakpoint skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
f909c7d9f6 Explain test_alloc_overflow skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
2259ceee48 Explain UnicodeTest skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
3d6179dce8 Explain test_tofrombytes skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
7ab8ab1c5e Explain test_replace_overflow skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
17cc14f2fd Explain seq_tests test_free_after_iterating skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
21a6e12593 Unskip test_pickle in seq_tests.py 2021-02-07 15:49:41 -05:00
Padraic Fanning
6fcc874f9b Explain test_index skip in seq_tests.py 2021-02-07 15:49:41 -05:00
Padraic Fanning
960fac3a53 Explain test_bigrepeat skip in seq_tests.py 2021-02-07 15:49:41 -05:00
Jeong YunWon
6064f7eb2e Merge pull request #2418 from RustPython/coolreader18/name-mangling
Implement name mangling
2021-02-07 10:21:54 +09:00
Noah
6d371cea8a Merge pull request #2409 from RustPython/coolreader18/fix-http
Fix BufferedReader over a SocketIO to properly read the right amount
2021-02-03 11:29:01 -06:00
Noah
c20220c531 Merge pull request #2434 from RustPython/sre-update
Update sre-engine dependency
2021-02-03 11:09:01 -06:00
Noah
160505d0cf Use helper type for deadlines 2021-02-03 10:54:12 -06:00
Noah
3e08492ea0 Merge pull request #2432 from verhovsky/add-statistics
Add statistics from CPython 3.8
2021-02-03 10:37:47 -06:00
Noah
ff75791193 Unskip tests 2021-02-03 10:36:27 -06:00
Noah
317fc974ff Update sre-engine dependency 2021-02-03 09:08:20 -06:00
Noah
f49448a343 Merge pull request #2402 from RustPython/wasm-hooks
Add a way to inject modules to rustpython_wasm
2021-02-03 09:06:52 -06:00
boris
83a64ad318 mark failing tests 2021-02-03 01:14:49 -05:00
boris
e7105643ec Fix _random.Random signature 2021-02-03 01:14:40 -05:00
Noah
52df7fbc1b Merge pull request #2437 from fanninpm/codeop-test-skip-reason
Add reason for skipped codeop test
2021-02-02 14:21:13 -06:00
Padraic Fanning
10b0bdd510 Add reason for skipped codeop test 2021-02-02 10:43:40 -05:00
boris
b767f13994 Copied statistics from CPython 3.8 2021-02-01 15:04:47 -05:00
Noah
669fec4a26 Merge pull request #2429 from verhovsky/add-secrets
Add secrets from CPython 3.8
2021-01-31 22:42:25 -06:00
Noah
0c0bcde08d Merge pull request #2430 from verhovsky/add-telnetlib
Add telnetlib from CPython 3.8
2021-01-31 22:37:13 -06:00
Noah
4b62a20011 Merge pull request #2424 from mainsail-org/mir/workflow-whatsleft
add a github workflow to save whats left to the website repo
2021-01-31 22:35:10 -06:00
Noah
39ff807763 Merge pull request #2431 from merkrafter/fix/decimal-powers-formatting
Fix formatting of decimal powers below 1 million
2021-01-31 22:29:35 -06:00
Noah
81176852c6 Merge pull request #2411 from verhovsky/detect-incompat-fn-signatures
Detect incompatible function signatures in whats_left
2021-01-31 18:41:43 -06:00
Noah
89de9e1ad7 Merge pull request #2425 from fanninpm/upgrade-codeop-library
Upgrade codeop
2021-01-31 18:40:54 -06:00
boris
c25bfaa991 skip failing tests 2021-01-31 19:31:02 -05:00
boris
f53e42a472 Add telnetlib from CPython 3.8 2021-01-31 19:26:44 -05:00