Commit Graph

5199 Commits

Author SHA1 Message Date
Noah
2fb1e85afd Add the msvcrt stdlib module 2020-03-08 22:47:54 -05: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
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
Noah
9802324c2a Merge pull request #1795 from RustPython/coolreader18/android-socket-libc-constants
Use libc for android socket constants
2020-03-06 07:47:52 -06:00
Aviv Palivoda
76569485c0 Skip test_round 2020-03-06 14:56:49 +02:00
Aviv Palivoda
77b83ea4f8 Separate coro exception stack 2020-03-06 12:04:40 +02:00
Aviv Palivoda
ef2721de8b Mark unsupported tests 2020-03-06 10:46:29 +02:00
Aviv Palivoda
ed3f303ccd Add test_builtin from CPython 3.8 2020-03-06 10:46:29 +02:00
Aviv Palivoda
83386fda25 Set errno on os.listdir 2020-03-06 10:46:29 +02:00
Aviv Palivoda
92d0f05242 Mark unsupported tests 2020-03-06 10:46:29 +02:00
Aviv Palivoda
78565d1ab0 Add test_exceptions from CPython 3.8 2020-03-06 10:46:29 +02:00
Aviv Palivoda
81093bb6f4 Move freeze example to examples folder 2020-03-06 10:05:47 +02:00
Noah
dffdef4c85 Merge pull request #1792 from youknowone/struct
Fix struct module and add test from unittest
2020-03-05 23:17:56 -06:00
Jeong YunWon
c150a43441 Merge pull request #1778 from youknowone/int-indexable-base
non-int indexable base for int()
2020-03-05 01:25:03 +09:00
Jeong YunWon
a6c84c2994 Merge pull request #1793 from RustPython/coolreader18/winreg-module
Add the winreg stdlib module
2020-03-04 22:59:00 +09:00
Jeong YunWon
7518723b2e mark failing tests 2020-03-04 11:42:17 +09:00
CPython dev
6e720ac2a4 Lib/test/test_struct.py from CPython 3.8.1 2020-03-04 11:42:17 +09:00
Jeong YunWon
1c6808748e Fix struct pack and unpack 2020-03-04 11:42:17 +09:00
coolreader18
791050bb95 Use libc for android socket constants 2020-03-03 15:13:21 -06:00
Noah
eec333399f Add more winreg constants 2020-03-03 11:32:00 -06:00
Noah
2f617feb10 Convert registry values to Python values 2020-03-03 11:22:58 -06:00
Noah
a79dfcd027 Enable importing winreg in importlib._boostrap_external 2020-03-03 11:22:48 -06:00
Jeong YunWon
197ef9cdec Fix struct.calcsize to take bytes argument 2020-03-03 19:00:56 +09:00
Noah
65ed30b2ab Add winreg module 2020-03-02 10:54:35 -06:00
Noah
7f7cad3998 Merge pull request #1790 from RustPython/coolreader18/pydoc
Add pydoc stdlib module
2020-03-02 07:16:27 -06:00
Noah
3206591645 Merge pull request #1791 from RustPython/coolreader18/coro-dedup
Deduplicate coroutine/generator code
2020-03-02 07:10:13 -06:00
Jeong YunWon
d3fca12497 Merge pull request #1789 from RustPython/coolreader18/decimal-sys_hash
Add sys.hash_info and the decimal module
2020-03-02 15:31:02 +09:00
coolreader18
43713c41e4 Add gi_ and cr_ attributes to generators and coroutines 2020-03-01 23:11:28 -06:00
coolreader18
48de33cbbd Move generator functionality to objcoroinner 2020-03-01 23:11:28 -06:00