Commit Graph

224 Commits

Author SHA1 Message Date
R David Murray c652ce6d02 More whatsnew adds, especially the os module.
I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.
2012-09-30 20:07:42 -04:00
R David Murray d2489cf4d0 Add some missing stuff to whatsnew. 2012-09-30 17:28:54 -04:00
Nick Coghlan 349c802fd8 What's new entry for PEP 397 and Windows PATH modification 2012-09-30 13:00:43 +05:30
Nick Coghlan cfb181859a Fix release PEP description 2012-09-30 12:08:13 +05:30
R David Murray ea22685a04 Add notes to whatsnew porting for visible changes in email compatibility mode. 2012-09-30 01:27:24 -04:00
R David Murray f23e2b67ad Make whatsnew PEP markup conform to previous whatsnew docs.
Also some other consistency tweaks.
2012-09-29 19:41:26 -04:00
R David Murray 77ac351bbf Move discussion of email changes into Improved Modules section. 2012-09-29 15:43:33 -04:00
R David Murray 9a2eb3aa66 Raymond didn't write any of the text this time, remove as author. 2012-09-29 15:33:49 -04:00
R David Murray f75e65f0f4 Fix over-indentation of bullet lists. 2012-09-29 15:27:53 -04:00
R David Murray 26d15bffaa Be consistent and don't use a bullet list when a section has only one item. 2012-09-29 15:13:35 -04:00
R David Murray cff1c6f665 Clarify description of who needs to worry about importlib changes. 2012-09-29 14:34:43 -04:00
Benjamin Peterson 14fb44e1ba merge mostly from default 2012-09-29 14:14:19 -04:00
R David Murray 1764c80925 Add smtpd changes to whatsnew, and integrate 'other' section.
Also made the smtplib markup consistent with the rest of the markup.
2012-09-29 11:42:36 -04:00
R David Murray defdb16a3c Remove visible XXX in What's New. 2012-09-29 10:53:31 -04:00
R David Murray aae25833dc Document the addition of 'quote' to shlex in What's New. 2012-09-29 09:49:05 -04:00
Georg Brandl 99a247fd01 Merge with main repo default branch. 2012-09-29 09:27:15 +02:00
Georg Brandl 1d021738e2 Update release date in whatsnew document. 2012-09-29 09:06:10 +02:00
Nick Coghlan 3658cb3012 Tell people the *new* behaviour, not just the old behaviour 2012-09-27 20:07:45 +10:00
Nick Coghlan c4bacd3646 Mention the Unicode version bump in What's New 2012-09-27 19:58:31 +10:00
Ezio Melotti 461f41df5b Add a few entries to whatsnew/3.3.rst. 2012-09-26 17:43:23 +03:00
Georg Brandl fc349216d7 Closes #16052: fix typo. Patch by Lars Buitinck. 2012-09-26 13:11:48 +02:00
Giampaolo Rodola' 8286951f57 merge 3.3 2012-09-25 12:34:54 -07:00
Giampaolo Rodola' 49379c05cd mention new MLSD support for ftplib in 3.3 whatsnew 2012-09-25 12:32:46 -07:00
Brett Cannon 847bb76f18 merge 2012-09-25 15:23:49 -04:00
Brett Cannon 288717a2ac Shift a deprecation from the porting section to the deprecation section. 2012-09-25 15:23:07 -04:00
Giampaolo Rodola' 15c8849001 fix contextlib.ExitStack typo in 3.3's whatsnew.rst 2012-09-25 12:00:04 -07:00
Victor Stinner d0af3103ef Close #16022: What's New in Python 3.3 document is no more at beta stage 2012-09-24 23:19:17 +02:00
Victor Stinner 6447b9214a Close #16022: What's New in Python 3.3 document is no more at beta stage 2012-09-24 23:19:17 +02:00
Larry Hastings 88950fb4d0 Add What's New entries for some minor work I did in 3.3. 2012-09-21 09:30:19 -07:00
Ezio Melotti 7598e18bf2 Fix rst markup. 2012-09-20 08:33:53 +03:00
Victor Stinner 1da769a302 What's New in Python 3.3: mention unittest.mock 2012-09-18 22:40:03 +02:00
Larry Hastings 9471797cc6 Add What's New entries for some minor work I did in 3.3. 2012-09-21 09:30:19 -07:00
Stefan Krah 9e31d36d4a Issue #15814: Update whatsnew to the current state of hashing memoryviews. 2012-09-08 15:35:01 +02:00
Stefan Krah 37a0170fa3 Issue #15814: Update whatsnew to the current state of hashing memoryviews. 2012-09-08 15:35:01 +02:00
Eric Snow b2a61e1ead add whatsnew entry for PEP 421 2012-09-05 22:19:38 -07:00
Stefan Krah 49dc1d4013 Add missing unit. 2012-09-01 14:27:51 +02:00
Stefan Krah a10e2fbe0b Compile _decimal without asserts and update benchmark results. 2012-09-01 14:21:22 +02:00
Stefan Krah af3f3a7f00 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). 2012-08-30 12:33:55 +02:00
Stefan Krah 0f8cab20d9 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). 2012-08-30 12:33:55 +02:00
Stefan Krah a3f4a16607 Add missing unit. 2012-09-01 14:27:51 +02:00
Stefan Krah ceaaced4be Compile _decimal without asserts and update benchmark results. 2012-09-01 14:21:22 +02:00
Nick Coghlan 06e1ab0a6b Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) 2012-08-25 17:59:50 +10:00
Stefan Krah 029780be09 Issue #13072: The array module's 'u' format code is now deprecated and
will be removed in Python 4.0.
2012-08-24 20:14:12 +02:00
Alexander Belopolsky 35d600cbb5 Suggested a whatsnew item 2012-08-22 23:14:29 -04:00
Antoine Pitrou a5e5797e48 Improve the pyvenv entry 2012-08-21 01:08:17 +02:00
Antoine Pitrou c907de90d4 Improved summary section in whatsnew 2012-08-21 00:53:06 +02:00
Nick Coghlan 273069cf7d Close #4966: revamp the sequence docs in order to better explain the state of modern Python 2012-08-20 17:14:07 +10:00
Andrew Svetlov ac23c9ea7f Mention PEP 362: Function Signature Object in whatsnew. 2012-08-13 21:27:56 +03:00
Georg Brandl a81b481e3a Fix markup errors and update pydoc topics. 2012-08-11 08:43:59 +02:00
Brett Cannon 522267e784 Issue #15610: The PyImport_ImportModuleEx macro now calls
PyImport_ImportModuleLevel() with a 'level' of 0 instead of -1 as the
latter is no longer a valid value.

Also added a versionchanged note for PyImport_ImportModuleLevel() just
in case people don't make the connection between changes to
__import__() and this C function.
2012-08-10 18:55:08 -04:00