]> granicus.if.org Git - python/log
python
11 years ago* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
Gregory P. Smith [Tue, 30 Apr 2013 06:45:38 +0000 (23:45 -0700)]
* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
  in the merge fun from upstream which already had it in 3.0.13.
* Add the missing update to libffi.info.

11 years agoAdded tag v3.2.4 for changeset 1e10bdeabe3d
Georg Brandl [Sat, 6 Apr 2013 07:37:53 +0000 (09:37 +0200)]
Added tag v3.2.4 for changeset 1e10bdeabe3d

11 years agoBump to 3.2.4. v3.2.4
Georg Brandl [Sat, 6 Apr 2013 07:36:20 +0000 (09:36 +0200)]
Bump to 3.2.4.

11 years agoclose search and replace dialog after it is used (closes #17625)
Benjamin Peterson [Thu, 4 Apr 2013 02:35:12 +0000 (22:35 -0400)]
close search and replace dialog after it is used (closes #17625)

11 years agomerge
Georg Brandl [Tue, 2 Apr 2013 09:07:27 +0000 (11:07 +0200)]
merge

11 years agoAdd 3.2.4 UUIDs
Martin v. Löwis [Sat, 30 Mar 2013 12:06:57 +0000 (13:06 +0100)]
Add 3.2.4 UUIDs

11 years agoFix XML vulnerability link references.
Georg Brandl [Thu, 28 Mar 2013 08:02:18 +0000 (09:02 +0100)]
Fix XML vulnerability link references.

11 years agomerge with last upstream doc changes in 3.2
Georg Brandl [Thu, 28 Mar 2013 07:57:50 +0000 (08:57 +0100)]
merge with last upstream doc changes in 3.2

11 years agoUpdate suspicious ignore file.
Ezio Melotti [Thu, 28 Mar 2013 02:31:53 +0000 (04:31 +0200)]
Update suspicious ignore file.

11 years ago#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti [Wed, 27 Mar 2013 18:11:55 +0000 (20:11 +0200)]
#17329: document unittest.SkipTest.  Initial patch by Zachary Ware.

11 years agoIssue 17538: Document XML vulnerabilties
Christian Heimes [Tue, 26 Mar 2013 16:35:55 +0000 (17:35 +0100)]
Issue 17538: Document XML vulnerabilties

11 years agoIssue 17538: Document XML vulnerabilties
Christian Heimes [Tue, 26 Mar 2013 16:35:55 +0000 (17:35 +0100)]
Issue 17538: Document XML vulnerabilties

11 years agoAdded tag v3.2.4rc1 for changeset b2cb7bc1edb8
Georg Brandl [Mon, 25 Mar 2013 05:57:10 +0000 (06:57 +0100)]
Added tag v3.2.4rc1 for changeset b2cb7bc1edb8

11 years agomerge with main repo 3.2 branch v3.2.4rc1
Georg Brandl [Mon, 25 Mar 2013 05:56:31 +0000 (06:56 +0100)]
merge with main repo 3.2 branch

11 years agoIssue #17425: Build with openssl 1.0.0k on Windows.
Martin v. Loewis [Sun, 24 Mar 2013 21:03:30 +0000 (22:03 +0100)]
Issue #17425: Build with openssl 1.0.0k on Windows.

11 years agoClean up references to threads in test_queue.
Ezio Melotti [Sat, 23 Mar 2013 21:35:06 +0000 (23:35 +0200)]
Clean up references to threads in test_queue.

11 years agoFixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith [Sat, 23 Mar 2013 18:44:25 +0000 (11:44 -0700)]
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.

11 years agoCopyright update to 2013.
Georg Brandl [Sat, 23 Mar 2013 15:06:13 +0000 (16:06 +0100)]
Copyright update to 2013.

11 years agoBump to 3.2.4rc1.
Georg Brandl [Sat, 23 Mar 2013 15:02:08 +0000 (16:02 +0100)]
Bump to 3.2.4rc1.

11 years agoFix suspicious markup in the docs.
Georg Brandl [Sat, 23 Mar 2013 15:00:41 +0000 (16:00 +0100)]
Fix suspicious markup in the docs.

11 years agoUpdate pydoc topics.
Georg Brandl [Sat, 23 Mar 2013 14:46:53 +0000 (15:46 +0100)]
Update pydoc topics.

11 years agoIssue #17521: Corrected non-enabling of logger following two calls to fileConfig().
Vinay Sajip [Sat, 23 Mar 2013 11:18:45 +0000 (11:18 +0000)]
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().

11 years agoUpdated Misc/NEWS with #17508.
Vinay Sajip [Sat, 23 Mar 2013 10:57:47 +0000 (10:57 +0000)]
Updated Misc/NEWS with #17508.

11 years agoClean up references to the no longer existing PyString_ APIs in our docs.
Gregory P. Smith [Fri, 22 Mar 2013 20:43:30 +0000 (13:43 -0700)]
Clean up references to the no longer existing PyString_ APIs in our docs.

11 years agoIssue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip [Fri, 22 Mar 2013 15:19:54 +0000 (15:19 +0000)]
Issue #17508: Handled out-of-order handler configuration correctly.

11 years ago- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com [Thu, 21 Mar 2013 20:21:49 +0000 (13:21 -0700)]
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
  two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
  SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.

11 years ago#5712: Preemptively fix some other possible timing issues.
R David Murray [Thu, 21 Mar 2013 02:11:40 +0000 (22:11 -0400)]
#5712: Preemptively fix some other possible timing issues.

11 years ago#5713: fix timing issue in smtplib tests.
R David Murray [Thu, 21 Mar 2013 01:54:05 +0000 (21:54 -0400)]
#5713: fix timing issue in smtplib tests.

11 years agoremove the long obsolete mention of universal newlines mode only being
Gregory P. Smith [Thu, 21 Mar 2013 01:32:03 +0000 (18:32 -0700)]
remove the long obsolete mention of universal newlines mode only being
available when configured at compile time.

11 years ago#5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray [Thu, 21 Mar 2013 00:36:14 +0000 (20:36 -0400)]
#5713: Handle 421 error codes during sendmail by closing the socket.

This is a partial fix to the issue of servers disconnecting unexpectedly; in
this case the 421 says they are disconnecting, so we close the socket and
return the 421 in the appropriate error context.

Original patch by Mark Sapiro, updated by Kushal Das, with additional
tests by me.

11 years ago#17493: re-enable a test on Windows. Patch by Zachary Ware.
Ezio Melotti [Wed, 20 Mar 2013 16:14:48 +0000 (18:14 +0200)]
#17493: re-enable a test on Windows.  Patch by Zachary Ware.

11 years agoFix usage of argument/parameter and markup.
Ezio Melotti [Wed, 20 Mar 2013 11:53:32 +0000 (13:53 +0200)]
Fix usage of argument/parameter and markup.

11 years ago#17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on...
Senthil Kumaran [Tue, 19 Mar 2013 23:11:07 +0000 (16:11 -0700)]
#17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak

11 years agoMerge
Kristján Valur Jónsson [Tue, 19 Mar 2013 22:57:19 +0000 (15:57 -0700)]
Merge

11 years agomerge heads
Gregory P. Smith [Tue, 19 Mar 2013 22:25:28 +0000 (15:25 -0700)]
merge heads

11 years agoIssue #10296 : Don't handle BreakPoint exceptions using
Kristján Valur Jónsson [Tue, 19 Mar 2013 22:24:10 +0000 (15:24 -0700)]
Issue #10296 : Don't handle BreakPoint exceptions using
Structured Exception Handling on windows.

11 years ago#1525919: Document MIMEText+set_payload encoding behavior.
R David Murray [Tue, 19 Mar 2013 22:18:55 +0000 (18:18 -0400)]
#1525919: Document MIMEText+set_payload encoding behavior.

11 years agomerge heads in 3.2
Gregory P. Smith [Tue, 19 Mar 2013 22:03:26 +0000 (15:03 -0700)]
merge heads in 3.2

11 years ago#17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak
Senthil Kumaran [Tue, 19 Mar 2013 20:43:42 +0000 (13:43 -0700)]
#17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak

11 years ago#8862: Fix curses cleanup with getchar is interrupted by a signal.
R David Murray [Tue, 19 Mar 2013 20:23:09 +0000 (16:23 -0400)]
#8862: Fix curses cleanup with getchar is interrupted by a signal.

I have no idea how one would write a test for this.

Patch by July Tikhonov.

11 years ago#17443: Fix buffering in IMAP4_stream.
R David Murray [Tue, 19 Mar 2013 17:52:33 +0000 (13:52 -0400)]
#17443: Fix buffering in IMAP4_stream.

In Python2 Popen uses *FILE objects, which wind up buffering even though
subprocess defaults to no buffering.  In Python3, subprocess streams really
are unbuffered by default, but the imaplib code assumes read is buffered.  This
patch uses the default buffer size from the io module to get buffered streams
from Popen.

Much debugging work and patch by Diane Trout.

The imap protocol is too complicated to write a test for this simple
change with our current level of test infrastructure.

11 years agoFix usage of the unittest.skip decorator.
Serhiy Storchaka [Tue, 19 Mar 2013 11:25:20 +0000 (13:25 +0200)]
Fix usage of the unittest.skip decorator.

11 years ago#17460 - Adding relevant warning messages regarding strict removal in docs
Senthil Kumaran [Tue, 19 Mar 2013 07:51:08 +0000 (00:51 -0700)]
#17460 - Adding relevant warning messages regarding strict removal in docs

11 years ago#17476: make allmethods actually return all methods.
R David Murray [Tue, 19 Mar 2013 06:31:06 +0000 (02:31 -0400)]
#17476: make allmethods actually return all methods.

This fixes a regression relative to Python2.  (In 2, methods on a class were
unbound methods and matched the inspect queries being done, in 3 they are just
functions and so were missed).

This is an undocumented function that pydoc itself does not use, but
I found that numpy at least uses it in its documentation generator.

Original patch by Matt Bachmann.

11 years agoFixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith [Tue, 19 Mar 2013 00:11:20 +0000 (17:11 -0700)]
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13.  This
specifically addresses a stack misalignment issue on x86 and issues on
some more recent platforms.

11 years ago#17448: Make test_sax skip if there are no xml parsers.
R David Murray [Mon, 18 Mar 2013 04:18:12 +0000 (00:18 -0400)]
#17448: Make test_sax skip if there are no xml parsers.

Patch by Rafael Santos.

11 years ago#16057: Clarify why the base method default is called in custom encoders.
R David Murray [Mon, 18 Mar 2013 01:52:35 +0000 (21:52 -0400)]
#16057: Clarify why the base method default is called in custom encoders.

Original patch by Kushal Das.

11 years agoIssue #17415: Trim trailing whitespace
Terry Jan Reedy [Sun, 17 Mar 2013 19:28:10 +0000 (15:28 -0400)]
Issue #17415: Trim trailing whitespace

11 years agoIssue #17415: Clarify 'this' referent by moving containing sentence just after
Terry Jan Reedy [Sun, 17 Mar 2013 19:21:26 +0000 (15:21 -0400)]
Issue #17415: Clarify 'this' referent by moving containing sentence just after
the sentence referred to. Make other minor edits to improve flow.

11 years agoIssue #16389: Fixed an issue number in previos commit.
Serhiy Storchaka [Sat, 16 Mar 2013 20:59:27 +0000 (22:59 +0200)]
Issue #16389: Fixed an issue number in previos commit.

11 years agoIssue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka [Sat, 16 Mar 2013 20:52:09 +0000 (22:52 +0200)]
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.

11 years agoMerge heads 3.2.
Terry Jan Reedy [Sat, 16 Mar 2013 20:05:27 +0000 (16:05 -0400)]
Merge heads 3.2.

11 years agoIssue #17418: specify that buffer sizes are bytes as soon as possible.
Terry Jan Reedy [Sat, 16 Mar 2013 19:56:27 +0000 (15:56 -0400)]
Issue #17418: specify that buffer sizes are bytes as soon as possible.

11 years ago#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas...
Ezio Melotti [Sat, 16 Mar 2013 17:48:51 +0000 (19:48 +0200)]
#11420: make test suite pass with -B/DONTWRITEBYTECODE set.  Initial patch by Thomas Wouters.

11 years agotypo
Terry Jan Reedy [Sat, 16 Mar 2013 06:53:09 +0000 (02:53 -0400)]
typo

11 years agoIssue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
Terry Jan Reedy [Sat, 16 Mar 2013 06:37:06 +0000 (02:37 -0400)]
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.

11 years ago#17431: Fix missing import of BytesFeedParser in email.parser.
R David Murray [Sat, 16 Mar 2013 00:38:15 +0000 (20:38 -0400)]
#17431: Fix missing import of BytesFeedParser in email.parser.

Initial patch contributed by Edmond Burnett.

11 years agoIssue #17398: document url argument of RobotFileParser
Terry Jan Reedy [Fri, 15 Mar 2013 20:50:23 +0000 (16:50 -0400)]
Issue #17398: document url argument of RobotFileParser

11 years agoIssue #17047: Add news entry
Terry Jan Reedy [Fri, 15 Mar 2013 07:33:11 +0000 (03:33 -0400)]
Issue #17047: Add news entry

11 years agoIssue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka [Thu, 14 Mar 2013 19:31:37 +0000 (21:31 +0200)]
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().

11 years agoIssue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
Terry Jan Reedy [Thu, 14 Mar 2013 01:33:50 +0000 (21:33 -0400)]
Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or
from PyPI), but this is better than always failing. Patch from Zachary Ware.

11 years ago#17307 - Example of HTTP PUT Request using http.client
Senthil Kumaran [Wed, 13 Mar 2013 20:38:33 +0000 (13:38 -0700)]
#17307 - Example of HTTP PUT Request using http.client

11 years ago#17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
Ezio Melotti [Wed, 13 Mar 2013 00:27:00 +0000 (02:27 +0200)]
#17402: avoid shadowing built-in map in mmap examples.  Initial patch by Aman Shah.

11 years ago#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure...
Ezio Melotti [Tue, 12 Mar 2013 23:52:34 +0000 (01:52 +0200)]
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.

11 years agoIssue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky [Tue, 12 Mar 2013 13:01:22 +0000 (06:01 -0700)]
Issue #11367: fix documentation of some find* methods in ElementTree

11 years agoIssue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy [Mon, 11 Mar 2013 21:57:08 +0000 (17:57 -0400)]
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.

11 years agoIssue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
Terry Jan Reedy [Mon, 11 Mar 2013 21:42:46 +0000 (17:42 -0400)]
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.

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