Commit Graph

  • cad4a13cf7 Add utility methods for default optional args. Adam Kelly 2019-04-25 08:29:16 +01:00
  • 6f04bebae5 Merge pull request #866 from RustPython/dict_popitem Adam 2019-04-25 09:06:28 +01:00
  • 1c43a6bfbe Add dict.setdefault. Adam Kelly 2019-04-24 15:40:05 +01:00
  • ceac014a6c Add dict.popitem. Adam Kelly 2019-04-24 13:32:29 +01:00
  • a8b2d1384c Merge pull request #865 from sanxiyn/test-comparison-error Windel Bouwman 2019-04-25 07:18:02 +02:00
  • 291e33af16 Merge pull request #868 from skinny121/rpartition_bug coolreader18 2019-04-24 18:28:22 -05:00
  • d84b8b52a5 Fix the tuple from rpartition being in wrong order when sub isn't contained within the string ben 2019-04-25 10:37:59 +12:00
  • 8982f567b0 Add nonlocal binding check. Windel Bouwman 2019-04-24 15:19:52 +02:00
  • fb62653c5c Test error cases of comparisons Seo Sanghyeon 2019-04-24 19:28:21 +09:00
  • 1081ea048a Merge pull request #864 from sanxiyn/test-integer-literal Windel Bouwman 2019-04-24 09:28:15 +02:00
  • 86acb7aa3a Merge pull request #860 from palaviv/os-stat Windel Bouwman 2019-04-24 09:27:21 +02:00
  • 2b2165f459 Merge pull request #861 from youknowone/main-py Windel Bouwman 2019-04-24 09:21:32 +02:00
  • f9124f41a8 Test integer literals Seo Sanghyeon 2019-04-24 04:00:52 +09:00
  • 29c0d89033 test_run_script for filr/dir Jeong YunWon 2019-04-24 02:38:00 +09:00
  • 2eb97aa1e8 Add __main__.py support Jeong YunWon 2019-04-23 01:23:27 +09:00
  • 7f8217472e Merge pull request #859 from youknowone/dict-pop Windel Bouwman 2019-04-23 07:12:00 +02:00
  • 1d5adc4353 Add built-in dict.pop Jeong YunWon 2019-04-23 00:17:42 +09:00
  • 55bd00b600 Add stat_result.{st_size} Aviv Palivoda 2019-04-22 18:52:35 +03:00
  • 56958552f4 Add stat_result.{st_nlink, st_uid, st_gid} Aviv Palivoda 2019-04-22 18:47:10 +03:00
  • 9a1caa08c3 Add stat_result.{st_ino, st_dev} Aviv Palivoda 2019-04-22 18:35:38 +03:00
  • 384bf5b545 Add os.stat Aviv Palivoda 2019-04-22 18:27:39 +03:00
  • b9082b02e0 Merge pull request #858 from youknowone/fix-readme coolreader18 2019-04-22 07:55:54 -05:00
  • 9f7676589f Fix README not to refer moved file Jeong YunWon 2019-04-22 21:30:57 +09:00
  • 9e54dbef7c Merge pull request #856 from palaviv/socket-new-args coolreader18 2019-04-21 19:00:37 -05:00
  • cb32201904 Add Address Aviv Palivoda 2019-04-22 00:18:19 +03:00
  • ce8ea805ae Add check for nonlocal on top level. Windel Bouwman 2019-04-21 19:40:14 +02:00
  • adb66322c5 Merge pull request #852 from palaviv/scandir Windel Bouwman 2019-04-21 18:56:29 +02:00
  • d55d8841ad Merge pull request #854 from sanxiyn/delete-tuple coolreader18 2019-04-21 11:47:46 -05:00
  • 801c864645 Bump WASM npm version coolreader18 2019-04-21 11:30:40 -05:00
  • 2aeb0ad59b Assert deleted variables are really deleted Seo Sanghyeon 2019-04-22 00:26:30 +09:00
  • 0478358fd9 Merge pull request #853 from palaviv/set-disjoint coolreader18 2019-04-21 09:58:29 -05:00
  • 87f9a8e634 Implement deleting tuples Seo Sanghyeon 2019-04-21 23:48:13 +09:00
  • b61cd6f011 Simplify return values Aviv Palivoda 2019-04-21 17:44:41 +03:00
  • 1f73393255 Move more socket methods to new arg style Aviv Palivoda 2019-04-21 17:35:20 +03:00
  • 9954361df9 Move more socket methods to new arg style Aviv Palivoda 2019-04-21 17:28:41 +03:00
  • 206ba4dbfb Change socket to new args style Aviv Palivoda 2019-04-21 17:20:33 +03:00
  • 3986e2f87d Add set.isdisjoint Aviv Palivoda 2019-04-21 16:41:36 +03:00
  • 64e6ea0016 Add DirEntry.{is_file} Aviv Palivoda 2019-04-21 12:06:49 +03:00
  • 548f3f34c4 Add DirEntry.{is_dir} Aviv Palivoda 2019-04-21 12:04:12 +03:00
  • 858a6d03b0 Add DirEntry.{name, path} Aviv Palivoda 2019-04-21 11:42:57 +03:00
  • 3828652da6 Add os.scandir Aviv Palivoda 2019-04-21 11:17:36 +03:00
  • 3afb5d39ed Merge pull request #850 from palaviv/socket-fileno Windel Bouwman 2019-04-20 14:36:05 +02:00
  • 01f143ec7b Merge pull request #832 from RustPython/joey/proper-titlecase Joey 2019-04-19 17:05:12 -07:00
  • de3900bcad Upgrade deps coolreader18 2019-04-19 15:17:03 -05:00
  • 52a1a95ab0 Merge pull request #846 from LuoZijun/add-benches Windel Bouwman 2019-04-19 22:15:08 +02:00
  • 89aa07720d Merge pull request #851 from RustPython/coolreader18/pycallable coolreader18 2019-04-19 13:34:33 -05:00
  • 7822f6d8d8 Add benches luozijun 2019-04-18 15:27:51 +08:00
  • 148ef5cd09 Merge pull request #849 from palaviv/os-temp-dir coolreader18 2019-04-19 12:39:53 -05:00
  • a984fd34d9 Update callable test coolreader18 2019-04-19 12:11:18 -05:00
  • ac3cfca0fa Fix callable (again) coolreader18 2019-04-19 12:04:22 -05:00
  • cf5e106748 Fix is_callable coolreader18 2019-04-19 11:43:24 -05:00
  • ae8ea1d060 Merge remote-tracking branch 'origin/master' into joey/proper-titlecase Joey 2019-04-19 09:27:00 -07:00
  • 29ea307f4c unicode-casing: specify rev explicitly, add todo comment Joey 2019-04-19 09:26:24 -07:00
  • a6f3b9a5ff Add PyCallable coolreader18 2019-04-19 10:14:57 -05:00
  • 2a74e48d98 Add vm.is_callable coolreader18 2019-04-19 10:10:56 -05:00
  • d704a0fcda Rename os test folder Aviv Palivoda 2019-04-19 17:14:14 +03:00
  • 8215ec0a7c Don't delete test dir Aviv Palivoda 2019-04-19 17:04:04 +03:00
  • f42c2a6ba5 Test fileno only on posix Aviv Palivoda 2019-04-19 16:58:43 +03:00
  • aef973802c Close open reference to test file Aviv Palivoda 2019-04-19 16:20:44 +03:00
  • 2bc72dae9f Move fileno logic to Connection impl Aviv Palivoda 2019-04-19 16:10:55 +03:00
  • e7b059ed9c Add socket.fileno for windows Aviv Palivoda 2019-04-19 16:00:00 +03:00
  • cf0a920743 Add socket.fileno for unix Aviv Palivoda 2019-04-19 15:50:06 +03:00
  • 08f2a5705b Add prints for windows debug Aviv Palivoda 2019-04-19 14:40:01 +03:00
  • 00e46b7d72 Try to fix windows test Aviv Palivoda 2019-04-19 13:50:34 +03:00
  • abb9cde62c Use temp dir for os test Aviv Palivoda 2019-04-19 12:23:45 +03:00
  • a75e7635d5 Add os.sep Aviv Palivoda 2019-04-19 12:09:11 +03:00
  • 61ee15b97b add strip lstrip rstrip jgirardet 2019-04-19 00:04:39 +02:00
  • 9ea823abf1 add rfind, rindex jgirardet 2019-04-18 23:06:11 +02:00
  • 8a2ce9e260 add swapcase jgirardet 2019-04-18 21:58:15 +02:00
  • a42bfae84d kwargs for translate jgirardet 2019-04-18 21:41:46 +02:00
  • 03997273ed refactor index/find with ByteInnerOptions jgirardet 2019-04-18 21:12:45 +02:00
  • 56c5790745 reformat center, ljsut, rjust args jgirardet 2019-04-18 21:00:33 +02:00
  • 1669d5280f refactor count jgirardet 2019-04-18 20:41:12 +02:00
  • 8bcdbbf21b use PyInt Ref, add ljust, rjust jgirardet 2019-04-18 19:52:17 +02:00
  • 19be5c9cf5 Merge pull request #845 from RustPython/coolreader18/proc-macro-span-errors coolreader18 2019-04-18 12:30:24 -05:00
  • ba67f3c264 refactore fromhex jgirardet 2019-04-18 19:24:10 +02:00
  • 4a4d163626 refactor getitem jgirardet 2019-04-18 19:10:37 +02:00
  • 44d58f63ab refactor contains jgirardet 2019-04-18 19:03:08 +02:00
  • 473ae24199 use PyStringRef in new jgirardet 2019-04-18 17:31:58 +02:00
  • 84d61a9212 bytes.new with kwargs jgirardet 2019-04-18 14:56:47 +02:00
  • 046bd9b6d8 reactor bytes.center jgirardet 2019-04-18 14:01:12 +02:00
  • 8693adcd61 handle None case for bytes.translate jgirardet 2019-04-18 08:41:44 +02:00
  • 0b283102a6 add translate Jimmy Girardet 2019-04-17 17:52:45 +02:00
  • ced6f15a59 add bytes.makertans Jimmy Girardet 2019-04-17 16:16:43 +02:00
  • bd2166789d add bytes index and find Jimmy Girardet 2019-04-17 16:12:44 +02:00
  • 8a7c46da7b add endswith startswith Jimmy Girardet 2019-04-17 15:55:37 +02:00
  • 14658b6236 move is_byte to try_as_byte move trait IsByte to ByteOr refactor center refactor count fix center with negative value add test for count(integer) Jimmy Girardet 2019-04-17 08:48:20 +02:00
  • 5f5d5c4278 add bytes.join jgirardet 2019-04-14 22:52:27 +02:00
  • e6d6b77698 fix error msg jgirardet 2019-04-14 21:43:54 +02:00
  • 00cf524814 add slice capability to bytes. add trait IsByte jgirardet 2019-04-14 21:33:53 +02:00
  • c550360be5 add is_bytes_like add bytes.count wthout slice jgirardet 2019-04-13 08:39:29 +02:00
  • 319bb807fb Merge pull request #843 from jgirardet/parsenew Windel Bouwman 2019-04-18 08:35:45 +02:00
  • eb2d0b01ee refactor lex byte jgirardet 2019-04-18 08:06:06 +02:00
  • ae7058ffa8 Merge pull request #842 from RustPython/benchmarking Windel Bouwman 2019-04-18 07:05:25 +02:00
  • 6cf7f79dd4 Merge pull request #844 from RustPython/improve-syntax-error Windel Bouwman 2019-04-18 07:03:40 +02:00
  • 48b0a17e4d Merge branch 'master' into coolreader18/proc-macro-span-errors coolreader18 2019-04-17 20:45:50 -05:00
  • b34784e9ef Format main.rs Windel Bouwman 2019-04-17 20:52:53 +02:00
  • eb16f16566 Improve syntax error with line information. Windel Bouwman 2019-04-17 20:02:24 +02:00
  • 615a121200 Merge pull request #841 from RustPython/mutual-import Adam 2019-04-17 15:09:23 +01:00
  • 9c57ae4046 support bytes creation from hex and ascii Jimmy Girardet 2019-04-17 15:28:14 +02:00