]>
granicus.if.org Git - python/log
Gregory P. Smith [Sun, 30 Sep 2012 17:36:24 +0000 (10:36 -0700)]
doc typo fixes
Gregory P. Smith [Sun, 30 Sep 2012 17:36:07 +0000 (10:36 -0700)]
doc typo fixes
Chris Jerdonek [Sun, 30 Sep 2012 16:46:55 +0000 (09:46 -0700)]
Issue #15533: Merge update from 3.3.
Chris Jerdonek [Sun, 30 Sep 2012 16:46:04 +0000 (09:46 -0700)]
Issue #15533: Merge update from 3.2.
Chris Jerdonek [Sun, 30 Sep 2012 16:45:00 +0000 (09:45 -0700)]
Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue.
Georg Brandl [Sun, 30 Sep 2012 16:14:10 +0000 (18:14 +0200)]
merge with 3.3
Georg Brandl [Sun, 30 Sep 2012 16:00:50 +0000 (18:00 +0200)]
Use newer version of Pygments that handles "yield from".
Stefan Krah [Sun, 30 Sep 2012 15:35:57 +0000 (17:35 +0200)]
Merge 3.3.
Stefan Krah [Sun, 30 Sep 2012 15:31:04 +0000 (17:31 +0200)]
Support gcc's -ansi flag: use "__asm__" instead of "asm".
Stefan Krah [Sun, 30 Sep 2012 15:21:49 +0000 (17:21 +0200)]
Merge 3.3.
Stefan Krah [Sun, 30 Sep 2012 15:20:47 +0000 (17:20 +0200)]
Revert
29506c7db353 (build output should be accurate).
Stefan Krah [Sun, 30 Sep 2012 15:17:36 +0000 (17:17 +0200)]
Merge 3.3.
Christian Heimes [Sun, 30 Sep 2012 13:51:39 +0000 (15:51 +0200)]
merge
Christian Heimes [Sun, 30 Sep 2012 13:51:07 +0000 (15:51 +0200)]
merge
Christian Heimes [Sun, 30 Sep 2012 13:50:20 +0000 (15:50 +0200)]
Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C
Christian Heimes [Sun, 30 Sep 2012 13:49:56 +0000 (15:49 +0200)]
Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C
Georg Brandl [Sun, 30 Sep 2012 13:10:34 +0000 (15:10 +0200)]
merge with 3.3
Georg Brandl [Sun, 30 Sep 2012 13:10:06 +0000 (15:10 +0200)]
Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.
Georg Brandl [Sun, 30 Sep 2012 12:42:22 +0000 (14:42 +0200)]
Fix reST markup in NEWS.
Georg Brandl [Sun, 30 Sep 2012 12:39:18 +0000 (14:39 +0200)]
Record UCD update in whatsnew.
Nadeem Vawda [Sun, 30 Sep 2012 11:45:22 +0000 (13:45 +0200)]
Merge: Fix the return value of BZ2File._read_block() to be consistent with comments.
Nadeem Vawda [Sun, 30 Sep 2012 11:41:29 +0000 (13:41 +0200)]
Fix the return value of BZ2File._read_block() to be consistent with comments.
Chris Jerdonek [Sun, 30 Sep 2012 09:22:50 +0000 (02:22 -0700)]
Issue #15533: Merge fix from 3.3.
Chris Jerdonek [Sun, 30 Sep 2012 09:15:37 +0000 (02:15 -0700)]
Issue #15533: Merge fix from 3.2.
Chris Jerdonek [Sun, 30 Sep 2012 08:27:18 +0000 (01:27 -0700)]
Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch.
Nick Coghlan [Sun, 30 Sep 2012 07:57:41 +0000 (13:27 +0530)]
Redo 3.3 merge
Nick Coghlan [Sun, 30 Sep 2012 07:57:29 +0000 (13:27 +0530)]
Close previous head
Nick Coghlan [Sun, 30 Sep 2012 07:55:23 +0000 (13:25 +0530)]
Merge commit, because Mercurial's handling of push races is bloody awful
Georg Brandl [Sun, 30 Sep 2012 07:42:11 +0000 (09:42 +0200)]
null-merge from 3.3
Georg Brandl [Sun, 30 Sep 2012 07:40:45 +0000 (09:40 +0200)]
Add missing 3.3.1 NEWS entries deleted in
83496b5e1916 .
Nick Coghlan [Sun, 30 Sep 2012 07:32:03 +0000 (13:02 +0530)]
Merge Windows What's New changes from 3.3
Nick Coghlan [Sun, 30 Sep 2012 07:30:43 +0000 (13:00 +0530)]
What's new entry for PEP 397 and Windows PATH modification
Stefan Krah [Sun, 30 Sep 2012 07:25:34 +0000 (09:25 +0200)]
Merge 3.3.
Stefan Krah [Sun, 30 Sep 2012 07:24:41 +0000 (09:24 +0200)]
Make it clear that the pi function is modified for benchmarking purposes.
Georg Brandl [Sun, 30 Sep 2012 07:11:58 +0000 (09:11 +0200)]
Add a stub "whatsnew in 3.4" document.
Chris Jerdonek [Sun, 30 Sep 2012 07:10:28 +0000 (00:10 -0700)]
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
Georg Brandl [Sun, 30 Sep 2012 07:00:19 +0000 (09:00 +0200)]
Closes #16091: fix the references to 3.3/3.4 in the Doc sidebar.
Georg Brandl [Sun, 30 Sep 2012 06:58:21 +0000 (08:58 +0200)]
Doc sidebar: point to 3.4 as dev.
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.