]> granicus.if.org Git - python/log
python
12 years agowhatsnew
Jesus Cea [Thu, 4 Oct 2012 00:51:22 +0000 (02:51 +0200)]
whatsnew

12 years agoIssue #12947: Better workaround for the problem with doctest directives being strippe...
Nick Coghlan [Wed, 3 Oct 2012 08:22:48 +0000 (13:52 +0530)]
Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives

12 years agoIssue #12947: Add a note to doctest until the example rendering is fixed
Nick Coghlan [Wed, 3 Oct 2012 06:51:44 +0000 (12:21 +0530)]
Issue #12947: Add a note to doctest until the example rendering is fixed

12 years agoNULL merge
Jesus Cea [Wed, 3 Oct 2012 01:18:05 +0000 (03:18 +0200)]
NULL merge

12 years agoCloses #15897: zipimport.c doesn't check return value of fseek(). Typo
Jesus Cea [Wed, 3 Oct 2012 01:16:42 +0000 (03:16 +0200)]
Closes #15897: zipimport.c doesn't check return value of fseek(). Typo

12 years agoMERGE: Fix Misc/ACKS alphabetic order
Jesus Cea [Wed, 3 Oct 2012 01:01:13 +0000 (03:01 +0200)]
MERGE: Fix Misc/ACKS alphabetic order

12 years agoMERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea [Wed, 3 Oct 2012 01:00:37 +0000 (03:00 +0200)]
MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()

12 years agoFix Misc/ACKS alphabetic order
Jesus Cea [Wed, 3 Oct 2012 00:14:14 +0000 (02:14 +0200)]
Fix Misc/ACKS alphabetic order

12 years agoCloses #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea [Wed, 3 Oct 2012 00:13:05 +0000 (02:13 +0200)]
Closes #15897: zipimport.c doesn't check return value of fseek()

12 years agoMore whatsnew updates.
R David Murray [Tue, 2 Oct 2012 22:24:56 +0000 (18:24 -0400)]
More whatsnew updates.

12 years agoReword the next version placeholder now that the changelog is part of the published...
Nick Coghlan [Tue, 2 Oct 2012 15:59:59 +0000 (21:29 +0530)]
Reword the next version placeholder now that the changelog is part of the published What's New docs

12 years agoMerge: Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov [Tue, 2 Oct 2012 15:42:22 +0000 (18:42 +0300)]
Merge: Close open bracket, thanks to Josh Helzer from docs@

12 years agoClose open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov [Tue, 2 Oct 2012 15:39:25 +0000 (18:39 +0300)]
Close open bracket, thanks to Josh Helzer from docs@

12 years agoAdd multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
R David Murray [Tue, 2 Oct 2012 14:19:08 +0000 (10:19 -0400)]
Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.

12 years agoIn this case it is not useful to hide "threading".
Georg Brandl [Tue, 2 Oct 2012 08:16:19 +0000 (10:16 +0200)]
In this case it is not useful to hide "threading".

12 years ago#15979: merge with 3.2.
Ezio Melotti [Tue, 2 Oct 2012 03:01:16 +0000 (06:01 +0300)]
#15979: merge with 3.2.

12 years ago#15979: improve timeit documentation.
Ezio Melotti [Tue, 2 Oct 2012 02:35:39 +0000 (05:35 +0300)]
#15979: improve timeit documentation.

12 years agoAdd threading.get_ident to whatsnew.
R David Murray [Tue, 2 Oct 2012 02:10:15 +0000 (22:10 -0400)]
Add threading.get_ident to whatsnew.

12 years ago#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
R David Murray [Tue, 2 Oct 2012 01:43:46 +0000 (21:43 -0400)]
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.

12 years agoFix/improve the changelog filtering.
Ezio Melotti [Mon, 1 Oct 2012 22:43:42 +0000 (01:43 +0300)]
Fix/improve the changelog filtering.

12 years agoMerge
Antoine Pitrou [Mon, 1 Oct 2012 21:44:00 +0000 (23:44 +0200)]
Merge

12 years agoSanitize and modernize some of the _elementtree code (see issue #16089).
Antoine Pitrou [Mon, 1 Oct 2012 21:40:37 +0000 (23:40 +0200)]
Sanitize and modernize some of the _elementtree code (see issue #16089).

12 years agoIssue #15599: Increase the switch interval. Several systems cannot handle
Stefan Krah [Mon, 1 Oct 2012 21:21:45 +0000 (23:21 +0200)]
Issue #15599: Increase the switch interval. Several systems cannot handle
gil_interval == 1 in extreme situations.

12 years agoIssue #16304: Further optimize BZ2File.readlines?().
Nadeem Vawda [Mon, 1 Oct 2012 21:05:32 +0000 (23:05 +0200)]
Issue #16304: Further optimize BZ2File.readlines?().

12 years agoFix error handling in new fast path of BZ2File.readline().
Nadeem Vawda [Mon, 1 Oct 2012 21:04:11 +0000 (23:04 +0200)]
Fix error handling in new fast path of BZ2File.readline().

12 years agoIssue #16304: Another performance optimization for BZ2File.
Nadeem Vawda [Mon, 1 Oct 2012 21:02:50 +0000 (23:02 +0200)]
Issue #16304: Another performance optimization for BZ2File.

Patch by Serhiy Storchaka.

12 years agoFix template syntax.
Georg Brandl [Mon, 1 Oct 2012 17:38:34 +0000 (19:38 +0200)]
Fix template syntax.

12 years agoThe default reST role `foo` can now be used in NEWS to refer to Python objects. Use...
Georg Brandl [Mon, 1 Oct 2012 17:27:05 +0000 (19:27 +0200)]
The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file.

12 years agoFix page name.
Georg Brandl [Mon, 1 Oct 2012 17:26:09 +0000 (19:26 +0200)]
Fix page name.

12 years agoSeveral improvements to the HTML NEWS version:
Georg Brandl [Mon, 1 Oct 2012 17:08:50 +0000 (19:08 +0200)]
Several improvements to the HTML NEWS version:
* rename to "Changelog"
* recognize more issue links
* add NEWS as a dependency for Sphinx

12 years agoMove 3.1 and 3.2 NEWS items to HISTORY.
Georg Brandl [Mon, 1 Oct 2012 16:55:32 +0000 (18:55 +0200)]
Move 3.1 and 3.2 NEWS items to HISTORY.

12 years agoIssue16097 Fix small typo in comment (patch by Wael Al Jishi)
Tim Golden [Mon, 1 Oct 2012 15:40:40 +0000 (16:40 +0100)]
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)

12 years agoCorrecting my name since people keep bringing it up
Brian Curtin [Mon, 1 Oct 2012 14:29:36 +0000 (09:29 -0500)]
Correcting my name since people keep bringing it up

12 years agoUpdate suspicious ignore file.
Ezio Melotti [Mon, 1 Oct 2012 04:10:08 +0000 (07:10 +0300)]
Update suspicious ignore file.

12 years agoMore additions to whatsnew.
R David Murray [Mon, 1 Oct 2012 01:59:56 +0000 (21:59 -0400)]
More additions to whatsnew.

12 years agoMerge: Fix sqlite3 class markup.
R David Murray [Mon, 1 Oct 2012 00:49:19 +0000 (20:49 -0400)]
Merge: Fix sqlite3 class markup.

12 years agoFix sqlite3 class markup.
R David Murray [Mon, 1 Oct 2012 00:44:43 +0000 (20:44 -0400)]
Fix sqlite3 class markup.

12 years agoMore whatsnew adds, especially the os module.
R David Murray [Mon, 1 Oct 2012 00:07:42 +0000 (20:07 -0400)]
More whatsnew adds, especially the os module.

I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.

12 years agoIssue #16304: Further performance improvements for BZ2File.
Nadeem Vawda [Sun, 30 Sep 2012 21:58:01 +0000 (23:58 +0200)]
Issue #16304: Further performance improvements for BZ2File.

Optimizations suggested by Serhiy Storchaka.

12 years agoAdd some missing stuff to whatsnew.
R David Murray [Sun, 30 Sep 2012 21:28:54 +0000 (17:28 -0400)]
Add some missing stuff to whatsnew.

12 years ago#15923: merge with 3.2.
Ezio Melotti [Sun, 30 Sep 2012 19:47:47 +0000 (22:47 +0300)]
#15923: merge with 3.2.

12 years ago#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24...
Ezio Melotti [Sun, 30 Sep 2012 19:41:37 +0000 (22:41 +0300)]
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).

12 years agoBackport 5cfe8af7abb2.
Stefan Krah [Sun, 30 Sep 2012 19:26:33 +0000 (21:26 +0200)]
Backport 5cfe8af7abb2.

12 years agodoc typo fixes
Gregory P. Smith [Sun, 30 Sep 2012 17:36:07 +0000 (10:36 -0700)]
doc typo fixes

12 years agoIssue #15533: Merge update from 3.2.
Chris Jerdonek [Sun, 30 Sep 2012 16:46:04 +0000 (09:46 -0700)]
Issue #15533: Merge update from 3.2.

12 years agoIssue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution...
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.

12 years agoUse newer version of Pygments that handles "yield from".
Georg Brandl [Sun, 30 Sep 2012 16:00:50 +0000 (18:00 +0200)]
Use newer version of Pygments that handles "yield from".

12 years agoSupport gcc's -ansi flag: use "__asm__" instead of "asm".
Stefan Krah [Sun, 30 Sep 2012 15:31:04 +0000 (17:31 +0200)]
Support gcc's -ansi flag: use "__asm__" instead of "asm".

12 years agoRevert 29506c7db353 (build output should be accurate).
Stefan Krah [Sun, 30 Sep 2012 15:20:47 +0000 (17:20 +0200)]
Revert 29506c7db353 (build output should be accurate).

12 years agomerge
Christian Heimes [Sun, 30 Sep 2012 13:51:39 +0000 (15:51 +0200)]
merge

12 years agoChange libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported...
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

12 years agoAdd a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.
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.

12 years agoFix reST markup in NEWS.
Georg Brandl [Sun, 30 Sep 2012 12:42:22 +0000 (14:42 +0200)]
Fix reST markup in NEWS.

12 years agoFix 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.

12 years agoIssue #15533: Merge fix from 3.2.
Chris Jerdonek [Sun, 30 Sep 2012 09:15:37 +0000 (02:15 -0700)]
Issue #15533: Merge fix from 3.2.

12 years agoMerge commit, because Mercurial's handling of push races is bloody awful
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

12 years agoAdd missing 3.3.1 NEWS entries deleted in 83496b5e1916.
Georg Brandl [Sun, 30 Sep 2012 07:40:45 +0000 (09:40 +0200)]
Add missing 3.3.1 NEWS entries deleted in 83496b5e1916.

12 years agoWhat's new entry for PEP 397 and Windows PATH modification
Nick Coghlan [Sun, 30 Sep 2012 07:30:43 +0000 (13:00 +0530)]
What's new entry for PEP 397 and Windows PATH modification

12 years agoMake it clear that the pi function is modified for benchmarking purposes.
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.

12 years agoIssue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
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.

12 years agoDoc sidebar: point to 3.4 as dev.
Georg Brandl [Sun, 30 Sep 2012 06:58:21 +0000 (08:58 +0200)]
Doc sidebar: point to 3.4 as dev.

12 years agoFix release PEP description
Nick Coghlan [Sun, 30 Sep 2012 06:38:13 +0000 (12:08 +0530)]
Fix release PEP description

12 years agoAdd 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.

12 years agoIssue #16034: Fix performance regressions in the new BZ2File implementation.
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.

12 years agoMake whatsnew PEP markup conform to previous whatsnew docs.
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.

12 years agoSpeed 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.

12 years agoSpeed 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.

12 years agoMove 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.

12 years agoRaymond 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.

12 years agoFix 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.

12 years agoBe 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.

12 years agomerge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:57:40 +0000 (11:57 -0700)]
merge heads

12 years agomerge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:56:56 +0000 (11:56 -0700)]
merge heads

12 years agomerge heads
Gregory P. Smith [Sat, 29 Sep 2012 18:56:41 +0000 (11:56 -0700)]
merge heads

12 years agoFixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
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.

12 years agoMerge #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.

12 years agoFixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
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.

12 years ago#16085: Don't promote shadowing builtins in the configparser example.
R David Murray [Sat, 29 Sep 2012 18:40:23 +0000 (14:40 -0400)]
#16085: Don't promote shadowing builtins in the configparser example.

12 years agoClarify 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.

12 years agomerge mostly from default
Benjamin Peterson [Sat, 29 Sep 2012 18:14:19 +0000 (14:14 -0400)]
merge mostly from default

12 years agoAdd smtpd changes to whatsnew, and integrate 'other' section.
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.

12 years agoRemove 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.

12 years agoDocument 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.

12 years agoPost-release update.
Georg Brandl [Sat, 29 Sep 2012 12:21:25 +0000 (14:21 +0200)]
Post-release update.

12 years agoAjdust path to launcher for non-PGO-builds
Martin v. Löwis [Sat, 29 Sep 2012 11:08:41 +0000 (13:08 +0200)]
Ajdust path to launcher for non-PGO-builds

12 years agoRe-tagging 3.3.0 for test_sys fix.
Georg Brandl [Sat, 29 Sep 2012 07:47:26 +0000 (09:47 +0200)]
Re-tagging 3.3.0 for test_sys fix.

12 years agoFix test_sys.test_implementation for final releases. v3.3.0
Georg Brandl [Sat, 29 Sep 2012 07:44:17 +0000 (09:44 +0200)]
Fix test_sys.test_implementation for final releases.

12 years agoMerge with main repo default branch.
Georg Brandl [Sat, 29 Sep 2012 07:27:15 +0000 (09:27 +0200)]
Merge with main repo default branch.

12 years agoAdded tag v3.3.0 for changeset de6b91d97113
Georg Brandl [Sat, 29 Sep 2012 07:06:16 +0000 (09:06 +0200)]
Added tag v3.3.0 for changeset de6b91d97113

12 years agoUpdate release date in whatsnew document.
Georg Brandl [Sat, 29 Sep 2012 07:06:10 +0000 (09:06 +0200)]
Update release date in whatsnew document.

12 years agoBump version to 3.3.0 final.
Georg Brandl [Sat, 29 Sep 2012 07:04:54 +0000 (09:04 +0200)]
Bump version to 3.3.0 final.

12 years agoPoint "source" links in the docs to the 3.3 versions in the repo.
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.

12 years agoAdd a versionchanged note for #9374 changes.
Georg Brandl [Sat, 29 Sep 2012 06:59:23 +0000 (08:59 +0200)]
Add a versionchanged note for #9374 changes.

12 years agoAdd some comments.
Brett Cannon [Fri, 28 Sep 2012 20:41:39 +0000 (16:41 -0400)]
Add some comments.

12 years agoMerge #16071: fix more email.message links in mailbox docs.
R David Murray [Fri, 28 Sep 2012 19:19:42 +0000 (15:19 -0400)]
Merge #16071: fix more email.message links in mailbox docs.

12 years ago#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.

12 years agoMerge #16071: fix links to email.message.Message 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.

12 years ago#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.

12 years agoCloses #16080: The decorator ignores failed attempts to set the required
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.

12 years agoMerge
Michael Foord [Fri, 28 Sep 2012 15:16:24 +0000 (16:16 +0100)]
Merge