Commit Graph

5470 Commits

Author SHA1 Message Date
Jeong YunWon
81abec4913 common string strip implemenetation 2020-04-25 04:17:19 +09:00
Jeong YunWon
ce2d9d8d7c Fix build warnings for Rust 1.43.0 2020-04-25 04:14:36 +09:00
Jeong YunWon
4082b13622 Merge pull request #1873 from youknowone/fromargs-generic
merge SplitArgs + Generic support for FromArgs
2020-04-25 03:37:55 +09:00
Jeong YunWon
98b5876de8 Merge pull request #1864 from youknowone/bytes-setslice
Fix bytes.__setitem__ slice for inversed range
2020-04-25 03:37:36 +09:00
Jeong YunWon
85751dc70a Merge pull request #1847 from youknowone/fix-bytes-replace
Fix bytes.replace
2020-04-25 03:21:38 +09:00
Noah
22527a6bb1 Merge pull request #1866 from RustPython/coolreader18/website-jsontest-data
Add a cron job to push jsontest data to the website
2020-04-24 10:25:13 -05:00
Noah
6dccc98d1c Fix formatting 2020-04-24 00:45:31 -05:00
Noah
9331556fc1 Update version in wapm.toml 2020-04-23 23:07:43 -05:00
Noah
e42454f117 Update version in wapm.toml 2020-04-23 23:01:44 -05:00
Jeong YunWon
14f1a4294d Move SplitLinesArgs and ExpandTabsArg to pystr 2020-04-19 04:23:32 +09:00
Jeong YunWon
b7a399ec4b merge SplitArgs from PyByte* and PyString 2020-04-19 04:09:56 +09:00
Jeong YunWon
162e49f007 Generic support for FromArgs 2020-04-19 04:08:17 +09:00
Jeong YunWon
dc69601110 Drop lifetime generic argument from PyCommonString 2020-04-19 04:08:17 +09:00
Jeong YunWon
67a9dfd7e9 PyByteInner::replace_in_place 2020-04-19 03:26:08 +09:00
Jeong YunWon
20bdcac136 PyByteInner::replace_delete 2020-04-19 03:23:59 +09:00
Jeong YunWon
37e5c9bd7e Fix bytes.replace 2020-04-19 03:23:56 +09:00
Aviv Palivoda
f60b07aa1a Merge pull request #1840 from palaviv/pathlib
Add Pathlib
2020-04-18 18:09:04 +03:00
Aviv Palivoda
43e2504233 Simplify os.fspath 2020-04-18 17:01:13 +03:00
Aviv Palivoda
5e52c7174e Skip test_handling_bad_descriptor 2020-04-18 17:01:13 +03:00
Aviv Palivoda
d8585940ff Fix os.stat on Windows 2020-04-18 17:01:13 +03:00
Aviv Palivoda
709010f80c Mark unsupported tests 2020-04-18 17:01:13 +03:00
Aviv Palivoda
4c58bcc043 Convert PyPathLike path to OsString 2020-04-18 17:01:13 +03:00
Aviv Palivoda
fdf27bf6a4 Convert os methods to support path-like objects 2020-04-18 17:01:13 +03:00
Aviv Palivoda
e5e0f5cbf3 Support __fspath__ in PyPathLike 2020-04-18 17:01:13 +03:00
Aviv Palivoda
cc8d853c63 Add stub os.utime 2020-04-18 17:01:13 +03:00
Aviv Palivoda
caf894a462 Add os.link 2020-04-18 17:01:13 +03:00
Aviv Palivoda
f78ef86c8d Add test_pathlib from CPython 3.8 2020-04-18 17:00:26 +03:00
Aviv Palivoda
8d3cbe610c Add pathlib.py from CPython 3.8 2020-04-18 17:00:26 +03:00
Noah
5ee6ca62d7 Merge pull request #1872 from RustPython/coolreader18/wasi-io
Enable the os and io modules on wasi
2020-04-17 12:19:08 -05:00
Jeong YunWon
4f40fa1aee Merge pull request #1863 from youknowone/single_or_tuple_any
Fix bytes.{start|end}swith
2020-04-18 00:47:30 +09:00
Aviv Palivoda
1ecd94b6a1 Merge pull request #1871 from palaviv/threading-2
Make PyList to ThreadSafe
2020-04-17 16:02:49 +03:00
Aviv Palivoda
a67c2875d4 Use std::mem to swap elements 2020-04-17 15:16:59 +03:00
Noah
9a6509dd6a Enable the os and io modules on wasi 2020-04-16 15:26:22 -05:00
Jeong YunWon
4c9486fb97 Fix bytes.{start|end}swith 2020-04-16 17:26:30 +09:00
Jeong YunWon
0d2b817dd3 single_or_tuple_any uses TryFromObject instead of PyValue 2020-04-16 15:38:48 +09:00
Jeong YunWon
1c93a36891 Merge pull request #1861 from youknowone/str-split
Fix str.split bytes.split
2020-04-16 15:17:46 +09:00
Noah
8276803cac Merge pull request #1869 from RustPython/coolreader18/unicode-name-escape
Remove unnecessary unic dependencies and add `\N{}` unicode name escapes
2020-04-15 22:32:56 -05:00
Noah
d7f28949e2 Add test for unicode escape 2020-04-15 19:24:00 -05:00
Noah
336698f27c Merge pull request #1870 from RustPython/coolreader18/misc-io-fixes
Miscellaneous io-related fixes
2020-04-15 10:49:48 -05:00
Aviv Palivoda
970d17f098 Make PyList ThreadSafe 2020-04-15 13:28:43 +03:00
Jeong YunWon
2423a046fa Unmark test_bytes test_returns_new_copy
which uses tons of bytes methods
2020-04-15 11:36:40 +09:00
Jeong YunWon
2516f69879 Fix bytes.split 2020-04-15 11:36:38 +09:00
Jeong YunWon
14b4fdc5a0 Fix str.split 2020-04-15 11:25:41 +09:00
Noah
a540f042e8 Add _codecs.charmap_build, fix other _codecs issues 2020-04-14 14:59:54 -05:00
Noah
942a7d612c Fix os.lseek on Windows 2020-04-14 14:59:54 -05:00
Noah
a529fdbc6e Fix os.set_inheritable on windows 2020-04-14 14:59:48 -05:00
Noah
000ec722f8 Allow dummy faulthandler functions to accept kwargs 2020-04-14 14:41:14 -05:00
Noah
f87b2d9af9 Improve unwrap_pyresult for wasm 2020-04-14 14:41:14 -05:00
Noah
71e8c5e56e Add msvcrt.setmode 2020-04-14 14:41:14 -05:00
Noah
d92cebd953 Unskip tests that depend on \N 2020-04-14 13:06:32 -05:00