silmeth
|
d960ca3d5b
|
fix int – float equality for big ints, inf and nan
|
2019-02-09 14:02:43 +01:00 |
|
Adam Kelly
|
5c5d27203a
|
Support for all co_* that can implemented currently.
|
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
|
8116dae65f
|
Add some co_* methods to code objects.
|
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
|
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 |
|
Joey Hain
|
520f71f354
|
Add NotImplemented built-in constant
|
2019-02-08 19:24:08 -08:00 |
|
ben
|
7abf02180a
|
implement slice negative step handling
|
2019-02-09 15:48:07 +13:00 |
|
Joey Hain
|
d66ca54a2d
|
Add complex.{__eq__, __neg__}
|
2019-02-08 18:20:58 -08:00 |
|
Joey Hain
|
fc863aaba5
|
Add complex.__abs__
|
2019-02-08 18:20:55 -08: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 |
|
janczer
|
47fc303e55
|
Rasi error when try compare bytes with another types
|
2019-02-08 22:06:57 +01:00 |
|
janczer
|
59706538f4
|
Fix typo and fix fmt errors
|
2019-02-08 21:56:07 +01:00 |
|
Windel Bouwman
|
f454bf36d1
|
Merge pull request #396 from ZapAnton/property_doc
property type: Added __doc__
|
2019-02-08 21:16:17 +01:00 |
|
Windel Bouwman
|
85475e4e30
|
Merge pull request #347 from silmeth/master
Fix Range’s len() + division and mod by 0
|
2019-02-08 21:04:31 +01:00 |
|
janczer
|
d4b82007df
|
Add floats.{__truediv__, __mul__}
|
2019-02-08 20:34:33 +01:00 |
|
Windel Bouwman
|
869b91a27d
|
Merge pull request #399 from ZapAnton/super_doc
super type: Added __doc__
|
2019-02-08 20:08:22 +01:00 |
|
Windel Bouwman
|
32bfcf36fd
|
Merge pull request #384 from skinny121/iter_lazy_2
Add enumerate and zip types
|
2019-02-08 20:05:20 +01:00 |
|
Adam
|
c55593406c
|
Merge pull request #392 from ZapAnton/complex_doc
complex type: Added __doc__
|
2019-02-08 18:31:26 +00:00 |
|
Adam
|
f5792f84d6
|
Merge pull request #391 from ZapAnton/byteaaray_doc
bytearray type: Added __doc__
|
2019-02-08 18:31:03 +00:00 |
|
Adam
|
9245a62296
|
Merge pull request #401 from ZapAnton/type_doc
type type: Added __doc__
|
2019-02-08 18:30:17 +00:00 |
|
Benedykt Jaworski
|
b9245309d5
|
Merge branch 'master' into master
|
2019-02-08 18:45:00 +01:00 |
|
ZapAnton
|
0e6fca0106
|
Fix the 'if_same_then_else' clippy warnings
Relevant clippy warning: https://rust-lang.github.io/rust-clippy/master/index.html#if_same_then_else
|
2019-02-08 20:04:30 +03:00 |
|
ZapAnton
|
ae88389e10
|
type type: Added __doc__
|
2019-02-08 19:36:10 +03:00 |
|
Aviv Palivoda
|
9ec2eef579
|
Add set.{issubset,issuperset}
|
2019-02-08 18:33:04 +02:00 |
|
ZapAnton
|
2b0f87b69f
|
super type: Added __doc__
|
2019-02-08 19:28:39 +03:00 |
|
Aviv Palivoda
|
2bc946b748
|
Add set.__lt__
|
2019-02-08 18:27:37 +02:00 |
|
Aviv Palivoda
|
adee66168b
|
Add set.__le__
|
2019-02-08 18:25:33 +02:00 |
|
ZapAnton
|
a6d6f7721b
|
range type: Added __doc__
|
2019-02-08 19:17:08 +03:00 |
|
ZapAnton
|
a6beeac383
|
property type: Added __doc__
|
2019-02-08 19:09:38 +03:00 |
|
Aviv Palivoda
|
1ee583ef61
|
Use set_compare_inner
|
2019-02-08 18:06:22 +02:00 |
|
ZapAnton
|
c05f7dc83a
|
map type: Added __doc__
|
2019-02-08 19:01:18 +03:00 |
|
ZapAnton
|
e6d638d43f
|
iter type: Added __doc__
|
2019-02-08 18:56:34 +03:00 |
|
Aviv Palivoda
|
358aa6b2c0
|
Add set.__gt__
|
2019-02-08 17:50:36 +02:00 |
|
ZapAnton
|
031f062e72
|
complex type: Added __doc__
|
2019-02-08 18:47:23 +03:00 |
|
ZapAnton
|
a180a4b6cb
|
bytearray type: Added __doc__
|
2019-02-08 18:43:27 +03:00 |
|
Aviv Palivoda
|
0c737ae8d2
|
Add set.__eq__
|
2019-02-08 17:31:45 +02:00 |
|
Aviv Palivoda
|
6274c3fe8b
|
Add set.__ge__
|
2019-02-08 17:18:14 +02:00 |
|
Windel Bouwman
|
07fd61f55f
|
Change instance and class to simplified dict type. (#379)
* Change instance and class to simplified dict type.
* Fix formatting.
|
2019-02-08 14:18:14 +00:00 |
|
janczer
|
83202d639f
|
Add bytes.{__ge__, __gt__, __le__, __lt__}
|
2019-02-08 15:02:50 +01:00 |
|
Joey Hain
|
1ebacafb00
|
Add reversed builtin and range.__reversed__
|
2019-02-08 00:19:14 -08:00 |
|
ben
|
e1284e34b0
|
Made filter_new private
|
2019-02-08 21:05:04 +13:00 |
|
ben
|
5896f049ef
|
Add enumerate and zip types and made them lazy.
|
2019-02-08 20:57:16 +13:00 |
|