Ezio Melotti
8cd45bd48d
Fix PEP name.
2012-10-21 07:36:58 +03:00
Ezio Melotti
13b1547e1b
Merge punctuation fixes with 3.3.
2012-10-20 22:54:12 +03:00
Ezio Melotti
76e7ea5b4c
Fix punctuation.
2012-10-20 22:53:47 +03:00
Ezio Melotti
022b6d2fa5
Merge "seealso" change with 3.3.
2012-10-20 16:27:51 +03:00
Ezio Melotti
36e01df18e
Move note about the implementation in the "seealso".
2012-10-20 16:26:18 +03:00
R David Murray
4d289a2a4d
Merge: A couple more whatsnew updates.
2012-10-16 21:54:12 -04:00
R David Murray
e54c718572
A couple more whatsnew updates.
2012-10-16 21:52:24 -04:00
Ezio Melotti
6ca07a221a
Merge typo fix.
2012-10-16 21:51:06 +03:00
Ezio Melotti
ad626807a6
Fix typo.
2012-10-16 21:50:33 +03:00
Benjamin Peterson
143d034ecd
merge 3.2
2012-10-12 12:04:32 -04:00
Ezio Melotti
5c3283e43a
Merge __next__ method link fixes with 3.3.
2012-10-12 13:46:37 +03:00
Ezio Melotti
1dd7c30419
Merge __next__ method link fixes with 3.2.
2012-10-12 13:45:38 +03:00
Ezio Melotti
7fa822275b
Fix links to the __next__ method.
2012-10-12 13:42:08 +03:00
R David Murray
96e936712f
Merge: More whatsnew updates, move some doc NEWS items into the doc section.
2012-10-06 23:21:01 -04:00
R David Murray
f4c2757d78
More whatsnew updates, move some doc NEWS items into the doc section.
2012-10-06 23:19:17 -04:00
R David Murray
fb4dc080eb
Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
2012-10-06 22:27:31 -04:00
R David Murray
ace5162294
starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
2012-10-06 22:26:52 -04:00
R David Murray
7ecc5ba7be
Merge: More whatsnew updates. Also move a C-API NEWS item out of library section.
2012-10-06 22:10:42 -04:00
R David Murray
fd740967ba
More whatsnew updates. Also move a C-API NEWS item out of library section.
2012-10-06 22:08:08 -04:00
R David Murray
e24728bb9e
merge #9957 : document that SpooledTemporaryFile.truncate now accepts a size arg
2012-10-06 18:33:08 -04:00
R David Murray
ca76ea16ad
#9957 : document that SpooledTemporaryFile.truncate now accepts a size arg
2012-10-06 18:32:39 -04:00
R David Murray
435ee1fcd2
More whatsnew updates.
2012-10-06 18:20:08 -04:00
R David Murray
1e218c98df
More whatsnew updates.
2012-10-06 18:18:55 -04:00
R David Murray
3dc23d4bf2
Merge: whatsnew updates for smtplib and collections.Counter.
2012-10-06 16:30:46 -04:00
R David Murray
a21e51570d
whatsnew updates for smtplib and collections.Counter.
2012-10-06 16:29:14 -04:00
R David Murray
5bab0789f8
Merge: Fix typos.
2012-10-06 16:06:41 -04:00
R David Murray
344174dc77
Fix typos.
2012-10-06 16:06:16 -04:00
R David Murray
d9c6ab48a0
merge #10968 : commit threading doc changes and corresponding whatsnew entry.
...
It is unfortunate that the '_' names were not kept as aliases, and that RLock
was not also converted to a class, but it is now too late to change either of
those things for 3.3.
2012-10-06 14:38:17 -04:00
R David Murray
ef4d286770
#10968 : commit threading doc changes and corresponding whatsnew entry.
...
It is unfortunate that the '_' names were not kept as aliases, and that RLock
was not also converted to a class, but it is now too late to change either of
those things for 3.3.
2012-10-06 14:35:35 -04:00
Christian Heimes
4a0270d82b
Issue #16113 : integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
2012-10-06 02:23:36 +02:00
Benjamin Peterson
88f3b23fdb
3.3 -> 3.4 ( closes #16130 )
2012-10-04 12:45:10 -04:00
Jesus Cea
279ed3cc55
MERGE: Whatsnew typo
2012-10-04 02:59:09 +02:00
Jesus Cea
b6bb3ad567
Whatsnew typo
2012-10-04 02:58:48 +02:00
Jesus Cea
ce3e0dd999
MERGE: whatsnew
2012-10-04 02:51:44 +02:00
Jesus Cea
aa26488711
whatsnew
2012-10-04 02:51:22 +02:00
R David Murray
8155ff4dc0
More whatsnew updates.
2012-10-02 18:26:31 -04:00
R David Murray
3430fb803e
More whatsnew updates.
2012-10-02 18:24:56 -04:00
R David Murray
814a13dc30
Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
2012-10-02 10:19:48 -04:00
R David Murray
994ce1a3c1
Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
2012-10-02 10:19:08 -04:00
Georg Brandl
450dbcf421
merge with 3.3.
2012-10-02 10:16:26 +02:00
Georg Brandl
dc704c6751
In this case it is not useful to hide "threading".
2012-10-02 10:16:19 +02:00
R David Murray
6c617163a3
Merge: Add threading.get_ident to whatsnew.
2012-10-01 22:10:53 -04:00
R David Murray
0bbfd6b817
Add threading.get_ident to whatsnew.
2012-10-01 22:10:15 -04:00
R David Murray
6e7bd65453
Merge #11109 : clean up docs, add whatsnew entry, and fix Justin's last name.
2012-10-01 21:47:57 -04:00
R David Murray
258fabefde
#11109 : clean up docs, add whatsnew entry, and fix Justin's last name.
2012-10-01 21:43:46 -04:00
Ezio Melotti
f25dabe1ec
Merge changelog filtering fixes/improvements with 3.3.
2012-10-02 01:46:49 +03:00
Ezio Melotti
7eb03ddf11
Fix/improve the changelog filtering.
2012-10-02 01:43:42 +03:00
Georg Brandl
a32e8dfe12
merge with 3.3.
2012-10-01 19:09:00 +02:00
Georg Brandl
44d0c2156a
Several improvements to the HTML NEWS version:
...
* rename to "Changelog"
* recognize more issue links
* add NEWS as a dependency for Sphinx
2012-10-01 19:08:50 +02:00
Georg Brandl
4a6ca2186a
merge with 3.3
2012-10-01 18:56:55 +02:00
Brian Curtin
f41d202555
Correcting my name since people keep bringing it up
2012-10-01 09:29:36 -05:00
R David Murray
015031cfd7
Merge: More additions to whatsnew.
2012-09-30 22:00:29 -04:00
R David Murray
445d69c2bd
More additions to whatsnew.
2012-09-30 21:59:56 -04:00
R David Murray
4c12c51111
Merge: 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:09:04 -04:00
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
9ec083a376
Merge: Add some missing stuff to whatsnew.
2012-09-30 17:29:54 -04:00
R David Murray
d2489cf4d0
Add some missing stuff to whatsnew.
2012-09-30 17:28:54 -04:00
Nick Coghlan
03074fd450
Adjust guidelines for What's New maintenance to account for issues encountered in 3.3 and in past releases
2012-09-30 18:51:53 +05:30
Georg Brandl
7ef90a1a37
merge with 3.3
2012-09-30 15:10:34 +02:00
Georg Brandl
2cac28b37e
Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.
2012-09-30 15:10:06 +02:00
Georg Brandl
50de85067f
Record UCD update in whatsnew.
2012-09-30 14:39:18 +02:00
Nick Coghlan
f029beccb1
Close previous head
2012-09-30 13:27:29 +05:30
Nick Coghlan
349c802fd8
What's new entry for PEP 397 and Windows PATH modification
2012-09-30 13:00:43 +05:30
Georg Brandl
b80f511a8b
Add a stub "whatsnew in 3.4" document.
2012-09-30 09:11:58 +02:00
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