]> granicus.if.org Git - python/log
python
10 years agoClarify versionchanged sentence. Closes #20497.
Andrew Kuchling [Sat, 15 Feb 2014 21:39:37 +0000 (16:39 -0500)]
Clarify versionchanged sentence.  Closes #20497.

10 years ago#20237: make a revision pass over the XML vulnerabilities section
Andrew Kuchling [Sat, 15 Feb 2014 20:33:44 +0000 (15:33 -0500)]
#20237: make a revision pass over the XML vulnerabilities section

10 years agoadd missing test assertion (closes #20080)
Benjamin Peterson [Sat, 15 Feb 2014 18:19:59 +0000 (13:19 -0500)]
add missing test assertion (closes #20080)

Patch by Vajrasky Kok.

10 years agogive non-iterable TypeError a message (closes #20507)
Benjamin Peterson [Sat, 15 Feb 2014 18:02:52 +0000 (13:02 -0500)]
give non-iterable TypeError a message (closes #20507)

10 years ago#19890: fix typo in multiprocessing docs. Patch by Mike Short.
Ezio Melotti [Sat, 15 Feb 2014 14:58:52 +0000 (16:58 +0200)]
#19890: fix typo in multiprocessing docs.  Patch by Mike Short.

10 years ago#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
Ezio Melotti [Sat, 15 Feb 2014 11:01:08 +0000 (13:01 +0200)]
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.

10 years agoIssue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
Ned Deily [Fri, 14 Feb 2014 06:50:42 +0000 (22:50 -0800)]
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.

10 years agoFixed typo in previous commit (issue #6815).
Serhiy Storchaka [Thu, 13 Feb 2014 08:45:14 +0000 (10:45 +0200)]
Fixed typo in previous commit (issue #6815).

10 years agoIssue #6815: os.path.expandvars() now supports non-ASCII environment
Serhiy Storchaka [Thu, 13 Feb 2014 08:13:53 +0000 (10:13 +0200)]
Issue #6815: os.path.expandvars() now supports non-ASCII environment
variables names and values.

10 years agoIssue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Serhiy Storchaka [Wed, 12 Feb 2014 08:52:35 +0000 (10:52 +0200)]
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Based on patch by Stephen Tu.

10 years agoIssue #19255: Clear error after failed PyDict_SetItem() on shutdown.
Serhiy Storchaka [Wed, 12 Feb 2014 07:55:01 +0000 (09:55 +0200)]
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
This silences a Coverity complain.

10 years agoAdd references for Xcode and the Python Developer's Guide
Ned Deily [Wed, 12 Feb 2014 01:57:37 +0000 (17:57 -0800)]
Add references for Xcode and the Python Developer's Guide
to the internal Mac/README file.

10 years agoavoid name clash with posix_close (closes #20594)
Benjamin Peterson [Tue, 11 Feb 2014 15:16:16 +0000 (10:16 -0500)]
avoid name clash with posix_close (closes #20594)

10 years agoIssue #19856: shutil.move() failed to move a directory to other directory
Serhiy Storchaka [Tue, 11 Feb 2014 08:30:59 +0000 (10:30 +0200)]
Issue #19856: shutil.move() failed to move a directory to other directory
on Windows if source name ends with os.altsep.

10 years agodon't put runtime values in array initializer for C89 compliance (closes #20588)
Benjamin Peterson [Tue, 11 Feb 2014 03:19:02 +0000 (22:19 -0500)]
don't put runtime values in array initializer for C89 compliance (closes #20588)

10 years agoFix trailing whitespace.
Georg Brandl [Mon, 10 Feb 2014 21:05:16 +0000 (22:05 +0100)]
Fix trailing whitespace.

10 years agomerge with 3.3.4 releasing repo
Georg Brandl [Mon, 10 Feb 2014 21:04:20 +0000 (22:04 +0100)]
merge with 3.3.4 releasing repo

10 years agoPost-release updates.
Georg Brandl [Mon, 10 Feb 2014 20:56:33 +0000 (21:56 +0100)]
Post-release updates.

10 years agoissue12085: Use more Pythonic way to check _child_created.
Serhiy Storchaka [Mon, 10 Feb 2014 17:20:22 +0000 (19:20 +0200)]
issue12085: Use more Pythonic way to check _child_created.
_active shouldn't be cached, it set to None on shutdown.

10 years agoIssue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka [Sun, 9 Feb 2014 11:33:53 +0000 (13:33 +0200)]
Issue #20437: Fixed 21 potential bugs when deleting objects references.

10 years agoAdded tag v3.3.4 for changeset 7ff62415e426
Georg Brandl [Sun, 9 Feb 2014 07:59:00 +0000 (08:59 +0100)]
Added tag v3.3.4 for changeset 7ff62415e426

10 years agonews entry v3.3.4
Georg Brandl [Sun, 9 Feb 2014 07:57:59 +0000 (08:57 +0100)]
news entry

10 years ago#14983: always add a line end after a MIME boundary marker.
R David Murray [Sat, 8 Feb 2014 22:54:56 +0000 (17:54 -0500)]
#14983: always add a line end after a MIME boundary marker.

This is more RFC compliant (see issue) and fixes a problem with
signature verifiers rejecting the part when signed.  There is some
amount of backward compatibility concern here since it changes
the output, but the RFC issue coupled with fixing the problem
with signature verifiers seems worth the small risk of breaking
code that depends on the current incorrect output.

10 years agoInclude the mention of ResourceWarning being displayed by default by the test runner.
Senthil Kumaran [Sat, 8 Feb 2014 22:28:03 +0000 (14:28 -0800)]
Include the mention of ResourceWarning being displayed by default by the test runner.
Addressing #issue 20529

10 years agoIssue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiproc...
Antoine Pitrou [Sat, 8 Feb 2014 22:03:56 +0000 (23:03 +0100)]
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket.
For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.

10 years agoIssue #20065: socketmodule: Fix build error when AF_CAN is defined without the
Charles-François Natali [Sat, 8 Feb 2014 21:54:11 +0000 (22:54 +0100)]
Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the
proper CAN headers.

10 years ago#16983: Apply postel's law to encoded words inside quoted strings.
R David Murray [Sat, 8 Feb 2014 18:12:00 +0000 (13:12 -0500)]
#16983: Apply postel's law to encoded words inside quoted strings.

This applies only to the new parser.  The old parser decodes encoded words
inside quoted strings already, although it gets the whitespace wrong
when it does so.

This version of the patch only handles the most common case (a single encoded
word surrounded by quotes), but I haven't seen any other variations of this in
the wild yet, so its good enough for now.

10 years ago#19772: Do not mutate message when downcoding to 7bit.
R David Murray [Sat, 8 Feb 2014 16:48:20 +0000 (11:48 -0500)]
#19772: Do not mutate message when downcoding to 7bit.

This is a bit of an ugly hack because of the way generator pieces together the
output message.  The deepcopys aren't too expensive, though, because we know it
is only called on messages that are not multiparts, and the payload (the thing
that could be large) is an immutable object.

Test and preliminary work on patch by Vajrasky Kok.

10 years agoIssue #20553. Use specific asserts in ipaddress tests.
Serhiy Storchaka [Sat, 8 Feb 2014 14:38:35 +0000 (16:38 +0200)]
Issue #20553. Use specific asserts in ipaddress tests.

10 years agoIssue #20406: Use Python application icons for Idle window title bars.
Terry Jan Reedy [Sat, 8 Feb 2014 14:02:26 +0000 (09:02 -0500)]
Issue #20406: Use Python application icons for Idle window title bars.
Patch mostly by Serhiy Storchaka.

10 years agoFix #18805 NEWS entry
Nick Coghlan [Sat, 8 Feb 2014 13:39:54 +0000 (23:39 +1000)]
Fix #18805 NEWS entry

10 years agoIssue #18805: better netmask validation in ipaddress
Nick Coghlan [Sat, 8 Feb 2014 13:17:36 +0000 (23:17 +1000)]
Issue #18805: better netmask validation in ipaddress

10 years agoIssue #20549: Use specific asserts in mailbox, smtplib and poplib tests.
Serhiy Storchaka [Sat, 8 Feb 2014 13:06:08 +0000 (15:06 +0200)]
Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.

10 years agoIssue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests.
Serhiy Storchaka [Sat, 8 Feb 2014 12:50:08 +0000 (14:50 +0200)]
Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests.

10 years agoIssue #20546: Use specific asserts in int tests.
Serhiy Storchaka [Sat, 8 Feb 2014 12:28:33 +0000 (14:28 +0200)]
Issue #20546: Use specific asserts in int tests.

10 years agoIssue #20538: UTF-7 incremental decoder produced inconsistant string when
Serhiy Storchaka [Sat, 8 Feb 2014 12:01:29 +0000 (14:01 +0200)]
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
input was truncated in BASE64 section.

10 years ago#17369: Improve handling of broken RFC2231 values in get_filename.
R David Murray [Fri, 7 Feb 2014 20:02:19 +0000 (15:02 -0500)]
#17369: Improve handling of broken RFC2231 values in get_filename.

This fixes a regression relative to python2.

10 years ago#20013: don't raise socket error when selected mailbox deleted.
R David Murray [Fri, 7 Feb 2014 18:47:40 +0000 (13:47 -0500)]
#20013: don't raise socket error when selected mailbox deleted.

I'm checking this in without a test because not much of this code
is tested and I don't have time to work up the necessary extensions
to the existing test framework.

The patch itself was tested by the person who reported the bug.

10 years ago#19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.
R David Murray [Fri, 7 Feb 2014 18:03:08 +0000 (13:03 -0500)]
#19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.

10 years agoIssue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka [Fri, 7 Feb 2014 08:06:39 +0000 (10:06 +0200)]
Issue #20532: Tests which use _testcapi now are marked as CPython only.

10 years agoSilence BytesWarning (backport 267a4d4d9d65).
Serhiy Storchaka [Thu, 6 Feb 2014 22:26:57 +0000 (00:26 +0200)]
Silence BytesWarning (backport 267a4d4d9d65).

10 years agoIssue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka [Thu, 6 Feb 2014 20:49:45 +0000 (22:49 +0200)]
Issue #20363. Fixed BytesWarning triggerred by test suite.
Patch by Berker Peksag.

10 years agoFix empty strings to empty bytes objects.
Serhiy Storchaka [Thu, 6 Feb 2014 19:10:41 +0000 (21:10 +0200)]
Fix empty strings to empty bytes objects.

10 years agoIssue #20488: Update docs to say importlib is *the* implementaiton of
Brett Cannon [Thu, 6 Feb 2014 14:46:08 +0000 (09:46 -0500)]
Issue #20488: Update docs to say importlib is *the* implementaiton of
import and not *an* implementation.

10 years agoIssue #20520: Fixed readline test in test_codecs.
Serhiy Storchaka [Thu, 6 Feb 2014 07:26:56 +0000 (09:26 +0200)]
Issue #20520: Fixed readline test in test_codecs.

10 years agoIssue #20374: delete spurious empty line
Ned Deily [Thu, 6 Feb 2014 01:02:29 +0000 (17:02 -0800)]
Issue #20374: delete spurious empty line

10 years agoIssue #20374: delete spurious empty line
Ned Deily [Thu, 6 Feb 2014 01:02:29 +0000 (17:02 -0800)]
Issue #20374: delete spurious empty line

10 years agoIssue #20374: Avoid compiler warnings when compiling readline with libedit.
Ned Deily [Thu, 6 Feb 2014 00:53:10 +0000 (16:53 -0800)]
Issue #20374: Avoid compiler warnings when compiling readline with libedit.

10 years agoBump to 3.3.4 final
Georg Brandl [Sun, 9 Feb 2014 07:43:05 +0000 (08:43 +0100)]
Bump to 3.3.4 final

10 years agoIssue #20374: Avoid compiler warnings when compiling readline with libedit.
Ned Deily [Thu, 6 Feb 2014 00:53:10 +0000 (16:53 -0800)]
Issue #20374: Avoid compiler warnings when compiling readline with libedit.

10 years ago#14515: clarify that TemporaryDirectory's __enter__ returns the name.
R David Murray [Wed, 5 Feb 2014 19:53:40 +0000 (14:53 -0500)]
#14515: clarify that TemporaryDirectory's __enter__ returns the name.

10 years agoIssue #19920: TarFile.list() no longer fails when outputs a listing
Serhiy Storchaka [Wed, 5 Feb 2014 18:53:36 +0000 (20:53 +0200)]
Issue #19920: TarFile.list() no longer fails when outputs a listing
containing non-encodable characters.  Added tests for TarFile.list().
Based on patch by Vajrasky Kok.

10 years agoIssue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.
Serhiy Storchaka [Wed, 5 Feb 2014 11:42:01 +0000 (13:42 +0200)]
Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.

10 years agoIssue #20515: Fix NULL pointer dereference introduced by issue #20368
Christian Heimes [Tue, 4 Feb 2014 23:29:17 +0000 (00:29 +0100)]
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
CID 1167595

10 years agoIssue #20509: Added cross-reference in documentation.
Vinay Sajip [Tue, 4 Feb 2014 16:28:07 +0000 (16:28 +0000)]
Issue #20509: Added cross-reference in documentation.

10 years agorestore namespacing of pyexpat symbols (closes #19186)
Benjamin Peterson [Tue, 4 Feb 2014 15:10:55 +0000 (10:10 -0500)]
restore namespacing of pyexpat symbols (closes #19186)

10 years agoIssue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.
Ned Deily [Mon, 3 Feb 2014 21:58:31 +0000 (13:58 -0800)]
Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.

10 years agoSkip expr* tests for large integers for Tcl <8.5.
Serhiy Storchaka [Mon, 3 Feb 2014 20:31:09 +0000 (22:31 +0200)]
Skip expr* tests for large integers for Tcl <8.5.
The '**' operator is available only since 8.5 and in any case such large
integers are not supported on Tcl <8.5.

10 years agoIssue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output...
Antoine Pitrou [Mon, 3 Feb 2014 19:59:59 +0000 (20:59 +0100)]
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.

10 years agoIssue #19761: Fixed Tkinter tests on OS X.
Serhiy Storchaka [Mon, 3 Feb 2014 19:33:33 +0000 (21:33 +0200)]
Issue #19761: Fixed Tkinter tests on OS X.

10 years agoIssue #20368: The null character now correctly passed from Tcl to Python.
Serhiy Storchaka [Mon, 3 Feb 2014 19:24:07 +0000 (21:24 +0200)]
Issue #20368: The null character now correctly passed from Tcl to Python.
Improved error handling in variables-related commands.

10 years agoIssue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
Serhiy Storchaka [Mon, 3 Feb 2014 18:41:34 +0000 (20:41 +0200)]
Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
exprlong() and exprboolean().

10 years agoUse different word
Andrew Kuchling [Mon, 3 Feb 2014 14:04:02 +0000 (09:04 -0500)]
Use different word

10 years agoAdded cookbook entry on logging filter configuration using dictConfig().
Vinay Sajip [Mon, 3 Feb 2014 11:51:45 +0000 (11:51 +0000)]
Added cookbook entry on logging filter configuration using dictConfig().

10 years agoIssue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation...
Antoine Pitrou [Sun, 2 Feb 2014 22:37:29 +0000 (23:37 +0100)]
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings.

10 years agoIssue #19990: Install test/imghdrdata.
Ned Deily [Sun, 2 Feb 2014 21:59:49 +0000 (13:59 -0800)]
Issue #19990: Install test/imghdrdata.

10 years agoIssue #20423: fix documentation of io.StringIO's newline parameter
Antoine Pitrou [Sun, 2 Feb 2014 21:48:25 +0000 (22:48 +0100)]
Issue #20423: fix documentation of io.StringIO's newline parameter

10 years agoIssue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
Serhiy Storchaka [Sun, 2 Feb 2014 21:04:24 +0000 (23:04 +0200)]
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.

10 years agouse with statement to ensure zipfile is always closed (closes #20102)
Benjamin Peterson [Sun, 2 Feb 2014 20:30:22 +0000 (15:30 -0500)]
use with statement to ensure zipfile is always closed (closes #20102)

10 years agoUpdate the python.gif icon for the Idle classbrowser and pathbowser
Terry Jan Reedy [Sun, 2 Feb 2014 04:08:33 +0000 (23:08 -0500)]
Update the python.gif icon for the Idle classbrowser and pathbowser
from the old green snake to the new new blue and yellow snakes.

10 years ago#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti [Sat, 1 Feb 2014 19:21:01 +0000 (21:21 +0200)]
#20288: fix handling of invalid numeric charrefs in HTMLParser.

10 years agoIssue #20460: Render 'bytes' as a class, not a function.
Zachary Ware [Fri, 31 Jan 2014 18:06:14 +0000 (12:06 -0600)]
Issue #20460: Render 'bytes' as a class, not a function.
Patch by OSAMU NAKAMURA.

10 years agoFix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
Zachary Ware [Fri, 31 Jan 2014 17:30:36 +0000 (11:30 -0600)]
Fix unfinished thought in xml overview page.  Suggested by Bo Bayles on docs@.

10 years agoRemove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
Gregory P. Smith [Thu, 30 Jan 2014 06:59:34 +0000 (22:59 -0800)]
Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.

10 years agoinspect.docs: Document constructors for Signature & Parameter #20442
Yury Selivanov [Thu, 30 Jan 2014 05:12:02 +0000 (00:12 -0500)]
inspect.docs: Document constructors for Signature & Parameter #20442

10 years agoIssue #20373: generalize use of test.script_helper in test_warnings. Patch by Arfrever.
Antoine Pitrou [Wed, 29 Jan 2014 22:44:05 +0000 (23:44 +0100)]
Issue #20373: generalize use of test.script_helper in test_warnings.  Patch by Arfrever.

10 years agoIssue #20424: Python implementation of io.StringIO now supports lone surrogates.
Serhiy Storchaka [Wed, 29 Jan 2014 09:33:26 +0000 (11:33 +0200)]
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.

10 years agoIdlelib: forward port changes that silenced 2.7 -3 deprecation warnings and
Terry Jan Reedy [Wed, 29 Jan 2014 04:13:45 +0000 (23:13 -0500)]
Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and
which are at least as efficient. On Py3, unpacking exceptions never works.

10 years agoIssue #19456: ntpath.join() now joins relative paths correctly when a drive
Serhiy Storchaka [Mon, 27 Jan 2014 21:15:14 +0000 (23:15 +0200)]
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
is present.

10 years agoIssue #19077: tempfile.TemporaryDirectory cleanup is now most likely
Serhiy Storchaka [Mon, 27 Jan 2014 09:18:27 +0000 (11:18 +0200)]
Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely
successful when called during nulling out of modules during shutdown.
Misleading exception no longer raised when resource warning is emitted
during shutdown.

10 years agoIssue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate
Victor Stinner [Mon, 27 Jan 2014 08:11:48 +0000 (09:11 +0100)]
Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate
arguments.  Patch by Glenn Langford.

10 years agoPost release update.
Georg Brandl [Mon, 27 Jan 2014 07:35:20 +0000 (08:35 +0100)]
Post release update.

10 years agoAdded tag v3.3.4rc1 for changeset fa92f5f940c6
Georg Brandl [Mon, 27 Jan 2014 07:24:09 +0000 (08:24 +0100)]
Added tag v3.3.4rc1 for changeset fa92f5f940c6

10 years agoRemove old tag. v3.3.4rc1
Georg Brandl [Mon, 27 Jan 2014 07:24:02 +0000 (08:24 +0100)]
Remove old tag.

10 years ago.hgtouch: add a rule for Include/Python-ast.h
Georg Brandl [Mon, 27 Jan 2014 06:56:59 +0000 (07:56 +0100)]
.hgtouch: add a rule for Include/Python-ast.h

10 years agoCloses #19966: allow hgtouch to operate on a base dir that is != the repo root.
Georg Brandl [Mon, 27 Jan 2014 07:22:49 +0000 (08:22 +0100)]
Closes #19966: allow hgtouch to operate on a base dir that is != the repo root.

10 years agoeliminate redundancy between yield stmt and yield expr docs (closes #12704)
Benjamin Peterson [Mon, 27 Jan 2014 03:52:08 +0000 (22:52 -0500)]
eliminate redundancy between yield stmt and yield expr docs (closes #12704)

Patch by Nikolaus Rath.

10 years agoIssue #17721: Remove non-functional configuration dialog help button until we
Terry Jan Reedy [Mon, 27 Jan 2014 03:24:26 +0000 (22:24 -0500)]
Issue #17721: Remove non-functional configuration dialog help button until we
make it actually gives some help when clicked. Patch by Guilherme Simões.

10 years agoIdlelib.calltips: add test of starred first parameters. They should not be
Terry Jan Reedy [Mon, 27 Jan 2014 02:34:33 +0000 (21:34 -0500)]
Idlelib.calltips: add test of starred first parameters. They should not be
removed even for bound methods. (Inspect.signature does, see 20401.)

10 years agoMerge heads.
Terry Jan Reedy [Mon, 27 Jan 2014 01:12:18 +0000 (20:12 -0500)]
Merge heads.

10 years agoIssue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Terry Jan Reedy [Mon, 27 Jan 2014 00:55:34 +0000 (19:55 -0500)]
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Original patch by Serhiy Storchaka.

10 years agoIssue #19990: Added tests for the imghdr module.
Serhiy Storchaka [Sun, 26 Jan 2014 21:48:38 +0000 (23:48 +0200)]
Issue #19990: Added tests for the imghdr module.
Based on patch by Claudiu Popa.

10 years agoIssue #8260: The read(), readline() and readlines() methods of
Serhiy Storchaka [Sun, 26 Jan 2014 17:21:00 +0000 (19:21 +0200)]
Issue #8260: The read(), readline() and readlines() methods of
codecs.StreamReader returned incomplete data when were called after
readline() or read(size).  Based on patch by Amaury Forgeot d'Arc.

10 years agoupdate sphinx url
Benjamin Peterson [Sat, 25 Jan 2014 18:27:06 +0000 (13:27 -0500)]
update sphinx url

10 years agolinkify
Benjamin Peterson [Sat, 25 Jan 2014 18:26:18 +0000 (13:26 -0500)]
linkify

10 years agoIssue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka [Sat, 25 Jan 2014 17:43:02 +0000 (19:43 +0200)]
Issue #20331: Fixed possible FD leaks in various modules:
http.server, imghdr, mailcap, mimetypes, xml.etree.

10 years agoIssue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout
Victor Stinner [Sat, 25 Jan 2014 13:37:50 +0000 (14:37 +0100)]
Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout
towards zero

10 years agoFix grammar.
Eric V. Smith [Sat, 25 Jan 2014 10:11:43 +0000 (05:11 -0500)]
Fix grammar.

10 years agoAdded tag v3.3.4rc1 for changeset 7f32e55f161b
Georg Brandl [Sat, 25 Jan 2014 08:49:22 +0000 (09:49 +0100)]
Added tag v3.3.4rc1 for changeset 7f32e55f161b

10 years agoBump to 3.3.4rc1.
Georg Brandl [Sat, 25 Jan 2014 08:19:50 +0000 (09:19 +0100)]
Bump to 3.3.4rc1.