]> granicus.if.org Git - python/log
python
11 years agoIssue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
Terry Jan Reedy [Mon, 11 Mar 2013 21:23:46 +0000 (17:23 -0400)]
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett

11 years ago#17351: remove "object" inheritance from docs. Patch by Phil Elson.
Ezio Melotti [Mon, 11 Mar 2013 07:30:21 +0000 (09:30 +0200)]
#17351: remove "object" inheritance from docs.  Patch by Phil Elson.

11 years ago#11963: remove human verification from test_parser and test_subprocess.
Ezio Melotti [Mon, 11 Mar 2013 03:53:34 +0000 (05:53 +0200)]
#11963: remove human verification from test_parser and test_subprocess.

11 years ago#11963: fix Windows buildbots.
Ezio Melotti [Sun, 10 Mar 2013 01:25:45 +0000 (03:25 +0200)]
#11963: fix Windows buildbots.

11 years ago#11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.
Ezio Melotti [Sat, 9 Mar 2013 20:17:33 +0000 (22:17 +0200)]
#11963: avoid printing messages in test_parser.  Initial patch by Éric Araujo.

11 years agoAdd warning in ctypes documentation for #16575 and #16576
Eli Bendersky [Sat, 9 Mar 2013 13:54:00 +0000 (05:54 -0800)]
Add warning in ctypes documentation for #16575 and #16576

11 years agoIssue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
Terry Jan Reedy [Sat, 9 Mar 2013 00:35:15 +0000 (19:35 -0500)]
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.

11 years agoIssue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.
Vinay Sajip [Fri, 8 Mar 2013 23:24:30 +0000 (23:24 +0000)]
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.

11 years agoIssue #17378: ctypes documentation fix.
Eli Bendersky [Fri, 8 Mar 2013 13:31:54 +0000 (05:31 -0800)]
Issue #17378: ctypes documentation fix.

Document that ctypes automatically applies byref() when argtypes declares
POINTER.

11 years agoPEP8 fixup on previous patch, remove unused import in test_email.
R David Murray [Thu, 7 Mar 2013 23:15:13 +0000 (18:15 -0500)]
PEP8 fixup on previous patch, remove unused import in test_email.

11 years ago#14645: Generator now emits correct linesep for all parts.
R David Murray [Thu, 7 Mar 2013 21:38:03 +0000 (16:38 -0500)]
#14645: Generator now emits correct linesep for all parts.

Previously the parts of the message retained whatever linesep they had on
read, which means if the messages weren't read in univeral newline mode, the
line endings could well be inconsistent.  In general sending it via smtplib
would result in them getting fixed, but it is better to generate them
correctly to begin with.  Also, the new send_message method of smtplib does
not do the fixup, so that method is producing rfc-invalid output without this
fix.

11 years agoFix typo in Misc/NEWS entry.
Ezio Melotti [Thu, 7 Mar 2013 17:53:19 +0000 (19:53 +0200)]
Fix typo in Misc/NEWS entry.

11 years ago#11732: add a new suppress_crash_popup() context manager to test.support that disable...
Ezio Melotti [Thu, 7 Mar 2013 16:44:29 +0000 (18:44 +0200)]
#11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.

11 years agoFix doc grammar and line width
Eli Bendersky [Wed, 6 Mar 2013 14:48:57 +0000 (06:48 -0800)]
Fix doc grammar and line width

11 years ago#17364: remove documentation for a function that does not exist.
Ezio Melotti [Wed, 6 Mar 2013 01:20:27 +0000 (03:20 +0200)]
#17364: remove documentation for a function that does not exist.

11 years agoReverting the changeset 5126e62c60af made for Issue #12921
Senthil Kumaran [Tue, 5 Mar 2013 10:25:58 +0000 (02:25 -0800)]
Reverting the changeset 5126e62c60af made for Issue #12921

11 years agoFix Issue #12921: BaseHTTPServer's send_error should send the correct error
Senthil Kumaran [Tue, 5 Mar 2013 09:22:57 +0000 (01:22 -0800)]
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when  send_error includes a message in addition to error
status. Patch contributed by Karl.

11 years agoIssue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is...
Antoine Pitrou [Mon, 4 Mar 2013 19:30:01 +0000 (20:30 +0100)]
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.

11 years ago#17346: make sure pickle tests are run against all protocols. Initial patch by Mariu...
Ezio Melotti [Mon, 4 Mar 2013 13:17:56 +0000 (15:17 +0200)]
#17346: make sure pickle tests are run against all protocols.  Initial patch by Marius Gedminas.

11 years agoIssue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
Nadeem Vawda [Sun, 3 Mar 2013 21:31:21 +0000 (22:31 +0100)]
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.

11 years agoFix markup in unittest doc.
Ezio Melotti [Fri, 1 Mar 2013 19:26:04 +0000 (21:26 +0200)]
Fix markup in unittest doc.

11 years ago#17315: unlink a file that test_posixpath was leaving around.
Ezio Melotti [Fri, 1 Mar 2013 18:59:17 +0000 (20:59 +0200)]
#17315: unlink a file that test_posixpath was leaving around.

11 years agoAdd a link to the demo dir.
Ezio Melotti [Thu, 28 Feb 2013 16:02:28 +0000 (18:02 +0200)]
Add a link to the demo dir.

11 years agoFix markup in unittest docs.
Ezio Melotti [Thu, 28 Feb 2013 06:28:11 +0000 (08:28 +0200)]
Fix markup in unittest docs.

11 years agoIssue #16406: Combine the doc pages for uploading and registering to PyPI.
Chris Jerdonek [Wed, 27 Feb 2013 18:00:20 +0000 (10:00 -0800)]
Issue #16406: Combine the doc pages for uploading and registering to PyPI.

11 years ago#17296: backport fix for issue 1692335, naive exception pickling.
R David Murray [Wed, 27 Feb 2013 13:57:09 +0000 (08:57 -0500)]
#17296: backport fix for issue 1692335, naive exception pickling.

11 years agoIssue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen [Tue, 26 Feb 2013 19:32:02 +0000 (21:32 +0200)]
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior

11 years agoIssue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
Richard Oudkerk [Tue, 26 Feb 2013 12:39:57 +0000 (12:39 +0000)]
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.

11 years agoFix issue16932: Fix the urlparse example. Remote :port when scheme is not specified...
Senthil Kumaran [Tue, 26 Feb 2013 09:02:58 +0000 (01:02 -0800)]
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior

11 years agoIssue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka [Mon, 25 Feb 2013 11:46:10 +0000 (13:46 +0200)]
Issue #1470548: Add test for fragment producing with XMLGenerator.

11 years ago#17275: Fix class name in init errors in C bufferedio classes.
R David Murray [Sun, 24 Feb 2013 02:51:05 +0000 (21:51 -0500)]
#17275: Fix class name in init errors in C bufferedio classes.

This fixes an apparent copy-and-paste error.

Patch by Manuel Jacob.

11 years agoRevert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen [Sat, 23 Feb 2013 22:03:15 +0000 (23:03 +0100)]
Revert "Issue #16121: Fix line number accounting in shlex"

11 years agoIssue #16121: Fix line number accounting in shlex
Petri Lehtinen [Sat, 23 Feb 2013 21:07:39 +0000 (22:07 +0100)]
Issue #16121: Fix line number accounting in shlex

11 years agoIssue #16403: Document how distutils uses the maintainer field in PKG-INFO
Petri Lehtinen [Sat, 23 Feb 2013 20:05:27 +0000 (21:05 +0100)]
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO

11 years agoIssue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen [Sat, 23 Feb 2013 18:53:03 +0000 (19:53 +0100)]
Issue #16695: Document how glob handles filenames starting with a dot

11 years agoIssue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen [Sat, 23 Feb 2013 18:26:56 +0000 (19:26 +0100)]
Issue #8890: Stop advertising an insecure use of /tmp in docs

11 years agoIssue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen [Sat, 23 Feb 2013 18:05:09 +0000 (19:05 +0100)]
Issue #14720: sqlite3: Convert datetime microseconds correctly

Patch by Lowe Thiderman

11 years agoIssue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen [Sat, 23 Feb 2013 16:05:28 +0000 (17:05 +0100)]
Issue #5033: Fix building of the sqlite3 extension module

11 years ago#17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.
Ezio Melotti [Sat, 23 Feb 2013 05:53:56 +0000 (07:53 +0200)]
#17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.

11 years ago#17249: check for the availability of the thread module.
Ezio Melotti [Sat, 23 Feb 2013 04:42:19 +0000 (06:42 +0200)]
#17249: check for the availability of the thread module.

11 years ago#17249: convert a test in test_capi to use unittest and reap threads.
Ezio Melotti [Sat, 23 Feb 2013 03:52:46 +0000 (05:52 +0200)]
#17249: convert a test in test_capi to use unittest and reap threads.

11 years ago#15438: add a note to math.pow() that suggests using **/pow() for integers. Patch...
Ezio Melotti [Sat, 23 Feb 2013 02:53:44 +0000 (04:53 +0200)]
#15438: add a note to math.pow() that suggests using **/pow() for integers.  Patch by Mark Dickinson.

11 years ago#17271: update example in tempfile docs.
Ezio Melotti [Fri, 22 Feb 2013 06:28:14 +0000 (08:28 +0200)]
#17271: update example in tempfile docs.

11 years ago#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
Ezio Melotti [Fri, 22 Feb 2013 05:46:22 +0000 (07:46 +0200)]
#17256: fix syntax highlight in embedding example.  Patch by Kushal Das.

11 years agoIssue #17203: add long option names to unittest discovery docs.
Chris Jerdonek [Fri, 22 Feb 2013 02:54:43 +0000 (18:54 -0800)]
Issue #17203: add long option names to unittest discovery docs.

11 years ago#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
Ezio Melotti [Thu, 21 Feb 2013 21:15:40 +0000 (23:15 +0200)]
#17255: test short-circuiting behavior of any()/all().  Patch by Wim Glenn.

11 years agoIssue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka [Thu, 21 Feb 2013 18:19:16 +0000 (20:19 +0200)]
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.

11 years agoIssue #17248: Fix os.*chown() testing when user is in root group.
Serhiy Storchaka [Thu, 21 Feb 2013 12:34:36 +0000 (14:34 +0200)]
Issue #17248: Fix os.*chown() testing when user is in root group.

11 years ago#17265: fix highlight in template example. Initial patch by Berker Peksag.
Ezio Melotti [Thu, 21 Feb 2013 10:30:32 +0000 (12:30 +0200)]
#17265: fix highlight in template example.  Initial patch by Berker Peksag.

11 years agoIssue #17248: Fix os.*chown() testing when user has group root.
Serhiy Storchaka [Wed, 20 Feb 2013 17:48:22 +0000 (19:48 +0200)]
Issue #17248: Fix os.*chown() testing when user has group root.

11 years agoIssue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
Serhiy Storchaka [Wed, 20 Feb 2013 17:40:25 +0000 (19:40 +0200)]
Issue #15301: Enhance os.*chown() testing.  Based on patch by Larry Hastings.

11 years ago#13700: Make imap.authenticate with authobject work.
R David Murray [Tue, 19 Feb 2013 17:17:31 +0000 (12:17 -0500)]
#13700: Make imap.authenticate with authobject work.

This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.

Original patch by Erno Tukia.

11 years ago#7963: fix error message when 'object' called with arguments.
R David Murray [Tue, 19 Feb 2013 02:20:08 +0000 (21:20 -0500)]
#7963: fix error message when 'object' called with arguments.

Patch by Alexander Belopolsky.

11 years agoDisable posixpath.realpath() tests on Windows (fix for issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 11:32:30 +0000 (13:32 +0200)]
Disable posixpath.realpath() tests on Windows (fix for issue #6975).

11 years agoIssue #13153: Tkinter functions now raise TclError instead of ValueError when
Serhiy Storchaka [Mon, 18 Feb 2013 11:01:52 +0000 (13:01 +0200)]
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.

11 years agoFix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka [Mon, 18 Feb 2013 10:21:04 +0000 (12:21 +0200)]
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).

11 years agoFix issue #13169: Reimport MAXREPEAT into sre_constants.py.
Serhiy Storchaka [Mon, 18 Feb 2013 09:14:21 +0000 (11:14 +0200)]
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.

11 years agoIssue #9669: Protect re against infinite loops on zero-width matching in
Serhiy Storchaka [Sat, 16 Feb 2013 19:23:53 +0000 (21:23 +0200)]
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat.  Patch by Matthew Barnett.

11 years agoIssue #13169: The maximal repetition number in a regular expression has been
Serhiy Storchaka [Sat, 16 Feb 2013 14:47:47 +0000 (16:47 +0200)]
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).

11 years ago#17178: update any()/all() docstrings to document their behavior with empty iterables...
Ezio Melotti [Fri, 15 Feb 2013 21:35:14 +0000 (23:35 +0200)]
#17178: update any()/all() docstrings to document their behavior with empty iterables.  Patch by Ankur Ankan.

11 years agoIssue #17208: add a note about the termination behaviour of daemon threads.
Antoine Pitrou [Fri, 15 Feb 2013 20:27:18 +0000 (21:27 +0100)]
Issue #17208: add a note about the termination behaviour of daemon threads.

11 years agoAdd Misc/NEWS entry for Issue #16743
Richard Oudkerk [Wed, 13 Feb 2013 15:19:36 +0000 (15:19 +0000)]
Add Misc/NEWS entry for Issue #16743

11 years agoIssue #16743: Fix mmap overflow check on 32 bit Windows
Richard Oudkerk [Wed, 13 Feb 2013 12:18:03 +0000 (12:18 +0000)]
Issue #16743: Fix mmap overflow check on 32 bit Windows

11 years agoIssue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka [Wed, 13 Feb 2013 10:08:15 +0000 (12:08 +0200)]
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.

11 years agoFix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka [Tue, 12 Feb 2013 22:59:26 +0000 (00:59 +0200)]
Fix for issue #16800: Use buffered write to handle EINTR.

11 years agoIssue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka [Tue, 12 Feb 2013 22:35:30 +0000 (00:35 +0200)]
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full.  Original patch by Amir Szekely.

11 years agoIssue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka [Tue, 12 Feb 2013 07:24:16 +0000 (09:24 +0200)]
Issue #4591: Uid and gid values larger than 2**31 are supported now.

11 years agoClean trailing whitespaces in Makefile.pre.in.
Serhiy Storchaka [Tue, 12 Feb 2013 07:21:36 +0000 (09:21 +0200)]
Clean trailing whitespaces in Makefile.pre.in.

11 years ago#17171: fix email.encoders.encode_7or8bit when applied to binary data.
R David Murray [Mon, 11 Feb 2013 15:51:28 +0000 (10:51 -0500)]
#17171: fix email.encoders.encode_7or8bit when applied to binary data.

11 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.

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

11 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

11 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.

11 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.

11 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].

11 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).

11 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.

11 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.

11 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).

11 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.

11 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.

11 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.

11 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

11 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.

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

11 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.

11 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.

11 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.

11 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).

11 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.

11 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

11 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.

11 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.

11 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.

11 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.

11 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.

11 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

11 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.

11 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.

11 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.