Commit Graph

14 Commits

Author SHA1 Message Date
Jeong YunWon
dc8057a1c2 Refactor snippets/testutil 2019-09-17 17:37:24 +09:00
ChJR
151823aadd Add tests for int.__(x)xshift__ methods. 2019-08-15 19:01:16 +09:00
JunMock
03df88729d add __rand__ __ror__ 2019-08-15 12:07:02 +09:00
Windel Bouwman
a400f6631c Improve lexing of numbers with underscores. 2019-08-11 09:29:21 +02: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
ZapAnton
da68dfef78 tests: Removed tests for the __doc__ 2019-02-08 19:41:47 +03:00
lausek
02d99758fe round() for int 2019-02-06 18:38:37 +01:00
ZapAnton
dfd0ea23c0 int type: Added tests for the __rxor__ 2019-02-06 12:08:26 +03:00
Windel Bouwman
7941480fca Merge pull request #269 from mrecachinas/add-int-doc
Add int.__doc__ (addresses #261)
2019-02-05 18:26:28 +01:00
lausek
3d07ecdd1c int type: trunc and index 2019-02-05 14:08:08 +01:00
ZapAnton
8c469a6466 int type: Added tests for the __invert__ 2019-02-05 15:25:07 +03:00
veera venky
d3fedecd61 Adding 'int.__bool__' method 2019-02-05 02:26:44 +05:30
Michael Recachinas
f0abcff53d Add int.__doc__ (addresses #261) 2019-02-02 21:37:49 +00:00
Adam Kelly
ec0eb47fc6 Add snippet to check that int.__init__ doesn't mutate int. 2018-09-02 10:59:42 +01:00