Commit Graph

38 Commits

Author SHA1 Message Date
Raymond Hettinger 1a6b73dcdf Add porting notes. 2009-04-17 20:55:52 +00:00
Raymond Hettinger 0422e14155 Add more examples. 2009-04-17 18:58:06 +00:00
Eric Smith 86c06bc47f Nit. 2009-04-17 12:33:24 +00:00
Raymond Hettinger c548b6e724 Update list of supported types. 2009-04-17 10:09:27 +00:00
Raymond Hettinger fee346b5c4 Nits. 2009-04-17 09:45:19 +00:00
Raymond Hettinger 8648e501d8 Ladies and gentlemen, the new float.__repr__() has arrived. 2009-04-17 00:11:54 +00:00
Raymond Hettinger 55fc9ce7e1 Fix links 2009-04-14 20:45:17 +00:00
Raymond Hettinger d621dd7ecd Fix-up links. 2009-04-14 08:16:50 +00:00
Raymond Hettinger 7f5d746cdf New module names are lowercase 2009-04-14 08:05:31 +00:00
Raymond Hettinger bf1537cd3c Fix link 2009-04-09 22:34:46 +00:00
Raymond Hettinger be3a821b81 Fix markup 2009-04-09 00:18:29 +00:00
Raymond Hettinger 35a88363a5 Update whatsnew based on doc search. 2009-04-09 00:08:24 +00:00
Raymond Hettinger 2a39e0f98e Clean-up an example. 2009-04-08 22:50:09 +00:00
Raymond Hettinger b9b3319a89 Remove bits that pertained to earlier releases. 2009-04-08 09:38:32 +00:00
Raymond Hettinger 4c0b1e4026 Add example for auto-renaming. 2009-04-08 07:49:03 +00:00
Raymond Hettinger d1b3de365c Fix-up attribution per IRC discussion with GPolo. 2009-04-08 00:09:26 +00:00
Raymond Hettinger 347396af73 Add link. 2009-04-07 23:10:59 +00:00
Raymond Hettinger 79d0b0e0ad Put core language changes in a separate section from module changes. 2009-04-07 07:11:00 +00:00
Raymond Hettinger 76efa2b862 Fix nit. 2009-04-06 23:11:47 +00:00
Raymond Hettinger c1bd49a0dd Improve the prose just a bit. 2009-04-06 23:11:08 +00:00
Raymond Hettinger dbd51b5d38 Fix links to Decimal and ttk. 2009-04-06 22:45:52 +00:00
Raymond Hettinger f4cc2c4afe Add example. Fix spelling. Fix patch attribution. 2009-04-06 22:39:03 +00:00
Raymond Hettinger 8d97ccbf3c Add more examples. 2009-04-06 17:55:05 +00:00
Raymond Hettinger 8e33051272 Note an improvement to pydoc. 2009-04-04 13:20:55 +00:00
Raymond Hettinger f84dfe52ea Remove minor entry. Add the ttk module. 2009-04-04 13:13:56 +00:00
Raymond Hettinger 8daab407cd Fix nits. 2009-04-04 13:01:19 +00:00
Raymond Hettinger 2a0277703e Eliminate a duplicate entry. 2009-04-04 12:46:57 +00:00
Benjamin Peterson 3fa0fb4e51 typo 2009-04-04 12:42:53 +00:00
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