Commit Graph

2875 Commits

Author SHA1 Message Date
Jeong YunWon
87fc4cc470 Add complex.__hash__ 2019-05-16 06:21:33 +09:00
coolreader18
54152b877b Merge pull request #970 from sanxiyn/remove-types
Replace types module with pure Python version
2019-05-14 20:46:17 -05:00
coolreader18
15d2a3d318 Merge pull request #973 from sanxiyn/remove-extern-crate
Remove extern crate unneeded for Rust 2018
2019-05-13 23:51:37 -05:00
Seo Sanghyeon
189bf171ab Remove extern crate unneeded for Rust 2018 2019-05-14 12:24:44 +09:00
Adam
2c747168de Merge pull request #926 from youknowone/number-hashes
Fix number hashes for small numbers
2019-05-13 09:02:19 +01:00
Windel Bouwman
0e56bb4e8c Merge pull request #965 from Jongy/itertools-takewhile
Itertools takewhile
2019-05-13 08:13:11 +02:00
Seo Sanghyeon
b76cb680e9 Comment out unsupported code from types.py 2019-05-13 11:44:12 +09:00
Seo Sanghyeon
b048a66bc3 Copy types.py from CPython 2019-05-13 11:42:16 +09:00
Seo Sanghyeon
29fff5ab4d Remove types module 2019-05-13 11:41:46 +09:00
coolreader18
b01d7564b8 Merge pull request #964 from youknowone/os-supports-placeholders
Add os.supports_* placeholders
2019-05-12 16:23:38 -05:00
Yonatan Goldschmidt
98d90c830b Add itertools.takewhile 2019-05-12 23:16:23 +03:00
Jeong YunWon
64afd5ccf8 Add os.supports_* placeholders 2019-05-13 01:15:19 +09:00
Jeong YunWon
7a64f3e797 Fix dict hash impl 2019-05-13 01:10:54 +09:00
Jeong YunWon
c768b25673 Refine hash types and refactor hash impl 2019-05-13 01:10:52 +09:00
Jeong YunWon
3bebe44896 Fix int.__hash__ 2019-05-13 01:09:51 +09:00
Jeong YunWon
2c77dc208f Add float.__hash__ 2019-05-13 01:09:51 +09:00
Jeong YunWon
72043dac99 Fix builtin hash() 2019-05-13 01:09:51 +09:00
Windel Bouwman
95a894a443 Merge pull request #954 from youknowone/property-kwargs
Fix property to take keyword arguments
2019-05-12 16:15:01 +02:00
Windel Bouwman
e1416f5ecc Merge pull request #967 from skinny121/str_xwith_tuple_arg
Accept tuple for first arg in str.startswith and str.endswith
2019-05-12 16:13:25 +02:00
Windel Bouwman
5273bdc836 Merge pull request #955 from youknowone/sys-builtin_module_names
Add sys.builtin_module_names
2019-05-12 15:07:45 +02:00
Windel Bouwman
878cc3b120 Merge pull request #943 from Furyzer0/master
[WIP] implement str.translate and str.maketrans
2019-05-12 15:04:31 +02:00
Windel Bouwman
41f4cdc6f9 Merge pull request #952 from youknowone/fix-exec-locals
Fix exec to populate locals only when globals() is not given
2019-05-12 15:03:01 +02:00
Windel Bouwman
b5140a9924 Merge pull request #953 from youknowone/classmethod-func
Add classmethod.__func__
2019-05-12 12:53:26 +02:00
Jeong YunWon
ddf676569a Add sys.builtin_module_names 2019-05-12 19:18:37 +09:00
Jeong YunWon
e311b4f156 Fix exec to populate locals only when globals() is not given 2019-05-12 19:15:39 +09:00
zer0
04c017d268 unit testing for str.maketrans 2019-05-12 12:47:23 +03:00
Windel Bouwman
0a1399a42b Merge pull request #962 from skinny121/os_stat_time
Add st_{a,m,c}time to os.stat
2019-05-12 11:42:57 +02:00
Windel Bouwman
937704fbd9 Merge pull request #881 from youknowone/globals-builtins
Add __builtins__ to globals()
2019-05-12 11:40:07 +02:00
Windel Bouwman
9f39fa50c8 Merge pull request #949 from Jongy/itertools-repeat
Itertools repeat
2019-05-12 11:36:35 +02:00
Windel Bouwman
2261988648 Merge pull request #948 from Jongy/itertools
Itertools
2019-05-12 11:34:22 +02:00
ben
90711f10a0 Accept tuple for first arg in str.startswith and str.endswith 2019-05-12 13:14:27 +12:00
zer0
764215151d more idiomatic code 2019-05-12 00:40:43 +03:00
zer0
b94923314d removed import warning 2019-05-12 00:00:21 +03:00
zer0
268cb8d217 fix str.maketrans 2 and 3 arguments cases 2019-05-11 23:58:42 +03:00
ben
645c6dec48 Add wait between file modification and access 2019-05-12 08:55:39 +12:00
ben
f2703511b9 Fix dead code warning on windows and disable access time tests
as file access time on windows has quite bad resolution.
2019-05-12 08:26:37 +12:00
ben
4070baa6ac Add fsync and more tests for file times 2019-05-12 07:51:14 +12:00
coolreader18
9dcfacbf3b Merge pull request #963 from palaviv/sys-platform
Add sys.platform
2019-05-11 13:50:46 -05:00
Aviv Palivoda
d1c95d1c51 Remove patch in posixpath.py 2019-05-11 17:17:00 +03:00
Windel Bouwman
c276357c8e Merge pull request #961 from palaviv/os-cwd
os.{getcwd,chdir}
2019-05-11 14:45:07 +02:00
Windel Bouwman
57e250f9b2 Merge pull request #957 from Jongy/binascii
Binascii
2019-05-11 14:43:08 +02:00
Yonatan Goldschmidt
12e831380d Add itertools.repeat 2019-05-11 15:42:11 +03:00
Windel Bouwman
ad86bd5a37 Merge pull request #951 from youknowone/str-isidentifier
Fix str.isidentifier() and add tests snippets
2019-05-11 14:35:38 +02:00
Yonatan Goldschmidt
322aff70df Add binascii.b2a_hex, binascii.a2b_hex 2019-05-11 12:01:35 +03:00
Yonatan Goldschmidt
070529d8c7 Add binascii.unhexlify 2019-05-11 12:01:35 +03:00
Yonatan Goldschmidt
8dd664ef20 Add binascii.hexlify 2019-05-11 12:01:35 +03:00
Yonatan Goldschmidt
f7531d8b08 Add binascii module skeleton 2019-05-11 11:57:46 +03:00
Yonatan Goldschmidt
ce514d2aa5 Add itertools.count 2019-05-11 11:48:27 +03:00
Yonatan Goldschmidt
7490724b65 Add itertools module skeleton 2019-05-11 11:48:26 +03:00
Aviv Palivoda
152c1654d6 Add sys.platform 2019-05-11 11:43:11 +03:00