Commit Graph

8439 Commits

Author SHA1 Message Date
Dean Li
ff87ad052d os: Fix openpty test
Make openpty return non-inheritable file descriptors
2021-06-08 19:09:18 +08:00
Noah
80496dd6db Merge pull request #2684 from DimitrisJim/bltin-get-self
Add `builtin.__self__`.
2021-06-04 20:43:08 -05:00
Noah
64d67e7ade Merge pull request #2679 from DimitrisJim/bisect_accelerator
Add Rust accelerator module for bisect.
2021-06-04 20:39:03 -05:00
Noah
71d72f3753 Merge pull request #2688 from DimitrisJim/fix-named-function
Fix arguments passed to make_funcdef.
2021-06-04 12:01:18 -05:00
jfh
064b4244a4 Fix arguments passed to make_funcdef. 2021-06-04 13:39:39 +03:00
jfh
2ef4d54173 Add builtin.__self__. 2021-06-03 23:18:58 +03:00
jfh
90da29f7c0 Address review comments. 2021-06-03 18:20:32 +03:00
Noah
27af9e5401 Merge pull request #2681 from DimitrisJim/test-heapq
Add test_heapq from CPython 3.8.
2021-06-03 09:24:41 -05:00
Noah
bf3fc6c7ed Merge pull request #2683 from RustPython/method-self-getter
Add method.__self__ attribute
2021-06-02 22:12:09 -05:00
Noah
d56d9ccdee Merge pull request #2676 from fanninpm/test-traceback
Add test_traceback from CPython 3.8
2021-06-02 21:17:57 -05:00
Noah
6f0013a3a8 Add method.__self__ attribute 2021-06-02 21:17:15 -05:00
Noah
248de2df29 Merge pull request #2678 from fanninpm/test-urllib
Add test_urllib from CPython 3.8
2021-06-02 21:16:02 -05:00
Padraic Fanning
bf663fd586 Skip flaky test on all platforms 2021-06-02 19:41:07 -04:00
Padraic Fanning
4b5117c80c Update test_urlparse to CPython 3.8.10 2021-06-02 19:22:51 -04:00
Padraic Fanning
cf96a42332 Mark erroring tests in test_cgi 2021-06-02 19:21:21 -04:00
Padraic Fanning
18fb3dc93c Update test_cgi to CPython 3.8.10 2021-06-02 19:18:40 -04:00
Padraic Fanning
0aa36ff0b0 Mark erroring/failing tests 2021-06-02 18:22:27 -04:00
Padraic Fanning
91c58e8b1f Update urllib to CPython 3.8.10 2021-06-02 18:18:58 -04:00
Padraic Fanning
2924fe8633 Add test_urllib from CPython 3.8 2021-06-02 18:18:58 -04:00
jfh
1981f240ed Add documentation for functions. 2021-05-30 16:55:29 +03:00
jfh
c39b3271cd Add test_heapq from CPython 3.8. 2021-05-30 15:07:18 +03:00
jfh
95ce95c9f0 Add Rust accelerator module for bisect. 2021-05-30 00:31:23 +03:00
Jeong YunWon
658d175e5b Merge pull request #2677 from fanninpm/test-type-comments
Add test_type_comments from CPython 3.8
2021-05-28 14:13:26 +09:00
Noah
46a240f89c Merge pull request #2661 from DimitrisJim/test-bisect
Add tests file for the bisect module.
2021-05-27 21:25:14 -05:00
jfh
2fc3cf763f Add skip's for C accelerator module. 2021-05-28 02:22:40 +03:00
Padraic Fanning
65e1ee0deb Mark erroring tests 2021-05-27 17:12:10 -04:00
Padraic Fanning
89cc932160 Add test_type_comments from CPython 3.8 2021-05-27 17:12:10 -04:00
Padraic Fanning
40a0ff61dc Skip stack overflow on Windows 2021-05-27 17:11:31 -04:00
Padraic Fanning
60f83b106e Mark failing/erroring tests 2021-05-27 16:13:27 -04:00
Padraic Fanning
d95a2c589b Add test_traceback from CPython 3.8 2021-05-27 16:13:26 -04:00
Jeong YunWon
4494ae9884 Merge pull request #2675 from fanninpm/test-tokenize
Add test_tokenize from CPython 3.8
2021-05-27 13:10:21 +09:00
Jeong YunWon
18e6e92594 Merge pull request #2670 from fanninpm/test-threading
Add test_threading from CPython 3.8
2021-05-27 13:09:45 +09:00
Padraic Fanning
9ae51fb2b9 Import sys temporarily 2021-05-26 22:09:05 -04:00
Padraic Fanning
bc858cd13a Mark erroring tests on Windows 2021-05-26 21:50:33 -04:00
Padraic Fanning
0b449cc6a5 Mark erroring/failing tests 2021-05-26 21:22:23 -04:00
Padraic Fanning
a12bd0fbed Add supporting files for test_tokenize
Supporting files not associated with another test:
 - tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
 - tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
 - tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
2021-05-26 21:04:55 -04:00
Padraic Fanning
67420d47fd Add test_tokenize from CPython 3.8 2021-05-26 21:04:55 -04:00
Noah
bd966f4590 Merge pull request #2672 from fanninpm/test-timeit
Add test_timeit from CPython 3.8
2021-05-26 20:03:17 -05:00
Padraic Fanning
4213e63d23 Unmark passing tests 2021-05-26 19:59:02 -04:00
Padraic Fanning
c2bd04ad70 Refactor or_else to map_err, satisfying Clippy 2021-05-26 19:52:22 -04:00
Padraic Fanning
16d7fb07c4 Re-raise KeyError as AttributeError 2021-05-26 19:30:39 -04:00
Noah
bf0d71b05b Merge pull request #2674 from deantvv/os-times
os: Implement times
2021-05-26 13:46:41 -05:00
Dean Li
fda08241a4 os: Implement times
Signed-off-by: Dean Li <deantvv@gmail.com>
2021-05-26 21:49:15 +08:00
Noah
d5dbe293e0 Merge pull request #2669 from deantvv/os-listdir-optional-arg
os: argument in listdir should be optional
2021-05-24 20:21:08 -05:00
Padraic Fanning
91d2108ac2 Add test_timeit from CPython 3.8 2021-05-24 21:16:48 -04:00
Noah
3cd7280eec Merge pull request #2666 from fanninpm/test-tempfile
Add test_tempfile from CPython 3.8
2021-05-24 20:13:55 -05:00
Padraic Fanning
5df4b0310d Skip flaky test on Linux 2021-05-24 18:41:58 -04:00
Dean Li
fde0431bd1 os: argument in listdir should be optional
From `listdir(path)` to `listdir(path='.')`
2021-05-24 18:12:58 +08:00
Padraic Fanning
4d552e82ce Re-add threadless builds 2021-05-23 20:14:35 -04:00
Padraic Fanning
4f375c3fb8 Mark erroring/failing tests 2021-05-23 17:37:12 -04:00