]> granicus.if.org Git - python/log
python
12 years agoIssue #15853: merge 3.3 -> default
Ned Deily [Mon, 22 Oct 2012 22:20:13 +0000 (15:20 -0700)]
Issue #15853: merge 3.3 -> default

12 years agoIssue #15853: merge 3.2 -> 3.3
Ned Deily [Mon, 22 Oct 2012 22:18:46 +0000 (15:18 -0700)]
Issue #15853: merge 3.2 -> 3.3

12 years agoIssue #15853: Prevent IDLE crash on OS X when opening Preferences menu
Ned Deily [Mon, 22 Oct 2012 22:14:31 +0000 (15:14 -0700)]
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
with certain versions of Tk 8.5.  Initial patch by Kevin Walzer.

12 years agoIssue #16301: Fix the localhost verification in urllib/request.py for file://. Modify...
Senthil Kumaran [Mon, 22 Oct 2012 16:43:04 +0000 (09:43 -0700)]
Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy

12 years agoAdd _sha3.pyd to list of extension modules for MSI
Christian Heimes [Mon, 22 Oct 2012 15:01:13 +0000 (17:01 +0200)]
Add _sha3.pyd to list of extension modules for MSI

12 years agoMerge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.
Kristjan Valur Jonsson [Mon, 22 Oct 2012 12:58:34 +0000 (12:58 +0000)]
Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.

12 years agoIssue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.
Kristjan Valur Jonsson [Mon, 22 Oct 2012 12:56:47 +0000 (12:56 +0000)]
Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.

12 years agoMERGE: Closes #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:16:05 +0000 (13:16 +0200)]
MERGE: Closes #16294: 8 space indent in tutorial

12 years agoMERGE: Closes #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:15:45 +0000 (13:15 +0200)]
MERGE: Closes #16294: 8 space indent in tutorial

12 years agoCloses #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:15:17 +0000 (13:15 +0200)]
Closes #16294: 8 space indent in tutorial

12 years agoIssue #16250: Fix the invocations of URLError which had misplaced filename attribute...
Senthil Kumaran [Mon, 22 Oct 2012 01:31:25 +0000 (18:31 -0700)]
Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:14:39 +0000 (23:14 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:12:35 +0000 (23:12 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:05:35 +0000 (23:05 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years agoIssue #10836: Fix exception raised when file not found in urlretrieve
Senthil Kumaran [Sun, 21 Oct 2012 20:30:02 +0000 (13:30 -0700)]
Issue #10836: Fix exception raised when file not found in urlretrieve

12 years agobackout ce9c9cbd1b11, Build the _sha3 module with VS 2008
Christian Heimes [Sun, 21 Oct 2012 19:26:38 +0000 (21:26 +0200)]
backout ce9c9cbd1b11, Build the _sha3 module with VS 2008

12 years agoAdd VS 9 project file for _sha3 module
Christian Heimes [Sun, 21 Oct 2012 19:22:26 +0000 (21:22 +0200)]
Add VS 9 project file for _sha3 module

12 years agoMerge #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda [Sun, 21 Oct 2012 19:19:11 +0000 (21:19 +0200)]
Merge #14398: Fix size truncation and overflow bugs in bz2 module.

12 years agoMerge #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda [Sun, 21 Oct 2012 19:16:58 +0000 (21:16 +0200)]
Merge #14398: Fix size truncation and overflow bugs in bz2 module.

12 years agoIssue #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda [Sun, 21 Oct 2012 19:13:27 +0000 (21:13 +0200)]
Issue #14398: Fix size truncation and overflow bugs in bz2 module.

12 years agoIssue #12692: Fix resource leak in urllib.request.
Nadeem Vawda [Sun, 21 Oct 2012 15:37:43 +0000 (17:37 +0200)]
Issue #12692: Fix resource leak in urllib.request.

12 years agoBuild the _sha3 module with VS 2008.
Antoine Pitrou [Sun, 21 Oct 2012 15:21:04 +0000 (17:21 +0200)]
Build the _sha3 module with VS 2008.

12 years agoTry to fix issue #16264 (test_logging failure on some buildbots).
Antoine Pitrou [Sun, 21 Oct 2012 15:18:27 +0000 (17:18 +0200)]
Try to fix issue #16264 (test_logging failure on some buildbots).

12 years agoIssue #16034 follow-up: Apply optimizations to the lzma module.
Nadeem Vawda [Sun, 21 Oct 2012 14:57:32 +0000 (16:57 +0200)]
Issue #16034 follow-up: Apply optimizations to the lzma module.

12 years agoIssue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.
Antoine Pitrou [Sun, 21 Oct 2012 14:33:33 +0000 (16:33 +0200)]
Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.
Patch by Atsuo Ishimoto.

12 years agoIssue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou [Sun, 21 Oct 2012 12:15:06 +0000 (14:15 +0200)]
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.

12 years agoIssue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou [Sun, 21 Oct 2012 12:14:34 +0000 (14:14 +0200)]
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.

12 years agoFix whacky spacking in test_wsgiref
Antoine Pitrou [Sun, 21 Oct 2012 12:13:32 +0000 (14:13 +0200)]
Fix whacky spacking in test_wsgiref

12 years agoIssue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou [Sun, 21 Oct 2012 12:09:05 +0000 (14:09 +0200)]
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.

12 years agoMerge PEP name fix with 3.3.
Ezio Melotti [Sun, 21 Oct 2012 04:37:25 +0000 (07:37 +0300)]
Merge PEP name fix with 3.3.

12 years agoFix PEP name.
Ezio Melotti [Sun, 21 Oct 2012 04:36:58 +0000 (07:36 +0300)]
Fix PEP name.

12 years agoMerge typo fix with 3.3.
Ezio Melotti [Sun, 21 Oct 2012 04:24:40 +0000 (07:24 +0300)]
Merge typo fix with 3.3.

12 years agoFix typo.
Ezio Melotti [Sun, 21 Oct 2012 04:24:13 +0000 (07:24 +0300)]
Fix typo.

12 years agoMerge indentation fixes with 3.3.
Ezio Melotti [Sun, 21 Oct 2012 00:22:53 +0000 (03:22 +0300)]
Merge indentation fixes with 3.3.

12 years agoFix indentation (or Sphinx will think these are attributes of ConnectionError).
Ezio Melotti [Sun, 21 Oct 2012 00:22:05 +0000 (03:22 +0300)]
Fix indentation (or Sphinx will think these are attributes of ConnectionError).

12 years agoIssue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
Antoine Pitrou [Sat, 20 Oct 2012 21:08:34 +0000 (23:08 +0200)]
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
Patch by Serhiy Storchaka.

12 years agoIssue #10405: merge from 3.3
Ned Deily [Sat, 20 Oct 2012 20:28:16 +0000 (13:28 -0700)]
Issue #10405: merge from 3.3

12 years agoIssue #10405: merge from 3.2
Ned Deily [Sat, 20 Oct 2012 20:27:32 +0000 (13:27 -0700)]
Issue #10405: merge from 3.2

12 years agoIssue #10405: Document IDLE context menus in Standard Library document
Ned Deily [Sat, 20 Oct 2012 20:25:34 +0000 (13:25 -0700)]
Issue #10405: Document IDLE context menus in Standard Library document
and IDLE Help file.  (Thanks to Nick ODell and Todd Rovito for suggestions.)
Update Debug menu options in docs to match current code plus various other
minor IDLE doc and help edits.

12 years agoMerge punctuation fixes with 3.3.
Ezio Melotti [Sat, 20 Oct 2012 19:54:12 +0000 (22:54 +0300)]
Merge punctuation fixes with 3.3.

12 years agoFix punctuation.
Ezio Melotti [Sat, 20 Oct 2012 19:53:47 +0000 (22:53 +0300)]
Fix punctuation.

12 years agoMerge "seealso" change with 3.3.
Ezio Melotti [Sat, 20 Oct 2012 13:27:51 +0000 (16:27 +0300)]
Merge "seealso" change with 3.3.

12 years agoMove note about the implementation in the "seealso".
Ezio Melotti [Sat, 20 Oct 2012 13:26:18 +0000 (16:26 +0300)]
Move note about the implementation in the "seealso".

12 years agoFix concurrent.futures docstring typo: "Request Q" -> "Result Q".
Mark Dickinson [Sat, 20 Oct 2012 12:16:49 +0000 (13:16 +0100)]
Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".

12 years agoMerge from 3.3
Nick Coghlan [Sat, 20 Oct 2012 10:13:42 +0000 (20:13 +1000)]
Merge from 3.3

12 years agoFix typo in example (pointed out by a couple of people, most recently Ken Rimey)
Nick Coghlan [Sat, 20 Oct 2012 10:13:21 +0000 (20:13 +1000)]
Fix typo in example (pointed out by a couple of people, most recently Ken Rimey)

12 years agoPropagate dummy merge from 3.3
Nick Coghlan [Sat, 20 Oct 2012 01:45:23 +0000 (11:45 +1000)]
Propagate dummy merge from 3.3

12 years agoDummy merge from 3.2
Nick Coghlan [Sat, 20 Oct 2012 01:45:02 +0000 (11:45 +1000)]
Dummy merge from 3.2

12 years agoFix compilation on Windows
Nick Coghlan [Sat, 20 Oct 2012 01:43:58 +0000 (11:43 +1000)]
Fix compilation on Windows

12 years agoMerge wrong escape removal with 3.3.
Ezio Melotti [Fri, 19 Oct 2012 17:40:57 +0000 (20:40 +0300)]
Merge wrong escape removal with 3.3.

12 years agoRemove wrong escape in code snippet.
Ezio Melotti [Fri, 19 Oct 2012 17:40:18 +0000 (20:40 +0300)]
Remove wrong escape in code snippet.

12 years agoPropagate dummy merge from 3.3
Nick Coghlan [Fri, 19 Oct 2012 14:04:36 +0000 (00:04 +1000)]
Propagate dummy merge from 3.3

12 years agoDummy merge from 3.2
Nick Coghlan [Fri, 19 Oct 2012 14:04:16 +0000 (00:04 +1000)]
Dummy merge from 3.2

12 years agoFix broken test and replace redundant generator with a tuple
Nick Coghlan [Fri, 19 Oct 2012 14:03:46 +0000 (00:03 +1000)]
Fix broken test and replace redundant generator with a tuple

12 years agoPropagate dummy merge from 3.3
Nick Coghlan [Fri, 19 Oct 2012 13:40:58 +0000 (23:40 +1000)]
Propagate dummy merge from 3.3

12 years agoDummy merge from 3.2
Nick Coghlan [Fri, 19 Oct 2012 13:40:21 +0000 (23:40 +1000)]
Dummy merge from 3.2

12 years agoIssue #6074: Actually delete the source file in the test as intended
Nick Coghlan [Fri, 19 Oct 2012 13:38:36 +0000 (23:38 +1000)]
Issue #6074: Actually delete the source file in the test as intended

12 years agoMerge from 3.3
Nick Coghlan [Fri, 19 Oct 2012 13:37:28 +0000 (23:37 +1000)]
Merge from 3.3

12 years agoRemove unused import
Nick Coghlan [Fri, 19 Oct 2012 13:37:16 +0000 (23:37 +1000)]
Remove unused import

12 years agoMerge fix from #6074 from 3.3
Nick Coghlan [Fri, 19 Oct 2012 13:36:15 +0000 (23:36 +1000)]
Merge fix from #6074 from 3.3

12 years agoIssue #6074: Apply an appropriate fix for importlib based imports
Nick Coghlan [Fri, 19 Oct 2012 13:32:00 +0000 (23:32 +1000)]
Issue #6074: Apply an appropriate fix for importlib based imports

12 years agoPropagate dummy merge from 3.3
Nick Coghlan [Fri, 19 Oct 2012 13:01:45 +0000 (23:01 +1000)]
Propagate dummy merge from 3.3

12 years agoDummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib
Nick Coghlan [Fri, 19 Oct 2012 12:58:06 +0000 (22:58 +1000)]
Dummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib

12 years agoIssue #6074: Forward port Windows read-only source file fix from 2.7
Nick Coghlan [Fri, 19 Oct 2012 12:38:14 +0000 (22:38 +1000)]
Issue #6074: Forward port Windows read-only source file fix from 2.7

12 years agoFix issue #16270: urllib may hang when used for retrieving files via FTP by using...
Giampaolo Rodola' [Fri, 19 Oct 2012 11:40:28 +0000 (13:40 +0200)]
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.

12 years agoFix issue #16270: urllib may hang when used for retrieving files via FTP by using...
Giampaolo Rodola' [Fri, 19 Oct 2012 11:34:32 +0000 (13:34 +0200)]
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.

12 years agoFix issue #16270: urllib may hang when used for retrieving files via FTP by using...
Giampaolo Rodola' [Fri, 19 Oct 2012 11:25:17 +0000 (13:25 +0200)]
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.

12 years agoMerge with 3.3
Georg Brandl [Fri, 19 Oct 2012 05:37:56 +0000 (07:37 +0200)]
Merge with 3.3

12 years agoFix merging mistake.
Georg Brandl [Fri, 19 Oct 2012 05:37:44 +0000 (07:37 +0200)]
Fix merging mistake.

12 years agoIssue #16226: Fix IDLE Path Browser crash.
Ned Deily [Fri, 19 Oct 2012 01:19:11 +0000 (18:19 -0700)]
Issue #16226: Fix IDLE Path Browser crash.
(Patch by Roger Serwy)

12 years agoIssue #16226: Fix IDLE Path Browser crash.
Ned Deily [Fri, 19 Oct 2012 01:16:44 +0000 (18:16 -0700)]
Issue #16226: Fix IDLE Path Browser crash.
(Patch by Roger Serwy)

12 years agoIssue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr.
Mark Dickinson [Thu, 18 Oct 2012 21:18:42 +0000 (22:18 +0100)]
Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr.

12 years agoFollowup to issue #15958: add join.h to Makefile dependencies for byte strings
Antoine Pitrou [Thu, 18 Oct 2012 19:31:22 +0000 (21:31 +0200)]
Followup to issue #15958: add join.h to Makefile dependencies for byte strings
(thanks Serhiy).

12 years agoIssue #16277: merge fix from 3.3
Mark Dickinson [Thu, 18 Oct 2012 18:53:45 +0000 (19:53 +0100)]
Issue #16277: merge fix from 3.3

12 years agoIssue #16277: merge fix from 3.2
Mark Dickinson [Thu, 18 Oct 2012 18:53:28 +0000 (19:53 +0100)]
Issue #16277: merge fix from 3.2

12 years agoIssue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof...
Mark Dickinson [Thu, 18 Oct 2012 18:21:43 +0000 (19:21 +0100)]
Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long).

12 years agoMerge from 3.3: clarify universal-newline wording in tutorial (issue #16266).
Chris Jerdonek [Thu, 18 Oct 2012 03:29:07 +0000 (20:29 -0700)]
Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266).

This also null merges from a previous commit.

12 years agoMerge from 3.2: clarify universal-newline wording in tutorial (issue #16266).
Chris Jerdonek [Thu, 18 Oct 2012 03:21:05 +0000 (20:21 -0700)]
Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266).

12 years agoClarify universal-newline wording in tutorial (issue #16266).
Chris Jerdonek [Thu, 18 Oct 2012 03:17:41 +0000 (20:17 -0700)]
Clarify universal-newline wording in tutorial (issue #16266).

12 years agoMerge heads.
Trent Nelson [Wed, 17 Oct 2012 22:08:40 +0000 (18:08 -0400)]
Merge heads.

12 years agoMerge heads.
Trent Nelson [Wed, 17 Oct 2012 22:08:16 +0000 (18:08 -0400)]
Merge heads.

12 years agoMerge issue #15298.
Trent Nelson [Wed, 17 Oct 2012 22:05:27 +0000 (18:05 -0400)]
Merge issue #15298.

12 years agoIssue #15298: refactor previous fix from 66959d419369.
Trent Nelson [Wed, 17 Oct 2012 22:03:24 +0000 (18:03 -0400)]
Issue #15298: refactor previous fix from 66959d419369.

12 years agoIssue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes [Wed, 17 Oct 2012 21:52:17 +0000 (23:52 +0200)]
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
endianess detection and handling.

12 years agomerge heads
Andrew Svetlov [Wed, 17 Oct 2012 14:33:26 +0000 (17:33 +0300)]
merge heads

12 years agomerge heads
Andrew Svetlov [Wed, 17 Oct 2012 14:29:20 +0000 (17:29 +0300)]
merge heads

12 years agonull merge
Andrew Svetlov [Wed, 17 Oct 2012 14:26:48 +0000 (17:26 +0300)]
null merge

12 years agonull merge
Andrew Svetlov [Wed, 17 Oct 2012 14:21:36 +0000 (17:21 +0300)]
null merge

12 years agonull merge
Andrew Svetlov [Wed, 17 Oct 2012 14:20:46 +0000 (17:20 +0300)]
null merge

12 years agoMerge issue #9583: Document startup option/environment interaction.
Andrew Svetlov [Wed, 17 Oct 2012 14:16:45 +0000 (17:16 +0300)]
Merge issue #9583: Document startup option/environment interaction.

Patch by Todd Rovito.

12 years agoMerge issue #9583: Document startup option/environment interaction.
Andrew Svetlov [Wed, 17 Oct 2012 14:16:19 +0000 (17:16 +0300)]
Merge issue #9583: Document startup option/environment interaction.

Patch by Todd Rovito.

12 years agoIssue #9583: Document startup option/environment interaction.
Andrew Svetlov [Wed, 17 Oct 2012 14:15:43 +0000 (17:15 +0300)]
Issue #9583: Document startup option/environment interaction.

Patch by Todd Rovito.

12 years agoIssue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou [Wed, 17 Oct 2012 14:14:40 +0000 (16:14 +0200)]
Issue #15378: Fix Tools/unicode/comparecodecs.py.  Patch by Serhiy Storchaka.

12 years agoIssue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou [Wed, 17 Oct 2012 14:13:55 +0000 (16:13 +0200)]
Issue #15378: Fix Tools/unicode/comparecodecs.py.  Patch by Serhiy Storchaka.

12 years agoIssue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou [Wed, 17 Oct 2012 14:12:30 +0000 (16:12 +0200)]
Issue #15378: Fix Tools/unicode/comparecodecs.py.  Patch by Serhiy Storchaka.

12 years agoMerge issue #16265: Fix collapsing of code sample in tutorial.
Andrew Svetlov [Wed, 17 Oct 2012 13:46:50 +0000 (16:46 +0300)]
Merge issue #16265: Fix collapsing of code sample in tutorial.

Thanks to Yongzhi Pan from docs@

12 years agoMerge issue #16265: Fix collapsing of code sample in tutorial.
Andrew Svetlov [Wed, 17 Oct 2012 13:46:00 +0000 (16:46 +0300)]
Merge issue #16265: Fix collapsing of code sample in tutorial.

Thanks to Yongzhi Pan from docs@

12 years agoIssue #16265: Fix collapsing of code sample in tutorial.
Andrew Svetlov [Wed, 17 Oct 2012 13:41:28 +0000 (16:41 +0300)]
Issue #16265: Fix collapsing of code sample in tutorial.

Thanks to Yongzhi Pan from docs@

12 years agotest_logging.py: where needed use unittest's assertGreater, assertLesser, assertIs...
Giampaolo Rodola' [Wed, 17 Oct 2012 11:24:27 +0000 (13:24 +0200)]
test_logging.py: where needed use unittest's assertGreater, assertLesser, assertIs rather than assertTrue (also in order to debug issue 16264)

12 years agoIssue #16257: make test_create_connection() handle ENETUNREACH.
Trent Nelson [Wed, 17 Oct 2012 10:16:02 +0000 (06:16 -0400)]
Issue #16257: make test_create_connection() handle ENETUNREACH.