Commit Graph

  • cc9dcbc9f8 Refactor dictdatatype::Dict Jeong YunWon 2019-05-09 02:26:30 +09:00
  • 13187fad5c Fix dictdatatype::Dict eq to regard __bool__ Jeong YunWon 2019-05-14 03:30:25 +09:00
  • 54152b877b Merge pull request #970 from sanxiyn/remove-types coolreader18 2019-05-14 20:46:17 -05:00
  • 68a1a9f648 add to_bytes for int Shitong Wen 2019-05-14 16:56:50 +08:00
  • 15d2a3d318 Merge pull request #973 from sanxiyn/remove-extern-crate coolreader18 2019-05-13 23:51:37 -05:00
  • 189bf171ab Remove extern crate unneeded for Rust 2018 Seo Sanghyeon 2019-05-14 12:24:44 +09:00
  • 5cff843782 Implement re.escape Seo Sanghyeon 2019-05-13 19:41:06 +09:00
  • 2c747168de Merge pull request #926 from youknowone/number-hashes Adam 2019-05-13 09:02:19 +01:00
  • 0e56bb4e8c Merge pull request #965 from Jongy/itertools-takewhile Windel Bouwman 2019-05-13 08:13:11 +02:00
  • 82e424acaa Merge branch 'master' into move-fspath coolreader18 2019-05-12 21:46:43 -05:00
  • b76cb680e9 Comment out unsupported code from types.py Seo Sanghyeon 2019-05-13 11:44:12 +09:00
  • b048a66bc3 Copy types.py from CPython Seo Sanghyeon 2019-05-13 11:42:16 +09:00
  • 29fff5ab4d Remove types module Seo Sanghyeon 2019-05-13 11:41:46 +09:00
  • 0cd1ca5f80 Merge pull request #3 from RustPython/master stwen77 2019-05-13 10:41:28 +08:00
  • b01d7564b8 Merge pull request #964 from youknowone/os-supports-placeholders coolreader18 2019-05-12 16:23:38 -05:00
  • b8c788197e Add walrus operator to lexer and try to make lexer code cleaner. Windel Bouwman 2019-05-12 22:35:28 +02:00
  • 98d90c830b Add itertools.takewhile Yonatan Goldschmidt 2019-05-12 23:16:23 +03:00
  • 64afd5ccf8 Add os.supports_* placeholders Jeong YunWon 2019-05-11 17:56:11 +09:00
  • 7a64f3e797 Fix dict hash impl Jeong YunWon 2019-05-09 07:32:45 +09:00
  • c768b25673 Refine hash types and refactor hash impl Jeong YunWon 2019-05-09 07:32:25 +09:00
  • 3bebe44896 Fix int.__hash__ Jeong YunWon 2019-05-09 07:02:59 +09:00
  • 2c77dc208f Add float.__hash__ Jeong YunWon 2019-05-09 07:01:39 +09:00
  • 72043dac99 Fix builtin hash() Jeong YunWon 2019-05-09 02:23:28 +09:00
  • 95a894a443 Merge pull request #954 from youknowone/property-kwargs Windel Bouwman 2019-05-12 16:15:01 +02:00
  • e1416f5ecc Merge pull request #967 from skinny121/str_xwith_tuple_arg Windel Bouwman 2019-05-12 16:13:25 +02:00
  • 5273bdc836 Merge pull request #955 from youknowone/sys-builtin_module_names Windel Bouwman 2019-05-12 15:07:45 +02:00
  • 878cc3b120 Merge pull request #943 from Furyzer0/master Windel Bouwman 2019-05-12 15:04:31 +02:00
  • 41f4cdc6f9 Merge pull request #952 from youknowone/fix-exec-locals Windel Bouwman 2019-05-12 15:03:01 +02:00
  • b5140a9924 Merge pull request #953 from youknowone/classmethod-func Windel Bouwman 2019-05-12 12:53:26 +02:00
  • ddf676569a Add sys.builtin_module_names Jeong YunWon 2019-05-11 07:16:45 +09:00
  • e311b4f156 Fix exec to populate locals only when globals() is not given Jeong YunWon 2019-05-11 04:26:55 +09:00
  • 04c017d268 unit testing for str.maketrans zer0 2019-05-12 12:47:23 +03:00
  • 0a1399a42b Merge pull request #962 from skinny121/os_stat_time Windel Bouwman 2019-05-12 11:42:57 +02:00
  • 937704fbd9 Merge pull request #881 from youknowone/globals-builtins Windel Bouwman 2019-05-12 11:40:07 +02:00
  • 9f39fa50c8 Merge pull request #949 from Jongy/itertools-repeat Windel Bouwman 2019-05-12 11:36:35 +02:00
  • 2261988648 Merge pull request #948 from Jongy/itertools Windel Bouwman 2019-05-12 11:34:22 +02:00
  • 90711f10a0 Accept tuple for first arg in str.startswith and str.endswith ben 2019-05-12 13:14:27 +12:00
  • 764215151d more idiomatic code zer0 2019-05-12 00:40:43 +03:00
  • b94923314d removed import warning zer0 2019-05-12 00:00:21 +03:00
  • 268cb8d217 fix str.maketrans 2 and 3 arguments cases zer0 2019-05-11 23:58:42 +03:00
  • 645c6dec48 Add wait between file modification and access ben 2019-05-12 08:55:39 +12:00
  • f2703511b9 Fix dead code warning on windows and disable access time tests as file access time on windows has quite bad resolution. ben 2019-05-12 08:26:37 +12:00
  • 4070baa6ac Add fsync and more tests for file times ben 2019-05-12 07:51:14 +12:00
  • 9dcfacbf3b Merge pull request #963 from palaviv/sys-platform coolreader18 2019-05-11 13:50:46 -05:00
  • d96d04f0fd Add os.fspath tests Aviv Palivoda 2019-05-11 18:08:47 +03:00
  • b54354860f Move fspath to _os Aviv Palivoda 2019-05-11 18:06:06 +03:00
  • d1c95d1c51 Remove patch in posixpath.py Aviv Palivoda 2019-05-11 17:17:00 +03:00
  • c276357c8e Merge pull request #961 from palaviv/os-cwd Windel Bouwman 2019-05-11 14:45:07 +02:00
  • 57e250f9b2 Merge pull request #957 from Jongy/binascii Windel Bouwman 2019-05-11 14:43:08 +02:00
  • 12e831380d Add itertools.repeat Yonatan Goldschmidt 2019-05-10 18:36:17 +03:00
  • ad86bd5a37 Merge pull request #951 from youknowone/str-isidentifier Windel Bouwman 2019-05-11 14:35:38 +02:00
  • 322aff70df Add binascii.b2a_hex, binascii.a2b_hex Yonatan Goldschmidt 2019-05-11 02:19:10 +03:00
  • 070529d8c7 Add binascii.unhexlify Yonatan Goldschmidt 2019-05-11 02:16:32 +03:00
  • 8dd664ef20 Add binascii.hexlify Yonatan Goldschmidt 2019-05-11 00:29:42 +03:00
  • f7531d8b08 Add binascii module skeleton Yonatan Goldschmidt 2019-05-10 23:54:35 +03:00
  • ce514d2aa5 Add itertools.count Yonatan Goldschmidt 2019-05-10 17:27:28 +03:00
  • 7490724b65 Add itertools module skeleton Yonatan Goldschmidt 2019-05-10 11:35:12 +03:00
  • 152c1654d6 Add sys.platform Aviv Palivoda 2019-05-11 11:43:11 +03:00
  • b01e960da7 Add st_{a,m,c}time to os.stat ben 2019-05-11 19:15:54 +12:00
  • c7e9bdd464 Add tests for chdir and getcwd Aviv Palivoda 2019-05-11 09:29:24 +03:00
  • f0fd371b69 Add os.chdir Aviv Palivoda 2019-05-11 09:29:09 +03:00
  • 8294ac5451 Add os.getcwd Aviv Palivoda 2019-05-11 09:17:23 +03:00
  • c0f14eace3 Fix str.isidentifier() and add tests snippets Jeong YunWon 2019-05-11 03:12:36 +09:00
  • 6e05795521 added str.maketrans zer0 2019-05-11 01:03:22 +03:00
  • 268164e957 Fix property to take keyword arguments Jeong YunWon 2019-05-11 06:02:56 +09:00
  • eab5d42ee6 Adapt PyClassImpl for PyProperty Jeong YunWon 2019-05-11 05:49:11 +09:00
  • b15a584168 added small test to snippets zer0 2019-05-10 23:47:11 +03:00
  • 2f253ca054 cargo fmt zer0 2019-05-10 23:31:11 +03:00
  • 7564833b6e Add classmethod.__func__ Jeong YunWon 2019-05-11 05:17:29 +09:00
  • b720681c7b PyClassImpl for PyClassMethod Jeong YunWon 2019-05-11 04:38:38 +09:00
  • 509394080b Inject __builtins__ to scope only when it doesn't exist Jeong YunWon 2019-05-04 00:52:44 +09:00
  • f69c79bdc7 Add __builtins__ to globals() Jeong YunWon 2019-04-27 16:39:41 +09:00
  • 0a683f2be6 Merge pull request #946 from stwen77/fix_floor_div coolreader18 2019-05-10 08:25:24 -05:00
  • 385d4851d1 Merge pull request #942 from Jongy/fix-unused-macros-warn coolreader18 2019-05-10 08:00:20 -05:00
  • d14fb6edbb Merge pull request #947 from palaviv/file Windel Bouwman 2019-05-10 14:41:12 +02:00
  • fc1a063a2c Add __file__ for file executed from main Aviv Palivoda 2019-05-10 14:06:23 +03:00
  • da3df8a0ae Add __file__ for imported modules Aviv Palivoda 2019-05-10 13:58:10 +03:00
  • fe37ecf8d3 Define os_unix_stat_inner only when required Yonatan Goldschmidt 2019-05-09 15:48:42 +03:00
  • 50c119a503 fix floor div for int Shitong Wen 2019-05-10 14:21:09 +08:00
  • 352bd85681 Merge pull request #944 from sapir/more-bytearray-methods Windel Bouwman 2019-05-10 07:06:30 +02:00
  • bc6e3eb0c4 Merge pull request #2 from RustPython/master stwen77 2019-05-10 10:37:26 +08:00
  • 32950bd0bc Implement bytearray.reverse Y. Sapir 2019-05-10 00:33:05 +03:00
  • e5bae56ccb Implement bytearray.remove Y. Sapir 2019-05-10 00:31:37 +03:00
  • 43cd50270f Implement bytearray.insert Y. Sapir 2019-05-10 00:25:55 +03:00
  • 485ffa01a2 Implement bytearray.extend Y. Sapir 2019-05-10 00:08:41 +03:00
  • 04ce9ea185 Implement bytearray.copy Y. Sapir 2019-05-10 00:01:27 +03:00
  • 87844ff434 Implement bytes.__mul__ and __rmul__ Y. Sapir 2019-05-09 23:51:20 +03:00
  • 94d1b6585c Implement bytearray.__mul__, __imul__ and __rmul__ Y. Sapir 2019-05-09 23:50:20 +03:00
  • e974e57b4c Merge pull request #941 from stwen77/int_from_bytes Windel Bouwman 2019-05-09 16:57:36 +02:00
  • 59ae590771 formatting zer0 2019-05-09 17:09:38 +03:00
  • 3196b6be73 added str.translate zer0 2019-05-09 16:59:40 +03:00
  • 76a0020e26 Merge pull request #940 from sanxiyn/test-all-any coolreader18 2019-05-09 07:37:16 -05:00
  • 86fcc97730 int_from_bytes Shitong Wen 2019-05-09 20:06:28 +08:00
  • d3966af25d Test all and any Seo Sanghyeon 2019-05-09 15:54:07 +09:00
  • e9fea281fb add from_bytes for int Shitong Wen 2019-05-09 11:02:34 +08:00
  • 036b184dd3 add from_bytes for int Shitong Wen 2019-05-09 10:52:10 +08:00
  • bdb9445e93 Merge pull request #1 from RustPython/master stwen77 2019-05-09 10:34:09 +08:00
  • 252ac4ae26 Merge pull request #938 from sanxiyn/revert-mappingproxy coolreader18 2019-05-08 21:04:47 -05:00
  • 7d0ab6395b Revert mappingproxy hack Seo Sanghyeon 2019-05-09 09:45:41 +09:00
  • 80e9bd8ab6 Merge pull request #931 from jgirardet/title coolreader18 2019-05-08 12:13:59 -05:00