- 22 Mar, 2014 16 commits
-
-
Paul Sokolovsky authored
Made solely to unbreak int-long.py test which in turn uncovered thinko with implementation of inplace ops. On mpz level, bitwise ops implemented only for same-sign numbers, and are not efficient (unconditional calling of mpn_cmp() is apparently superfluous).
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Rachel Dowdall authored
-
Rachel Dowdall authored
-
Rachel Dowdall authored
Fixed modulo operator on ints and mp ints to agree with python. Added intdivmod.c and tests/basics/modulo.py.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is required to properly handle exceptions across yields.
-
Rachel Dowdall authored
Added exception hierarchy except for OSError and UnicodeError (requires arguments). Comment out the errors that aren't needed if memory becomes an issue.
-
Rachel Dowdall authored
-
Paul Sokolovsky authored
-
- 21 Mar, 2014 12 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is pre-requisite for having efficient implementation of str<->bytes conversion, and having that efficient is required with unfortunare str vs bytes dichotomy in Python3.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
xbe authored
Switch str.rpartition to search from left to right. Factor the duplicate code into one helper function.
-
xbe authored
-
xbe authored
-
- 20 Mar, 2014 7 commits
-
-
Rachel Dowdall authored
-
Rachel Dowdall authored
-
Rachel Dowdall authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 19 Mar, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 17 Mar, 2014 2 commits
- 16 Mar, 2014 1 commit
-
-
Paul Sokolovsky authored
-