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 |
|
Georg Brandl
|
d6e857b0da
|
Point "source" links in the docs to the 3.3 versions in the repo.
|
2012-09-29 09:03:54 +02:00 |
|
Georg Brandl
|
a79b8dc917
|
Add a versionchanged note for #9374 changes.
|
2012-09-29 08:59:23 +02:00 |
|
R David Murray
|
7dcbd2c873
|
Merge #16071: fix more email.message links in mailbox docs.
|
2012-09-28 15:19:42 -04:00 |
|
R David Murray
|
5320250485
|
#16071: fix more email.message links in mailbox docs.
|
2012-09-28 15:19:16 -04:00 |
|
R David Murray
|
fb8a49e080
|
Merge #16071: fix links to email.message.Message in mailbox docs.
|
2012-09-28 15:10:12 -04:00 |
|
R David Murray
|
c5fe4073af
|
#16071: fix links to email.message.Message in mailbox docs.
|
2012-09-28 15:09:31 -04:00 |
|
Michael Foord
|
28d591ceef
|
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
|
2012-09-28 16:15:22 +01:00 |
|
Jesus Cea
|
494502756e
|
MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
|
2012-09-28 16:35:21 +02:00 |
|
Jesus Cea
|
33b5769db5
|
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
|
2012-09-28 16:34:45 +02:00 |
|
Chris Jerdonek
|
18581efe36
|
Close issue #16073: merge fix from 3.2.
|
2012-09-28 07:24:24 -07:00 |
|
Chris Jerdonek
|
fd448daf77
|
Close issue #16073: fix map() example in list comprehension documentation.
Thanks for the e-mail report to docs@.
|
2012-09-28 07:07:12 -07:00 |
|
Michael Foord
|
207d229933
|
urllib.parse.urlencode doc updarte.
Closes issue 15593
|
2012-09-28 14:40:44 +01:00 |
|
Nick Coghlan
|
74cca70ce2
|
Now that it's possible, avoid timing attacks in the crypt module examples)
|
2012-09-28 18:50:38 +05:30 |
|
Chris Jerdonek
|
2246aa8ac8
|
Issue #16036: Merge update from 3.2.
|
2012-09-28 01:15:39 -07:00 |
|
Chris Jerdonek
|
57491e0703
|
Issue #16036: Improve documentation of built-in int()'s signature and arguments.
|
2012-09-28 00:10:44 -07: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 |
|
Barry Warsaw
|
d09a05ebc5
|
Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry.
|
2012-09-25 10:47:55 -04:00 |
|
Barry Warsaw
|
1dedd0a4a4
|
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments. Patch contributed by Chris Jerdonek.
|
2012-09-25 10:37:58 -04:00 |
|
Chris Jerdonek
|
dbe508870f
|
Issue #16015: Merge and update from 3.2.
|
2012-09-25 04:33:24 -07:00 |
|
Chris Jerdonek
|
df12f2bbb6
|
Issue #16015: Make welcome message more realistic in tutorial example.
|
2012-09-25 04:20:29 -07:00 |
|
Chris Jerdonek
|
9118a79c7c
|
Issue #16015: Merge fix from 3.2.
|
2012-09-24 19:31:09 -07:00 |
|
Chris Jerdonek
|
9bb56a66c5
|
Issue #16015: Fix NameError doctest example in tutorial introduction.
|
2012-09-24 19:28:59 -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 |
|
Mark Dickinson
|
33d8ce1f0f
|
Issue #14167: merge fix from 3.2 branch.
|
2012-09-24 20:17:17 +01:00 |
|
Mark Dickinson
|
05ee5817a1
|
Issue #14167: restore statement about breaks in finally clauses.
|
2012-09-24 20:16:38 +01:00 |
|
Ezio Melotti
|
f8a2865482
|
#16019, #16020: merge with 3.2.
|
2012-09-24 17:31:37 +03:00 |
|
Ezio Melotti
|
8618fb6a65
|
#16019, #16020: fix syntax highlight.
|
2012-09-24 17:30:39 +03:00 |
|
Ezio Melotti
|
5799a2d8c3
|
#16017: merge with 3.2.
|
2012-09-24 17:08:05 +03:00 |
|
Ezio Melotti
|
c926c59d80
|
#16017: capitalize URLs.
|
2012-09-24 17:07:39 +03:00 |
|
Ezio Melotti
|
0ce22259df
|
#16014: merge with 3.2.
|
2012-09-24 16:58:14 +03:00 |
|
Ezio Melotti
|
4f24af065d
|
#16014: fix broken link.
|
2012-09-24 16:56:59 +03:00 |
|
Nadeem Vawda
|
5011244be0
|
Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.
|
2012-09-23 18:20:23 +02:00 |
|
Nadeem Vawda
|
667a13bf2a
|
Fix indentation of examples in lzma module documentation.
|
2012-09-23 18:08:57 +02:00 |
|
Ezio Melotti
|
2b7a71d6e5
|
#15949, #15899: merge with 3.2.
|
2012-09-23 16:03:21 +03:00 |
|
Ezio Melotti
|
20b8d992b0
|
#15949, #15899: use \ufffd instead of ?.
|
2012-09-23 15:55:14 +03:00 |
|