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 |
|
Noah
|
357ffb58e1
|
Merge pull request #1820 from RustPython/coolreader18/update-dockerfiles
Update Dockerfiles
|
2020-03-20 10:25:45 -05: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 |
|
Jeong YunWon
|
d7e32680a9
|
Fix str.isalpha
|
2020-03-13 08:47:21 +09:00 |
|
Jeong YunWon
|
dc6fa6cf62
|
Fix str.isascii
|
2020-03-13 08:47:21 +09:00 |
|
Jeong YunWon
|
7bb8998b8e
|
Fix subprocess.wait to take None as a timeout argument
|
2020-03-13 08:24:53 +09:00 |
|
Jeong YunWon
|
39e1cf1751
|
Fix str.__repr__ and builtin ascii
|
2020-03-13 08:11:36 +09:00 |
|
Noah
|
3498a52e18
|
Merge pull request #1808 from youknowone/str-splitlines
Fix str.splitlines() for \r
|
2020-03-12 17:44:05 -05:00 |
|
Noah
|
3d07a73346
|
Fix clippy failure on Rust 1.42.0
|
2020-03-12 17:42:37 -05:00 |
|
Noah
|
2e06e167d6
|
Merge pull request #1807 from youknowone/str-expandtabs
Fix str.expandtab() for newlines
|
2020-03-12 17:02:31 -05:00 |
|
Noah
|
8ae6e55c86
|
Merge pull request #1806 from youknowone/str-zfill
Fix str.zfill
|
2020-03-12 17:01:33 -05:00 |
|
Jeong YunWon
|
b0d368eae8
|
Merge pull request #1810 from RustPython/coolreader18/mt19937-crate
Move the mt19937 algorithm into its own crate
|
2020-03-13 06:55:58 +09:00 |
|