Commit Graph

168 Commits

Author SHA1 Message Date
Raymond Hettinger 90a4b3162e Nits 2011-01-06 02:08:30 +00:00
Raymond Hettinger 3df4621100 Add PEP 3333 to whatsnew. 2011-01-06 02:01:26 +00:00
Raymond Hettinger e40808a935 Add more porting notes. 2011-01-05 23:00:00 +00:00
Raymond Hettinger 2a5fb47e9c Remove mention of codes pending further discussion on transform()/untransform(). 2011-01-05 22:41:23 +00:00
Raymond Hettinger 2169ee2099 RC1 updates to whatsnew 2011-01-05 22:27:49 +00:00
Raymond Hettinger 7d967712b8 Update tests and whatsnew for the 'quiet' flag 2011-01-05 20:24:08 +00:00
Victor Stinner de3aa7fc62 Issue #10783: rephrase the changelog (new try) 2010-12-29 02:44:42 +00:00
Victor Stinner ece98d6e08 Issue #10783: rephrase the changelog (NEWS, What's new) 2010-12-28 23:35:10 +00:00
Victor Stinner da9ec995f6 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
* Replace "bytes" by "bytes object" in struct error messages
 * Document the API change in What's new in Python 3.2
 * Fix test_wave
 * Remove also ugly implicit conversions in test_struct
2010-12-28 13:26:42 +00:00
Alexander Belopolsky fca8beed4a Added an XXX note to describe timedelta/timedelta feature. 2010-12-24 04:22:40 +00:00
Michael Foord eaedfcb400 Another trivial typo correction in whatsnew 2010-12-22 18:28:51 +00:00
Michael Foord 5e9b14c39e Minor typo corrections in whatsnew 2010-12-22 10:39:04 +00:00
Raymond Hettinger f35a34cbab Add todo 2010-12-22 09:11:54 +00:00
Raymond Hettinger 6778fa9b2a Reference the release schedule 2010-12-21 20:09:55 +00:00
Georg Brandl eebb252e6b Use kbd role. 2010-12-18 12:01:15 +00:00
Georg Brandl 5d53fdd1ac Typo fix. 2010-12-18 11:58:12 +00:00
Georg Brandl 101234bc83 Add attribution. 2010-12-18 11:53:25 +00:00
Raymond Hettinger 2b8861fa70 Nits. 2010-12-18 11:20:52 +00:00
Raymond Hettinger 04129748ae Minor markup and wording fixups. 2010-12-18 10:57:50 +00:00
Raymond Hettinger d73be67c3f Minor wordsmithing and markup fix-ups. 2010-12-18 10:48:26 +00:00
Raymond Hettinger 3094ed8c69 Enhance argparse example to show aliases. 2010-12-18 09:41:32 +00:00
Łukasz Langa 79a06ed567 fix for an embarrassing autoformatting SNAFU. Thanks for your alertness, Antoine. 2010-12-17 22:05:46 +00:00
Łukasz Langa 2b38b6cee8 configparser hype coming up! 2010-12-17 21:57:32 +00:00
Raymond Hettinger 09f44140aa Expand the LBYL glossary entry. 2010-12-17 20:19:50 +00:00
Antoine Pitrou 12de8ac215 Credit Florent for porting 2010-12-16 13:33:56 +00:00
Raymond Hettinger 202717db67 Add todo for WSGI 2010-12-16 10:06:11 +00:00
Raymond Hettinger 9743e4f616 Improve the ContextDecorator example. 2010-12-16 02:24:12 +00:00
Raymond Hettinger bb9686f66f Thank you ispell. 2010-12-16 00:53:05 +00:00
Raymond Hettinger 48f3bd331c Nits 2010-12-16 00:30:53 +00:00
Raymond Hettinger 6046e22db3 Entries for ElementTree, collectionsm, functools and ZipFile. 2010-12-16 00:21:08 +00:00
Antoine Pitrou 810023db3e Issue #8844: Regular and recursive lock acquisitions can now be interrupted
by signals on platforms using pthreads.  Patch by Reid Kleckner.
2010-12-15 22:59:16 +00:00
Raymond Hettinger 07a605b1c7 Entry for decimal and fractions. 2010-12-15 22:35:03 +00:00
Raymond Hettinger 480ed78c0e Add entries for structseq, ContextDecorator, and various C-API changes. 2010-12-15 22:07:15 +00:00
Raymond Hettinger 99db3fd03b Elaborate on the calculation used in the random module. 2010-12-15 19:33:49 +00:00
Raymond Hettinger e434b3b681 Add intro to the changed modules section. 2010-12-15 19:20:01 +00:00
Raymond Hettinger 0358a17838 Move email section in with other modules. Fix markup. 2010-12-15 19:00:38 +00:00
Raymond Hettinger a55ffbc84e Minor regroupings. 2010-12-15 18:31:57 +00:00
Raymond Hettinger bba537bc96 Adopt Antoine's suggestion to improve readability with module subsections. 2010-12-15 18:20:19 +00:00
Raymond Hettinger e0a960012f Add entries for the random module and the collections module. 2010-12-15 17:54:13 +00:00
Andrew M. Kuchling 42877fec3a Typo fix 2010-12-15 02:37:01 +00:00
Raymond Hettinger ffad35ef27 Nits 2010-12-14 21:12:03 +00:00
Benjamin Peterson 28a4dce6a8 remove (un)transform methods 2010-12-12 01:33:04 +00:00
Georg Brandl cc9d237fe7 Fix typo. 2010-12-10 19:22:11 +00:00
Raymond Hettinger 070ec70cbe Move nntp entry back to changed modules section and add entry for non-ascii import directories. 2010-12-10 17:45:13 +00:00
Raymond Hettinger 522cc0a9a1 Reclassify some entries and remove a couple of minor ones. 2010-12-10 01:19:15 +00:00
Raymond Hettinger 21ec4bc296 Overview of email module and recategorize various entries. 2010-12-10 01:09:01 +00:00
Raymond Hettinger 5eb6390fc7 Doh! Example pasted twice, but only once in the right place. 2010-12-09 23:43:34 +00:00
Raymond Hettinger 792c076cce Entries for datetime, callable, and collections.Counter. 2010-12-09 16:41:54 +00:00
Alexander Belopolsky 84cc06288d Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. 2010-12-08 21:38:46 +00:00
Alexander Belopolsky 72572319fc Added a datetime new features entry 2010-12-08 21:21:56 +00:00