Hynek Schlawack
|
3040bdabbc
|
Refactor class creation (#272)
Instead of adding and possibly later deleting attributes, the class creation is delegated into a cleaner building pattern.
|
2017-10-26 12:55:34 +02:00 |
Tin Tvrtković
|
47583a9459
|
Bugfix/slot super (#226)
|
2017-08-03 17:04:48 +02:00 |
Hynek Schlawack
|
f560500886
|
Fix hashing behavior (#142)
|
2017-02-19 09:51:43 +01:00 |
Hynek Schlawack
|
c7842b8cb6
|
CHANGELOG & small nits
Fixes #35, #31
|
2016-03-31 13:12:36 +02:00 |
Tin Tvrtkovic
|
c50d5aaa20
|
Flipped a bunch of asserts in test_slots.
|
2016-03-21 22:32:23 +01:00 |
Tin Tvrtkovic
|
37bc4b878c
|
Rename class_ to cls.
Fix docstrings.
Fix missing parens in a test.
|
2016-03-17 19:40:11 +01:00 |
Tin Tvrtkovic
|
1d21609c14
|
Fix reprs.
|
2016-03-16 22:28:43 +01:00 |
Tin Tvrtkovic
|
26b7bff084
|
Handle some edge cases for slots.
Many more slot tests.
|
2016-03-16 03:10:28 +01:00 |
Tin Tvrtkovic
|
7b201eb199
|
Initial slots implementation.
|
2016-03-14 03:02:13 +01:00 |