Marcin Pajkowski
|
4e86119753
|
stdlib_os tests: do not remove tmp directory
Implement hack to avoid name collisions
|
2019-09-25 21:44:28 +02:00 |
|
Marcin Pajkowski
|
5620e7ed15
|
Create tests for os.scandir
|
2019-09-25 21:44:28 +02:00 |
|
Marcin Pajkowski
|
c893a5e307
|
Implement context manager protocol for os.scandir
|
2019-09-25 21:44:28 +02:00 |
|
Windel Bouwman
|
51c3f71eed
|
Merge pull request #1406 from lntuition/fix-1405
Fix int type casting error with negative base value
|
2019-09-25 17:15:48 +02:00 |
|
Windel Bouwman
|
90d20fe320
|
Merge pull request #1400 from pitachips/it_compress
itertools.compress
|
2019-09-25 17:08:33 +02:00 |
|
Hyunji Kim
|
239115f686
|
itertools.compress
|
2019-09-25 22:55:05 +09:00 |
|
Noah
|
a3c2eeab48
|
Merge pull request #1410 from dralley/fix-range
Fix range slicing behavior
|
2019-09-24 11:06:52 -05:00 |
|
Sang-Heon Jeon
|
545e9d39df
|
Fix int type casting error with negative base value
Change base type from u32 to PyIntRef
Fixed: #1405
|
2019-09-25 01:01:21 +09:00 |
|
Daniel Alley
|
c6bebae462
|
Clippy
|
2019-09-24 09:42:58 -04:00 |
|
Daniel Alley
|
6a3e38d4da
|
Cargo Format
|
2019-09-24 09:42:50 -04:00 |
|
Daniel Alley
|
ecb3cd4df5
|
Fix implementation of range slicing
closes #1373
|
2019-09-24 09:31:22 -04:00 |
|
Daniel Alley
|
36efb50563
|
Refactor for less allocations
|
2019-09-24 09:31:22 -04:00 |
|
Daniel Alley
|
6ba7655cdb
|
Rewrite if-let as match statement
|
2019-09-24 09:31:22 -04:00 |
|
Daniel Alley
|
12b961f212
|
Fix bug where [::0] did not throw ValueError
|
2019-09-23 15:46:58 -04:00 |
|
Daniel Alley
|
7858fb863a
|
Add additional test snippets for range slicing
|
2019-09-23 15:46:58 -04:00 |
|
Daniel Alley
|
a6662315c3
|
Fix typo
|
2019-09-23 15:41:48 -04:00 |
|
Noah
|
0160cd1159
|
Merge pull request #1402 from lntuition/Fix-typo
Fix Typo in vm/src/stdlib/pystruct.rs
|
2019-09-23 12:29:08 -05:00 |
|
Noah
|
eae16695e3
|
Merge pull request #1409 from ChJR/feature/sys.implementation.name
Change sys.implementation.name to only has lowercase
|
2019-09-23 12:26:03 -05:00 |
|
ChJR
|
1531d19352
|
Change sys.implementation.name to only has lowercase
|
2019-09-24 01:51:33 +09:00 |
|
Noah
|
2a9ae1e797
|
Merge pull request #1398 from Writtic/module_copysign
Update copysign module of math
|
2019-09-23 11:31:20 -05:00 |
|
Noah
|
dd9bece293
|
Fix os_open
|
2019-09-23 11:26:04 -05:00 |
|
Noah
|
46c91414ad
|
Maybe fix os.open
|
2019-09-22 14:46:46 -05:00 |
|
Noah
|
87f496ed3e
|
Merge pull request #1399 from Riey/stdlib-os-symlink-windows
Fix os_symlink compile error on windows
|
2019-09-22 11:30:27 -05:00 |
|
unknown
|
c76739fed7
|
Fix Typo in vm/src/stdlib/pystruct.rs
|
2019-09-22 20:27:39 +09:00 |
|
Riey
|
6f12e35120
|
Fix os_symlink compile error
|
2019-09-22 18:08:54 +09:00 |
|
johan.park
|
040c290a6e
|
Apply clippy
|
2019-09-22 16:27:38 +09:00 |
|
johan.park
|
db10a82cbe
|
Update copysign module of math
- Implement copysign function with test case
- Add constants of NAN, INF, NINF on top of `math_module.py`
|
2019-09-22 16:12:41 +09:00 |
|
Noah
|
00a0e455f3
|
Merge pull request #1387 from RustPython/coolreader18/string-hash-field
Add a hash field to PyString á la CPython, make PyString.value private
|
2019-09-21 17:15:17 -05:00 |
|
Noah
|
f846cd7327
|
Fix failing socket test
|
2019-09-21 15:33:52 -05:00 |
|
Noah
|
c52677afb1
|
Merge pull request #1388 from RustPython/coolreader18/match_class-match-expr
Match an actual match expression in match_class!
|
2019-09-21 15:29:57 -05:00 |
|
Noah
|
63271dc42c
|
Merge pull request #1392 from HyeockJinKim/issue1389
Fix __eq__ of range
|
2019-09-21 09:45:17 -05:00 |
|
Noah
|
c0a6f61272
|
Merge pull request #1393 from rls1004/issue1391
Fix the ValueError for whitespace in float()
|
2019-09-21 09:41:50 -05:00 |
|
MinJeong Kim
|
6e7e6ecfce
|
Fix the ValueError for whitespace in float()
Ignore whitespace
Fixed: #1391
|
2019-09-20 18:21:15 +00:00 |
|
HyeockJinKim
|
38a815073c
|
Add test for range __eq__
|
2019-09-21 02:19:45 +09:00 |
|
HyeockJinKim
|
1ff88fb662
|
Fix __eq__ of range
__eq__ compare length, start, step of range
Fixes #1389
|
2019-09-21 01:10:02 +09:00 |
|
Noah
|
0def37d78e
|
Make PyString.value private
|
2019-09-19 17:45:48 -05:00 |
|
Noah
|
481b3f505d
|
Fix doc tests
|
2019-09-19 20:10:00 +00:00 |
|
Noah
|
a429b09a0b
|
Allow match_class match expressions without parens around the target
|
2019-09-19 20:07:18 +00:00 |
|
Noah
|
dfeeda1c4c
|
Match an actual match expression in match_class!
|
2019-09-19 18:27:34 +00:00 |
|
Noah
|
54cfb71d74
|
Add a lazily calculated hash field to PyString
|
2019-09-19 15:58:15 +00:00 |
|
Noah
|
59d4e4e7c1
|
Fix os_open
|
2019-09-18 11:43:22 -05:00 |
|
Noah
|
0280a1c83c
|
Merge pull request #1227 from yjhmelody/master
Add unix constant for os module
|
2019-09-18 09:03:14 -05:00 |
|
yjhmelody
|
c007b14476
|
fix op
|
2019-09-18 14:15:20 +08:00 |
|
yjhmelody
|
d6c8064a7e
|
fix O_RDONLY
|
2019-09-18 12:31:05 +08:00 |
|
yjhmelody
|
3f229f2e37
|
fix errors
|
2019-09-18 10:32:03 +08:00 |
|
Windel Bouwman
|
b2b02baad4
|
Merge pull request #1384 from tsvankay/float_repr
Fix __repr__ return value for -0.0
|
2019-09-17 19:54:53 +02:00 |
|
Windel Bouwman
|
c5d90ce0a1
|
Merge pull request #1355 from HyeockJinKim/issue1353
Fix global declaration error in the function
|
2019-09-17 19:53:47 +02:00 |
|
HyeockJinKim
|
6f50e4ad3e
|
Add tests for global
|
2019-09-18 01:57:52 +09:00 |
|
HyeockJinKim
|
1b141f3022
|
Fix global declaration error in the function
Fix Global symbol to prevent syntax error
when global declaration for same variable in function.
Fixes #1353
|
2019-09-18 01:57:06 +09:00 |
|
tsvankay
|
5b2158ab18
|
fixed __repr__ return value for -0.0
|
2019-09-18 01:03:29 +09:00 |
|