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 |
|
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
|
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
|
0ccc263e2f
|
Allow clippy::upper_case_acronyms for sre-engine's constants
|
2021-04-13 10:40:13 -05:00 |
|
Dean Li
|
89d0d5a63d
|
os: remove symlink 3rd argument restriction
|
2021-04-12 21:17:04 +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
|
21e6910e1d
|
Misc wrong behavior for function props, module.__init__, type.getattro
|
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
|
80249debe1
|
Add tokenize.py + update token.py to versions from CPython 3.8
|
2021-04-11 17:38:44 -05:00 |
|
Noah
|
8d68e17680
|
Merge pull request #2541 from RustPython/coolreader18/try-microbenchmarks-again
Optimize(?) microbenchmarks some more
|
2021-04-09 14:07:24 -05:00 |
|
Noah
|
f9555fd75d
|
Fix getrandbits for k>32
|
2021-04-07 10:52:40 -05:00 |
|
Noah
|
b870fbef5d
|
Merge pull request #2538 from deantvv/os-fwalk
os: Add support for fd and dir_fd in `listdir`, `stat`, `fstat`
|
2021-04-07 10:41:36 -05:00 |
|
Dean Li
|
b065c059d2
|
os: Don't consume File in path_from_fd
|
2021-04-07 22:40:06 +08:00 |
|
Noah
|
e6b5219393
|
Fix remaining test_random overflows
|
2021-04-05 23:15:25 -05:00 |
|
Dean Li
|
7155decd1f
|
Add os in detect requires environment script
|
2021-04-04 22:45:15 +08:00 |
|
Dean Li
|
7a890256aa
|
Fix skip condition for test_fd
|
2021-04-04 22:34:24 +08:00 |
|
Noah
|
0a9e1b7e5e
|
Add dummy_threading from CPython 3.8.9
|
2021-04-01 21:07:01 -05:00 |
|
Noah
|
605a353bc0
|
Merge pull request #2518 from RustPython/get-method-opt
Add optimized method lookup to avoid creating intermediate method objects
|
2021-03-27 15:05:04 -05:00 |
|
Noah
|
1fff67db2c
|
Correct float rounding algorithm
|
2021-03-25 08:06:58 -05:00 |
|
Noah
|
f50f930255
|
Add setattro slot, split call_method and call_special_method
|
2021-03-15 09:45:06 -05:00 |
|
Noah
|
176702425d
|
Get traceback working in wasm
|
2021-03-14 12:49:59 -05:00 |
|
Noah
|
8abfecf022
|
fnmatch on wasm
|
2021-03-14 12:49:59 -05:00 |
|
Noah
|
57540ad2e1
|
Allow zipfile to be imported on wasm
|
2021-03-14 12:49:59 -05:00 |
|
Padraic Fanning
|
3a3854d7ee
|
Skip test class on Windows
|
2021-03-06 20:21:47 -05:00 |
|
Padraic Fanning
|
3fbaf68a2c
|
Mark failing/erroring tests
|
2021-03-06 20:21:47 -05:00 |
|
Padraic Fanning
|
6ee3dbe3db
|
Add test_httpservers from CPython 3.8.7
|
2021-03-06 20:21:47 -05:00 |
|
Dean Li
|
974ed856ba
|
Implement os.closerange
`closerange` use `close` internally
|
2021-03-06 04:51:49 +00:00 |
|
Jeong YunWon
|
22322fafe7
|
Merge pull request #2506 from fanninpm/more-expected-failures
Unskip more tests (follow-up from #2443)
|
2021-02-28 18:34:43 +09:00 |
|
Padraic Fanning
|
4ba5829fe1
|
Delete code smell
|
2021-02-27 19:37:01 -05:00 |
|
Noah
|
9ef0d8bf58
|
Merge pull request #2485 from RustPython/misc-aiohttp
Misc fixes to get aiohttp working
|
2021-02-27 15:06:27 -06:00 |
|
Padraic Fanning
|
79ac9ab93c
|
Delete code smell
|
2021-02-27 14:01:45 -05:00 |
|
Jeong YunWon
|
32c603b5f2
|
Merge pull request #2494 from fanninpm/test-functools
Add test_functools from CPython 3.8.7
|
2021-02-28 03:59:22 +09:00 |
|
Jeong YunWon
|
84d4253ae4
|
Merge pull request #2507 from fanninpm/test-http-cookiejar
Add test_http_cookiejar from CPython 3.8.7
|
2021-02-28 03:58:47 +09:00 |
|
Padraic Fanning
|
3553440cb6
|
Mark failing/erroring tests
|
2021-02-26 13:23:36 -05:00 |
|
Padraic Fanning
|
2f1fe3d763
|
Add test_httplib from CPython 3.8.7
|
2021-02-26 13:23:36 -05:00 |
|
Padraic Fanning
|
18319cf33d
|
Mark failing/erroring tests
|
2021-02-26 13:16:49 -05:00 |
|
Padraic Fanning
|
960974f059
|
Skip tests that regressed to O(n^2) or O(n^3)
|
2021-02-26 13:16:49 -05:00 |
|
Padraic Fanning
|
dc3ab358c8
|
Add test_http_cookiejar from CPython 3.8.7
|
2021-02-26 13:16:49 -05:00 |
|
Noah
|
a0a1ce4f6d
|
Merge pull request #2496 from fanninpm/test-genericpath
Add test_genericpath from CPython 3.8.7
|
2021-02-26 12:11:54 -06:00 |
|
Noah
|
4d5dda37c4
|
Merge pull request #2502 from fanninpm/test-htmlparser
Add test_htmlparser from CPython 3.8.7
|
2021-02-26 12:10:54 -06:00 |
|
Padraic Fanning
|
e0db7d0d03
|
Mark macOS-only failure
|
2021-02-26 12:38:24 -05:00 |
|
Padraic Fanning
|
d680895a04
|
Remove bad_coding2.py for causing a CI failure
|
2021-02-26 12:33:16 -05:00 |
|
Padraic Fanning
|
bc3cc3679c
|
Remove badsyntax_3131.py due to CI failure
|
2021-02-26 00:01:58 -05:00 |
|
Padraic Fanning
|
e8493a2c39
|
Mark failing test
|
2021-02-26 00:00:12 -05:00 |
|
Padraic Fanning
|
d50735d8f4
|
Unskip tests in test_unicodedata
|
2021-02-25 23:16:13 -05:00 |
|