Commit Graph

  • b1a4aea9f3 Fixed explicit_counter_loop clippy warning ZapAnton 2019-02-11 14:59:22 +03:00
  • dd7437242c os rename rmliddle 2019-02-11 21:41:47 +11:00
  • 55a22c5a71 Fix module name in os rmliddle 2019-02-11 21:40:00 +11:00
  • 8ac3c46de1 Fix RustPython#390. Now Rust functions have a builtin_function_or_method type, Python functions retain the function type. Tommaso Thea Cioni 2019-02-11 02:50:51 +01:00
  • 057a22529e Move delegation of __ne__ to __eq__ out of objobject Joey Hain 2019-02-10 14:06:45 -08:00
  • a510aed86a Tests and fix objobject ne impl Joey Hain 2019-02-10 09:44:49 -08:00
  • 7102128654 Merge pull request #432 from HomerMcMillan/range-properties Windel Bouwman 2019-02-10 18:21:44 +01:00
  • dab4f7385f Use NotImplemented in binary operations Joey Hain 2019-02-10 09:19:06 -08:00
  • 389fc3acd9 cargo fmt Homer McMillan 2019-02-10 12:04:42 -05:00
  • 9de733be19 Add range start/stop/step Homer McMillan 2019-02-10 12:03:22 -05:00
  • 10c2099374 Merge remote-tracking branch 'upstream/master' Homer McMillan 2019-02-10 11:27:19 -05:00
  • accfac8c41 Merge pull request #431 from janczer/add_str_le_ge Windel Bouwman 2019-02-10 17:15:05 +01:00
  • aac1ce4e07 Fix the str.{__lt__, __gt__} and add the methods str.{__le__, __ge__} janczer 2019-02-10 16:40:09 +01:00
  • b1e07f64be Change to more usage of VirtualMachine in anticipation of proper dictionaries. Windel Bouwman 2019-02-10 15:39:33 +01:00
  • 05cd60bebc Merge pull request #415 from silmeth/fix-int-eq-float Windel Bouwman 2019-02-10 13:55:50 +01:00
  • 2182fa1bf5 rename old math tests (conflicting with math library imports) silmeth 2019-02-10 13:33:45 +01:00
  • cf31805c2c Fix set test by add __hash__ method. Windel Bouwman 2019-02-10 13:30:22 +01:00
  • 68002f1a9e Fix build error of removed str method. Windel Bouwman 2019-02-10 13:00:54 +01:00
  • 9497ee89e8 Merge pull request #292 from mcon/sets-using-hashes Windel Bouwman 2019-02-10 12:57:46 +01:00
  • 1cb59c5731 Merge pull request #394 from ZapAnton/iter_doc Windel Bouwman 2019-02-10 12:28:09 +01:00
  • 2bab31b8e7 Merge pull request #387 from janczer/add_bytes_ge_gt_le_lt Windel Bouwman 2019-02-10 12:27:01 +01:00
  • 03a2aad82d Merge pull request #410 from OddCoincidence/complex Windel Bouwman 2019-02-10 12:23:24 +01:00
  • 9bc9befee6 Added exception string when msg can't be converted to string veera venky 2019-02-10 16:43:21 +05:30
  • c2db23db2b Merge pull request #417 from janczer/fix_lt_le_ge_gt_float Windel Bouwman 2019-02-10 12:10:58 +01:00
  • fc38d55b59 Merge pull request #381 from nficca/implement-range-count Windel Bouwman 2019-02-10 11:46:10 +01:00
  • 94db145ae8 Merge branch 'master' into complex Windel Bouwman 2019-02-10 11:41:39 +01:00
  • e69605328b Merge pull request #426 from skinny121/recursive_repr Windel Bouwman 2019-02-10 08:35:02 +01:00
  • e98d5f11cc Merge pull request #393 from ZapAnton/filter_doc Windel Bouwman 2019-02-10 08:24:50 +01:00
  • 7422d27201 Merge pull request #422 from HomerMcMillan/range-reversed Ryan Liddle 2019-02-10 15:08:34 +11:00
  • 5b637385ea Fixed #191, fixes recursive repr() for the standard collections ben 2019-02-10 13:21:12 +13:00
  • 0611e765e2 Add extra test to builtin_range.py Homer McMillan 2019-02-09 18:40:46 -05:00
  • 58e05d28f6 Merge remote-tracking branch 'upstream/master' Homer McMillan 2019-02-09 18:15:45 -05:00
  • d8afc6a722 Merge pull request #420 from Tom1380/master Adam 2019-02-09 22:36:50 +00:00
  • 0322b937f3 Updated formatting Matthew Constable 2019-02-09 21:58:01 +00:00
  • 9271bfcb84 Moved from using BigInt in set hash to u64, which is guaranteed to be of constant size - u64 seems easier than usize as it's the same size across all platforms. Matthew Constable 2019-02-09 21:57:26 +00:00
  • 0cb661f3a2 Dry up objrange Nic Ficca 2019-02-09 16:54:14 -05:00
  • 2e9892029a Add objrange::get_value Nic Ficca 2019-02-09 16:49:44 -05:00
  • cca16ff597 Simplify calling __hash__ method Matthew Constable 2019-02-09 21:38:11 +00:00
  • 316e94bd42 Add tests Nic Ficca 2019-02-07 20:04:53 -05:00
  • b7a4248837 Add range.count Nic Ficca 2019-02-07 19:28:55 -05:00
  • 9f3cc35e9c Allow sets to be initialized from literals. Matthew Constable 2019-02-09 21:24:16 +00:00
  • c673384cc4 Merge branch 'master' into sets-using-hashes Matthew Constable 2019-02-09 21:04:33 +00:00
  • ba9226219b cargo fmt Homer McMillan 2019-02-09 15:54:17 -05:00
  • a4d13f9f50 Fix typo Homer McMillan 2019-02-09 15:53:13 -05:00
  • 4e02962289 Fix range reversed #421 Homer McMillan 2019-02-09 15:49:51 -05:00
  • 216e690ee0 filter type: Added __doc__ ZapAnton 2019-02-08 18:50:49 +03:00
  • b9d773824c Uncommented a line of code like a TODO said. Tommaso Thea Cioni 2019-02-09 20:24:24 +01:00
  • ecea7035b0 Merge branch 'master' into iter_doc Windel Bouwman 2019-02-09 19:37:17 +01:00
  • ac37026010 Merge pull request #385 from OddCoincidence/reversed Windel Bouwman 2019-02-09 19:32:44 +01:00
  • 56a36b7959 Merge pull request #395 from ZapAnton/map_doc Windel Bouwman 2019-02-09 19:31:32 +01:00
  • d3d73bdc22 Disable broken test for now Joey Hain 2019-02-09 10:24:17 -08:00
  • 454837f64b Fix fmt in objfloat janczer 2019-02-09 19:16:04 +01:00
  • 8ffd4c5e56 Fixed #402. (#414) Tommaso Thea Cioni 2019-02-09 19:10:40 +01:00
  • 7807dc3d2c Merge pull request #388 from veera83372/sys-doc Windel Bouwman 2019-02-09 18:59:45 +01:00
  • b14dc20adc Merge branch 'master' into map_doc Windel Bouwman 2019-02-09 18:58:37 +01:00
  • b5911ed796 Fixing assert second argument formatting veera venky 2019-02-09 22:17:01 +05:30
  • 22a430cdc5 Don't use magic methods directly Joey Hain 2019-02-09 08:20:04 -08:00
  • 969ddf2ea0 Merge remote-tracking branch 'upstream/master' into reversed Joey Hain 2019-02-09 08:13:03 -08:00
  • 09dc751869 Avoid using magic methods in tests where possible Joey Hain 2019-02-09 08:09:48 -08:00
  • 8d1d6ce1ee float.{__lt__, __le__, __ge__, __gt__} fix comparing with non float type janczer 2019-02-09 17:03:06 +01:00
  • 607e1262d4 Fix the typo janczer 2019-02-09 16:42:32 +01:00
  • 3c25c14311 Merge pull request #400 from palaviv/Add-set-funcs Windel Bouwman 2019-02-09 16:31:05 +01:00
  • 601e4c9dc9 Merge pull request #416 from silmeth/zero-division Windel Bouwman 2019-02-09 16:29:52 +01:00
  • 95cb0178cd Merge pull request #405 from RustPython/code_object Windel Bouwman 2019-02-09 16:20:07 +01:00
  • 6c56c22f0f fix floordiv and divmod by zero for ints and floats silmeth 2019-02-09 15:15:54 +01:00
  • d960ca3d5b fix int – float equality for big ints, inf and nan silmeth 2019-02-09 14:02:43 +01:00
  • 5c5d27203a Support for all co_* that can implemented currently. Adam Kelly 2019-02-09 12:14:53 +00:00
  • 6539f07818 @generated comment added to Cargo.lock Adam Kelly 2019-02-08 18:24:59 +00:00
  • 769b889097 Source path should always be set, make it non-optional for code object. Adam Kelly 2019-02-08 18:24:37 +00:00
  • a6d6f0fcaa Merge pull request #413 from ka7/spelling Adam 2019-02-09 12:18:09 +00:00
  • 1869a9f1ed Passing version of code.py tests. Adam Kelly 2019-02-08 18:00:58 +00:00
  • 8116dae65f Add some co_* methods to code objects. Adam Kelly 2019-02-08 17:59:56 +00:00
  • 7d08867419 Record first line number in code object. Adam Kelly 2019-02-08 17:59:27 +00:00
  • 7b2508a730 Start adding methods to code object. Adam Kelly 2019-02-07 20:29:59 +00:00
  • 8ad95c4a57 Merge pull request #326 from lausek/master Adam 2019-02-09 11:23:14 +00:00
  • b87fcdce34 Merge pull request #285 from orf/handle-missing-file Adam 2019-02-09 11:20:11 +00:00
  • 2ae9d88de4 Merge pull request #398 from ZapAnton/range_doc Adam 2019-02-09 11:11:13 +00:00
  • b109ea954a Merge branch 'master' into spelling klemens 2019-02-09 12:03:08 +01:00
  • c5b94a4d82 Merge pull request #408 from janczer/add_floats_div_mul Adam 2019-02-09 11:03:01 +00:00
  • 79a7e5e42b spelling fixes klemens 2019-02-09 12:00:46 +01:00
  • fa927c5028 added cargo clippy veera venky 2019-02-09 16:25:29 +05:30
  • 2df9d799f5 Fix formatting errors Aviv Palivoda 2019-02-09 10:18:05 +02:00
  • 3376808428 Merge pull request #409 from skinny121/slice Windel Bouwman 2019-02-09 08:31:55 +01:00
  • 587617d5e3 Add dict data type. (#380) Windel Bouwman 2019-02-09 08:14:37 +01:00
  • 520f71f354 Add NotImplemented built-in constant Joey Hain 2019-02-08 19:24:08 -08:00
  • 7abf02180a implement slice negative step handling ben 2019-02-09 15:48:07 +13:00
  • d66ca54a2d Add complex.{__eq__, __neg__} Joey Hain 2019-02-08 18:20:58 -08:00
  • fc863aaba5 Add complex.__abs__ Joey Hain 2019-02-08 18:20:55 -08:00
  • 907dfb6770 Add slice type and use BigInts in slice payload. ben 2019-02-09 12:07:04 +13:00
  • ba19732fbb Fix the fmt error janczer 2019-02-08 22:09:42 +01:00
  • 47fc303e55 Rasi error when try compare bytes with another types janczer 2019-02-08 22:06:57 +01:00
  • 59706538f4 Fix typo and fix fmt errors janczer 2019-02-08 21:56:07 +01:00
  • f454bf36d1 Merge pull request #396 from ZapAnton/property_doc Windel Bouwman 2019-02-08 21:16:17 +01:00
  • 85475e4e30 Merge pull request #347 from silmeth/master Windel Bouwman 2019-02-08 21:04:31 +01:00
  • d4b82007df Add floats.{__truediv__, __mul__} janczer 2019-02-08 20:34:33 +01:00
  • 869b91a27d Merge pull request #399 from ZapAnton/super_doc Windel Bouwman 2019-02-08 20:08:22 +01:00
  • 32bfcf36fd Merge pull request #384 from skinny121/iter_lazy_2 Windel Bouwman 2019-02-08 20:05:20 +01:00
  • c55593406c Merge pull request #392 from ZapAnton/complex_doc Adam 2019-02-08 18:31:26 +00:00
  • f5792f84d6 Merge pull request #391 from ZapAnton/byteaaray_doc Adam 2019-02-08 18:31:03 +00:00
  • 9245a62296 Merge pull request #401 from ZapAnton/type_doc Adam 2019-02-08 18:30:17 +00:00