- 22 Mar, 2014 6 commits
-
-
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.
-
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
-
Rachel Dowdall authored
-
Paul Sokolovsky authored
-
- 21 Mar, 2014 17 commits
-
-
Damien George authored
-
Damien George authored
This gives a functioning, independent MSC device.
-
Damien George authored
Make str and bytes be proper types
-
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.
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Implement str.partition and add tests for it.
-
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 11 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Rachel Dowdall authored
-
Damien George authored
Some math functions
-
Rachel Dowdall authored
-
Rachel Dowdall authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 19 Mar, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 17 Mar, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-