Files
cpython/Objects
Tim Peters fad225f1ba long_format(): Easy speedup for output bases that aren't a power of 2 (in
particular, str(long) and repr(long) use base 10, and that gets a factor
of 4 speedup).  Another factor of 2 can be gotten by refactoring divrem1 to
support in-place division, but that started getting messy so I'm leaving
that out.
2001-07-13 02:59:26 +00:00
..
2000-05-02 18:34:30 +00:00
2001-07-12 13:27:11 +00:00
2001-07-12 13:27:25 +00:00
2001-07-12 13:27:35 +00:00