Windel Bouwman
|
adb66322c5
|
Merge pull request #852 from palaviv/scandir
Add os.scandir
|
2019-04-21 18:56:29 +02:00 |
|
coolreader18
|
d55d8841ad
|
Merge pull request #854 from sanxiyn/delete-tuple
Implement deleting tuples
|
2019-04-21 11:47:46 -05:00 |
|
Seo Sanghyeon
|
2aeb0ad59b
|
Assert deleted variables are really deleted
|
2019-04-22 00:26:30 +09:00 |
|
Seo Sanghyeon
|
87f9a8e634
|
Implement deleting tuples
|
2019-04-21 23:48:13 +09:00 |
|
Aviv Palivoda
|
3986e2f87d
|
Add set.isdisjoint
|
2019-04-21 16:41:36 +03:00 |
|
Aviv Palivoda
|
64e6ea0016
|
Add DirEntry.{is_file}
|
2019-04-21 12:06:49 +03:00 |
|
Aviv Palivoda
|
548f3f34c4
|
Add DirEntry.{is_dir}
|
2019-04-21 12:04:12 +03:00 |
|
Aviv Palivoda
|
858a6d03b0
|
Add DirEntry.{name, path}
|
2019-04-21 11:42:57 +03:00 |
|
Windel Bouwman
|
3afb5d39ed
|
Merge pull request #850 from palaviv/socket-fileno
Socket.fileno
|
2019-04-20 14:36:05 +02:00 |
|
coolreader18
|
89aa07720d
|
Merge pull request #851 from RustPython/coolreader18/pycallable
Add PyCallable
|
2019-04-19 13:34:33 -05:00 |
|
coolreader18
|
148ef5cd09
|
Merge pull request #849 from palaviv/os-temp-dir
Use temp directory for os test
|
2019-04-19 12:39:53 -05:00 |
|
coolreader18
|
a984fd34d9
|
Update callable test
|
2019-04-19 12:11:18 -05:00 |
|
Aviv Palivoda
|
d704a0fcda
|
Rename os test folder
|
2019-04-19 17:14:14 +03:00 |
|
Aviv Palivoda
|
8215ec0a7c
|
Don't delete test dir
|
2019-04-19 17:04:04 +03:00 |
|
Aviv Palivoda
|
f42c2a6ba5
|
Test fileno only on posix
|
2019-04-19 16:58:43 +03:00 |
|
Aviv Palivoda
|
aef973802c
|
Close open reference to test file
|
2019-04-19 16:20:44 +03:00 |
|
Aviv Palivoda
|
e7b059ed9c
|
Add socket.fileno for windows
|
2019-04-19 16:00:00 +03:00 |
|
Aviv Palivoda
|
cf0a920743
|
Add socket.fileno for unix
|
2019-04-19 15:50:06 +03:00 |
|
Aviv Palivoda
|
08f2a5705b
|
Add prints for windows debug
|
2019-04-19 14:40:01 +03:00 |
|
Aviv Palivoda
|
00e46b7d72
|
Try to fix windows test
|
2019-04-19 13:50:34 +03:00 |
|
Aviv Palivoda
|
abb9cde62c
|
Use temp dir for os test
|
2019-04-19 12:23:45 +03:00 |
|
Aviv Palivoda
|
a75e7635d5
|
Add os.sep
|
2019-04-19 12:09:11 +03:00 |
|
Windel Bouwman
|
319bb807fb
|
Merge pull request #843 from jgirardet/parsenew
support bytes creation from hex and ascii
|
2019-04-18 08:35:45 +02:00 |
|
Windel Bouwman
|
eb16f16566
|
Improve syntax error with line information.
|
2019-04-17 20:02:24 +02:00 |
|
Adam
|
615a121200
|
Merge pull request #841 from RustPython/mutual-import
Support mutual importing modules.
|
2019-04-17 15:09:23 +01:00 |
|
Jimmy Girardet
|
9c57ae4046
|
support bytes creation from hex and ascii
|
2019-04-17 15:28:14 +02:00 |
|
Windel Bouwman
|
240c1e42db
|
Merge pull request #839 from RustPython/nonlocal
Add nonlocal support.
|
2019-04-17 14:02:04 +02:00 |
|
Windel Bouwman
|
06563a36f6
|
Support mutual importing modules.
|
2019-04-17 12:33:09 +02:00 |
|
Windel Bouwman
|
75e8f81e77
|
Merge pull request #767 from skinny121/slice_new
Refactor slice.__new__ to new style function
|
2019-04-17 12:11:04 +02:00 |
|
ben
|
f2873a519d
|
Merge branch 'master' into slice_new
# Conflicts:
# tests/snippets/builtin_slice.py
# vm/src/frame.rs
# vm/src/obj/objrange.rs
# vm/src/obj/objslice.rs
|
2019-04-17 19:44:46 +12:00 |
|
coolreader18
|
11bf84e8c1
|
Fix test again
|
2019-04-16 22:01:09 -05:00 |
|
coolreader18
|
96d6c518e9
|
Fix os.unsetenv test for windows
|
2019-04-16 19:40:01 -05:00 |
|
Windel Bouwman
|
6abf1511e9
|
Add nonlocal support.
|
2019-04-16 17:19:57 +02:00 |
|
Windel Bouwman
|
78db5ea311
|
Merge pull request #835 from RustPython/coolreader18/weakproxy
Add weakproxy
|
2019-04-15 17:35:04 +02:00 |
|
Adam Kelly
|
c9b479c43b
|
Guard for changes in dictionary size during iteration.
|
2019-04-15 13:25:04 +01:00 |
|
coolreader18
|
1612c954a1
|
Add weakproxy test
|
2019-04-14 20:14:54 -05:00 |
|
Aviv Palivoda
|
4068a36ce8
|
Use assertRaises
|
2019-04-14 20:38:34 +03:00 |
|
Aviv Palivoda
|
b6ce407391
|
Remove else and finally from in_exc_handler
|
2019-04-14 19:06:21 +03:00 |
|
Aviv Palivoda
|
188758929d
|
Add more tests to exception context
|
2019-04-14 18:54:43 +03:00 |
|
Aviv Palivoda
|
3ec9b01928
|
Add exception __context__
|
2019-04-14 18:54:43 +03:00 |
|
Aviv Palivoda
|
2c2925a684
|
Support reraise
|
2019-04-14 18:54:43 +03:00 |
|
Windel Bouwman
|
733d3a1d1f
|
Merge master branch
|
2019-04-13 12:51:55 +02:00 |
|
Windel Bouwman
|
be4e3170af
|
Merge pull request #822 from jgirardet/addbytesm
add capitalize bytes.center + fix str.center
|
2019-04-13 12:41:35 +02:00 |
|
Adam
|
78ab68a64e
|
Merge pull request #817 from skinny121/function_metadata
Add __name__, __qualname__ and __module__ to functions and classes
|
2019-04-13 09:44:33 +01:00 |
|
jgirardet
|
73dbcfbe01
|
Add bytes.center
fix str.center
add some tests
introduce is_byte
|
2019-04-13 08:23:40 +02:00 |
|
jgirardet
|
bd78f7e12b
|
add capitalize
|
2019-04-13 08:21:37 +02:00 |
|
coolreader18
|
2c887905a1
|
Merge pull request #766 from jgirardet/seq
Fix #746: invalid slice with start or stop =-1 when step<0
|
2019-04-12 16:41:36 -05:00 |
|
coolreader18
|
22203975fa
|
Merge pull request #821 from palaviv/excpetion-cause
Add exception cause
|
2019-04-12 16:08:54 -05:00 |
|
Aviv Palivoda
|
20e0cc8bd7
|
Use assertRaises
|
2019-04-12 23:06:53 +03:00 |
|
Windel Bouwman
|
76659fd985
|
Merge pull request #820 from skinny121/gen_throw
Implement generator.throw
|
2019-04-12 19:38:54 +02:00 |
|