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 |
|
Aviv Palivoda
|
395fd6bfbe
|
Integer packing check __index__
|
2020-03-14 12:30:41 +02:00 |
|
Noah
|
75eabfdc2c
|
Merge pull request #1787 from youknowone/posonly
PEP570 - positional only parameter support
|
2020-03-13 17:19:21 -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 |
|
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 |
|
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 |
|
Noah
|
159d4e28c7
|
Move the mt19937 algorithm into its own crate
|
2020-03-12 07:31:46 -05:00 |
|
Jeong YunWon
|
826f9013ad
|
Merge pull request #1809 from RustPython/coolreader18/license-logo
Add LICENSE-logo, update LICENSE to (c) 2020
|
2020-03-12 11:46:04 +09:00 |
|
Noah
|
37355d612a
|
Add LICENSE-logo, update LICENSE to (c) 2020
|
2020-03-11 21:54:49 +00:00 |
|
Jeong YunWon
|
967952dd40
|
Fix str.splitlines() for \r
|
2020-03-11 05:47:41 +09:00 |
|
Jeong YunWon
|
6cb8b665a2
|
Fix str.expandtab() for newlines
|
2020-03-11 05:11:25 +09:00 |
|
Jeong YunWon
|
e66e9b1121
|
Use binding for str.zfill sign matching
Co-Authored-By: Noah <33094578+coolreader18@users.noreply.github.com>
|
2020-03-09 13:43:28 +09:00 |
|
Noah
|
5849e0d5bc
|
Fix sys.argv in interactive mode
|
2020-03-08 22:47:56 -05:00 |
|
Noah
|
2fb1e85afd
|
Add the msvcrt stdlib module
|
2020-03-08 22:47:54 -05:00 |
|
Jeong YunWon
|
dd8bef4334
|
Fix str.zfill
|
2020-03-09 03:22:43 +09:00 |
|
Jeong YunWon
|
199c75bbb4
|
Merge pull request #1799 from youknowone/fix-array
Fix array a little and add test_array.py
|
2020-03-08 14:21:22 +09:00 |
|
Jeong YunWon
|
f7c6af21ba
|
Merge pull request #1800 from youknowone/fix-memoryview
memoryview unittest + memoryview.__len__
|
2020-03-08 14:18:50 +09:00 |
|
Jeong YunWon
|
93f712e346
|
Merge pull request #1804 from youknowone/memoryview-len
Add memoryview.__len__
|
2020-03-08 14:18:27 +09:00 |
|
Jeong YunWon
|
e4f80d0f17
|
Add memoryview.__len__
|
2020-03-08 13:00:44 +09:00 |
|
Jeong YunWon
|
05b5fa74c9
|
Add memoryview.__len__
|
2020-03-08 12:59:23 +09:00 |
|
Jeong YunWon
|
3c96442068
|
Fix array insert, Add array setitem
|
2020-03-08 12:59:23 +09:00 |
|
Jeong YunWon
|
0b3281fba1
|
Disable broken array tests
|
2020-03-08 12:59:23 +09:00 |
|
CPython dev
|
37c81faab3
|
Lib/test/test_array.py from CPython 3.8.1
|
2020-03-08 12:59:23 +09:00 |
|
Jeong YunWon
|
a08b4568e2
|
Merge pull request #1783 from youknowone/int-bytes
bytearray/memoryview/array support for int()
|
2020-03-08 12:27:18 +09:00 |
|
Noah
|
030ddb9eb3
|
Merge pull request #1802 from youknowone/str-test
Fix str.{capitalize,split,rsplit} + test_unicode.py from CPython 3.8.2
|
2020-03-07 16:46:32 -06:00 |
|
Jeong YunWon
|
6bfd349ef6
|
char_indices() -> chars()
Co-Authored-By: Noah <33094578+coolreader18@users.noreply.github.com>
|
2020-03-08 06:42:53 +09:00 |
|
Jeong YunWon
|
6ca457932b
|
Fix str.{capitalize,split,rsplit} and optional args
|
2020-03-08 06:33:13 +09:00 |
|
Jeong YunWon
|
b5df09ae14
|
Disable failing unicode/string tests
|
2020-03-08 06:23:51 +09:00 |
|
CPython dev
|
e815835390
|
Lib/test/test_unicode.py from CPython 3.8.2
|
2020-03-08 06:23:51 +09:00 |
|
Noah
|
99718df1f3
|
Merge pull request #1798 from doyshinda/feature/float_format_code_e
Implement format code `e` & `E` for floats and ints
|
2020-03-07 15:07:38 -06:00 |
|
Jeong YunWon
|
60b23422a4
|
Add memoryview.__len__
|
2020-03-08 05:53:30 +09:00 |
|
Jeong YunWon
|
b9f2b87758
|
Mark failing tests from test_memoryview.py
|
2020-03-08 05:53:30 +09:00 |
|
CPython dev
|
4a329bdc65
|
Lib/test/test_memoryview.py from CPython 3.8.2
|
2020-03-08 05:53:30 +09:00 |
|
Jeong YunWon
|
b4f0ced701
|
disable failing tests from test_grammar.py
|
2020-03-08 00:13:13 +09:00 |
|
CPython dev
|
c2b8e92da4
|
Lib/test/test_grammar.py from CPython 3.8.1
|
2020-03-08 00:13:13 +09:00 |
|
Jeong YunWon
|
aa1d20c388
|
positional only parameter support
|
2020-03-08 00:13:13 +09:00 |
|
Aviv Palivoda
|
0c00afb6f5
|
Merge pull request #1786 from palaviv/more-tests
Add more CPython tests
|
2020-03-07 10:04:37 +02:00 |
|
Abe
|
4c72a3c853
|
Implement format code e & E for floats and ints
|
2020-03-06 18:12:48 -07:00 |
|
Aviv Palivoda
|
9c424c7c82
|
Revert import decimal comment out
|
2020-03-06 22:10:02 +02:00 |
|
Aviv Palivoda
|
8e986e6783
|
Remove uneeded running changes
|
2020-03-06 22:08:35 +02:00 |
|
Aviv Palivoda
|
8bde882a39
|
Merge pull request #1784 from palaviv/freeze
Add frozen executable example
|
2020-03-06 22:02:08 +02:00 |
|