Tarek Ziade
|
99d4623850
|
deactivating one test under win32 for now
|
2011-05-21 23:05:19 +02:00 |
Tarek Ziade
|
cc243cc808
|
make sure the crawler can browse file-based indexes under win32
|
2011-05-21 22:47:40 +02:00 |
Tarek Ziade
|
76ad4f0ec9
|
fixed the export symbols for the win32 linker
|
2011-05-21 21:48:04 +02:00 |
Tarek Ziade
|
5edc31ecaf
|
skip the pypi upload doc test via https, if ssl is not available
|
2011-05-21 19:53:45 +02:00 |
Tarek Ziade
|
be20be1345
|
use the same line terminator everywhere
|
2011-05-21 19:45:48 +02:00 |
Georg Brandl
|
fb2473fc8b
|
Merge 3.2.1rc1 release changes to default.
|
2011-05-21 19:43:36 +02:00 |
Raymond Hettinger
|
89cc452f4b
|
Simplify example
|
2011-05-21 09:37:36 -07:00 |
Raymond Hettinger
|
f9ca76f500
|
Simplify example
|
2011-05-21 09:33:45 -07:00 |
Vinay Sajip
|
39e3528bb2
|
Issue #12136: Added change to handle non-availability of the ssl module.
|
2011-05-21 16:46:41 +01:00 |
Georg Brandl
|
d079367044
|
Set up branch to be rc2 next.
|
2011-05-21 17:36:20 +02:00 |
Georg Brandl
|
9c1928f0a9
|
Merge release branch after 3.2.1rc1.
|
2011-05-21 17:35:33 +02:00 |
Tarek Ziade
|
4bdd9f36a0
|
fixed the move api in packaging.install, and closing the handle left by mkstemp() in its test module
|
2011-05-21 15:12:10 +02:00 |
Tarek Ziade
|
2db5674a95
|
we want to generate /-separated paths setup.cfg files even under win32
|
2011-05-21 14:24:14 +02:00 |
Gregory P. Smith
|
95c7c46077
|
avoid a compiler warning. the compiler doesn't know that the static
struct guarantees the loop will always be run once to initialize code.
|
2011-05-21 05:19:42 -07:00 |
Vinay Sajip
|
9ba876104e
|
Added SSL test for HTTPHandler.
|
2011-05-21 11:32:15 +01:00 |
Tarek Ziade
|
91f0e346cc
|
fixed the way the cfg file markers values are split under win32
|
2011-05-21 12:00:10 +02:00 |
Tarek Ziade
|
ec9b76d282
|
fixed the separator issues in packaging/resources+config
|
2011-05-21 11:48:16 +02:00 |
Tarek Ziade
|
94449616da
|
fixed a few mocking/cleanup issues in packaging test_util for win32
|
2011-05-21 10:37:58 +02:00 |
Victor Stinner
|
9904b22b78
|
Close #12114: fix a potential deadlock in packaging.util._find_exe_version()
Avoid also zombi processes: Popen.communicate() calls its wait() method.
|
2011-05-21 02:20:36 +02:00 |
Vinay Sajip
|
32565b6c02
|
Added SSL capability to TestHTTPServer.
|
2011-05-21 00:34:51 +01:00 |
Ezio Melotti
|
bb00976fbf
|
Fix another ResourceWarning in test_packaging.
|
2011-05-20 20:27:54 +03:00 |
Benjamin Peterson
|
2ed7521e96
|
merge 3.2
|
2011-05-20 11:49:58 -05:00 |
Benjamin Peterson
|
619323c68f
|
merge 3.1
|
2011-05-20 11:49:19 -05:00 |
Benjamin Peterson
|
2340986fe0
|
this should actually be an IOError
|
2011-05-20 11:49:06 -05:00 |
Benjamin Peterson
|
a5a16bf532
|
merge heads
|
2011-05-20 11:43:41 -05:00 |
Benjamin Peterson
|
7f071e6e9f
|
merge 3.2
|
2011-05-20 11:42:47 -05:00 |
Benjamin Peterson
|
c7dd737ef7
|
merge 3.1
|
2011-05-20 11:41:59 -05:00 |
Benjamin Peterson
|
249b508c98
|
add example for not using access
|
2011-05-20 11:41:13 -05:00 |
Ezio Melotti
|
2177ac9c41
|
Fix more ResourceWarnings in test_packaging moving the join() and server_close() in the stop method.
|
2011-05-20 19:35:58 +03:00 |
Charles-François Natali
|
6071359de1
|
Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()
accept and return str instead of bytes arrays. Add some more tests.
|
2011-05-20 16:55:06 +02:00 |
Ezio Melotti
|
e724665182
|
#12072: merge with 3.2.
|
2011-05-20 15:06:58 +03:00 |
Ezio Melotti
|
da5b852c7c
|
#12072: merge with 3.1.
|
2011-05-20 15:06:32 +03:00 |
Ezio Melotti
|
261d855fd6
|
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
|
2011-05-20 15:04:38 +03:00 |
Ezio Melotti
|
86c54f0955
|
Fix several ResourceWarnings in test_packaging.
|
2011-05-20 14:13:58 +03:00 |
Victor Stinner
|
ba8ef7a81d
|
(Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled
|
2011-05-20 02:29:55 +02:00 |
Victor Stinner
|
62a68f2dbe
|
test_pydoc: skip PydocServerTest if thread support is disabled
|
2011-05-20 02:29:13 +02:00 |
Victor Stinner
|
4050c69f78
|
packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES
|
2011-05-20 01:56:42 +02:00 |
Victor Stinner
|
e1e3b12979
|
fix packaging tests on Windows: use os.path.join() in glob patterns
|
2011-05-20 00:33:39 +02:00 |
Victor Stinner
|
21809a6938
|
(Merge 3.2) Issue #12124: zipimport doesn't keep a reference to
zlib.decompress() anymore to be able to unload the module.
|
2011-05-20 00:22:39 +02:00 |
Victor Stinner
|
4445ec81c1
|
(Merge 3.1) Issue #12124: zipimport doesn't keep a reference to
zlib.decompress() anymore to be able to unload the module.
|
2011-05-20 00:18:58 +02:00 |
Victor Stinner
|
4925cde1cc
|
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
to be able to unload the module.
|
2011-05-20 00:16:09 +02:00 |
Victor Stinner
|
f966803c08
|
packaging: fix the constructor of FakePopen
packaging.util requires the env keyword.
|
2011-05-20 00:12:10 +02:00 |
Victor Stinner
|
8914fed842
|
fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str
Don't encode the path list
|
2011-05-20 00:05:58 +02:00 |
Victor Stinner
|
9999185447
|
fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes
|
2011-05-19 23:46:03 +02:00 |
Victor Stinner
|
9cf6d13141
|
Issue #12112: fix the encoding of setup.py in the packaging module
* read: use tokenize.detect_encoding()
* write: use 'utf-8'
|
2011-05-19 21:42:47 +02:00 |
Ezio Melotti
|
975077a889
|
Refactor a few tests to use the new requires_zlib decorator.
|
2011-05-19 22:03:22 +03:00 |
Ezio Melotti
|
cad648cbc9
|
Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support.
|
2011-05-19 21:25:10 +03:00 |
Tarek Ziade
|
ebbb14c1a1
|
Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check
|
2011-05-19 19:56:12 +02:00 |
Tarek Ziade
|
2db2d3beeb
|
removed unused method in packaging.create
|
2011-05-19 19:07:06 +02:00 |
Victor Stinner
|
c3364529b8
|
Issue #12112: packaging reads/writes metadata using UTF-8
|
2011-05-19 18:49:56 +02:00 |