coolreader18
|
8746f29d3b
|
Fix sre_compile._bytes_to_code
|
2019-10-02 22:09:31 -05:00 |
|
coolreader18
|
e8073831f6
|
Fix _sre._Dispatcher.build_dispatch_table
|
2019-10-02 21:25:09 -05:00 |
|
coolreader18
|
877b402289
|
Fix some errors with the Python 3.6 sre modules
|
2019-10-02 20:36:03 -05:00 |
|
coolreader18
|
35e35f6930
|
Update Python sre modules to their 3.6 versions
|
2019-10-02 20:36:02 -05:00 |
|
Noah
|
c371712c50
|
Fix some stuff for re
|
2019-10-02 20:11:19 +00:00 |
|
Noah
|
0540fc19e4
|
Add re.py, sre_{compile,constants,parse}.py from CPython 3.0
|
2019-10-02 20:10:03 +00:00 |
|
Noah
|
015cbc2bb1
|
Add _sre.py from nikhaldi/_sre.py
|
2019-10-02 20:09:33 +00:00 |
|
coolreader18
|
e5bbe82b72
|
Fix enum.py for RustPython
|
2019-09-29 23:13:08 -05:00 |
|
coolreader18
|
39c73922d0
|
Add enum.py from CPython 3.6
|
2019-09-29 23:13:08 -05:00 |
|
coolreader18
|
a74b041014
|
Add distutils module and update os module, among others
CPython 3.6.0
|
2019-09-15 22:11:33 -05:00 |
|
coolreader18
|
da75c21c26
|
Add importlib and pkgutil modules
|
2019-09-13 01:27:23 -05:00 |
|
CPython 3.7.4
|
531a964f33
|
datetime.py from CPython 3.7.4
|
2019-08-19 16:26:00 +09:00 |
|
Noah
|
c06928cc84
|
Merge pull request #1283 from corona10/imghdr
Implement FileIO.read with nbytes and importing modified imghdr.py
|
2019-08-16 03:42:11 -05:00 |
|
Windel Bouwman
|
2b02371ba1
|
Merge pull request #1258 from RustPython/coolreader18/site
Add site module and run it on startup
|
2019-08-16 08:39:51 +02:00 |
|
Dong-hee Na
|
0c53d507f6
|
Modify imghdr.py and write unittest
|
2019-08-16 15:15:33 +09:00 |
|
Dong-hee Na
|
6a105bf696
|
Import imghdr
|
2019-08-16 15:09:16 +09:00 |
|
coolreader18
|
1be2d95142
|
Change unittest.__main__ to use import os.path
|
2019-08-15 15:52:30 -05:00 |
|
coolreader18
|
6f72969202
|
Change to use .local/lib/rustpython
|
2019-08-15 15:33:40 -05:00 |
|
coolreader18
|
a0146c5fa6
|
Add site module and run it on startup
|
2019-08-15 15:33:36 -05:00 |
|
coolreader18
|
63cfc70fd0
|
Fix whats_left_modules under cpython
|
2019-08-15 02:03:05 -05:00 |
|
coolreader18
|
1d5413be89
|
Fix whats_left_modules under cpython
|
2019-08-15 02:01:25 -05:00 |
|
Windel Bouwman
|
e1b0cb0b66
|
Fix #1247. Add two additional audio format libraries.
|
2019-08-14 16:20:26 +02:00 |
|
Windel Bouwman
|
7b38988ffb
|
Add sunau library. Add default option to dis example.
|
2019-08-14 14:42:27 +02:00 |
|
coolreader18
|
e38e2c82b1
|
Use runpy to run modules with -m
|
2019-08-09 02:29:10 -05:00 |
|
coolreader18
|
6d3180bdf4
|
Add runpy
|
2019-08-09 02:25:29 -05:00 |
|
coolreader18
|
2aea7ab318
|
Fix textwrap regexes
|
2019-08-08 17:41:39 -05:00 |
|
coolreader18
|
b65a9f905b
|
Add textwrap
|
2019-08-08 17:41:39 -05:00 |
|
coolreader18
|
8865624b79
|
Remove print
|
2019-08-08 17:41:39 -05:00 |
|
coolreader18
|
7a74ca2c9a
|
Modify regex with lookahead in it in argparse
|
2019-08-08 17:41:39 -05:00 |
|
coolreader18
|
d49f341eaa
|
Fix stack overflow
|
2019-08-08 17:41:39 -05:00 |
|
coolreader18
|
ddd46c6481
|
Remove test files from unittest
|
2019-08-06 12:03:01 -05:00 |
|
coolreader18
|
f4ce346ea8
|
Workaround for weirdness with multiple inheritance
|
2019-08-06 00:18:40 -05:00 |
|
coolreader18
|
5a7772247d
|
Fix import os.path in unittest.__main__
|
2019-08-06 00:08:32 -05:00 |
|
coolreader18
|
df2313c3a6
|
Add unittest lib files
|
2019-08-06 00:08:04 -05:00 |
|
coolreader18
|
aa079ea228
|
Remove sitecustomize.py; fix #1164
|
2019-07-22 00:35:38 -04:00 |
|
coolreader18
|
140d582599
|
Add a bunch of stdlib modules from CPython
|
2019-07-21 07:26:38 -05:00 |
|
coolreader18
|
9ec6660c09
|
Add argparse and gettext modules
|
2019-07-19 22:38:09 -05:00 |
|
coolreader18
|
5821bac2dc
|
Update READMEs
|
2019-07-16 19:13:07 -05:00 |
|
coolreader18
|
f59d84a750
|
Add codecs, locale, shutil, errno, and encodings modules
|
2019-07-14 23:09:59 -05:00 |
|
coolreader18
|
56fb6afb3f
|
Remove async sections of contextlib.py
|
2019-07-11 09:39:40 -05:00 |
|
coolreader18
|
0b7ca175a8
|
Add fnmatch and shlex
|
2019-07-11 09:38:13 -05:00 |
|
coolreader18
|
91d5fc389c
|
Add contextlib.py
|
2019-07-11 09:34:09 -05:00 |
|
coolreader18
|
bf3f09c476
|
Add pprint.py
|
2019-07-10 22:16:42 -05:00 |
|
coolreader18
|
5e5d726a5d
|
Add defaultdict to collections
|
2019-07-10 22:16:37 -05:00 |
|
Windel Bouwman
|
1612198dc1
|
Add default argument to dict.pop. Add logging and traceback python modules.
|
2019-07-10 20:10:52 +02:00 |
|
Windel Bouwman
|
d16c288ef1
|
Improve re module. Favor string.py over string.rs
|
2019-07-10 11:19:01 +02:00 |
|
Windel Bouwman
|
f3e2abd290
|
Move importlib python files into vm crate.
|
2019-07-07 21:31:02 +02:00 |
|
Windel Bouwman
|
ddc24d67dc
|
Add xdrlib.py
|
2019-06-29 14:44:39 +02:00 |
|
coolreader18
|
c78c95f03a
|
Add CPython library modules needed for unittest
|
2019-06-26 11:39:10 -05:00 |
|
Windel Bouwman
|
ed63ebd0a3
|
Added the python zen module.
|
2019-06-22 13:13:34 +02:00 |
|