Noah
|
9c6eea6aa0
|
Fix os.utime to be able to take floats
|
2021-02-08 12:36:54 -06:00 |
|
Noah
|
4a26d13481
|
Fix do_handshake method
|
2021-02-07 19:39:36 -06:00 |
|
Noah
|
aa238de4a9
|
Support newlines in the middle of base64
|
2021-02-07 19:39:36 -06:00 |
|
Noah
|
6d371cea8a
|
Merge pull request #2409 from RustPython/coolreader18/fix-http
Fix BufferedReader over a SocketIO to properly read the right amount
|
2021-02-03 11:29:01 -06:00 |
|
Noah
|
f613995198
|
zlib gzip wbits
|
2021-01-29 11:47:07 -06:00 |
|
Noah
|
6c30bc10bc
|
Extract the sre interpreter into a separate repo
|
2021-01-29 10:18:20 -06:00 |
|
Noah
|
36f525732e
|
Use the which crate to figure out sys.executable
|
2021-01-29 00:46:17 -06:00 |
|
Noah
|
e74e1958c4
|
Switch to csv-core for the _csv module
|
2021-01-25 15:11:24 -06:00 |
|
Noah
|
cd9f6806c3
|
Implement obj->ast functionality of the ast module
|
2021-01-14 12:37:37 -06:00 |
|
Noah
|
9647fce6d5
|
Add some more socket methods + other misc fixes
|
2021-01-11 17:32:29 -06:00 |
|
Noah
|
8cdef9e1fa
|
Use ahash in the vm
|
2021-01-08 18:08:21 -06:00 |
|
Noah
|
75f9ea2f29
|
Update rand deps, replace statrs with puruspe
|
2021-01-07 23:44:45 -06:00 |
|
Noah
|
76306b2260
|
Add half-float support for struct
|
2021-01-07 23:44:44 -06:00 |
|
Noah
|
108e1ef38b
|
Rework pystruct, again
|
2021-01-07 23:44:44 -06:00 |
|
Noah
|
96ae54ae5e
|
Remove arr_macro dependency
|
2020-12-19 00:16:17 -06:00 |
|
Noah
|
978260f5b5
|
Update dependencies
|
2020-12-05 17:51:10 -06:00 |
|
Noah
|
fafee7fe0d
|
Use static_assertions to verify the safety of init_type_hierarchy
|
2020-11-21 00:33:05 -06:00 |
|
Noah
|
4528f17210
|
compiler/porcelain wrapper
|
2020-11-07 15:43:23 -06:00 |
|
Noah
|
72f8f20ab2
|
Move timing_safe_cmp to rustpython-common
|
2020-10-25 15:28:36 -05:00 |
|
Noah
|
a950aa6b7f
|
Make serde_json an optional optimization for the json module
|
2020-09-28 23:45:53 -05:00 |
|
Jeong YunWon
|
90768fffc2
|
update result-like
|
2020-09-19 21:27:56 -05:00 |
|
Noah
|
24acbc5e23
|
Update dependencies
|
2020-09-19 21:26:02 -05:00 |
|
Noah
|
5ffe136851
|
Have builtins.input() fall back to a simple readline if sys.stdin isn't actually stdin
|
2020-09-18 23:56:09 -05:00 |
|
Ben Lewis
|
b79d7edb29
|
Fix not type checking arguments to jit function.
|
2020-08-31 20:19:36 +12:00 |
|
Noah
|
edb9df8071
|
Use timsort for the list sort algorithm
|
2020-08-26 21:49:44 -05:00 |
|
Ben Lewis
|
4bdae47eb3
|
Make jit optional by adding a 'jit' feature.
|
2020-08-25 07:16:58 +12:00 |
|
Ben Lewis
|
b2ab9d9bdf
|
Initial jit prototype.
|
2020-08-25 07:16:58 +12:00 |
|
Noah
|
cbeb87ef0b
|
Update dependencies
|
2020-08-23 20:39:53 -05:00 |
|
Noah
|
794c91be6e
|
Remove generational-arena dependency
|
2020-08-22 16:27:00 -05:00 |
|
Noah
|
4d8ffc70ad
|
Just use normal Box for PyNativeFunc
|
2020-08-22 16:18:26 -05:00 |
|
Noah
|
076bab9f15
|
Use a thread local variable for ReprGuard
|
2020-08-11 11:06:06 -05:00 |
|
Jeong YunWon
|
7f3fa70d10
|
clean up PyComplex
|
2020-08-09 21:46:16 +09:00 |
|
Noah
|
2bc2d1721e
|
Update itertools
|
2020-07-26 15:21:39 -05:00 |
|
Noah
|
ab232e6cd8
|
Use lexical-core instead of lexical
|
2020-07-26 15:21:38 -05:00 |
|
Noah
|
a1de3a5483
|
Update flamer + flame some more functions
|
2020-07-26 15:21:25 -05:00 |
|
Noah
|
642a1ee7ee
|
Disable the threading feature for rustpython-wasm
|
2020-07-25 15:22:03 -04:00 |
|
Noah
|
3647568ac5
|
Make threading optional
|
2020-07-25 15:22:03 -04:00 |
|
Noah
|
0251f3e9a2
|
Move pyhash and some float ops to rustpython-common
|
2020-07-25 15:22:00 -04:00 |
|
Noah
|
a9a5f06623
|
Rewrite the pwd module to use nix instead of the pwd crate
|
2020-07-15 12:54:51 -05:00 |
|
Noah
|
e30e2cd278
|
Update some num-* crates
|
2020-07-15 12:53:57 -05:00 |
|
Noah
|
491ca575b2
|
Implement os.utime() and fix some other things
|
2020-07-10 12:36:09 -05:00 |
|
Noah
|
cd64884180
|
Implement os.get_terminal_size
|
2020-07-10 12:09:31 -05:00 |
|
Noah
|
7ac07fd902
|
Merge pull request #1974 from RustPython/coolreader18/pylib-crate
Add a separate crate to package the python stdlib source code with
|
2020-07-04 10:44:52 -05:00 |
|
Ben Lewis
|
58ae89969f
|
Fix str.isspace to support unicode space characters.
|
2020-07-04 11:20:33 +12:00 |
|
Noah
|
31c9947b90
|
Merge pull request #1962 from RustPython/coolreader18/subprocess-py
Implement subprocess using _posixsubprocess and _winapi
|
2020-06-26 10:07:29 -05:00 |
|
Noah
|
a9058f0a0c
|
Add a separate crate to package the python stdlib source code with
|
2020-06-24 20:30:22 -05:00 |
|
Noah
|
bc1717b7ac
|
Release 0.1.2
rustpython@0.1.2
rustpython-bytecode@0.1.2
rustpython-compiler@0.1.2
rustpython-derive@0.1.2
rustpython-parser@0.1.2
rustpython-vm@0.1.2
rustpython_freeze@0.1.2
rustpython_wasm@0.1.2
Generated by cargo-workspaces
|
2020-06-23 18:47:08 -05:00 |
|
Noah
|
a7131ee46b
|
Add _sysconfigdata_*
|
2020-06-21 16:47:42 -05:00 |
|
Noah
|
791d171cd6
|
Remove the rust _subprocess module
|
2020-06-21 16:47:41 -05:00 |
|
Noah
|
1fa4a0edad
|
Add _winapi functions for subprocess
|
2020-06-21 16:47:41 -05:00 |
|