Commit Graph

7441 Commits

Author SHA1 Message Date
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
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
Mark Umnus
6d663f4157 Fix formatting of decimal powers below 1 million
The previous implementation truncated even 10.0 to 1, because it cut away any
combination of trailing 0's and .'s.
2021-02-01 01:25:58 +01:00
boris
8acb7453dc Fix binascii.hexlify 2021-01-31 19:13:55 -05:00
boris
b03185f59e Copy secrets module from CPython 3.8 2021-01-31 18:56:07 -05:00
Noah
a39a19fbe4 Merge pull request #2421 from RustPython/sre-separate-repo
Extract the sre interpreter into a separate repo
2021-01-31 11:05:53 -06:00
Padraic Fanning
c50bb0beeb Upgrade codeop to 3.9 2021-01-29 18:10:15 -05:00
boris
646242d5a9 report exception when couldn't import 2021-01-29 15:32:41 -05:00
boris
68e86b8f61 get attribute when comparing it 2021-01-29 15:25:24 -05:00
boris
eda93e1001 pass attribute to extra_info
not its name
2021-01-29 13:08:44 -05:00
boris
b3b9196b9e remove comment 2021-01-29 12:43:08 -05:00
boris
63bbdc0024 Trim whats_left 2021-01-29 12:30:15 -05:00
boris
f258df5fc2 convert filter to list exp 2021-01-29 12:27:45 -05:00
boris
f03277068e return string representation of inspect.signature exceptions 2021-01-29 12:24:41 -05:00
boris
2ebc300ed5 update comments 2021-01-29 11:58:47 -05:00
boris
6e948d7982 create a dictionary instead of printing
so that we can print this stuff out as json later
2021-01-29 11:55:29 -05:00
Noah
a694d1322a Output sre_constants to new location 2021-01-29 10:18:20 -06:00
Noah
6c30bc10bc Extract the sre interpreter into a separate repo 2021-01-29 10:18:20 -06:00
Noah
1976740d3c Merge pull request #2416 from RustPython/coolreader18/misc-os
DirEntry as os.PathLike, st_xtime_ns
2021-01-29 10:17:38 -06:00
Noah
da6332475b Merge pull request #2403 from RustPython/coolreader18/bincode-libmap
Serialize entire frozen hashmap to bytes
2021-01-29 02:18:13 -06:00
Noah
58503cb0fa Serialize entire frozen hashmap to bytes 2021-01-29 00:46:51 -06:00
Noah
942b8afbe1 Add enumerate kwargs, stat_result unnamed fields, -u flag 2021-01-29 00:46:17 -06:00
Noah
36f525732e Use the which crate to figure out sys.executable 2021-01-29 00:46:17 -06:00
Noah
fbbf24272f EnvironmentError = OSError, fix __radd__ str 2021-01-29 00:46:17 -06:00
Noah
76b6abb507 DirEntry as os.PathLike, st_xtime_ns 2021-01-29 00:46:16 -06:00
Jeong YunWon
dd8d3c1bfd Merge pull request #2419 from ishigoya/master
remaining test_unicode* from v3.8.7
2021-01-29 14:20:38 +09:00
Noah
7cdafe77e5 Merge pull request #2422 from RustPython/coolreader18/stub-xml
Stub plistlib and xmlrpc
2021-01-28 23:19:50 -06:00
Jeong YunWon
dd267b5ff2 Merge pull request #2415 from RustPython/coolreader18/csv-writer
Add csv.writer()
2021-01-29 14:18:42 +09:00
Jeong YunWon
18a27ea965 Merge pull request #2417 from RustPython/update-python-version
Declare ourselves as Python 3.9
2021-01-29 14:15:32 +09:00
Jeong YunWon
bd9ab67488 Merge pull request #2420 from RustPython/coolreader18/empty-map-cformat
Don't error on a non-dict map for cformat
2021-01-29 14:11:50 +09:00
Mireille Raad
dd91a27004 add a github workflow to save whats left to the website repo 2021-01-28 23:09:13 -05:00
Noah
53da086f35 Merge pull request #2423 from fanninpm/update-argparse
Update argparse
2021-01-28 20:00:51 -06:00
Padraic Fanning
f747f1d94b Fix capitalization in error message
Signed-off-by: Padraic Fanning <fanninpm@miamioh.edu>
2021-01-28 13:14:11 -05:00
Padraic Fanning
10e26162b5 Update argparse to 3.9 2021-01-28 12:34:04 -05:00
Noah
00096166d8 Stub out imports in plistlib/xmlrpc 2021-01-27 22:10:27 -06:00
Noah
665ca0a6bf Copy plistlib and xmlrpc from CPython 3.8 2021-01-27 22:09:16 -06:00
Noah
b1361d5cfc Don't error on a non-dict map for cformat 2021-01-27 16:18:07 -06:00