Tarek Ziade
|
fabc30833f
|
fixed the cwd cleanup in packaging test_util
|
2011-05-23 18:47:27 +02:00 |
Tarek Ziade
|
eb64b61bf5
|
make sure the cwd is restored on tearDown
|
2011-05-23 18:31:20 +02:00 |
Victor Stinner
|
7870bdff5a
|
Issue #6501: os.device_encoding() returns None on Windows if the application
has no console.
|
2011-05-23 18:12:52 +02:00 |
Tarek Ziade
|
a1ae533ac9
|
make sure build_dir.build_lib is synced to the faked build location
|
2011-05-23 17:35:20 +02:00 |
Victor Stinner
|
d6881701fb
|
Merge 3.2
|
2011-05-23 14:58:07 +02:00 |
Victor Stinner
|
b43dd4b8ca
|
Merge 3.1
|
2011-05-23 14:57:05 +02:00 |
Victor Stinner
|
2cca057284
|
test_codecs now removes the temporay file (created by the test)
|
2011-05-23 14:51:42 +02:00 |
Victor Stinner
|
cc6491a0fa
|
Issue #12105: test_posix, add the value of O_CLOEXEC in the error message
|
2011-05-23 12:54:52 +02:00 |
Victor Stinner
|
9b49304790
|
Close #12153: faulthandler, mark stack_overflow() as static
|
2011-05-23 12:29:10 +02:00 |
Gregory P. Smith
|
a454ef6985
|
Update documentation to mention bytes instead byte string and correct one
mentioned string to the accurate description of what type is required.
|
2011-05-22 22:29:49 -07:00 |
Gregory P. Smith
|
6352298ac4
|
Refer to the return value on nameindex and friends as a string, not a byte
string. The code was fixed to return strings instead of bytes and to accept
either.
|
2011-05-22 22:16:57 -07:00 |
Martin v. Löwis
|
abe38da6a4
|
merged
|
2011-05-23 07:04:05 +02:00 |
Martin v. Löwis
|
ad234203dd
|
Add 3.2.1rc2 uuid.
|
2011-05-23 07:02:07 +02:00 |
Victor Stinner
|
949c890e48
|
Issue #12151: test_logging writes debug messages to stderr, not stdout
stdout are lost in buildbots
|
2011-05-23 01:16:44 +02:00 |
Tarek Ziade
|
e5f9cbdaae
|
skip more tests in packaging if threading is not supported
|
2011-05-23 00:41:27 +02:00 |
Tarek Ziade
|
a3c1545a2e
|
not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not true under Windows 7
|
2011-05-22 23:25:48 +02:00 |
Victor Stinner
|
3c8d12d6b8
|
Issue #10801: Remove a debug print() from test_zipfile
|
2011-05-22 22:12:27 +02:00 |
Tarek Ziade
|
3517369894
|
Issue 12132 - skip the test_buil_ext test if the xx module is not found
|
2011-05-22 22:09:55 +02:00 |
Tarek Ziade
|
2bc55e482e
|
Issue 10126 - backported distutils fix for the enable-share mode into packaging
|
2011-05-22 21:21:44 +02:00 |
Charles-François Natali
|
1e045b1831
|
Issue #12105: Add O_CLOEXEC to the os module.
|
2011-05-22 20:42:32 +02:00 |
Antoine Pitrou
|
f738d33e5d
|
Issue #12138: fix use of transient_internet() in test_urllibnet
|
2011-05-22 17:35:48 +02:00 |
Antoine Pitrou
|
a98d26a500
|
Issue #12138: fix use of transient_internet() in test_urllibnet
|
2011-05-22 17:35:17 +02:00 |
Victor Stinner
|
3c18f259ee
|
regrtest: enable faulthandler in main() instead of if __name__ == '__main__':
So it's also enabled when using "./python -m test".
|
2011-05-22 15:27:14 +02:00 |
Mark Dickinson
|
b455e58b95
|
Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation
|
2011-05-22 12:53:18 +01:00 |
Martin v. Loewis
|
b042a3ac0c
|
Add 3.2.1rc2 uuid.
|
2011-05-22 12:59:35 +02:00 |
Eli Bendersky
|
203bdb3028
|
Issue 12126: removing incorrect claim about return value of select
merge 3.2 -> default
|
2011-05-22 06:59:49 +03:00 |
Eli Bendersky
|
2f1b3962a2
|
Issue 12126: removing incorrect claim about return value of select
merge 3.1 -> 3.2
|
2011-05-22 06:57:17 +03:00 |
Eli Bendersky
|
46ab96a0c8
|
Issue 12126: removing incorrect claim about return value of select
|
2011-05-22 06:56:15 +03:00 |
Ned Deily
|
70b3ee5433
|
Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging,
is installed into the lib directory: prevents startup exception in site.py.
|
2011-05-21 16:06:58 -07:00 |
Tarek Ziade
|
2c40f60c32
|
added the Content-Length header. that fixes the weird packaging.pypi.errors.HashDoesNotMatch errors
|
2011-05-21 23:59:09 +02:00 |
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 |