Gregory P. Smith
|
93b5b33e65
|
merge heads
|
2012-09-29 11:56:56 -07:00 |
|
Gregory P. Smith
|
8ce589cf7b
|
merge heads
|
2012-09-29 11:56:41 -07:00 |
|
Gregory P. Smith
|
02dee1acd8
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot be
waited on.
|
2012-09-29 11:53:08 -07:00 |
|
Chris Jerdonek
|
fab57ccd13
|
Close issue #16077: fix code example in documentation of reduce() built-in (from docs@).
|
2012-09-29 11:51:37 -07:00 |
|
R David Murray
|
3e09b14026
|
#16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:44:16 -04:00 |
|
R David Murray
|
ad4d9c9bf0
|
Merge #16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:40:56 -04:00 |
|
Gregory P. Smith
|
3905171f1e
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot
be waited on.
|
2012-09-29 11:40:38 -07:00 |
|
R David Murray
|
1a1883d566
|
#16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:40:23 -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
|
ac76833033
|
Post-release update.
|
2012-09-29 14:21:25 +02:00 |
|
Martin v. Löwis
|
77cc86f873
|
Ajdust path to launcher for non-PGO-builds
|
2012-09-29 13:08:41 +02:00 |
|
Georg Brandl
|
d31234166f
|
Re-tagging 3.3.0 for test_sys fix.
|
2012-09-29 09:47:26 +02:00 |
|
Georg Brandl
|
e054f452bd
|
Fix test_sys.test_implementation for final releases.
|
2012-09-29 09:44:17 +02:00 |
|
Georg Brandl
|
99a247fd01
|
Merge with main repo default branch.
|
2012-09-29 09:27:15 +02:00 |
|
Georg Brandl
|
1628eaa5dc
|
Added tag v3.3.0 for changeset de6b91d97113
|
2012-09-29 09:06:16 +02:00 |
|
Georg Brandl
|
1d021738e2
|
Update release date in whatsnew document.
|
2012-09-29 09:06:10 +02:00 |
|
Georg Brandl
|
c7dcd50e4e
|
Bump version to 3.3.0 final.
|
2012-09-29 09:04:54 +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 |
|
Brett Cannon
|
8ed677db12
|
Add some comments.
|
2012-09-28 16:41:39 -04:00 |
|
Mark Dickinson
|
218a8ab5eb
|
Issues #16029, #16030: Fix pickling and repr of large xranges.
|
2012-09-28 20:36:36 +01:00 |
|
R David Murray
|
9faaf1b43e
|
#16071: fix email.message links in the mailbox docs.
|
2012-09-28 15:21:32 -04: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 |
|
Stefan Krah
|
8a491a8eef
|
Closes #16080: The decorator ignores failed attempts to set the required
locale, so an additional check is required.
|
2012-09-28 17:17:11 +02:00 |
|
Michael Foord
|
8ec31c2006
|
Merge
|
2012-09-28 16:16:24 +01:00 |
|
Michael Foord
|
28d591ceef
|
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
|
2012-09-28 16:15:22 +01:00 |
|
Georg Brandl
|
811b981fcb
|
Move NEWS items from 3.3.0 to that section, to ease merging from the release clone later.
|
2012-09-28 17:10:11 +02: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 |
|
Jesus Cea
|
9662b84913
|
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
|
2012-09-28 16:33:38 +02:00 |
|
Stefan Krah
|
d5dc6e50ff
|
Merge.
|
2012-09-28 16:21:17 +02:00 |
|
Chris Jerdonek
|
18581efe36
|
Close issue #16073: merge fix from 3.2.
|
2012-09-28 07:24:24 -07:00 |
|
Michael Foord
|
8ef1fcecc5
|
Merge
|
2012-09-28 15:19:45 +01:00 |
|
Stefan Krah
|
6fb204af79
|
Issue #16080: Use run_with_locale() decorator to reset the locale properly.
|
2012-09-28 16:18:54 +02:00 |
|
Michael Foord
|
d38e6e516d
|
Closes issue 16064. No longer hard code executable name in unittest help output.
|
2012-09-28 15:14:37 +01: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 |
|
Ezio Melotti
|
0e1af282b8
|
Fix typo.
|
2012-09-28 16:43:40 +03:00 |
|
Michael Foord
|
207d229933
|
urllib.parse.urlencode doc updarte.
Closes issue 15593
|
2012-09-28 14:40:44 +01:00 |
|
Andrew Svetlov
|
0c68c5ddb2
|
Update docs for string.zfill
|
2012-09-28 16:32:27 +03:00 |
|
Andrew Svetlov
|
9ac20231e0
|
Update documentation for string.replace. Thanks to docs@
|
2012-09-28 16:31:06 +03: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 |
|
Michael Foord
|
7a1901f861
|
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 14:14:03 +01:00 |
|
Michael Foord
|
bf2ad34650
|
Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 12:54:56 +01:00 |
|