]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Georg Brandl [Sun, 30 Sep 2012 06:57:40 +0000 (08:57 +0200)]
Doc sidebar: point to 3.3 as stable.
Nick Coghlan [Sun, 30 Sep 2012 06:38:44 +0000 (12:08 +0530)]
Merge What's New fix from 3.3
Nick Coghlan [Sun, 30 Sep 2012 06:38:13 +0000 (12:08 +0530)]
Fix release PEP description
R David Murray [Sun, 30 Sep 2012 05:28:53 +0000 (01:28 -0400)]
Merge: Add notes to whatsnew porting for visible changes in email compatibility mode.
R David Murray [Sun, 30 Sep 2012 05:27:24 +0000 (01:27 -0400)]
Add notes to whatsnew porting for visible changes in email compatibility mode.
Nadeem Vawda [Sun, 30 Sep 2012 02:01:31 +0000 (04:01 +0200)]
Merge #16034: Fix performance regressions in the new BZ2File implementation.
Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
Nadeem Vawda [Sun, 30 Sep 2012 01:57:33 +0000 (03:57 +0200)]
Issue #16034: Fix performance regressions in the new BZ2File implementation.
Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
R David Murray [Sat, 29 Sep 2012 23:41:52 +0000 (19:41 -0400)]
Merge: Make whatsnew PEP markup conform to previous whatsnew docs.
Also some other consistency tweaks.
R David Murray [Sat, 29 Sep 2012 23:41:26 +0000 (19:41 -0400)]
Make whatsnew PEP markup conform to previous whatsnew docs.
Also some other consistency tweaks.
Antoine Pitrou [Sat, 29 Sep 2012 23:09:59 +0000 (01:09 +0200)]
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
Antoine Pitrou [Sat, 29 Sep 2012 23:08:55 +0000 (01:08 +0200)]
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
Antoine Pitrou [Sat, 29 Sep 2012 23:05:30 +0000 (01:05 +0200)]
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
Gregory P. Smith [Sat, 29 Sep 2012 20:51:00 +0000 (13:51 -0700)]
merge heads
Gregory P. Smith [Sat, 29 Sep 2012 20:50:40 +0000 (13:50 -0700)]
Remove the new trivial pty.spawn() test as it hangs on many buildbots.
R David Murray [Sat, 29 Sep 2012 19:44:17 +0000 (15:44 -0400)]
Move discussion of email changes into Improved Modules section.
R David Murray [Sat, 29 Sep 2012 19:43:33 +0000 (15:43 -0400)]
Move discussion of email changes into Improved Modules section.
Gregory P. Smith [Sat, 29 Sep 2012 19:41:03 +0000 (12:41 -0700)]
pty.spawn() now returns the child process status as returned by os.waitpid().
Addresses the remaining feature request from issue #2489.
R David Murray [Sat, 29 Sep 2012 19:34:26 +0000 (15:34 -0400)]
Merge: Raymond didn't write any of the text this time, remove as author.
R David Murray [Sat, 29 Sep 2012 19:33:49 +0000 (15:33 -0400)]
Raymond didn't write any of the text this time, remove as author.
R David Murray [Sat, 29 Sep 2012 19:28:25 +0000 (15:28 -0400)]
Merge: Fix over-indentation of bullet lists.
R David Murray [Sat, 29 Sep 2012 19:27:53 +0000 (15:27 -0400)]
Fix over-indentation of bullet lists.
R David Murray [Sat, 29 Sep 2012 19:14:10 +0000 (15:14 -0400)]
Merge: Be consistent and don't use a bullet list when a section has only one item.
R David Murray [Sat, 29 Sep 2012 19:13:35 +0000 (15:13 -0400)]
Be consistent and don't use a bullet list when a section has only one item.
Gregory P. Smith [Sat, 29 Sep 2012 18:58:31 +0000 (11:58 -0700)]
merge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:57:40 +0000 (11:57 -0700)]
merge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:56:56 +0000 (11:56 -0700)]
merge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:56:41 +0000 (11:56 -0700)]
merge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:56:11 +0000 (11:56 -0700)]
merge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:55:16 +0000 (11:55 -0700)]
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.
Gregory P. Smith [Sat, 29 Sep 2012 18:53:08 +0000 (11:53 -0700)]
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.
R David Murray [Sat, 29 Sep 2012 18:41:26 +0000 (14:41 -0400)]
Merge #16085: Don't promote shadowing builtins in the configparser example.
R David Murray [Sat, 29 Sep 2012 18:40:56 +0000 (14:40 -0400)]
Merge #16085: Don't promote shadowing builtins in the configparser example.
Gregory P. Smith [Sat, 29 Sep 2012 18:40:38 +0000 (11:40 -0700)]
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.
R David Murray [Sat, 29 Sep 2012 18:40:23 +0000 (14:40 -0400)]
#16085: Don't promote shadowing builtins in the configparser example.
R David Murray [Sat, 29 Sep 2012 18:35:44 +0000 (14:35 -0400)]
Merge: Clarify description of who needs to worry about importlib changes.
R David Murray [Sat, 29 Sep 2012 18:34:43 +0000 (14:34 -0400)]
Clarify description of who needs to worry about importlib changes.
Benjamin Peterson [Sat, 29 Sep 2012 18:20:09 +0000 (14:20 -0400)]
merge 3.3 nully
Benjamin Peterson [Sat, 29 Sep 2012 18:14:19 +0000 (14:14 -0400)]
merge mostly from default
Benjamin Peterson [Sat, 29 Sep 2012 17:47:47 +0000 (13:47 -0400)]
merge heads
Benjamin Peterson [Sat, 29 Sep 2012 17:47:39 +0000 (13:47 -0400)]
upgrade to UCD 6.2
R David Murray [Sat, 29 Sep 2012 15:43:21 +0000 (11:43 -0400)]
Merge: Add smtpd changes to whatsnew, and integrate 'other' section.
Also made the smtplib markup consistent with the rest of the markup.
R David Murray [Sat, 29 Sep 2012 15:42:36 +0000 (11:42 -0400)]
Add smtpd changes to whatsnew, and integrate 'other' section.
Also made the smtplib markup consistent with the rest of the markup.
R David Murray [Sat, 29 Sep 2012 14:53:55 +0000 (10:53 -0400)]
Merge: Remove visible XXX in What's New.
R David Murray [Sat, 29 Sep 2012 14:53:31 +0000 (10:53 -0400)]
Remove visible XXX in What's New.
R David Murray [Sat, 29 Sep 2012 13:49:32 +0000 (09:49 -0400)]
Merge: Document the addition of 'quote' to shlex in What's New.
R David Murray [Sat, 29 Sep 2012 13:49:05 +0000 (09:49 -0400)]
Document the addition of 'quote' to shlex in What's New.
Georg Brandl [Sat, 29 Sep 2012 12:22:04 +0000 (14:22 +0200)]
null-merge from 3.3
Georg Brandl [Sat, 29 Sep 2012 12:21:25 +0000 (14:21 +0200)]
Post-release update.
Martin v. Löwis [Sat, 29 Sep 2012 11:10:09 +0000 (13:10 +0200)]
Merge with 3.3
Martin v. Löwis [Sat, 29 Sep 2012 11:08:41 +0000 (13:08 +0200)]
Ajdust path to launcher for non-PGO-builds
Georg Brandl [Sat, 29 Sep 2012 07:51:42 +0000 (09:51 +0200)]
merge with 3.3
Georg Brandl [Sat, 29 Sep 2012 07:47:26 +0000 (09:47 +0200)]
Re-tagging 3.3.0 for test_sys fix.
Georg Brandl [Sat, 29 Sep 2012 07:44:17 +0000 (09:44 +0200)]
Fix test_sys.test_implementation for final releases.
Georg Brandl [Sat, 29 Sep 2012 07:36:04 +0000 (09:36 +0200)]
Set up "source" links to point to default branch.
Georg Brandl [Sat, 29 Sep 2012 07:34:13 +0000 (09:34 +0200)]
Bump version to 3.4.0 alpha 0.
Georg Brandl [Sat, 29 Sep 2012 07:29:44 +0000 (09:29 +0200)]
RPM spec file name update for 3.4 branch.
Georg Brandl [Sat, 29 Sep 2012 07:27:15 +0000 (09:27 +0200)]
Merge with main repo default branch.
Georg Brandl [Sat, 29 Sep 2012 07:06:16 +0000 (09:06 +0200)]
Added tag v3.3.0 for changeset
de6b91d97113
Georg Brandl [Sat, 29 Sep 2012 07:06:10 +0000 (09:06 +0200)]
Update release date in whatsnew document.
Georg Brandl [Sat, 29 Sep 2012 07:04:54 +0000 (09:04 +0200)]
Bump version to 3.3.0 final.
Georg Brandl [Sat, 29 Sep 2012 07:03:54 +0000 (09:03 +0200)]
Point "source" links in the docs to the 3.3 versions in the repo.
Georg Brandl [Sat, 29 Sep 2012 06:59:23 +0000 (08:59 +0200)]
Add a versionchanged note for #9374 changes.
Brett Cannon [Fri, 28 Sep 2012 20:41:39 +0000 (16:41 -0400)]
Add some comments.
R David Murray [Fri, 28 Sep 2012 19:19:42 +0000 (15:19 -0400)]
Merge #16071: fix more email.message links in mailbox docs.
R David Murray [Fri, 28 Sep 2012 19:19:16 +0000 (15:19 -0400)]
#16071: fix more email.message links in mailbox docs.
R David Murray [Fri, 28 Sep 2012 19:10:12 +0000 (15:10 -0400)]
Merge #16071: fix links to email.message.Message in mailbox docs.
R David Murray [Fri, 28 Sep 2012 19:09:31 +0000 (15:09 -0400)]
#16071: fix links to email.message.Message in mailbox docs.
Stefan Krah [Fri, 28 Sep 2012 15:17:11 +0000 (17:17 +0200)]
Closes #16080: The decorator ignores failed attempts to set the required
locale, so an additional check is required.
Michael Foord [Fri, 28 Sep 2012 15:16:24 +0000 (16:16 +0100)]
Merge
Michael Foord [Fri, 28 Sep 2012 15:15:22 +0000 (16:15 +0100)]
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
Georg Brandl [Fri, 28 Sep 2012 15:10:11 +0000 (17:10 +0200)]
Move NEWS items from 3.3.0 to that section, to ease merging from the release clone later.
Jesus Cea [Fri, 28 Sep 2012 14:35:21 +0000 (16:35 +0200)]
MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
Jesus Cea [Fri, 28 Sep 2012 14:34:45 +0000 (16:34 +0200)]
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
Stefan Krah [Fri, 28 Sep 2012 14:21:17 +0000 (16:21 +0200)]
Merge.
Chris Jerdonek [Fri, 28 Sep 2012 14:24:24 +0000 (07:24 -0700)]
Close issue #16073: merge fix from 3.2.
Michael Foord [Fri, 28 Sep 2012 14:19:45 +0000 (15:19 +0100)]
Merge
Stefan Krah [Fri, 28 Sep 2012 14:18:54 +0000 (16:18 +0200)]
Issue #16080: Use run_with_locale() decorator to reset the locale properly.
Michael Foord [Fri, 28 Sep 2012 14:14:37 +0000 (15:14 +0100)]
Closes issue 16064. No longer hard code executable name in unittest help output.
Chris Jerdonek [Fri, 28 Sep 2012 14:07:12 +0000 (07:07 -0700)]
Close issue #16073: fix map() example in list comprehension documentation.
Thanks for the e-mail report to docs@.
Ezio Melotti [Fri, 28 Sep 2012 13:43:40 +0000 (16:43 +0300)]
Fix typo.
Michael Foord [Fri, 28 Sep 2012 13:40:44 +0000 (14:40 +0100)]
urllib.parse.urlencode doc updarte.
Closes issue 15593
Nick Coghlan [Fri, 28 Sep 2012 13:20:38 +0000 (18:50 +0530)]
Now that it's possible, avoid timing attacks in the crypt module examples)
Michael Foord [Fri, 28 Sep 2012 13:14:03 +0000 (14:14 +0100)]
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call
Chris Jerdonek [Fri, 28 Sep 2012 08:15:39 +0000 (01:15 -0700)]
Issue #16036: Merge update from 3.2.
Chris Jerdonek [Fri, 28 Sep 2012 07:10:44 +0000 (00:10 -0700)]
Issue #16036: Improve documentation of built-in int()'s signature and arguments.
Benjamin Peterson [Thu, 27 Sep 2012 22:10:17 +0000 (18:10 -0400)]
renmae test method to avoid conflict (#16056)
Mark Dickinson [Thu, 27 Sep 2012 18:38:59 +0000 (19:38 +0100)]
Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka.
Mark Dickinson [Thu, 27 Sep 2012 18:38:59 +0000 (19:38 +0100)]
Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka.
Nick Coghlan [Thu, 27 Sep 2012 10:07:45 +0000 (20:07 +1000)]
Tell people the *new* behaviour, not just the old behaviour
Nick Coghlan [Thu, 27 Sep 2012 09:58:31 +0000 (19:58 +1000)]
Mention the Unicode version bump in What's New
Ezio Melotti [Wed, 26 Sep 2012 17:01:34 +0000 (20:01 +0300)]
#1087: use proper skips in test_os.
Ezio Melotti [Wed, 26 Sep 2012 14:43:23 +0000 (17:43 +0300)]
Add a few entries to whatsnew/3.3.rst.
Georg Brandl [Wed, 26 Sep 2012 11:11:48 +0000 (13:11 +0200)]
Closes #16052: fix typo. Patch by Lars Buitinck.
Benjamin Peterson [Wed, 26 Sep 2012 04:25:10 +0000 (00:25 -0400)]
rephrase
Giampaolo Rodola' [Tue, 25 Sep 2012 19:34:54 +0000 (12:34 -0700)]
merge 3.3
Giampaolo Rodola' [Tue, 25 Sep 2012 19:32:46 +0000 (12:32 -0700)]
mention new MLSD support for ftplib in 3.3 whatsnew
Brett Cannon [Tue, 25 Sep 2012 19:23:49 +0000 (15:23 -0400)]
merge
Brett Cannon [Tue, 25 Sep 2012 19:23:07 +0000 (15:23 -0400)]
Shift a deprecation from the porting section to the deprecation section.
Petri Lehtinen [Tue, 25 Sep 2012 19:03:35 +0000 (22:03 +0300)]
#15222: Merge 3.2
Petri Lehtinen [Tue, 25 Sep 2012 19:00:32 +0000 (22:00 +0300)]
#15222: Insert blank line after each message in mbox mailboxes