Windel Bouwman
|
c2db23db2b
|
Merge pull request #417 from janczer/fix_lt_le_ge_gt_float
float.{__lt__, __le__, __ge__, __gt__} fix comparing with non float type
|
2019-02-10 12:10:58 +01:00 |
|
Windel Bouwman
|
fc38d55b59
|
Merge pull request #381 from nficca/implement-range-count
Implement range.count
|
2019-02-10 11:46:10 +01:00 |
|
Windel Bouwman
|
e69605328b
|
Merge pull request #426 from skinny121/recursive_repr
Fixed #191, fixes recursive repr() for the standard collections
|
2019-02-10 08:35:02 +01:00 |
|
Windel Bouwman
|
e98d5f11cc
|
Merge pull request #393 from ZapAnton/filter_doc
filter type: Added __doc__
|
2019-02-10 08:24:50 +01:00 |
|
Ryan Liddle
|
7422d27201
|
Merge pull request #422 from HomerMcMillan/range-reversed
Fix range reversed #421
|
2019-02-10 15:08:34 +11:00 |
|
ben
|
5b637385ea
|
Fixed #191, fixes recursive repr() for the standard collections
|
2019-02-10 13:22:03 +13:00 |
|
Homer McMillan
|
0611e765e2
|
Add extra test to builtin_range.py
|
2019-02-09 18:40:46 -05:00 |
|
Adam
|
d8afc6a722
|
Merge pull request #420 from Tom1380/master
Uncommented a line of code like a TODO said.
|
2019-02-09 22:36:50 +00:00 |
|
Nic Ficca
|
0cb661f3a2
|
Dry up objrange
- Use get_value in all appropriate spots
|
2019-02-09 16:54:14 -05:00 |
|
Nic Ficca
|
2e9892029a
|
Add objrange::get_value
- Refactor range_count to use get_value and isinstance for pulling out the range and argument respectively
|
2019-02-09 16:49:44 -05:00 |
|
Nic Ficca
|
316e94bd42
|
Add tests
|
2019-02-09 16:28:04 -05:00 |
|
Nic Ficca
|
b7a4248837
|
Add range.count
|
2019-02-09 16:27:12 -05:00 |
|
Homer McMillan
|
ba9226219b
|
cargo fmt
|
2019-02-09 15:54:17 -05:00 |
|
Homer McMillan
|
a4d13f9f50
|
Fix typo
|
2019-02-09 15:53:13 -05:00 |
|
Homer McMillan
|
4e02962289
|
Fix range reversed #421
|
2019-02-09 15:49:51 -05:00 |
|
ZapAnton
|
216e690ee0
|
filter type: Added __doc__
|
2019-02-09 23:00:43 +03:00 |
|
Tommaso Thea Cioni
|
b9d773824c
|
Uncommented a line of code like a TODO said.
|
2019-02-09 20:24:24 +01:00 |
|
Windel Bouwman
|
ac37026010
|
Merge pull request #385 from OddCoincidence/reversed
Add reversed builtin and range.__reversed__
|
2019-02-09 19:32:44 +01:00 |
|
Windel Bouwman
|
56a36b7959
|
Merge pull request #395 from ZapAnton/map_doc
map type: Added __doc__
|
2019-02-09 19:31:32 +01:00 |
|
janczer
|
454837f64b
|
Fix fmt in objfloat
|
2019-02-09 19:16:04 +01:00 |
|
Tommaso Thea Cioni
|
8ffd4c5e56
|
Fixed #402. (#414)
Raise syntax error rather than panicking on expected closing bracket.
* Fixed #402.
|
2019-02-09 18:10:40 +00:00 |
|
Windel Bouwman
|
7807dc3d2c
|
Merge pull request #388 from veera83372/sys-doc
Added __doc__ for sys module
|
2019-02-09 18:59:45 +01:00 |
|
Windel Bouwman
|
b14dc20adc
|
Merge branch 'master' into map_doc
|
2019-02-09 18:58:37 +01:00 |
|
Joey Hain
|
22a430cdc5
|
Don't use magic methods directly
|
2019-02-09 08:20:04 -08:00 |
|
Joey Hain
|
969ddf2ea0
|
Merge remote-tracking branch 'upstream/master' into reversed
|
2019-02-09 08:13:03 -08:00 |
|
janczer
|
8d1d6ce1ee
|
float.{__lt__, __le__, __ge__, __gt__} fix comparing with non float type
|
2019-02-09 17:05:32 +01:00 |
|
Windel Bouwman
|
3c25c14311
|
Merge pull request #400 from palaviv/Add-set-funcs
Add set.{__eq__,__gt__,__ge__,__le__,__lt__,issubset,issuperset}
|
2019-02-09 16:31:05 +01:00 |
|
Windel Bouwman
|
601e4c9dc9
|
Merge pull request #416 from silmeth/zero-division
fix floordiv and divmod by zero for ints and floats
|
2019-02-09 16:29:52 +01:00 |
|
Windel Bouwman
|
95cb0178cd
|
Merge pull request #405 from RustPython/code_object
Code object
|
2019-02-09 16:20:07 +01:00 |
|
silmeth
|
6c56c22f0f
|
fix floordiv and divmod by zero for ints and floats
|
2019-02-09 15:15:54 +01:00 |
|
Adam Kelly
|
5c5d27203a
|
Support for all co_* that can implemented currently.
|
2019-02-09 12:22:51 +00:00 |
|
Adam Kelly
|
6539f07818
|
@generated comment added to Cargo.lock
|
2019-02-09 12:22:51 +00:00 |
|
Adam Kelly
|
769b889097
|
Source path should always be set, make it non-optional for code object.
|
2019-02-09 12:22:51 +00:00 |
|
Adam
|
a6d6f0fcaa
|
Merge pull request #413 from ka7/spelling
Spelling fixes
|
2019-02-09 12:18:09 +00:00 |
|
Adam Kelly
|
1869a9f1ed
|
Passing version of code.py tests.
|
2019-02-09 12:15:16 +00:00 |
|
Adam Kelly
|
8116dae65f
|
Add some co_* methods to code objects.
|
2019-02-09 12:15:16 +00:00 |
|
Adam Kelly
|
7d08867419
|
Record first line number in code object.
|
2019-02-09 12:15:16 +00:00 |
|
Adam Kelly
|
7b2508a730
|
Start adding methods to code object.
|
2019-02-09 12:15:16 +00:00 |
|
Adam
|
8ad95c4a57
|
Merge pull request #326 from lausek/master
int type: rounding, index, trunc, int (#304)
|
2019-02-09 11:23:14 +00:00 |
|
Adam
|
b87fcdce34
|
Merge pull request #285 from orf/handle-missing-file
Improve test coverage of os.open/open
|
2019-02-09 11:20:11 +00:00 |
|
Adam
|
2ae9d88de4
|
Merge pull request #398 from ZapAnton/range_doc
range type: Added __doc__
|
2019-02-09 11:11:13 +00:00 |
|
klemens
|
b109ea954a
|
Merge branch 'master' into spelling
|
2019-02-09 12:03:08 +01:00 |
|
Adam
|
c5b94a4d82
|
Merge pull request #408 from janczer/add_floats_div_mul
Add floats.{__truediv__, __mul__}
|
2019-02-09 11:03:01 +00:00 |
|
klemens
|
79a7e5e42b
|
spelling fixes
|
2019-02-09 12:00:46 +01:00 |
|
Aviv Palivoda
|
2df9d799f5
|
Fix formatting errors
|
2019-02-09 10:18:05 +02:00 |
|
Windel Bouwman
|
3376808428
|
Merge pull request #409 from skinny121/slice
Add slice type
|
2019-02-09 08:31:55 +01:00 |
|
Windel Bouwman
|
587617d5e3
|
Add dict data type. (#380)
* Add dict data type.
* Fix formatting.
* Implement review comments.
|
2019-02-09 08:14:37 +01:00 |
|
ben
|
7abf02180a
|
implement slice negative step handling
|
2019-02-09 15:48:07 +13:00 |
|
ben
|
907dfb6770
|
Add slice type and use BigInts in slice payload.
|
2019-02-09 12:07:04 +13:00 |
|
janczer
|
ba19732fbb
|
Fix the fmt error
|
2019-02-08 22:09:42 +01:00 |
|