Commit Graph

5269 Commits

Author SHA1 Message Date
Noah
44bd11fd49 Merge pull request #1822 from palaviv/glob
Add glob module
2020-03-21 09:37:48 -05:00
Aviv Palivoda
d93e4eaf4e Change OutputMode to camel case 2020-03-21 10:11:44 +02:00
Jeong YunWon
e97937ab20 Merge pull request #1814 from youknowone/test-bytes
fix bytes bugs and add test_bytes.py
2020-03-21 09:54:02 +09:00
Jeong YunWon
be6f49456f Merge pull request #1812 from youknowone/str-repr
Fix str.__repr__ and builtin ascii
2020-03-21 09:53:49 +09:00
Jeong YunWon
07ebb9fed3 Merge pull request #1805 from youknowone/various-lib
module inspect, functools, zipfile and test test_unary, test_typechecks
2020-03-21 09:53:32 +09:00
Noah
457602d5f1 Merge pull request #1819 from RustPython/coolreader18/only-gh-actions
Remove Travis and Azure CI
2020-03-20 14:39:56 -05:00
Jeong YunWon
d1dba7f7d1 Merge pull request #1818 from palaviv/struct-fixes
Struct fixes
2020-03-21 01:14:21 +09:00
Aviv Palivoda
13b8621ddb Mark unsupported tests 2020-03-20 17:38:47 +02:00
Aviv Palivoda
4aaccb69d9 Add test_glob from CPython 3.8 2020-03-20 17:35:31 +02:00
Aviv Palivoda
9f67f86b55 Add glob.py from CPython 3.8 2020-03-20 17:35:11 +02:00
Aviv Palivoda
a90157c1b7 Support bytes in os.listdir 2020-03-20 17:33:02 +02:00
Noah
357ffb58e1 Merge pull request #1820 from RustPython/coolreader18/update-dockerfiles
Update Dockerfiles
2020-03-20 10:25:45 -05:00
Aviv Palivoda
d95c10c023 Support bytes in stat 2020-03-20 17:24:24 +02:00
Aviv Palivoda
e53f53dfc0 Add PyPathLike 2020-03-20 17:02:19 +02:00
Aviv Palivoda
4f88b07d18 Support bytes as scandir path 2020-03-20 16:40:02 +02:00
Aviv Palivoda
1a8de8fccd Refactor lex_byte 2020-03-20 14:14:15 +02:00
Noah
831d9f3804 Fix Python 3.8 os.getcwd()/os.path.realpath() test 2020-03-15 23:48:00 -05:00
Noah
ddc461ce7f Lower recursion limit on debug builds 2020-03-15 13:50:53 -05:00
Noah
56eb656fdd Allow compilation on Redox 2020-03-15 13:48:43 -05:00
Noah
627c9ee4d3 Remove azure pipelines config 2020-03-14 23:44:33 -05:00
Noah
6e63e4fc04 Remove travis config 2020-03-14 23:44:33 -05:00
Noah
e4c702e0aa Add a cron job to GH Actions CI 2020-03-14 23:44:32 -05:00
Noah
2f3421fd64 Use Python 3.8 in GH Actions CI 2020-03-14 23:35:34 -05:00
Jeong YunWon
bef41298a9 Allow import zipfile 2020-03-15 11:00:23 +09:00
CPython dev
d87efcaa8a Add zipfile from CPython 3.8.2 2020-03-15 11:00:23 +09:00
Jeong YunWon
afd20749b4 Disable failing test from test_typechecks.py 2020-03-15 11:00:23 +09:00
CPython dev
6b5546f0c5 Lib/test/test_typechecks.py from CPython 3.8.2 2020-03-15 11:00:23 +09:00
CPython dev
b4035eea12 Lib/test/test_unary.py from CPython 3.8.2 2020-03-15 11:00:23 +09:00
CPython dev
ac4c4031e6 Update functools to CPython 3.8.2 2020-03-15 11:00:23 +09:00
CPython dev
7ea90f1463 upgrade inspect to CPython 3.8.2 2020-03-15 11:00:23 +09:00
Aviv Palivoda
efb6f6a64c Implement pascal string packing 2020-03-14 17:07:38 +02:00
Aviv Palivoda
ed685c12d2 Remove passing skip 2020-03-14 16:34:47 +02:00
Aviv Palivoda
7925932459 bool packing check __bool__ 2020-03-14 16:33:13 +02:00
Aviv Palivoda
bbb799f2c7 Resize pack_string with padding 2020-03-14 16:25:02 +02:00
Aviv Palivoda
7338bb701d Support octet escaping 2020-03-14 16:02:24 +02:00
Noah
5e56b778a2 Merge pull request #1817 from RustPython/coolreader18/location-copy
Make ast::Location implement Copy
2020-03-14 08:23:24 -05:00
Aviv Palivoda
395fd6bfbe Integer packing check __index__ 2020-03-14 12:30:41 +02:00
Noah
7031558065 Improve compiler error creation 2020-03-13 23:26:07 -05:00
Noah
eecb097ae6 Make bytecode::Location Copy 2020-03-13 21:49:10 -05:00
Noah
b6d155df8b Make Location Copy and remove all location.clone()s 2020-03-13 21:49:10 -05:00
Noah
75eabfdc2c Merge pull request #1787 from youknowone/posonly
PEP570 - positional only parameter support
2020-03-13 17:19:21 -05:00
Noah
a81a16ef9e Use -O1 optimization for wasm-opt 2020-03-13 08:04:35 -05:00
Noah
b316b8ef2a Update dockerfiles 2020-03-13 08:04:33 -05:00
Aviv Palivoda
1fd1c19cdf Merge pull request #1797 from RustPython/coolreader18/stdlib-msvcrt
Add the msvcrt stdlib module
2020-03-13 12:44:29 +02:00
Jeong YunWon
ef1815a4ca Disable failing tests from test_bytes.py 2020-03-13 10:20:09 +09:00
Jeong YunWon
2cd67c7d74 Fix empty needle crash for bytes.__contains__ 2020-03-13 10:20:09 +09:00
Jeong YunWon
37d5f99bde Fix bytes.split for 32bit+ int maxsplit 2020-03-13 10:20:09 +09:00
CPython dev
68d383aa20 Lib/test/test_bytes.py from CPython 3.8.2 2020-03-13 10:20:09 +09:00
Noah
02f7f57425 Merge pull request #1803 from youknowone/subprocess-wait
Fix subprocess.wait to take None as a timeout argument
2020-03-12 20:18:05 -05:00
Noah
6d20d8825a Merge pull request #1813 from youknowone/str-alpha
Fix str.isacii and str.isalpha
2020-03-12 20:17:32 -05:00