Noah
|
31905bd1ce
|
Add OPENSSL_VERSION constants
|
2020-03-27 15:24:08 -05:00 |
|
Noah
|
588589865e
|
Try a few things to make cert verification work
|
2020-03-27 15:24:08 -05:00 |
|
Noah
|
bea6e54a37
|
Make ssl work on windows
|
2020-03-27 15:24:08 -05:00 |
|
Noah
|
03ba022258
|
Don't use the matches!() macro
|
2020-03-27 15:24:08 -05:00 |
|
Noah
|
72f7cd65eb
|
Install openssl on Windows in GH Actions
|
2020-03-27 14:40:20 -05:00 |
|
Noah
|
40835b19e6
|
Add _ssl stdlib module
|
2020-03-27 14:40:20 -05:00 |
|
Noah
|
a42e94b44f
|
Add socket.getsockopt, impl io::{Read,Write} for PySocketRef
|
2020-03-27 14:40:20 -05:00 |
|
Noah
|
289311727b
|
impl TryFromObject for CString
|
2020-03-27 14:40:20 -05:00 |
|
Noah
|
255b5a631a
|
Edit ssl.py slightly
|
2020-03-27 14:40:19 -05:00 |
|
Noah
|
d3cc3601d6
|
Add ssl.py from CPython 3.6
|
2020-03-27 14:40:19 -05:00 |
|
Noah
|
0f4b358101
|
Add ipaddress.py from CPython 3.6
|
2020-03-27 14:40:19 -05:00 |
|
Noah
|
d243b73b67
|
Fix int.from_bytes() with an arbitrary iterator
|
2020-03-27 14:40:16 -05:00 |
|
Aviv Palivoda
|
7faab46ab7
|
Merge pull request #1825 from palaviv/fix-readme
Remove azure pipeline and travis badges from README
|
2020-03-21 18:55:05 +02:00 |
|
Noah
|
18c4a6f44c
|
Merge pull request #1801 from RustPython/coolreader18/async-gen
Implement async generators
|
2020-03-21 11:37:53 -05:00 |
|
Aviv Palivoda
|
f12117f2ea
|
Remove azure pipeline and travis badges from README
|
2020-03-21 18:33:09 +02: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 |
|