Commit Graph

8027 Commits

Author SHA1 Message Date
Noah
075b184b56 Upgrade sre-engine 2021-04-16 10:56:14 -05:00
Noah
85ad2b1f7d Merge pull request #2557 from fanninpm/test-keyword
Add test_keyword from CPython 3.8
2021-04-15 17:06:20 -05:00
Padraic Fanning
e0c59a3dd8 Unskip passing test 2021-04-15 17:03:57 -04:00
Padraic Fanning
e2aca3e7a5 Sort keywords in kwlist 2021-04-15 17:03:19 -04:00
Noah
64f653861b Merge pull request #2558 from fanninpm/test-keywordonlyarg
Add test_keywordonlyarg from CPython 3.8
2021-04-15 15:29:32 -05:00
Padraic Fanning
831cef744f Mark erroring/failing tests 2021-04-15 14:40:00 -04:00
Padraic Fanning
a2d775bdf2 Add test_keywordonlyarg from CPython 3.8 2021-04-15 14:40:00 -04:00
Padraic Fanning
7fd4ae4fad Mark erroring/failing tests 2021-04-15 12:49:52 -04:00
Padraic Fanning
d3e94b3df5 Add test_keyword from CPython 3.8 2021-04-15 12:49:51 -04:00
Noah
971774bafb Merge pull request #2554 from fanninpm/test-index
Add test_index from CPython 3.8.7
2021-04-15 11:46:19 -05:00
Jeong YunWon
add90ad1dc Merge pull request #2551 from RustPython/coolreader18/easy-install-pip
Add --install-pip cli option, tidy up src/lib.rs
2021-04-15 17:32:44 +09:00
Jeong YunWon
2b0c246ace Merge pull request #2553 from fanninpm/test-iterlen
Add test_iterlen from CPython 3.8
2021-04-15 17:22:18 +09:00
Padraic Fanning
dea3d67951 Unmark passing test in test_ipaddress 2021-04-14 21:03:33 -04:00
Padraic Fanning
67a616a650 Unmark passing tests in test_index 2021-04-14 21:02:54 -04:00
Padraic Fanning
4cf4eb83a1 Add index function to operator module 2021-04-14 21:00:45 -04:00
Padraic Fanning
21aeb7b08e Mark erroring/failing tests 2021-04-14 20:25:59 -04:00
Padraic Fanning
11fe49931a Add test_index from CPython 3.8.7 2021-04-14 20:25:58 -04:00
Noah
7845da3608 Merge pull request #2552 from fanninpm/test-ipaddress
Add test_ipaddress from CPython 3.8
2021-04-14 19:16:13 -05:00
Padraic Fanning
488a42d3ec Unmark passing tests 2021-04-14 19:28:13 -04:00
Padraic Fanning
e9b2f71df0 Update ipaddress to CPython 3.8 2021-04-14 19:22:07 -04:00
Padraic Fanning
c9ee5ce879 Mark erroring/failing tests 2021-04-14 19:04:12 -04:00
Padraic Fanning
2d41ad2d9f Add test_iterlen from CPython 3.8 2021-04-14 19:04:12 -04:00
Padraic Fanning
24dccb74a9 Mark failing/erroring tests 2021-04-14 18:10:30 -04:00
Padraic Fanning
d2edaefdb2 Add test_ipaddress from CPython 3.8.7 2021-04-14 18:10:30 -04:00
Noah
088ea8af12 Add --install-pip cli option, tidy up src/lib.rs 2021-04-14 15:16:45 -05:00
Noah
763c18d8aa Merge pull request #2544 from RustPython/coolreader18/misc-fixes
Misc fixes related to IPython
2021-04-14 15:14:54 -05:00
Jeong YunWon
204d1f9487 Merge pull request #2534 from RustPython/dummy_threading
Add dummy_threading from CPython 3.8.9
2021-04-15 02:56:53 +09:00
Jeong YunWon
5fa2483ace Merge pull request #2540 from RustPython/ast-optimization
Add the ast::fold::Fold trait, replacing MapAst
2021-04-15 02:55:41 +09:00
Jeong YunWon
cd1d43e637 Merge pull request #2542 from RustPython/sre-cratesio
Switch to sre-engine from crates.io
2021-04-15 02:53:37 +09:00
Noah
f892b06c3e Switch to sre-engine from crates.io 2021-04-13 10:40:15 -05:00
Noah
0ccc263e2f Allow clippy::upper_case_acronyms for sre-engine's constants 2021-04-13 10:40:13 -05:00
Noah
9d7021c4ff Merge pull request #2548 from deantvv/os-symlink
Fix os.symlink 3rd argument
2021-04-12 09:06:26 -05:00
Dean Li
89d0d5a63d os: remove symlink 3rd argument restriction 2021-04-12 21:17:04 +08:00
Dean Li
ac93edbee7 os: fix symlink signature to python doc
From python doc,
`os.symlink(src, dst, target_is_directory=False, *, dir_fd=None)`
which means that `target_is_directory` is both a positional and keyword argument.
2021-04-12 06:43:51 +08:00
Noah
c84eb2a801 Copy test_defaultdict from CPython 3.8 2021-04-11 17:38:45 -05:00
Noah
3c3801bbe4 Improve defaultdict some more 2021-04-11 17:38:44 -05:00
Noah
501c555c54 Unskip tests 2021-04-11 17:38:44 -05:00
Noah
1b3408f00d Fix defaultdict 2021-04-11 17:38:44 -05:00
Noah
fd587bd5fe Standardize panicking within frame 2021-04-11 17:38:44 -05:00
Noah
21e6910e1d Misc wrong behavior for function props, module.__init__, type.getattro 2021-04-11 17:38:44 -05:00
Noah
4129f0c5c0 Fix async for compilation 2021-04-11 17:38:44 -05:00
Noah
235074faf2 Fully implement SNI in _ssl 2021-04-11 17:38:44 -05:00
Noah
5239e82f0b Add pty.py and tty.py from CPython 3.8 2021-04-11 17:38:44 -05:00
Noah
3db00be5f3 Add termios module 2021-04-11 17:38:44 -05:00
Noah
c2345698ba Add fileno() to IOBase 2021-04-11 17:38:44 -05:00
Noah
89ef71a83a Fix tab completion for classes 2021-04-11 17:38:44 -05:00
Noah
044f9c1a99 Add line_buffering arg to TextIOWrapper 2021-04-11 17:38:44 -05:00
Noah
80249debe1 Add tokenize.py + update token.py to versions from CPython 3.8 2021-04-11 17:38:44 -05:00
Noah
0056cbc880 Remove builtin tokenize 2021-04-11 17:38:44 -05:00
Noah
97f2da7778 Don't panic on invalid utf8 compile(), add __get__/__delete__ to getset/property 2021-04-11 17:38:43 -05:00