Commit Graph

  • 891b79bbb6 Merge pull request #403 from ZapAnton/remove_doc_tests Adam 2019-02-08 18:29:29 +00:00
  • bf294a82e8 Merge pull request #404 from ZapAnton/fix_if_same_then_else Adam 2019-02-08 18:29:02 +00:00
  • b9245309d5 Merge branch 'master' into master Benedykt Jaworski 2019-02-08 18:45:00 +01:00
  • 0e6fca0106 Fix the 'if_same_then_else' clippy warnings ZapAnton 2019-02-08 20:04:30 +03:00
  • cf2d07502b Removed strict testing for __doc__ string veera venky 2019-02-08 22:26:28 +05:30
  • da68dfef78 tests: Removed tests for the __doc__ ZapAnton 2019-02-08 19:41:47 +03:00
  • ae88389e10 type type: Added __doc__ ZapAnton 2019-02-08 19:36:10 +03:00
  • 9ec2eef579 Add set.{issubset,issuperset} Aviv Palivoda 2019-02-08 18:33:04 +02:00
  • 2b0f87b69f super type: Added __doc__ ZapAnton 2019-02-08 19:28:39 +03:00
  • 2bc946b748 Add set.__lt__ Aviv Palivoda 2019-02-08 18:27:37 +02:00
  • adee66168b Add set.__le__ Aviv Palivoda 2019-02-08 18:25:33 +02:00
  • a6d6f7721b range type: Added __doc__ ZapAnton 2019-02-08 19:17:08 +03:00
  • a6beeac383 property type: Added __doc__ ZapAnton 2019-02-08 19:09:38 +03:00
  • 1ee583ef61 Use set_compare_inner Aviv Palivoda 2019-02-08 18:06:22 +02:00
  • c05f7dc83a map type: Added __doc__ ZapAnton 2019-02-08 19:01:18 +03:00
  • e6d638d43f iter type: Added __doc__ ZapAnton 2019-02-08 18:56:34 +03:00
  • 358aa6b2c0 Add set.__gt__ Aviv Palivoda 2019-02-08 17:50:36 +02:00
  • 031f062e72 complex type: Added __doc__ ZapAnton 2019-02-08 18:47:23 +03:00
  • a180a4b6cb bytearray type: Added __doc__ ZapAnton 2019-02-08 18:43:27 +03:00
  • 61cbb49647 Added __doc__ for sys module veera venky 2019-02-08 21:08:30 +05:30
  • 0c737ae8d2 Add set.__eq__ Aviv Palivoda 2019-02-08 17:31:45 +02:00
  • 6274c3fe8b Add set.__ge__ Aviv Palivoda 2019-02-08 17:18:14 +02:00
  • 07fd61f55f Change instance and class to simplified dict type. (#379) Windel Bouwman 2019-02-08 15:18:14 +01:00
  • 83202d639f Add bytes.{__ge__, __gt__, __le__, __lt__} janczer 2019-02-08 15:02:50 +01:00
  • 1ebacafb00 Add reversed builtin and range.__reversed__ Joey Hain 2019-02-08 00:19:14 -08:00
  • e1284e34b0 Made filter_new private ben 2019-02-08 21:05:04 +13:00
  • 5896f049ef Add enumerate and zip types and made them lazy. ben 2019-02-08 20:57:16 +13:00
  • a4b99253c9 Merge pull request #382 from OddCoincidence/range-bool-contains Windel Bouwman 2019-02-08 08:05:40 +01:00
  • 54bcb08518 Add range.{__bool__, __contains__} Joey Hain 2019-02-06 15:36:55 -08:00
  • 3dc2ab979d Merge pull request #378 from veera83372/tuple-methods Windel Bouwman 2019-02-07 21:09:18 +01:00
  • 385fb03d7a Merge pull request #327 from ZapAnton/float_doc Windel Bouwman 2019-02-07 21:08:42 +01:00
  • b85cf91a23 Added __doc__ atrribute for tuple veera venky 2019-02-07 23:47:47 +05:30
  • 3d2d04596c Merge pull request #343 from ZapAnton/fix_various_clippy Windel Bouwman 2019-02-07 17:35:29 +01:00
  • 4e584efa57 Merge pull request #374 from ZapAnton/set_doc Windel Bouwman 2019-02-07 17:29:07 +01:00
  • c24a88c5ad Merge pull request #369 from ZapAnton/bytes_doc Windel Bouwman 2019-02-07 17:28:25 +01:00
  • f823eb9403 Merge branch 'master' into master Benedykt Jaworski 2019-02-07 17:20:54 +01:00
  • 6c18126382 Improve test coverage of os.open Tom Forbes 2019-02-04 10:32:17 +00:00
  • 4d02a1e037 Merge pull request #376 from veera83372/tuple-index Ryan Liddle 2019-02-07 21:49:26 +11:00
  • 1479d6bc77 Added index to tuple veera venky 2019-02-07 14:56:14 +05:30
  • d3158f3db5 Merge pull request #372 from RustPython/eliminate_repeated_to_bigint Windel Bouwman 2019-02-07 06:22:58 +01:00
  • 694cbda03d (frozen)set type: Added __doc__ ZapAnton 2019-02-07 00:57:29 +03:00
  • 8f2c959143 Merge pull request #368 from ZapAnton/list_doc Windel Bouwman 2019-02-06 20:44:39 +01:00
  • df89c439d9 Fix accidentally broken test. Adam Kelly 2019-02-06 17:55:01 +00:00
  • 02d99758fe round() for int lausek 2019-02-06 18:38:37 +01:00
  • fd344ec1e0 Remove unnecessary to_bigint().unwrap() everywhere. Adam Kelly 2019-02-06 17:38:01 +00:00
  • aca0238379 Allow new_int to take anything with ToBigInt. Adam Kelly 2019-02-06 17:36:22 +00:00
  • a83fd7c1af Add __code__ to functions. Adam Kelly 2019-02-06 16:01:07 +00:00
  • eb0da4f61c Merge pull request #366 from rmliddle/develop Windel Bouwman 2019-02-06 14:15:30 +01:00
  • ca63f899d6 list type: Added __doc__ ZapAnton 2019-02-06 14:54:27 +03:00
  • 1992e02b76 bytes type: Added __doc__ ZapAnton 2019-02-06 15:16:41 +03:00
  • 2d7164df92 float type: Added __doc__ ZapAnton 2019-02-05 14:49:41 +03:00
  • f89dc0061b included all not unix in static pathbuf rmliddle 2019-02-06 22:37:35 +11:00
  • 51d5f9d3a4 changed String to PathBuf rmliddle 2019-02-06 21:46:50 +11:00
  • 3464828499 Fixed various small clippy warnings ZapAnton 2019-02-05 02:52:24 +03:00
  • 03fb016415 Merge pull request #333 from ZapAnton/fix_useless_format Windel Bouwman 2019-02-06 11:16:21 +01:00
  • 401f477fc8 Format main.rs rmliddle 2019-02-06 21:01:55 +11:00
  • 9e53091c0f Merge branch 'implement-io' of https://github.com/rmliddle/RustPython into implement-io Ryan Liddle 2019-02-06 21:00:37 +11:00
  • 2f0647e847 factored out xdg to cfg functions to allow windows builds to succeed Ryan Liddle 2019-02-06 20:59:54 +11:00
  • c21772c969 Merge pull request #365 from ZapAnton/int_rxor Windel Bouwman 2019-02-06 10:55:55 +01:00
  • 62cad730d3 Merge pull request #364 from HomerMcMillan/string_is_methods Windel Bouwman 2019-02-06 10:55:06 +01:00
  • baa59ec2fc Merge branch 'master' into fix_useless_format Windel Bouwman 2019-02-06 10:50:07 +01:00
  • 2c693d9a2e Merge pull request #336 from ZapAnton/fix_redundant_field_names Windel Bouwman 2019-02-06 10:48:45 +01:00
  • ff244df3eb Merge branch 'master' into master Benedykt Jaworski 2019-02-06 10:24:59 +01:00
  • af0fdcb9e3 fix zero-division tests silmeth 2019-02-06 10:10:20 +01:00
  • dfd0ea23c0 int type: Added tests for the __rxor__ ZapAnton 2019-02-06 12:08:26 +03:00
  • b682eb939e int type: Added __rxor__ ZapAnton 2019-02-06 12:04:47 +03:00
  • 00ef668022 String is* methods return false on empty string #363 Homer McMillan 2019-02-06 03:15:03 -05:00
  • 94dc6ece64 Fix python tests that travis didn't like Homer McMillan 2019-02-06 02:42:44 -05:00
  • 040a377d06 Merge branch 'master' into fix_redundant_field_names Windel Bouwman 2019-02-06 08:14:14 +01:00
  • a26279111d Merge pull request #353 from OddCoincidence/range-index Windel Bouwman 2019-02-06 08:00:11 +01:00
  • f13cb62393 Merge pull request #357 from veera83372/object-methods Windel Bouwman 2019-02-06 07:53:01 +01:00
  • 8a53547e2b Merge pull request #355 from NLincoln/compliant-complex-repr Windel Bouwman 2019-02-06 07:52:31 +01:00
  • 819e5a01e4 Merge pull request #354 from HomerMcMillan/bytes_iter Windel Bouwman 2019-02-06 07:45:10 +01:00
  • 0a3f15ae22 Merge pull request #348 from skinny121/iter_lazy Windel Bouwman 2019-02-06 07:43:07 +01:00
  • 0085470c83 Add tests for bytearray Homer McMillan 2019-02-06 01:26:51 -05:00
  • 1270aee628 Add is* methods to bytearray Homer McMillan 2019-02-06 01:22:23 -05:00
  • 3de17b9083 Added __doc__ atrribute for object veera venky 2019-02-06 08:35:57 +05:30
  • 9b6516e175 Allow closures to be passed from Python to JS if using a WASM VM coolreader18 2019-02-05 21:04:24 -06:00
  • 12e6de0503 repr() of complex numbers is compliant with cpython Nathan 2019-02-05 20:59:41 -06:00
  • 35a06bc428 Add bytes.__iter__ Homer McMillan 2019-02-05 21:44:14 -05:00
  • 49a23a8483 remove misleading contains method Joey Hain 2019-02-05 16:26:12 -08:00
  • a24cd8368a Merge branch 'master' into wasm-vm-class coolreader18 2019-02-05 17:53:21 -06:00
  • 6d494fb9ee Merge branch 'master' into iter_lazy ben 2019-02-06 12:46:16 +13:00
  • 6c8ec39882 Make map and filter into proper types ben 2019-02-06 12:45:14 +13:00
  • aaf0eab530 Merge pull request #342 from ZapAnton/fix_collapsible_if Windel Bouwman 2019-02-05 23:34:29 +01:00
  • 87ceed77ad Merge pull request #287 from makarchuk/float-conversion Windel Bouwman 2019-02-05 23:19:20 +01:00
  • 3a81fd1ef4 style: rustfmt ben 2019-02-06 11:15:07 +13:00
  • 6e99ad32db Added tests for when function in filter/map raises StopIteration ben 2019-02-06 10:39:08 +13:00
  • f85bc13ded Fix misunderstanding about behaviour if filter function is None ben 2019-02-06 10:06:39 +13:00
  • 91fcd7782e Make map lazy and accept multiple iterables ben 2019-02-06 09:56:45 +13:00
  • 8cc6821c44 Make filter lazy ben 2019-02-06 08:52:44 +13:00
  • 77ae6621e9 add tests for range length, and for division by zero silmeth 2019-02-05 22:50:52 +01:00
  • 8621f3ff2b fix: register arithmetic errors in builtins module silmeth 2019-02-05 22:48:33 +01:00
  • 69e3571d0c Merge pull request #341 from ZapAnton/toplevel_ref_arg Windel Bouwman 2019-02-05 22:42:31 +01:00
  • 3fb0f32a87 Merge pull request #335 from ZapAnton/fix_ptr_arg Windel Bouwman 2019-02-05 22:36:29 +01:00
  • b0a2f6f87d Add range.index Joey Hain 2019-02-05 13:20:32 -08:00
  • 9d5a953c8a Merge pull request #337 from ZapAnton/fix_unneeded_field_pattern Windel Bouwman 2019-02-05 22:34:31 +01:00
  • 276b51c4d5 Merge pull request #338 from stratusjerry/master Windel Bouwman 2019-02-05 22:32:26 +01:00
  • 835a55777b Merge pull request #334 from ZapAnton/fix_len_zero Windel Bouwman 2019-02-05 22:31:54 +01:00
  • 907ce8801f Merge pull request #339 from ZapAnton/fix_needless_return Windel Bouwman 2019-02-05 22:30:32 +01:00