]> granicus.if.org Git - python/log
python
11 years agomerge
Gregory P. Smith [Thu, 21 Mar 2013 01:32:45 +0000 (18:32 -0700)]
merge

11 years agomerge
Gregory P. Smith [Thu, 21 Mar 2013 01:32:22 +0000 (18:32 -0700)]
merge

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 agoMerge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray [Thu, 21 Mar 2013 01:13:56 +0000 (21:13 -0400)]
Merge: #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 agoMerge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray [Thu, 21 Mar 2013 01:12:17 +0000 (21:12 -0400)]
Merge: #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#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 agoIssue #16475 : Correctly handle the EOF when reading marshal streams.
Kristján Valur Jónsson [Wed, 20 Mar 2013 21:26:33 +0000 (14:26 -0700)]
Issue #16475 : Correctly handle the EOF when reading marshal streams.

11 years ago- .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C
doko@ubuntu.com [Wed, 20 Mar 2013 19:38:50 +0000 (12:38 -0700)]
- .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C

11 years agoIssue #16475: Simplify the interface to r_ref_allocate and improve comments.
Kristján Valur Jónsson [Wed, 20 Mar 2013 18:43:57 +0000 (11:43 -0700)]
Issue #16475: Simplify the interface to r_ref_allocate and improve comments.

11 years ago- Merge 3.3 (.hgtouch)
doko@ubuntu.com [Wed, 20 Mar 2013 19:39:38 +0000 (12:39 -0700)]
- Merge 3.3 (.hgtouch)

11 years agoIssue #16997: unittest.TestCase now provides a subTest() context manager to procedura...
Antoine Pitrou [Wed, 20 Mar 2013 19:16:47 +0000 (20:16 +0100)]
Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances.

11 years ago#17493: merge with 3.3.
Ezio Melotti [Wed, 20 Mar 2013 16:16:05 +0000 (18:16 +0200)]
#17493: merge with 3.3.

11 years ago#17493: merge with 3.2.
Ezio Melotti [Wed, 20 Mar 2013 16:15:37 +0000 (18:15 +0200)]
#17493: merge with 3.2.

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 agoMerge usage of argument/parameter and markup fixes from 3.3.
Ezio Melotti [Wed, 20 Mar 2013 11:54:30 +0000 (13:54 +0200)]
Merge usage of argument/parameter and markup fixes from 3.3.

11 years agoMerge usage of argument/parameter and markup fixes from 3.2.
Ezio Melotti [Wed, 20 Mar 2013 11:54:18 +0000 (13:54 +0200)]
Merge usage of argument/parameter and markup fixes from 3.2.

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 agoclarifiy the documentation for issue17285. see also commit
Gregory P. Smith [Wed, 20 Mar 2013 06:36:59 +0000 (23:36 -0700)]
clarifiy the documentation for issue17285. see also commit
ee30400efceb which updated the docstring.

11 years agoclarifiy the documentation for issue17285. see also commit
Gregory P. Smith [Wed, 20 Mar 2013 06:36:31 +0000 (23:36 -0700)]
clarifiy the documentation for issue17285. see also commit
ee30400efceb which updated the docstring.

11 years agoUse a larger amount of data for tests such as the interrupted_write
Gregory P. Smith [Wed, 20 Mar 2013 06:27:09 +0000 (23:27 -0700)]
Use a larger amount of data for tests such as the interrupted_write
tests that depend on filling up an OS pipe so that they work properly
on systems configured with large pipe buffers.

Also a subprocess docstring update that i forgot was in my client when
i did the original 3.3 commit... easier to just leave that in here
with this one than go back and undo/redo.

11 years agoUse a larger amount of data for tests such as the interrupted_write
Gregory P. Smith [Wed, 20 Mar 2013 06:25:16 +0000 (23:25 -0700)]
Use a larger amount of data for tests such as the interrupted_write
tests that depend on filling up an OS pipe so that they work properly
on systems configured with large pipe buffers.

11 years agofix compiler warning
Benjamin Peterson [Wed, 20 Mar 2013 05:40:07 +0000 (00:40 -0500)]
fix compiler warning

11 years agoBacked out changeset 521232b05b97
Benjamin Peterson [Wed, 20 Mar 2013 05:39:41 +0000 (00:39 -0500)]
Backed out changeset 521232b05b97

11 years agoAutomated merge with file:///Users/skumaran/python/cpython
Senthil Kumaran [Wed, 20 Mar 2013 04:27:23 +0000 (21:27 -0700)]
Automated merge with file:///Users/skumaran/python/cpython

11 years agofix compiler warning
Benjamin Peterson [Wed, 20 Mar 2013 04:20:59 +0000 (23:20 -0500)]
fix compiler warning

11 years agonull merge.
Senthil Kumaran [Wed, 20 Mar 2013 04:41:35 +0000 (21:41 -0700)]
null merge.

11 years agoAutomated merge with ssh://hg.python.org/cpython
Senthil Kumaran [Wed, 20 Mar 2013 04:27:21 +0000 (21:27 -0700)]
Automated merge with ssh://hg.python.org/cpython

11 years agoUse logic operator, not bitwise operator, for conditional.
R David Murray [Wed, 20 Mar 2013 04:15:20 +0000 (00:15 -0400)]
Use logic operator, not bitwise operator, for conditional.

11 years ago#17485: Delete the Content-Length header if the data attribute is deleted.
R David Murray [Wed, 20 Mar 2013 04:10:51 +0000 (00:10 -0400)]
#17485: Delete the Content-Length header if the data attribute is deleted.

This is a follow on to issue 16464.  Original patch by Daniel Wozniak.

11 years agoMerge with 3.3
Kristján Valur Jónsson [Wed, 20 Mar 2013 03:26:39 +0000 (20:26 -0700)]
Merge with 3.3

11 years agoIssue #15038 : Fixing the condition broadcast and docs.
Kristján Valur Jónsson [Wed, 20 Mar 2013 03:18:37 +0000 (20:18 -0700)]
Issue #15038 : Fixing the condition broadcast and docs.

11 years agoIssue #15038 : Fixing the condition broadcast and docs.
Kristján Valur Jónsson [Wed, 20 Mar 2013 03:18:37 +0000 (20:18 -0700)]
Issue #15038 : Fixing the condition broadcast and docs.

11 years ago#17474 - merge from 3.3. Update default Docs with versionchanged markup on what's...
Senthil Kumaran [Wed, 20 Mar 2013 01:03:39 +0000 (18:03 -0700)]
#17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed

11 years agoIssue #16475: Support object instancing, recursion and interned strings
Kristján Valur Jónsson [Wed, 20 Mar 2013 01:02:10 +0000 (18:02 -0700)]
Issue #16475: Support object instancing, recursion and interned strings
  in marshal

11 years ago#15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
R David Murray [Wed, 20 Mar 2013 02:41:47 +0000 (22:41 -0400)]
#15927: Fix cvs.reader parsing of escaped \r\n with quoting off.

This fix means that such values are correctly roundtripped, since
cvs.writer already does the correct escaping.

Patch by Michael Johnson.

11 years ago#17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio...
Senthil Kumaran [Wed, 20 Mar 2013 01:01:43 +0000 (18:01 -0700)]
#17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti

11 years agoCloses issue 17467. Add readline and readlines support to unittest.mock.mock_open
Michael Foord [Wed, 20 Mar 2013 00:22:51 +0000 (17:22 -0700)]
Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open

11 years ago#17471: merge from 3.3
Senthil Kumaran [Tue, 19 Mar 2013 23:52:06 +0000 (16:52 -0700)]
#17471: merge from 3.3

11 years ago#17471 - merge from 3.2
Senthil Kumaran [Tue, 19 Mar 2013 23:46:34 +0000 (16:46 -0700)]
#17471 - merge from 3.2

11 years agoIssue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
Terry Jan Reedy [Tue, 19 Mar 2013 23:44:04 +0000 (19:44 -0400)]
Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.

11 years agoMerge with 3.3
Kristján Valur Jónsson [Tue, 19 Mar 2013 23:35:26 +0000 (16:35 -0700)]
Merge with 3.3

11 years agoMerge with 3.2
Kristján Valur Jónsson [Tue, 19 Mar 2013 23:34:39 +0000 (16:34 -0700)]
Merge with 3.2

11 years agoMerge with 3.3
Kristján Valur Jónsson [Tue, 19 Mar 2013 23:20:16 +0000 (16:20 -0700)]
Merge with 3.3

11 years agoMerge with 3.2
Kristján Valur Jónsson [Tue, 19 Mar 2013 23:19:24 +0000 (16:19 -0700)]
Merge with 3.2

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 23:00:01 +0000 (16:00 -0700)]
Merge

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

11 years agoIssue #10296: Merge to default
Kristján Valur Jónsson [Tue, 19 Mar 2013 22:38:32 +0000 (15:38 -0700)]
Issue #10296: Merge to default

11 years ago#10296: Merge to 3.3
Kristján Valur Jónsson [Tue, 19 Mar 2013 22:35:28 +0000 (15:35 -0700)]
#10296: Merge to 3.3

11 years agomerge heads & use iso8601 date format
Gregory P. Smith [Tue, 19 Mar 2013 22:33:23 +0000 (15:33 -0700)]
merge heads & use iso8601 date format

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

11 years agomerge from 3.2
Gregory P. Smith [Tue, 19 Mar 2013 22:30:41 +0000 (15:30 -0700)]
merge from 3.2

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

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

11 years agoFixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith [Tue, 19 Mar 2013 22:24:46 +0000 (15:24 -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 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 agoMerge: #1525919: Document MIMEText+set_payload encoding behavior.
R David Murray [Tue, 19 Mar 2013 22:21:50 +0000 (18:21 -0400)]
Merge: #1525919: Document MIMEText+set_payload encoding behavior.

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

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
Gregory P. Smith [Tue, 19 Mar 2013 22:07:22 +0000 (15:07 -0700)]
merge heads

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

11 years ago- update config.guess and config.sub
doko@ubuntu.com [Tue, 19 Mar 2013 22:03:57 +0000 (15:03 -0700)]
- update config.guess and config.sub

11 years ago- update config.guess and config.sub
doko@ubuntu.com [Tue, 19 Mar 2013 22:03:26 +0000 (15:03 -0700)]
- update config.guess and config.sub

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 agoFixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith [Tue, 19 Mar 2013 21:59:02 +0000 (14:59 -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#17471 - merge from 3.3
Senthil Kumaran [Tue, 19 Mar 2013 20:44:42 +0000 (13:44 -0700)]
#17471 - merge from 3.3

11 years ago#17471 - merge from 3.2
Senthil Kumaran [Tue, 19 Mar 2013 20:44:17 +0000 (13:44 -0700)]
#17471 - merge from 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 agoMerge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
R David Murray [Tue, 19 Mar 2013 20:26:19 +0000 (16:26 -0400)]
Merge: #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 agoMerge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
R David Murray [Tue, 19 Mar 2013 20:24:35 +0000 (16:24 -0400)]
Merge: #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#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 agomerge branch
Senthil Kumaran [Tue, 19 Mar 2013 19:18:50 +0000 (12:18 -0700)]
merge branch

11 years agoRefactor test_urllib2. Include test_HTTPError_interface under MiscTests
Senthil Kumaran [Tue, 19 Mar 2013 19:07:43 +0000 (12:07 -0700)]
Refactor test_urllib2. Include test_HTTPError_interface under MiscTests

11 years ago../bug-fixes/http_error_interface/.hg/last-message.txt
Senthil Kumaran [Tue, 19 Mar 2013 19:07:43 +0000 (12:07 -0700)]
../bug-fixes/http_error_interface/.hg/last-message.txt

11 years agoMerge: #17443: Fix buffering in IMAP4_stream.
R David Murray [Tue, 19 Mar 2013 17:56:54 +0000 (13:56 -0400)]
Merge: #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 agoMerge: #17443: Fix buffering in IMAP4_stream.
R David Murray [Tue, 19 Mar 2013 17:56:01 +0000 (13:56 -0400)]
Merge: #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 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:27:24 +0000 (13:27 +0200)]
Fix usage of the unittest.skip decorator.

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

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 - merge from 3.3
Senthil Kumaran [Tue, 19 Mar 2013 08:22:56 +0000 (01:22 -0700)]
#17460 - merge from 3.3

11 years agoNull merge 7127fbc363bb.
Ezio Melotti [Tue, 19 Mar 2013 08:13:28 +0000 (10:13 +0200)]
Null merge 7127fbc363bb.

11 years ago#17460 - merge from 3.2
Senthil Kumaran [Tue, 19 Mar 2013 07:58:46 +0000 (00:58 -0700)]
#17460 - merge from 3.2

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 agoMerge: #17476: make allmethods actually return all methods.
R David Murray [Tue, 19 Mar 2013 06:47:44 +0000 (02:47 -0400)]
Merge: #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 agobump Python-ast.c
Benjamin Peterson [Tue, 19 Mar 2013 06:40:53 +0000 (23:40 -0700)]
bump Python-ast.c

11 years agoplacate msvc
Benjamin Peterson [Tue, 19 Mar 2013 06:39:53 +0000 (23:39 -0700)]
placate msvc

11 years ago#17476: make allmethods actually return all methods.
R David Murray [Tue, 19 Mar 2013 06:32:35 +0000 (02:32 -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 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 agomerge heads
Benjamin Peterson [Tue, 19 Mar 2013 06:28:07 +0000 (23:28 -0700)]
merge heads

11 years agorefactor to fix refleaks
Benjamin Peterson [Tue, 19 Mar 2013 06:24:41 +0000 (23:24 -0700)]
refactor to fix refleaks

11 years agosprinkle const
Benjamin Peterson [Tue, 19 Mar 2013 06:13:31 +0000 (23:13 -0700)]
sprinkle const

11 years ago#17464: improve pydoc test coverage.
R David Murray [Tue, 19 Mar 2013 04:00:33 +0000 (00:00 -0400)]
#17464: improve pydoc test coverage.

Patch by Matt Bachmann.

11 years ago#17474 - Remove the various deprecated methods of Request class.
Senthil Kumaran [Tue, 19 Mar 2013 01:06:00 +0000 (18:06 -0700)]
#17474 - Remove the various deprecated methods of Request class.

11 years agoCloses issue 16709. unittest test discovery sorts test files for consistent test...
Michael Foord [Tue, 19 Mar 2013 00:50:12 +0000 (17:50 -0700)]
Closes issue 16709. unittest test discovery sorts test files for consistent test ordering

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#10050 : merge to default
Senthil Kumaran [Tue, 19 Mar 2013 00:10:45 +0000 (17:10 -0700)]
#10050 : merge to default

11 years ago#10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 )
Senthil Kumaran [Tue, 19 Mar 2013 00:09:50 +0000 (17:09 -0700)]
#10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 )

11 years agouse the HTTPS for pypi upload
Benjamin Peterson [Mon, 18 Mar 2013 22:20:56 +0000 (15:20 -0700)]
use the HTTPS for pypi upload

11 years agoMerge
Michael Foord [Mon, 18 Mar 2013 22:04:33 +0000 (15:04 -0700)]
Merge