Commit Graph

180 Commits

Author SHA1 Message Date
Raymond Hettinger 5cee47f321 Add entry for Barrier objects. 2011-01-11 19:59:46 +00:00
Raymond Hettinger 6655d113e6 Add a todo. 2011-01-11 08:49:10 +00:00
Raymond Hettinger 51e2107b81 Fix typos and markup. 2011-01-10 23:38:15 +00:00
Alexander Belopolsky dc004a3ad6 Removed time.ctime from the list of functions that take a time tuple argument 2011-01-10 21:58:52 +00:00
Alexander Belopolsky bd96b06fd8 Added entries about removal of year 1900 limit. 2011-01-10 21:55:34 +00:00
Raymond Hettinger eb70b90097 Misspelling. 2011-01-10 21:26:49 +00:00
Raymond Hettinger 4f707fd316 Separate source link from main text. 2011-01-10 19:54:11 +00:00
Raymond Hettinger de2e618eb9 Fix typos. 2011-01-10 05:40:57 +00:00
Raymond Hettinger c08ea61373 Markup fix 2011-01-08 10:32:31 +00:00
R. David Murray 9253214fd9 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
This applies only when generating strings from non-RFC compliant binary
input; it makes the existing recoding behavior more consistent (ie:
now no data is lost when recoding).
2011-01-07 23:25:30 +00:00
Raymond Hettinger 32e8fea396 Update the digest of PEP 3333 based on comments for Phillip Eby. 2011-01-07 21:04:30 +00:00
Raymond Hettinger 388af4bb35 Typo. 2011-01-06 20:55:29 +00:00
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