]> granicus.if.org Git - python/log
python
12 years agoadd proper dependencies on expat headers and sources
Christian Heimes [Sat, 9 Feb 2013 16:02:24 +0000 (17:02 +0100)]
add proper dependencies on expat headers and sources

12 years agoadd proper dependencies on expat headers and sources
Christian Heimes [Sat, 9 Feb 2013 16:02:16 +0000 (17:02 +0100)]
add proper dependencies on expat headers and sources

12 years agoadd proper dependencies on expat headers and sources
Christian Heimes [Sat, 9 Feb 2013 16:02:06 +0000 (17:02 +0100)]
add proper dependencies on expat headers and sources

12 years agomerge 3.3 (#17168)
Benjamin Peterson [Sat, 9 Feb 2013 13:57:53 +0000 (08:57 -0500)]
merge 3.3 (#17168)

12 years agoStringIO.StringIO -> io.StringIO (closes #17168)
Benjamin Peterson [Sat, 9 Feb 2013 13:57:28 +0000 (08:57 -0500)]
StringIO.StringIO -> io.StringIO (closes #17168)

12 years agoIssue #10355: SpooledTemporaryFile properties now work for unrolled files.
Serhiy Storchaka [Sat, 9 Feb 2013 10:22:29 +0000 (12:22 +0200)]
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Remove obsoleted xreadline method.

12 years agoIssue #10355: SpooledTemporaryFile properties now work for unrolled files.
Serhiy Storchaka [Sat, 9 Feb 2013 10:21:52 +0000 (12:21 +0200)]
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Remove obsoleted xreadline method.

12 years agoIssue #10355: SpooledTemporaryFile properties now work for unrolled files.
Serhiy Storchaka [Sat, 9 Feb 2013 10:21:14 +0000 (12:21 +0200)]
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Remove obsoleted xreadline method.

12 years agoIssue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
Serhiy Storchaka [Sat, 9 Feb 2013 09:53:09 +0000 (11:53 +0200)]
Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.

12 years agoMinor fix of previous commit.
Serhiy Storchaka [Sat, 9 Feb 2013 09:51:48 +0000 (11:51 +0200)]
Minor fix of previous commit.

12 years agoMinor fix of previous commit.
Serhiy Storchaka [Sat, 9 Feb 2013 09:51:21 +0000 (11:51 +0200)]
Minor fix of previous commit.

12 years agoIssue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
Serhiy Storchaka [Sat, 9 Feb 2013 09:47:20 +0000 (11:47 +0200)]
Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.

12 years agoIssue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
Serhiy Storchaka [Sat, 9 Feb 2013 09:46:42 +0000 (11:46 +0200)]
Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.

12 years agoIssue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka [Sat, 9 Feb 2013 09:13:46 +0000 (11:13 +0200)]
Issue #16686: Fixed a lot of bugs in audioop module.

* avgpp() and maxpp() no more crash on empty and 1-samples input fragment. They now work when peak-peak values are greater INT_MAX.
* ratecv() no more crashes on empty input fragment.
* Fixed an integer overflow in ratecv().
* Fixed an integer overflow in add() and bias() for 32-bit samples.
* reverse(), lin2lin() and ratecv() no more lose precision for 32-bit samples.
* max() and rms() no more returns negative result for 32-bit sample -0x80000000.
* minmax() now returns correct max value for 32-bit sample -0x80000000.
* avg(), mul(), tomono() and tostereo() now round negative result down and can return 32-bit sample -0x80000000.
* add() now can return 32-bit sample -0x80000000.

12 years agoIssue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka [Sat, 9 Feb 2013 09:12:36 +0000 (11:12 +0200)]
Issue #16686: Fixed a lot of bugs in audioop module.

* avgpp() and maxpp() no more crash on empty and 1-samples input fragment. They now work when peak-peak values are greater INT_MAX.
* ratecv() no more crashes on empty input fragment.
* Fixed an integer overflow in ratecv().
* Fixed an integer overflow in add() and bias() for 32-bit samples.
* reverse(), lin2lin() and ratecv() no more lose precision for 32-bit samples.
* max() and rms() no more returns negative result for 32-bit sample -0x80000000.
* minmax() now returns correct max value for 32-bit sample -0x80000000.
* avg(), mul(), tomono() and tostereo() now round negative result down and can return 32-bit sample -0x80000000.
* add() now can return 32-bit sample -0x80000000.

12 years agoIssue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka [Sat, 9 Feb 2013 09:10:53 +0000 (11:10 +0200)]
Issue #16686: Fixed a lot of bugs in audioop module.

* avgpp() and maxpp() no more crash on empty and 1-samples input fragment. They now work when peak-peak values are greater INT_MAX.
* ratecv() no more crashes on empty input fragment.
* Fixed an integer overflow in ratecv().
* Fixed an integer overflow in add() and bias() for 32-bit samples.
* reverse(), lin2lin() and ratecv() no more lose precision for 32-bit samples.
* max() and rms() no more returns negative result for 32-bit sample -0x80000000.
* minmax() now returns correct max value for 32-bit sample -0x80000000.
* avg(), mul(), tomono() and tostereo() now round negative result down and can return 32-bit sample -0x80000000.
* add() now can return 32-bit sample -0x80000000.

12 years agoIssue #17161: merge from 3.3
Ned Deily [Sat, 9 Feb 2013 07:05:10 +0000 (23:05 -0800)]
Issue #17161: merge from 3.3

12 years agoIssue #17161: make install now also installs a python3 man page.
Ned Deily [Sat, 9 Feb 2013 07:02:09 +0000 (23:02 -0800)]
Issue #17161: make install now also installs a python3 man page.

12 years agoIssue #17161: make install now also installs a python3 man page.
Ned Deily [Sat, 9 Feb 2013 06:53:51 +0000 (22:53 -0800)]
Issue #17161: make install now also installs a python3 man page.

12 years agoFix accidental non-breakable spaces (U+00A0).
Serhiy Storchaka [Fri, 8 Feb 2013 09:24:55 +0000 (11:24 +0200)]
Fix accidental non-breakable spaces (U+00A0).

12 years agoFix accidental non-breakable spaces (U+00A0).
Serhiy Storchaka [Fri, 8 Feb 2013 09:24:16 +0000 (11:24 +0200)]
Fix accidental non-breakable spaces (U+00A0).

12 years agoFix accidental non-breakable spaces (U+00A0).
Serhiy Storchaka [Fri, 8 Feb 2013 09:22:05 +0000 (11:22 +0200)]
Fix accidental non-breakable spaces (U+00A0).

12 years agoIssue #6972: keep the warning about untrusted extraction and mention
Gregory P. Smith [Fri, 8 Feb 2013 06:17:21 +0000 (22:17 -0800)]
Issue #6972: keep the warning about untrusted extraction and mention
the version it was improved in.

12 years agoIssue #6972: keep the warning about untrusted extraction and mention
Gregory P. Smith [Fri, 8 Feb 2013 06:15:51 +0000 (22:15 -0800)]
Issue #6972: keep the warning about untrusted extraction and mention
the version it was improved in.

12 years agoIssue #6972: keep the warning about untrusted extraction and mention
Gregory P. Smith [Fri, 8 Feb 2013 06:15:04 +0000 (22:15 -0800)]
Issue #6972: keep the warning about untrusted extraction and mention
the version it was improved in.

12 years agoAddressing the review comment made by Terry Reedy
Senthil Kumaran [Fri, 8 Feb 2013 05:45:08 +0000 (21:45 -0800)]
Addressing the review comment made by Terry Reedy

12 years agoAddressing the review comment made by Terry Reedy
Senthil Kumaran [Fri, 8 Feb 2013 05:44:42 +0000 (21:44 -0800)]
Addressing the review comment made by Terry Reedy

12 years agoAddressing the review comment made by Terry Reedy
Senthil Kumaran [Fri, 8 Feb 2013 05:43:21 +0000 (21:43 -0800)]
Addressing the review comment made by Terry Reedy

12 years ago(Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide
Victor Stinner [Thu, 7 Feb 2013 22:17:34 +0000 (23:17 +0100)]
(Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide
character string (wstr) format is now cleared.

12 years agoIssue #17137: When an Unicode string is resized, the internal wide character
Victor Stinner [Thu, 7 Feb 2013 22:12:46 +0000 (23:12 +0100)]
Issue #17137: When an Unicode string is resized, the internal wide character
string (wstr) format is now cleared.

12 years agoIssue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka [Thu, 7 Feb 2013 15:05:32 +0000 (17:05 +0200)]
Issue #17073: Fix some integer overflows in sqlite3 module.

12 years agoIssue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka [Thu, 7 Feb 2013 15:03:46 +0000 (17:03 +0200)]
Issue #17073: Fix some integer overflows in sqlite3 module.

12 years agoIssue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka [Thu, 7 Feb 2013 15:01:47 +0000 (17:01 +0200)]
Issue #17073: Fix some integer overflows in sqlite3 module.

12 years agoIssue #17043: The unicode-internal decoder no longer read past the end of
Serhiy Storchaka [Thu, 7 Feb 2013 14:26:55 +0000 (16:26 +0200)]
Issue #17043: The unicode-internal decoder no longer read past the end of
input buffer.

12 years agoIssue #17043: The unicode-internal decoder no longer read past the end of
Serhiy Storchaka [Thu, 7 Feb 2013 14:25:25 +0000 (16:25 +0200)]
Issue #17043: The unicode-internal decoder no longer read past the end of
input buffer.

12 years agoIssue #17043: The unicode-internal decoder no longer read past the end of
Serhiy Storchaka [Thu, 7 Feb 2013 14:23:21 +0000 (16:23 +0200)]
Issue #17043: The unicode-internal decoder no longer read past the end of
input buffer.

12 years agoIssue #17118: Add new tests for testing Python-Tcl interaction.
Serhiy Storchaka [Thu, 7 Feb 2013 13:40:48 +0000 (15:40 +0200)]
Issue #17118: Add new tests for testing Python-Tcl interaction.

12 years agoIssue #17118: Add new tests for testing Python-Tcl interaction.
Serhiy Storchaka [Thu, 7 Feb 2013 13:40:26 +0000 (15:40 +0200)]
Issue #17118: Add new tests for testing Python-Tcl interaction.

12 years agoIssue #17118: Add new tests for testing Python-Tcl interaction.
Serhiy Storchaka [Thu, 7 Feb 2013 13:40:03 +0000 (15:40 +0200)]
Issue #17118: Add new tests for testing Python-Tcl interaction.

12 years agoIssue #17114: IDLE now uses non-strict config parser.
Serhiy Storchaka [Thu, 7 Feb 2013 13:25:33 +0000 (15:25 +0200)]
Issue #17114: IDLE now uses non-strict config parser.

12 years agoIssue #17114: IDLE now uses non-strict config parser.
Serhiy Storchaka [Thu, 7 Feb 2013 13:25:09 +0000 (15:25 +0200)]
Issue #17114: IDLE now uses non-strict config parser.

12 years agoIssue #17114: IDLE now uses non-strict config parser.
Serhiy Storchaka [Thu, 7 Feb 2013 13:24:36 +0000 (15:24 +0200)]
Issue #17114: IDLE now uses non-strict config parser.

12 years agoFix test_from_dll* in test_returnfuncptrs.py.
Serhiy Storchaka [Thu, 7 Feb 2013 13:00:02 +0000 (15:00 +0200)]
Fix test_from_dll* in test_returnfuncptrs.py.

12 years agoFix test_from_dll* in test_returnfuncptrs.py.
Serhiy Storchaka [Thu, 7 Feb 2013 12:59:25 +0000 (14:59 +0200)]
Fix test_from_dll* in test_returnfuncptrs.py.

12 years agoFix test_from_dll* in test_returnfuncptrs.py.
Serhiy Storchaka [Thu, 7 Feb 2013 12:58:44 +0000 (14:58 +0200)]
Fix test_from_dll* in test_returnfuncptrs.py.

12 years agoFix Issue17069: Document getcode method in urllib.request.rst
Senthil Kumaran [Thu, 7 Feb 2013 08:50:02 +0000 (00:50 -0800)]
Fix Issue17069: Document getcode method in urllib.request.rst

12 years agoFix Issue17069: Document getcode method in urllib.request.rst
Senthil Kumaran [Thu, 7 Feb 2013 08:49:12 +0000 (00:49 -0800)]
Fix Issue17069: Document getcode method in urllib.request.rst

12 years agoFix Issue17069: Document getcode method in urllib.request.rst
Senthil Kumaran [Thu, 7 Feb 2013 08:47:01 +0000 (00:47 -0800)]
Fix Issue17069: Document getcode method in urllib.request.rst

12 years agoMinor tweaks to varnames, declarations, and comments.
Raymond Hettinger [Thu, 7 Feb 2013 05:57:19 +0000 (00:57 -0500)]
Minor tweaks to varnames, declarations, and comments.

12 years agoMerge: #17142: fix apparent copy and paste error in test_all.
R David Murray [Wed, 6 Feb 2013 15:05:56 +0000 (10:05 -0500)]
Merge: #17142: fix apparent copy and paste error in test_all.

12 years agoMerge: #17142: fix apparent copy and paste error in test_all.
R David Murray [Wed, 6 Feb 2013 14:57:51 +0000 (09:57 -0500)]
Merge: #17142: fix apparent copy and paste error in test_all.

12 years ago#17142: fix apparent copy and paste error in test_all.
R David Murray [Wed, 6 Feb 2013 14:56:19 +0000 (09:56 -0500)]
#17142: fix apparent copy and paste error in test_all.

12 years agoIssue #16723: httplib.HTTPResponse no longer marked closed when the connection
Serhiy Storchaka [Wed, 6 Feb 2013 08:37:19 +0000 (10:37 +0200)]
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.

12 years agoIssue #16723: httplib.HTTPResponse no longer marked closed when the connection
Serhiy Storchaka [Wed, 6 Feb 2013 08:35:40 +0000 (10:35 +0200)]
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.

12 years agoIssue #16723: httplib.HTTPResponse no longer marked closed when the connection
Serhiy Storchaka [Wed, 6 Feb 2013 08:31:57 +0000 (10:31 +0200)]
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.

12 years agoIssue #17107: Test client-side SNI support in urllib.request thanks to the new server...
Antoine Pitrou [Tue, 5 Feb 2013 20:20:51 +0000 (21:20 +0100)]
Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module.
Initial patch by Daniel Black.

12 years agoIssue #17122: Fix and cleanup test_functools.py.
Serhiy Storchaka [Tue, 5 Feb 2013 20:12:59 +0000 (22:12 +0200)]
Issue #17122: Fix and cleanup test_functools.py.

12 years agoIssue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Charles-François Natali [Tue, 5 Feb 2013 18:42:01 +0000 (19:42 +0100)]
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.

12 years agoMerge: #16948: Fix quopri encoding of non-latin1 character sets.
R David Murray [Tue, 5 Feb 2013 16:34:39 +0000 (11:34 -0500)]
Merge: #16948: Fix quopri encoding of non-latin1 character sets.

12 years agoMerge: #16948: Fix quopri encoding of non-latin1 character sets.
R David Murray [Tue, 5 Feb 2013 15:55:27 +0000 (10:55 -0500)]
Merge: #16948: Fix quopri encoding of non-latin1 character sets.

12 years ago#16948: Fix quopri encoding of non-latin1 character sets.
R David Murray [Tue, 5 Feb 2013 15:49:49 +0000 (10:49 -0500)]
#16948: Fix quopri encoding of non-latin1 character sets.

12 years agoMerge: News item for issue #16811 fix.
R David Murray [Tue, 5 Feb 2013 15:18:46 +0000 (10:18 -0500)]
Merge: News item for issue #16811 fix.

12 years agoNews item for issue #16811 fix.
R David Murray [Tue, 5 Feb 2013 15:17:09 +0000 (10:17 -0500)]
News item for issue #16811 fix.

12 years agoremain symbol.main to symbol._main mirroring token.py
Benjamin Peterson [Tue, 5 Feb 2013 15:13:22 +0000 (10:13 -0500)]
remain symbol.main to symbol._main mirroring token.py

12 years agomerge 3.3 (#17132)
Benjamin Peterson [Tue, 5 Feb 2013 15:12:31 +0000 (10:12 -0500)]
merge 3.3 (#17132)

12 years agoupdate symbol.py for yield from grammar changes (closes #17132)
Benjamin Peterson [Tue, 5 Feb 2013 15:12:14 +0000 (10:12 -0500)]
update symbol.py for yield from grammar changes (closes #17132)

12 years agotoken.main is now token._main
Benjamin Peterson [Tue, 5 Feb 2013 15:11:13 +0000 (10:11 -0500)]
token.main is now token._main

12 years ago#17076: Make copying of xattrs more permissive of missing FS support
Hynek Schlawack [Tue, 5 Feb 2013 07:25:24 +0000 (08:25 +0100)]
#17076: Make copying of xattrs more permissive of missing FS support

Patch by Thomas Wouters.

12 years ago#17076: Make copying of xattrs more permissive of missing FS support
Hynek Schlawack [Tue, 5 Feb 2013 07:22:44 +0000 (08:22 +0100)]
#17076: Make copying of xattrs more permissive of missing FS support

Patch by Thomas Wouters.

12 years agoMinor variable access clean-ups for deque.rotate().
Raymond Hettinger [Tue, 5 Feb 2013 06:30:46 +0000 (01:30 -0500)]
Minor variable access clean-ups for deque.rotate().

12 years agoMerge #16811: Fix folding of headers with no value in provisional policies.
R David Murray [Mon, 4 Feb 2013 20:25:06 +0000 (15:25 -0500)]
Merge #16811: Fix folding of headers with no value in provisional policies.

12 years ago#16811: Fix folding of headers with no value in provisional policies.
R David Murray [Mon, 4 Feb 2013 20:22:53 +0000 (15:22 -0500)]
#16811: Fix folding of headers with no value in provisional policies.

12 years agoIssue #17089: Expat parser now correctly works with string input not only when
Serhiy Storchaka [Mon, 4 Feb 2013 16:29:47 +0000 (18:29 +0200)]
Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII.  It now accepts bytes and
strings larger than 2 GiB.

12 years agoIssue #17089: Expat parser now correctly works with string input not only when
Serhiy Storchaka [Mon, 4 Feb 2013 16:28:01 +0000 (18:28 +0200)]
Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII.  It now accepts bytes and
strings larger than 2 GiB.

12 years agoIssue #17089: Expat parser now correctly works with string input not only when
Serhiy Storchaka [Mon, 4 Feb 2013 16:26:15 +0000 (18:26 +0200)]
Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII.  It now accepts bytes and
strings larger than 2 GiB.

12 years agomerge #17091: update docstring for _thread.Lock.acquire.
R David Murray [Mon, 4 Feb 2013 15:25:51 +0000 (10:25 -0500)]
merge #17091: update docstring for _thread.Lock.acquire.

12 years agomerge #17091: update docstring for _thread.Lock.acquire.
R David Murray [Mon, 4 Feb 2013 15:22:39 +0000 (10:22 -0500)]
merge #17091: update docstring for _thread.Lock.acquire.

12 years ago#17091: update docstring for _thread.Lock.acquire.
R David Murray [Mon, 4 Feb 2013 15:15:58 +0000 (10:15 -0500)]
#17091: update docstring for _thread.Lock.acquire.

The main docs were fixed to remove mention of None long ago,
but the docstring was not.  Reported by Armin Rigo, patch
by Ian Cordasco.

12 years agoNull merge
Serhiy Storchaka [Mon, 4 Feb 2013 14:57:18 +0000 (16:57 +0200)]
Null merge

12 years agoNull merge
Serhiy Storchaka [Mon, 4 Feb 2013 14:56:23 +0000 (16:56 +0200)]
Null merge

12 years agoFix test_tools hangs on Windows. Patch by Jeremy Kloth.
Serhiy Storchaka [Mon, 4 Feb 2013 14:55:59 +0000 (16:55 +0200)]
Fix test_tools hangs on Windows. Patch by Jeremy Kloth.

12 years agoNull merge
Serhiy Storchaka [Mon, 4 Feb 2013 14:50:33 +0000 (16:50 +0200)]
Null merge

12 years agoNull merge
Serhiy Storchaka [Mon, 4 Feb 2013 14:50:05 +0000 (16:50 +0200)]
Null merge

12 years agoIssue #16903: Popen.communicate() on Unix now accepts strings when
Serhiy Storchaka [Mon, 4 Feb 2013 14:47:39 +0000 (16:47 +0200)]
Issue #16903: Popen.communicate() on Unix now accepts strings when
universal_newlines is true as on Windows.

12 years agoDo not raise self.skipTest().
Serhiy Storchaka [Mon, 4 Feb 2013 13:46:18 +0000 (15:46 +0200)]
Do not raise self.skipTest().
skipTest() already raises an exception.

12 years agoDo not raise self.skipTest().
Serhiy Storchaka [Mon, 4 Feb 2013 13:45:58 +0000 (15:45 +0200)]
Do not raise self.skipTest().
skipTest() already raises an exception.

12 years agoDo not raise self.skipTest().
Serhiy Storchaka [Mon, 4 Feb 2013 13:45:00 +0000 (15:45 +0200)]
Do not raise self.skipTest().
skipTest() already raises an exception.

12 years agoTemporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
Serhiy Storchaka [Mon, 4 Feb 2013 13:20:16 +0000 (15:20 +0200)]
Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.

12 years agoTemporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
Serhiy Storchaka [Mon, 4 Feb 2013 13:19:59 +0000 (15:19 +0200)]
Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.

12 years agoTemporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
Serhiy Storchaka [Mon, 4 Feb 2013 13:19:37 +0000 (15:19 +0200)]
Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.

12 years agoIssue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka [Mon, 4 Feb 2013 10:57:16 +0000 (12:57 +0200)]
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.

12 years agoIssue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka [Mon, 4 Feb 2013 10:54:04 +0000 (12:54 +0200)]
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.

12 years agoIssue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka [Mon, 4 Feb 2013 10:47:24 +0000 (12:47 +0200)]
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.

12 years agoMinor edits: Tighten-up the halflen logic and touch-up the assertions and comments.
Raymond Hettinger [Mon, 4 Feb 2013 05:08:12 +0000 (00:08 -0500)]
Minor edits:  Tighten-up the halflen logic and touch-up the assertions and comments.

12 years agomerge 3.3 (#5289)
Benjamin Peterson [Mon, 4 Feb 2013 00:26:51 +0000 (19:26 -0500)]
merge 3.3 (#5289)

12 years agofix find_library on Solaris (closes #5289)
Benjamin Peterson [Mon, 4 Feb 2013 00:25:11 +0000 (19:25 -0500)]
fix find_library on Solaris (closes #5289)

12 years agomerge w/ 3.3
Brett Cannon [Sun, 3 Feb 2013 21:16:44 +0000 (16:16 -0500)]
merge w/ 3.3

12 years agoWay too many places create modules temporarily that never set
Brett Cannon [Sun, 3 Feb 2013 21:16:07 +0000 (16:16 -0500)]
Way too many places create modules temporarily that never set
__loader__ for this test to succeed without a major changes. It also
doesn't test the original issue of modules imported by Py_Initialize()
having __loader__ set (the rest of the test covers that).

12 years agonull merge
Gregory P. Smith [Sun, 3 Feb 2013 18:58:59 +0000 (10:58 -0800)]
null merge

12 years agonull merge
Gregory P. Smith [Sun, 3 Feb 2013 18:58:40 +0000 (10:58 -0800)]
null merge