Noah
|
ebab829f60
|
Switch to using parking_lot::Mutex instead of std::sync::Mutex
|
2020-07-04 22:58:18 -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 |
|
Noah
|
2d657605ed
|
Merge pull request #1977 from skinny121/isspace-unicode
Fix str.isspace to support unicode space characters
|
2020-07-03 20:28:35 -05:00 |
|
Ben Lewis
|
58ae89969f
|
Fix str.isspace to support unicode space characters.
|
2020-07-04 11:20:33 +12:00 |
|
Noah
|
e11285a974
|
Merge pull request #1953 from limeburst/remove-arg-check
Remove remaining usages of arg_check!
|
2020-06-29 21:07:42 -05:00 |
|
Noah
|
646feebe25
|
Remove TODO
|
2020-06-29 12:27:07 -05:00 |
|
Seo Jihyeok
|
cef2a41627
|
Remove @unittest.expectedFailure annotation
|
2020-06-30 01:40:09 +09:00 |
|
Seo Jihyeok
|
555f749c74
|
Use OptionalArg for the builtin function bool
|
2020-06-30 01:39:26 +09:00 |
|
Seo Jihyeok
|
56bffd795b
|
Remove remaining usages of arg_check!
Close #1714
|
2020-06-29 17:03:58 +09:00 |
|
Noah
|
57289ff6f5
|
Merge pull request #1964 from TheAnyKey/TheAnyKey/p38_named_expression_completion_step2
Py3.8 Named expression completion - error handling and scoping
|
2020-06-28 09:30:23 -05:00 |
|
Noah
|
11a6635c9c
|
Merge pull request #1967 from youknowone/fix-dict-errmsg
Fix object.__dict__ error message
|
2020-06-26 11:16:21 -05: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
|
e06641dbe1
|
Fix all the weird Windows bugs
|
2020-06-22 04:10:44 -05:00 |
|
Jeong YunWon
|
cae1d5f928
|
Fix object.__dict__ error message
|
2020-06-22 08:00:00 +09:00 |
|
TheAnyKey
|
d17fcc4514
|
Merge branch 'master' into TheAnyKey/p38_named_expression_completion_step2
|
2020-06-22 00:34:00 +02:00 |
|
TheAnyKey
|
be8b6edbac
|
more flexible version of PDC. Allows pre and post operations and cache cleans
|
2020-06-21 22:29:15 +00:00 |
|
TheAnyKey
|
d96b97a039
|
fixed scoping issue, commented test with references to original version
|
2020-06-21 22:18:43 +00:00 |
|
Noah
|
a7131ee46b
|
Add _sysconfigdata_*
|
2020-06-21 16:47:42 -05:00 |
|
Noah
|
260d6f2be3
|
Try to fix weird windows error?
|
2020-06-21 16:47:42 -05:00 |
|
Noah
|
1285a0eba5
|
Fix clippy warnings
|
2020-06-21 16:47:42 -05:00 |
|
Noah
|
06a4796711
|
Add msvcrt.open_osfhandle
|
2020-06-21 16:47:42 -05:00 |
|
Noah
|
b1aa11bf9e
|
Uncomment some things that were dependent on proper subprocess
|
2020-06-21 16:47:41 -05:00 |
|
Noah
|
791d171cd6
|
Remove the rust _subprocess module
|
2020-06-21 16:47:41 -05:00 |
|
Noah
|
39cb4c60cc
|
Add subprocess.py from CPython 3.8.2
|
2020-06-21 16:47:41 -05:00 |
|
Noah
|
1fa4a0edad
|
Add _winapi functions for subprocess
|
2020-06-21 16:47:41 -05:00 |
|
Noah
|
325706d86c
|
Add _posixsubprocess
|
2020-06-21 16:47:39 -05:00 |
|
Noah
|
ff6935b37f
|
Merge pull request #1971 from youknowone/fix-clippy
Fix last clippy error of 0.0.212
|
2020-06-21 16:45:41 -05:00 |
|
Jeong YunWon
|
1b409f4b19
|
Fix last clippy error of 0.0.212
|
2020-06-22 05:51:11 +09:00 |
|
Noah
|
f40c3d4ab1
|
Fix thread.rs
|
2020-06-21 15:39:13 -05:00 |
|
Jeong YunWon
|
437a81996f
|
Merge pull request #1970 from youknowone/sub-1962
non-subprocess stuff from #1962
|
2020-06-22 03:57:47 +09:00 |
|
Noah
|
ca7d9b625a
|
Fix error with latest parking_lot version
|
2020-06-21 11:45:26 -05:00 |
|
Noah
|
ec1c9f9410
|
Add os.kill
|
2020-06-21 21:05:23 +09:00 |
|
Noah
|
26bcb1f6ab
|
Add os.access on windows
|
2020-06-21 21:01:31 +09:00 |
|
Noah
|
d40533be5f
|
Add os.wait[pid] and associated functions/constants
|
2020-06-21 20:53:45 +09:00 |
|
Noah
|
05a0202d43
|
Add os.posix_spawn[p]
|
2020-06-21 20:53:44 +09:00 |
|
Noah
|
490c638b4f
|
Add size_hint() to PyIterator
|
2020-06-21 19:33:12 +09:00 |
|
Jeong YunWon
|
5f5478dba1
|
Merge pull request #1968 from youknowone/fix-clippy
Fix clippy warning
|
2020-06-21 16:28:10 +09:00 |
|
Jeong YunWon
|
82a596bd21
|
Fix clippy warning
|
2020-06-21 00:05:02 +09:00 |
|
Noah
|
50770f5155
|
Merge pull request #1965 from volodg/master
make "frame" module public
|
2020-06-18 15:13:11 -05:00 |
|
Jeong YunWon
|
c5bdd8c53b
|
Merge pull request #1950 from TheAnyKey/TheAnyKey/p310_bitcount
Implement bitcount for int (Py310 BPO-29882)
|
2020-06-18 14:45:22 +09:00 |
|
Jeong YunWon
|
8e8efe0ec8
|
reform every TODO: RUSTPYTHON to same format
|
2020-06-17 18:47:13 +09:00 |
|
TheAnyKey
|
a21c6fb8ee
|
implementation of Py310 int.bit_count
|
2020-06-17 18:42:21 +09:00 |
|
TheAnyKey
|
6bcd1da76b
|
Skipping format test as it is inconclusive
|
2020-06-17 18:42:21 +09:00 |
|
CPython dev
|
09ef0b6b24
|
dedicated commit with test_long.py from CPython 3.10 (dev)
|
2020-06-17 18:42:12 +09:00 |
|
gorbv
|
4cadc9db3c
|
make "frame" module public
|
2020-06-14 21:00:55 +02:00 |
|
TheAnyKey
|
2a172a6fa1
|
commented and cleaned up
|
2020-06-14 12:06:39 +00:00 |
|
TheAnyKey
|
ddd8151792
|
completion of error handling for named expressions and scope handling improvements
|
2020-06-13 21:16:51 +00:00 |
|
Aviv Palivoda
|
7a89a4bcfd
|
Merge pull request #1961 from mrmiywj/support_setresgid_in_os_module
Support setresgid in os module
|
2020-06-12 09:17:06 +03:00 |
|