Damien George
|
4c02e54298
|
py/mpz: Raise NotImplError instead of failing assertion.
|
2015-10-01 17:57:36 +01:00 |
Damien George
|
55b11e6d38
|
py/objstr: For str.endswith(s, start) raise NotImpl instead of assert.
|
2015-09-04 16:49:56 +01:00 |
Damien George
|
25afc7da0d
|
tests: Add tests to improve coverage of objstr.c.
|
2015-09-03 23:06:18 +01:00 |
Damien George
|
22602cc37b
|
py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0).
|
2015-09-01 15:35:31 +01:00 |
Damien George
|
c9fa667252
|
tests: Add tests for non-compliant behaviour.
These tests are intended to improve coverage and provide a record of
behaviour that's either not implemented or non-compliant to CPython.
|
2015-08-30 12:32:26 +01:00 |