Files
cpython/Lib
Mark Dickinson 2ffb26fb83 Issue #5260: Various portability and standards compliance fixes, optimizations
and cleanups in Objects/longobject.c.  The most significant change is that
longs now use less memory:  average savings are 2 bytes per long on 32-bit
systems and 6 bytes per long on 64-bit systems.  (This memory saving already
exists in py3k.)
2009-02-15 10:13:41 +00:00
..
2009-02-14 14:12:30 +00:00
2009-02-09 19:21:21 +00:00
2008-10-15 11:49:10 +00:00
2008-11-19 18:26:12 +00:00
2008-07-16 22:09:17 +00:00
2009-01-30 02:02:25 +00:00
2009-02-03 03:37:03 +00:00
2008-08-19 19:07:38 +00:00
2009-01-27 23:15:48 +00:00
2008-11-23 02:09:41 +00:00
2008-10-02 20:46:58 +00:00
2008-07-14 17:42:17 +00:00
2009-02-07 19:08:22 +00:00
2008-10-14 22:37:18 +00:00
2008-10-14 22:37:18 +00:00
2008-12-31 04:08:55 +00:00
2008-11-09 01:52:32 +00:00
2008-08-20 02:15:42 +00:00
2009-01-13 23:43:50 +00:00