Noah
|
18c4a6f44c
|
Merge pull request #1801 from RustPython/coolreader18/async-gen
Implement async generators
|
2020-03-21 11:37:53 -05:00 |
|
Noah
|
d7b9f3bd27
|
Update Cargo.lock
|
2020-03-21 10:25:41 -05:00 |
|
Noah
|
1f8c80b9f7
|
Merge pull request #1824 from palaviv/fix-test-bytes
Escape octet in string
|
2020-03-21 10:24:55 -05:00 |
|
Noah
|
44bd11fd49
|
Merge pull request #1822 from palaviv/glob
Add glob module
|
2020-03-21 09:37:48 -05:00 |
|
Aviv Palivoda
|
0444c1afa2
|
Fix clippy warning
|
2020-03-21 16:35:47 +02:00 |
|
Aviv Palivoda
|
e436e42b4c
|
Merge lex_byte into lex_string
|
2020-03-21 15:58:20 +02:00 |
|
Aviv Palivoda
|
a2e85aff23
|
Escape octet in string
|
2020-03-21 11:08:46 +02:00 |
|
Aviv Palivoda
|
d6a8aeb3e4
|
Remove expected failure from passing test
|
2020-03-21 10:25:15 +02:00 |
|
Aviv Palivoda
|
d93e4eaf4e
|
Change OutputMode to camel case
|
2020-03-21 10:11:44 +02:00 |
|
Noah
|
78f8f14003
|
Apply review comments
|
2020-03-21 00:37:13 -05:00 |
|
Noah
|
888ec28fbf
|
Mark unsupported tests
|
2020-03-21 00:35:38 -05:00 |
|
Noah
|
08593cd9f3
|
Do some more refactoring, but better
|
2020-03-21 00:35:38 -05:00 |
|
Noah
|
c1bf5124b1
|
RuntimeError on coro raising StopIteration
|
2020-03-21 00:35:38 -05:00 |
|
Noah
|
9507a9f795
|
Add some functions from asyncio from Python 3.8
|
2020-03-21 00:35:38 -05:00 |
|
Noah
|
8f2c03c307
|
Update to test_asyncgen from CPython 3.8
|
2020-03-21 00:35:38 -05:00 |
|
Noah
|
af25fbed39
|
Fix syntax error tests
|
2020-03-21 00:35:36 -05:00 |
|
Noah
|
8a30af8357
|
Add test/test_asyncgen from CPython 3.6
|
2020-03-21 00:34:13 -05:00 |
|
Noah
|
f0cc91d9ac
|
Refactor to be more accurate to CPython
|
2020-03-21 00:34:13 -05:00 |
|
coolreader18
|
b83443cea9
|
Partially implement async generators
|
2020-03-21 00:33:46 -05: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 |
|