Commit Graph

4076 Commits

Author SHA1 Message Date
Jeong YunWon
61455ce261 Separate IntoPyObject and IntoPyResult 2020-08-04 22:59:34 +09:00
Jeong YunWon
1249fab930 Merge pull request #2035 from youknowone/dictkey
Refactor DictKey
2020-08-04 02:45:05 +09:00
Jeong YunWon
d33579f8e1 Merge pull request #2063 from RustPython/coolreader18/sys-tests
Add test/test_sys.py
2020-08-04 02:16:00 +09:00
Jeong YunWon
67b5d61d1f Refactor DictKey 2020-08-04 02:12:56 +09:00
Jeong YunWon
7eaf57bed0 cloned() -> copied() 2020-08-04 02:08:01 +09:00
Noah
a52e19bc21 Fix wasm 2020-08-03 10:33:12 -05:00
Jeong YunWon
4a4a7baeb6 Merge pull request #2061 from tobark/symlink
Add target_is_directory parameter for symlink function
2020-08-03 18:27:02 +09:00
Yi Hyunjoon
3d0453d47d Allow dead TargetIsDirectory temporary 2020-08-03 17:35:56 +09:00
Noah
4bd1153b24 Add/fix a bunch of sysmodule attributes 2020-08-02 20:59:36 -05:00
Noah
ba8c0d9a82 Use sys.excepthook when exceptions bubble to the top level 2020-08-02 12:23:12 -05:00
Jeong YunWon
7bbc729477 BufferedIO.read avoid clone 2020-08-03 02:02:31 +09:00
Noah
3d5ea1b38d Merge pull request #2060 from skinny121/zlib_decompress
Fix zlib decompression
2020-08-02 09:48:47 -05:00
Yi Hyunjoon
d9f507e4a3 Add target_is_directory parameter for symlink function 2020-08-02 17:52:37 +09:00
Jeong YunWon
2c86359051 Merge pull request #2045 from Lynskylate/feature-symtable
Add is_imported and is_annotation for symtable
2020-08-02 17:42:51 +09:00
Ben Lewis
43434d8559 Fix zlib decompress 2020-08-02 19:49:57 +12:00
lynskylate
31061b0464 Optimize code 2020-08-02 15:11:08 +08:00
Basix
43e6837ddb Rename os_chmod to chmod 2020-08-02 14:01:55 +09:00
Basix
639d21acc9 Implement os.chmod on Windows 2020-08-02 13:44:42 +09:00
Ben Lewis
928bca88c6 Code review changes. 2020-08-02 07:37:47 +12:00
Ben Lewis
e9a2944138 Fix clippy warnings 2020-08-02 07:22:05 +12:00
Ben Lewis
1c18d99044 Run rustfmt 2020-08-02 07:22:05 +12:00
Ben Lewis
058e73a376 Fix compilation of rust unit tests. 2020-08-02 07:22:05 +12:00
Ben Lewis
fa3e571889 Unmark tests that are now passing in test_unicode.py. 2020-08-02 07:22:05 +12:00
Ben Lewis
8ae65dad76 Fix bug in format auto spec indexing. 2020-08-02 07:22:05 +12:00
Ben Lewis
e90e2bfc6e Implement string module. 2020-08-02 07:22:05 +12:00
Ben Lewis
c4ddff84ce Implement "{x.attr}".format(...). 2020-08-02 07:22:05 +12:00
lynskylate
07476a24fc Fix is namespace 2020-08-02 02:52:07 +08:00
lynskylate
7d8ab3dda7 Merge remote-tracking branch 'origin/master' into feature-symtable 2020-08-02 02:31:09 +08:00
Jeong YunWon
0a8df91274 Merge pull request #2048 from BasixKOR/os-waitpid-windows
Implement os.waitpid on Windows
2020-08-02 00:41:15 +09:00
Jeong YunWon
55e97af2f4 Merge pull request #2054 from BolunThompson/str_dis
Change dis.dis to take strings to decompile
2020-08-02 00:40:57 +09:00
Basix
cf9370a240 Implement os.waitpid on Windows 2020-08-02 00:17:50 +09:00
Jeong YunWon
8dccb60419 Merge pull request #2041 from youknowone/os-module
Reorganize os module
2020-08-01 23:59:11 +09:00
Bolun Thompson
33808e623c Added support for strings to dis.dis
Currently, the dis module's dis function only accepts functions tp
decompile. This adds support for disassembling strings. It does this by
compiling the string, then disassembling compiled output.
2020-08-01 07:21:28 -07:00
Noah
b31dd64434 Merge pull request #2049 from BasixKOR/msvcrt-undocumented
Implement msvcrt.SetErrorMode
2020-08-01 00:35:07 -05:00
Noah
a0e940f839 Merge pull request #2051 from BolunThompson/stderr_exceptions
Write exceptions to stderr instead of stdout
2020-08-01 00:28:11 -05:00
Bolun Thompson
24eb1185dd Made exceptions write to stderr instead of stdout 2020-07-31 16:39:59 -07:00
Jeong YunWon
5c9de57ed9 Apply suggestions from code review 2020-08-01 04:40:12 +09:00
Jeong YunWon
58990cbbaf Apply suggestions from code review 2020-08-01 04:39:26 +09:00
lynskylate
38a8e05d37 Merge branch 'master' of https://github.com/RustPython/RustPython into feature-symtable 2020-08-01 01:50:56 +08:00
Yiqun Ling
12df480cc9 Apply suggestions from code review
Co-authored-by: Jeong YunWon <youknowone@users.noreply.github.com>
2020-08-01 01:29:11 +08:00
Noah
c23f279ca3 Merge pull request #2031 from BolunThompson/no_follow_symlink
Fixed bug where sys.executable may follow symlinks
2020-07-31 12:11:23 -05:00
Jeong YunWon
091e777943 Merge pull request #2047 from youknowone/windows-note
Windows build note for failing part
2020-08-01 00:37:07 +09:00
Basix
141eba5be2 Implement msvcrt.SetErrorMode 2020-08-01 00:15:06 +09:00
Jeong YunWon
2dbab05837 Windows build note for failing part 2020-07-31 03:55:55 +09:00
lynskylate
96a0ea9487 Merge remote-tracking branch 'origin/master' into feature-symtable 2020-07-31 02:12:41 +08:00
lynskylate
8a6ac64f03 Introduce symtable test and add is_annotation for symbol 2020-07-31 02:11:00 +08:00
Noah
460ca7d45b Merge pull request #2039 from clemado1/develop
Allow None parameter for remove, index, count method of array
2020-07-29 22:18:24 -05:00
clemado1
123eefd87f Allow None parameter for remove, index, count method of array 2020-07-30 10:36:53 +09:00
Jeong YunWon
64f4f14e00 Reorganize os module 2020-07-30 06:15:41 +09:00
Minho Heo
6032b54666 Fix negative ** fraction to returns complex value
Fix #1986 which (-2) ** 0.5 yields NaN.

Result:

RustPython gives
`float.__rpow__(0.5, -2)
(0.00000000000000008659560562354934+1.4142135623730951j)`

CPython 3.85 gives
`>>> float.__rpow__(0.5, -2)
(8.659560562354934e-17+1.4142135623730951j)`
2020-07-30 02:27:38 +09:00