0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Antoine Pitrou
b556452055 Publicize 3.1-specific performance enhancements 2009-03-28 19:45:26 +00:00
Mark Dickinson
bd7926478d Issue #4258: Make it possible to use 30-bit digits for PyLongs:
- new configure option --enable-big-digits
 - new structseq sys.int_info giving information about the internal format
By default, 30-bit digits are enabled on 64-bit machines but
disabled on 32-bit machines.
2009-03-18 20:06:12 +00:00
Georg Brandl
48310cd3f2 Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
Mark Dickinson
54bc1ec4c7 Forward merge of r67822 to py3k: add bit_length method to int. 2008-12-17 16:19:07 +00:00
Benjamin Peterson
3432829ea0 fix Sphinx warnings 2008-12-05 03:05:29 +00:00
Georg Brandl
c47408acc1 Add a skeleton 3.1 whatsnew document. 2008-12-04 18:44:53 +00:00