Noah
|
d6eeed9770
|
Yeah sure lets just reimplement _all_ the timeout code
|
2021-01-29 11:47:09 -06:00 |
|
Noah
|
f613995198
|
zlib gzip wbits
|
2021-01-29 11:47:07 -06:00 |
|
Noah
|
9e5716124a
|
Don't panic on invalid wbits
|
2021-01-29 11:45:29 -06:00 |
|
Noah
|
ca912fcf27
|
Fix BufferedReader over a SocketIO to properly read the right amount
|
2021-01-29 11:45:29 -06:00 |
|
boris
|
b3b9196b9e
|
remove comment
|
2021-01-29 12:43:08 -05:00 |
|
boris
|
63bbdc0024
|
Trim whats_left
|
2021-01-29 12:30:15 -05:00 |
|
boris
|
f258df5fc2
|
convert filter to list exp
|
2021-01-29 12:27:45 -05:00 |
|
boris
|
f03277068e
|
return string representation of inspect.signature exceptions
|
2021-01-29 12:24:41 -05:00 |
|
boris
|
2ebc300ed5
|
update comments
|
2021-01-29 11:58:47 -05:00 |
|
boris
|
6e948d7982
|
create a dictionary instead of printing
so that we can print this stuff out as json later
|
2021-01-29 11:55:29 -05:00 |
|
Noah
|
a694d1322a
|
Output sre_constants to new location
|
2021-01-29 10:18:20 -06:00 |
|
Noah
|
6c30bc10bc
|
Extract the sre interpreter into a separate repo
|
2021-01-29 10:18:20 -06:00 |
|
Noah
|
1976740d3c
|
Merge pull request #2416 from RustPython/coolreader18/misc-os
DirEntry as os.PathLike, st_xtime_ns
|
2021-01-29 10:17:38 -06:00 |
|
Noah
|
da6332475b
|
Merge pull request #2403 from RustPython/coolreader18/bincode-libmap
Serialize entire frozen hashmap to bytes
|
2021-01-29 02:18:13 -06:00 |
|
Noah
|
58503cb0fa
|
Serialize entire frozen hashmap to bytes
|
2021-01-29 00:46:51 -06:00 |
|
Noah
|
942b8afbe1
|
Add enumerate kwargs, stat_result unnamed fields, -u flag
|
2021-01-29 00:46:17 -06:00 |
|
Noah
|
36f525732e
|
Use the which crate to figure out sys.executable
|
2021-01-29 00:46:17 -06:00 |
|
Noah
|
fbbf24272f
|
EnvironmentError = OSError, fix __radd__ str
|
2021-01-29 00:46:17 -06:00 |
|
Noah
|
76b6abb507
|
DirEntry as os.PathLike, st_xtime_ns
|
2021-01-29 00:46:16 -06:00 |
|
Jeong YunWon
|
dd8d3c1bfd
|
Merge pull request #2419 from ishigoya/master
remaining test_unicode* from v3.8.7
|
2021-01-29 14:20:38 +09:00 |
|
Noah
|
7cdafe77e5
|
Merge pull request #2422 from RustPython/coolreader18/stub-xml
Stub plistlib and xmlrpc
|
2021-01-28 23:19:50 -06:00 |
|
Jeong YunWon
|
dd267b5ff2
|
Merge pull request #2415 from RustPython/coolreader18/csv-writer
Add csv.writer()
|
2021-01-29 14:18:42 +09:00 |
|
Jeong YunWon
|
18a27ea965
|
Merge pull request #2417 from RustPython/update-python-version
Declare ourselves as Python 3.9
|
2021-01-29 14:15:32 +09:00 |
|
Jeong YunWon
|
bd9ab67488
|
Merge pull request #2420 from RustPython/coolreader18/empty-map-cformat
Don't error on a non-dict map for cformat
|
2021-01-29 14:11:50 +09:00 |
|
Mireille Raad
|
dd91a27004
|
add a github workflow to save whats left to the website repo
|
2021-01-28 23:09:13 -05:00 |
|
Noah
|
53da086f35
|
Merge pull request #2423 from fanninpm/update-argparse
Update argparse
|
2021-01-28 20:00:51 -06:00 |
|
Padraic Fanning
|
f747f1d94b
|
Fix capitalization in error message
Signed-off-by: Padraic Fanning <fanninpm@miamioh.edu>
|
2021-01-28 13:14:11 -05:00 |
|
Padraic Fanning
|
10e26162b5
|
Update argparse to 3.9
|
2021-01-28 12:34:04 -05:00 |
|
Noah
|
00096166d8
|
Stub out imports in plistlib/xmlrpc
|
2021-01-27 22:10:27 -06:00 |
|
Noah
|
665ca0a6bf
|
Copy plistlib and xmlrpc from CPython 3.8
|
2021-01-27 22:09:16 -06:00 |
|
Noah
|
b1361d5cfc
|
Don't error on a non-dict map for cformat
|
2021-01-27 16:18:07 -06:00 |
|
Noah
|
59794cdfd7
|
Change site-packages paths
|
2021-01-27 15:20:52 -06:00 |
|
Robert Booth
|
dbc3d64507
|
remaining test_unicode* from v3.8.7
|
2021-01-27 12:59:11 +09:00 |
|
Robert Booth
|
fd6e44afdf
|
remaining test_unicode* from v3.8.7
|
2021-01-27 11:48:31 +09:00 |
|
Noah
|
389f2bf623
|
Merge pull request #2414 from ishigoya/master
add test_random from 3.8.7
|
2021-01-26 10:37:52 -06:00 |
|
Noah
|
ba300c75ab
|
Update pow tests to 3.8 version
|
2021-01-26 10:30:09 -06:00 |
|
Noah
|
d940e17bf1
|
Implement name mangling
|
2021-01-26 09:59:16 -06:00 |
|
coolreader18
|
5d23721b0d
|
Remove _sre.py
|
2021-01-26 00:33:21 -06:00 |
|
Noah
|
869e4a7012
|
Implement modular inverse
|
2021-01-25 22:38:12 -06:00 |
|
Noah
|
20c33f8069
|
Declare ourselves as Python 3.9
|
2021-01-25 20:04:32 -06:00 |
|
Noah
|
7963baaede
|
Skip test on windows
|
2021-01-25 19:24:40 -06:00 |
|
Noah
|
570d2521d0
|
Merge pull request #2408 from verhovsky/add-gzip
Copy gzip from CPython 3.10
|
2021-01-25 18:29:16 -06:00 |
|
Noah
|
f428fcc692
|
unskip tests
|
2021-01-25 18:28:18 -06:00 |
|
Noah
|
5c660c0ae3
|
Fix crc32 signature again
|
2021-01-25 18:02:01 -06:00 |
|
Noah
|
3aafd1a85f
|
Add csv.writer
|
2021-01-25 17:08:04 -06:00 |
|
Noah
|
e74e1958c4
|
Switch to csv-core for the _csv module
|
2021-01-25 15:11:24 -06:00 |
|
Noah
|
97e5c2c890
|
Merge pull request #2352 from qingshi163/_sre-wip
[WIP] _sre
|
2021-01-25 14:43:22 -06:00 |
|
Noah
|
19f9ca6390
|
Merge pull request #2399 from RustPython/coolreader18/asdl
Generate rustpython-ast based off of Python.asdl
|
2021-01-25 11:09:31 -06:00 |
|
Robert Booth
|
1e3e3a0a9e
|
fail/skip for test_random 3.8.7
|
2021-01-25 22:17:05 +09:00 |
|
Robert Booth
|
678625add2
|
test_random from v3.8.7
|
2021-01-25 22:14:25 +09:00 |
|