]> granicus.if.org Git - python/log
python
12 years agoMerge: #17064: fix sporadic permission errors in test_mailbox on windows.
R David Murray [Mon, 11 Feb 2013 15:05:34 +0000 (10:05 -0500)]
Merge: #17064: fix sporadic permission errors in test_mailbox on windows.

Patch by Jeremy Kloth.

12 years agoMerge: #17064: fix sporadic permission errors in test_mailbox on windows.
R David Murray [Mon, 11 Feb 2013 15:05:03 +0000 (10:05 -0500)]
Merge: #17064: fix sporadic permission errors in test_mailbox on windows.

Patch by Jeremy Kloth.

12 years ago#17064: fix sporadic permission errors in test_mailbox on windows.
R David Murray [Mon, 11 Feb 2013 15:04:26 +0000 (10:04 -0500)]
#17064: fix sporadic permission errors in test_mailbox on windows.

Patch by Jeremy Kloth.

12 years agoMerge. Closes issue 17052.
Michael Foord [Mon, 11 Feb 2013 13:33:00 +0000 (13:33 +0000)]
Merge. Closes issue 17052.

12 years agoMerge
Michael Foord [Mon, 11 Feb 2013 13:29:58 +0000 (13:29 +0000)]
Merge

12 years agoCorrection to issue 17052 fix
Michael Foord [Mon, 11 Feb 2013 13:20:52 +0000 (13:20 +0000)]
Correction to issue 17052 fix

12 years agoCloses #17158: Add 'symbols' to help() welcome message; clarify 'modules spam'
Terry Jan Reedy [Mon, 11 Feb 2013 07:23:13 +0000 (02:23 -0500)]
Closes #17158: Add 'symbols' to help() welcome message; clarify 'modules spam'
messages.

12 years agoMerge. Closes issue 17052.
Michael Foord [Mon, 11 Feb 2013 00:28:02 +0000 (00:28 +0000)]
Merge. Closes issue 17052.

12 years agoMerge
Michael Foord [Mon, 11 Feb 2013 00:18:07 +0000 (00:18 +0000)]
Merge

12 years agoIssue 17502: unittest discovery should use self.testLoader
Michael Foord [Mon, 11 Feb 2013 00:04:24 +0000 (00:04 +0000)]
Issue 17502: unittest discovery should use self.testLoader

12 years agoReject float as uid or gid.
Serhiy Storchaka [Sun, 10 Feb 2013 21:28:33 +0000 (23:28 +0200)]
Reject float as uid or gid.
A regression was introduced in the commit for issue #4591.

12 years agoReject float as uid or gid.
Serhiy Storchaka [Sun, 10 Feb 2013 21:28:02 +0000 (23:28 +0200)]
Reject float as uid or gid.
A regression was introduced in the commit for issue issue #4591.

12 years agoIssue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka [Sun, 10 Feb 2013 20:03:08 +0000 (22:03 +0200)]
Issue #4591: Uid and gid values larger than 2**31 are supported now.

12 years agoIssue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka [Sun, 10 Feb 2013 19:56:49 +0000 (21:56 +0200)]
Issue #4591: Uid and gid values larger than 2**31 are supported now.

12 years agoFix ReST role markup: :method: -> :meth:
Mark Dickinson [Sun, 10 Feb 2013 18:43:16 +0000 (18:43 +0000)]
Fix ReST role markup: :method: -> :meth:

12 years agoIssue #17165: fix a bare import in _strptime.py.
Antoine Pitrou [Sun, 10 Feb 2013 18:29:17 +0000 (19:29 +0100)]
Issue #17165: fix a bare import in _strptime.py.
Patch by Berker Peksag.

12 years agoIssue #17141: random.vonmisesvariate() no more hangs for large kappas.
Serhiy Storchaka [Sun, 10 Feb 2013 17:29:54 +0000 (19:29 +0200)]
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.

12 years agoIssue #17141: random.vonmisesvariate() no more hangs for large kappas.
Serhiy Storchaka [Sun, 10 Feb 2013 17:29:20 +0000 (19:29 +0200)]
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.

12 years agoIssue #17141: random.vonmisesvariate() no more hangs for large kappas.
Serhiy Storchaka [Sun, 10 Feb 2013 17:28:56 +0000 (19:28 +0200)]
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.

12 years agoIssue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka [Sun, 10 Feb 2013 15:43:25 +0000 (17:43 +0200)]
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
and a full traceback including line number.

12 years agoIssue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka [Sun, 10 Feb 2013 15:42:01 +0000 (17:42 +0200)]
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
and a full traceback including line number.

12 years agoIssue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka [Sun, 10 Feb 2013 15:36:00 +0000 (17:36 +0200)]
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
and a full traceback including line number.

12 years agoevaluate lambda keyword-only defaults after positional defaults (#16967 again)
Benjamin Peterson [Sun, 10 Feb 2013 14:48:22 +0000 (09:48 -0500)]
evaluate lambda keyword-only defaults after positional defaults (#16967 again)

12 years agomerge heads
Benjamin Peterson [Sun, 10 Feb 2013 14:32:22 +0000 (09:32 -0500)]
merge heads

12 years agoevaluate positional defaults before keyword-only defaults (closes #16967)
Benjamin Peterson [Sun, 10 Feb 2013 14:29:59 +0000 (09:29 -0500)]
evaluate positional defaults before keyword-only defaults (closes #16967)

12 years agoIssue #17149: merge fix from 3.3.
Mark Dickinson [Sun, 10 Feb 2013 14:17:20 +0000 (14:17 +0000)]
Issue #17149: merge fix from 3.3.

12 years agoIssue #17149: merge fix from 3.2.
Mark Dickinson [Sun, 10 Feb 2013 14:16:56 +0000 (14:16 +0000)]
Issue #17149: merge fix from 3.2.

12 years agoIssue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
Mark Dickinson [Sun, 10 Feb 2013 14:16:10 +0000 (14:16 +0000)]
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].

12 years agoFix a test for SpooledTemporaryFile (added in issue #10355).
Serhiy Storchaka [Sun, 10 Feb 2013 12:44:43 +0000 (14:44 +0200)]
Fix a test for SpooledTemporaryFile (added in issue #10355).

12 years agoFix a test for SpooledTemporaryFile (added in issue #10355).
Serhiy Storchaka [Sun, 10 Feb 2013 12:44:14 +0000 (14:44 +0200)]
Fix a test for SpooledTemporaryFile (added in issue #10355).

12 years agoFix a test for SpooledTemporaryFile (added in issue #10355).
Serhiy Storchaka [Sun, 10 Feb 2013 12:43:46 +0000 (14:43 +0200)]
Fix a test for SpooledTemporaryFile (added in issue #10355).

12 years agoIssue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka [Sun, 10 Feb 2013 12:34:53 +0000 (14:34 +0200)]
Issue #1470548: XMLGenerator now works with binary output streams.

12 years agoIssue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka [Sun, 10 Feb 2013 12:31:07 +0000 (14:31 +0200)]
Issue #1470548: XMLGenerator now works with binary output streams.

12 years agoIssue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka [Sun, 10 Feb 2013 12:29:52 +0000 (14:29 +0200)]
Issue #1470548: XMLGenerator now works with binary output streams.

12 years agoIssue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on...
Serhiy Storchaka [Sun, 10 Feb 2013 10:24:06 +0000 (12:24 +0200)]
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.

12 years agoIssue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on...
Serhiy Storchaka [Sun, 10 Feb 2013 10:23:10 +0000 (12:23 +0200)]
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.

12 years agoIssue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on...
Serhiy Storchaka [Sun, 10 Feb 2013 10:22:07 +0000 (12:22 +0200)]
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.

12 years agoMerge
Raymond Hettinger [Sun, 10 Feb 2013 01:01:59 +0000 (20:01 -0500)]
Merge

12 years agoBackport deque.rotate() improvements.
Raymond Hettinger [Sun, 10 Feb 2013 01:00:55 +0000 (20:00 -0500)]
Backport deque.rotate() improvements.

12 years agoIssue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as...
Antoine Pitrou [Sat, 9 Feb 2013 23:02:44 +0000 (00:02 +0100)]
Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options.

12 years agoIssue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the...
Antoine Pitrou [Sat, 9 Feb 2013 22:16:51 +0000 (23:16 +0100)]
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.

I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag), mpdecimal (needs to build without Python.h).

12 years agoIssue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the...
Antoine Pitrou [Sat, 9 Feb 2013 22:14:42 +0000 (23:14 +0100)]
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.

I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag), mpdecimal (needs to build without Python.h).

12 years agoIssue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the...
Antoine Pitrou [Sat, 9 Feb 2013 22:11:27 +0000 (23:11 +0100)]
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.

I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag).

12 years agoIssue #17156: pygettext.py now uses an encoding of source file and correctly
Serhiy Storchaka [Sat, 9 Feb 2013 20:38:29 +0000 (22:38 +0200)]
Issue #17156: pygettext.py now uses an encoding of source file and correctly
writes and escapes non-ascii characters.

12 years agoIssue #17156: pygettext.py now uses an encoding of source file and correctly
Serhiy Storchaka [Sat, 9 Feb 2013 20:38:12 +0000 (22:38 +0200)]
Issue #17156: pygettext.py now uses an encoding of source file and correctly
writes and escapes non-ascii characters.

12 years agoIssue #17156: pygettext.py now uses an encoding of source file and correctly
Serhiy Storchaka [Sat, 9 Feb 2013 20:37:22 +0000 (22:37 +0200)]
Issue #17156: pygettext.py now uses an encoding of source file and correctly
writes and escapes non-ascii characters.

12 years agoIssue #17169: Restore errno in tempfile exceptions.
Serhiy Storchaka [Sat, 9 Feb 2013 20:27:23 +0000 (22:27 +0200)]
Issue #17169: Restore errno in tempfile exceptions.

12 years agoIssue #17169: Restore errno in tempfile exceptions.
Serhiy Storchaka [Sat, 9 Feb 2013 20:25:49 +0000 (22:25 +0200)]
Issue #17169: Restore errno in tempfile exceptions.

12 years agoMerge: #17166: fix _dummy_thread import example.
R David Murray [Sat, 9 Feb 2013 18:25:12 +0000 (13:25 -0500)]
Merge: #17166: fix _dummy_thread import example.

Report and patch by Berker Peksag.

12 years agoMerge: #17166: fix _dummy_thread import example.
R David Murray [Sat, 9 Feb 2013 18:24:44 +0000 (13:24 -0500)]
Merge: #17166: fix _dummy_thread import example.

Report and patch by Berker Peksag.

12 years ago#17166: fix _dummy_thread import example.
R David Murray [Sat, 9 Feb 2013 18:23:46 +0000 (13:23 -0500)]
#17166: fix _dummy_thread import example.

Report and patch by Berker Peksag.

12 years agoMerge: #16564: Fix regression in use of encoders.encode_noop with binary data.
R David Murray [Sat, 9 Feb 2013 18:13:14 +0000 (13:13 -0500)]
Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.

12 years agoMerge: #16564: Fix regression in use of encoders.encode_noop with binary data.
R David Murray [Sat, 9 Feb 2013 18:10:54 +0000 (13:10 -0500)]
Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.

12 years ago#16564: Fix regression in use of encoders.encode_noop with binary data.
R David Murray [Sat, 9 Feb 2013 18:02:58 +0000 (13:02 -0500)]
#16564: Fix regression in use of encoders.encode_noop with binary data.

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