Noah
|
b40dcb7748
|
Use random.Random in tempfile
|
2020-02-03 18:21:53 -06:00 |
|
Noah
|
2fd9eb9a8a
|
Add random.py from CPython 3.6
|
2020-02-03 18:21:52 -06:00 |
|
malkoG
|
8a3fb408dc
|
Implement random module
|
2020-02-03 18:21:37 -06:00 |
|
Jeong YunWon
|
1c2b01f894
|
parse_number can raise error about length
|
2020-02-01 21:29:01 +09:00 |
|
Jeong YunWon
|
7cdaba75ab
|
Merge pull request #1726 from youknowone/calltype-ex
Fix bytecode::CallType::Ex to raise non-str type error
|
2020-02-01 12:32:51 +09:00 |
|
Jeong YunWon
|
fc0c8fd59a
|
Fix int.from_bytes type
|
2020-02-01 02:54:57 +09:00 |
|
Jeong YunWon
|
2a47785e6a
|
Fix bytecode::CallType::Ex to raise non-str type error
|
2020-02-01 01:12:21 +09:00 |
|
Jeong YunWon
|
c335791e2f
|
Merge pull request #1721 from youknowone/test-types
Lib/test/test_types.py from CPython v3.8.1
|
2020-01-31 21:05:23 +09:00 |
|
Jeong YunWon
|
1b9ba7ccc7
|
mark failing tests of test_types.py
|
2020-01-31 18:12:59 +09:00 |
|
Jeong YunWon
|
c8e5040d35
|
mark failing tests from test_copy.py
|
2020-01-31 18:12:18 +09:00 |
|
CPython developers
|
cebca9e6d3
|
Add test_copy.py from CPython v3.8.1
|
2020-01-31 17:55:59 +09:00 |
|
CPython developers
|
41b6794e1a
|
test_types.py from CPython v3.8.1
|
2020-01-31 17:52:31 +09:00 |
|
Aviv Palivoda
|
9685b77cf3
|
Add repr for dict_keys, dict_values and dict_items
|
2020-01-30 12:28:14 +02:00 |
|
Noah
|
e6a431ad22
|
Merge pull request #1676 from youknowone/fix-cpytest
Fix test_bool::test_sane_len
|
2020-01-27 18:24:40 -08:00 |
|
Noah
|
bc121d791a
|
Merge pull request #1682 from RustPython/coolreader18/compare_digest
Add _operator._compare_digest
|
2020-01-25 12:20:08 -06:00 |
|
Jeong YunWon
|
106c8111c1
|
Fix test_bool::test_sane_len
|
2020-01-26 02:50:06 +09:00 |
|
Jeong YunWon
|
3698d0e438
|
Fix comparison operator
|
2020-01-26 01:18:51 +09:00 |
|
Jeong YunWon
|
655834d578
|
Merge pull request #1678 from youknowone/object-cmp
__eq__ and __ne__ compatibility
|
2020-01-18 19:26:45 +09:00 |
|
Aviv Palivoda
|
296f298e73
|
Merge pull request #1695 from palaviv/test-dict
Add Cpython test_dict
|
2020-01-18 11:08:03 +02:00 |
|
Aviv Palivoda
|
f6e6ef0fe1
|
objint __pos__ returns Int object
This fixes test_bool.test_math
|
2020-01-17 19:17:14 +02:00 |
|
Aviv Palivoda
|
dd8a0412b0
|
Mark failed and error tests for dict
|
2020-01-17 18:02:14 +02:00 |
|
Aviv Palivoda
|
bdc627ef44
|
Add CPython test_dict.py
|
2020-01-17 17:58:51 +02:00 |
|
coolreader18
|
0418cc7790
|
Add _operator._compare_digest
|
2020-01-12 22:57:19 -06:00 |
|
Jeong YunWon
|
81d36a1f1d
|
__eq__ and __ne__ compatibility
|
2020-01-12 18:33:58 +09:00 |
|
coolreader18
|
9fdf54f965
|
quickfix Lib/test bool test_sane_len
|
2020-01-12 00:08:01 -06:00 |
|
Aviv Palivoda
|
4c0e7bf908
|
Add TODO on all marked tests
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
247d814fa6
|
Mark failed and error tests for lists
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
27da37ca3f
|
Add test_list
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
0e38b515d7
|
Add test_decorators
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
f06883643f
|
Mark test_compare failed test with expectedFailure
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
9b37be8f3d
|
Add test_compare
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
641418f3b8
|
Add __main__ to test lib
|
2020-01-04 16:30:02 +02:00 |
|
Aviv Palivoda
|
88c477fb6c
|
Fix CR comments
|
2019-12-30 21:31:36 +02:00 |
|
Aviv Palivoda
|
e1942541ab
|
Add expectedFailure on failing test_bool tests
|
2019-12-30 21:31:36 +02:00 |
|
Aviv Palivoda
|
4c7c5fd225
|
Change test code to allow running
|
2019-12-30 21:31:36 +02:00 |
|
Aviv Palivoda
|
a157dc1230
|
Add regrtest from CPython
|
2019-12-30 21:31:36 +02:00 |
|
coolreader18
|
abb190ce50
|
Some small fixes for http to work
|
2019-12-21 14:51:11 -06:00 |
|
coolreader18
|
5856b85f74
|
Add stdlib modules necessary for http from CPython 3.6.0
|
2019-12-21 14:51:11 -06:00 |
|
Noah
|
97b8a7bf32
|
Merge pull request #1621 from RustPython/coolreader18/io-update
Update the io module with a bunch of methods
|
2019-12-04 13:08:14 -06:00 |
|
coolreader18
|
00cf87cde9
|
Mini-fix for _sre; need bytes support
|
2019-12-03 21:39:33 -06:00 |
|
coolreader18
|
4263ce48e3
|
Include _io on WASM, just not FileIO
|
2019-12-01 17:49:29 -06:00 |
|
coolreader18
|
e63073bfb8
|
Update io module with a bunch of methods
|
2019-12-01 02:01:15 -06:00 |
|
coolreader18
|
747229ad21
|
Fix C codec implementations being expected by encodings
Also fix encodings' normalize_encoding function
|
2019-11-28 13:32:08 -06:00 |
|
coolreader18
|
88b883fab9
|
Edit _codecs to work w/ Python 3
|
2019-11-28 13:32:07 -06:00 |
|
coolreader18
|
36a224e16d
|
Use a Python version of _codecs from PyPy v1.0.0
|
2019-11-28 13:32:07 -06:00 |
|
Noah
|
4a69af8cc3
|
Merge pull request #1576 from RustPython/coolreader18/vm-lib-reorganize
Reorganize vm/Lib and frozen.rs
|
2019-11-27 14:37:00 -06:00 |
|
coolreader18
|
794e2adacf
|
Fix nt import in shutil
|
2019-11-23 11:20:42 -06:00 |
|
coolreader18
|
458c68263d
|
Fix tempfile to not use random.Random
|
2019-11-23 11:20:42 -06:00 |
|
coolreader18
|
a3b435c0d3
|
Add tempfile.py from CPython 3.6.0
|
2019-11-23 11:20:42 -06:00 |
|
Noah
|
4cf2672876
|
Add _multiprocessing stub
|
2019-11-23 11:20:41 -06:00 |
|