Commit Graph

60 Commits

Author SHA1 Message Date
Raymond Hettinger c4f6d29933 Complete the first-pass at whatsnew. 2009-04-04 12:35:58 +00:00
Raymond Hettinger f41857e183 More notes on 3.1 improvements. 2009-04-04 11:59:00 +00:00
Raymond Hettinger e7ec57dcfa More updates to whatsnew 2009-04-04 11:08:48 +00:00
Raymond Hettinger 1f251a0d30 Start building-up the whatsnew document for Py3.1 2009-04-04 10:47:35 +00:00
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