Florent Xicluna
|
050c7e64cd
|
Replace temporary tests with the real test case for issue #13309 on Gentoo.
|
2011-11-01 16:58:54 +01:00 |
|
Senthil Kumaran
|
6c5bd40a3e
|
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
the relevant module. Other cleanup improvements. Patch by flox.
|
2011-11-01 23:20:31 +08:00 |
|
Florent Xicluna
|
712b14fc2a
|
Troubleshoot issue #13309 on Gentoo buildbot.
|
2011-11-01 16:07:23 +01:00 |
|
Florent Xicluna
|
752c1d4c02
|
Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.
|
2011-11-01 15:12:34 +01:00 |
|
Florent Xicluna
|
bceb528af5
|
Test the year range supported by time.strftime() and time.asctime().
|
2011-11-01 14:11:34 +01:00 |
|
Ezio Melotti
|
629a2c336e
|
Merge test fixes from 3.2.
|
2011-11-01 15:02:16 +02:00 |
|
Ezio Melotti
|
b9a48f7144
|
Avoid reusing the same collector in the tests.
|
2011-11-01 15:00:59 +02:00 |
|
Ezio Melotti
|
829c3dac3b
|
#12008: merge with 3.2.
|
2011-11-01 14:43:51 +02:00 |
|
Ezio Melotti
|
18b0e5b79b
|
#12008: add a test.
|
2011-11-01 14:42:54 +02:00 |
|
Ezio Melotti
|
7de56f6a04
|
#670664: Fix HTMLParser to correctly handle the content of `<script>...</script> and <style>...</style> `.
|
2011-11-01 14:12:22 +02:00 |
|
Ned Deily
|
316f573d9c
|
Issue #13304: Skip test case if user site-packages disabled (-s or
PYTHONNOUSERSITE). (Patch by Carl Meyer)
|
2011-10-31 16:16:35 -07:00 |
|
Senthil Kumaran
|
ce260142c6
|
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
even when reporthook is None. Patch by Jyrki Pulliainen.
|
2011-11-01 01:35:17 +08:00 |
|
Florent Xicluna
|
c4fec937dc
|
Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling.
|
2011-10-30 20:19:32 +01:00 |
|
Florent Xicluna
|
3fa29f7cd7
|
Closes #13291: NameError in xmlrpc package.
|
2011-10-30 20:18:50 +01:00 |
|
Benjamin Peterson
|
b3b8ba6121
|
bring is_integer into tested existence
|
2011-10-28 19:42:48 -04:00 |
|
Barry Warsaw
|
46ae0efce1
|
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
|
2011-10-28 16:52:17 -04:00 |
|
Florent Xicluna
|
5d1155c08e
|
Closes #13258: Use callable() built-in in the standard library.
|
2011-10-28 14:45:05 +02:00 |
|
Ezio Melotti
|
f50ffa94ab
|
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
|
2011-10-28 13:21:09 +03:00 |
|
Petri Lehtinen
|
e119c403a1
|
Issue #10860: Skip the new test if HTTPS is not available
|
2011-10-26 21:29:15 +03:00 |
|
Charles-François Natali
|
f8859e1808
|
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
|
2011-10-24 18:45:29 +02:00 |
|
Nick Coghlan
|
de31b191e5
|
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
|
2011-10-23 22:04:16 +10:00 |
|
Senthil Kumaran
|
29fa9d4d68
|
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
exceptions, when a document with timestamp earlier than 1980 is provided to
zipfile. Patch contributed by Petri Lehtinen.
|
2011-10-20 01:46:00 +08:00 |
|
Senthil Kumaran
|
1ef0c0349e
|
3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
semicolons. Patch by Ben Darnell and Petri Lehtinen.
|
2011-10-20 01:05:44 +08:00 |
|
Ezio Melotti
|
e130a52d8a
|
Remove duplication.
|
2011-10-19 10:58:56 +03:00 |
|
Łukasz Langa
|
a5a9a9c369
|
Fixes #10860: Handle empty port after port delimiter in httplib
|
2011-10-18 21:17:39 +02:00 |
|
Antoine Pitrou
|
551ba20e8e
|
Issue #13188: When called without an explicit traceback argument,
generator.throw() now gets the traceback from the passed exception's
`__traceback__` attribute. Patch by Petri Lehtinen.
|
2011-10-18 16:40:50 +02:00 |
|
Raymond Hettinger
|
4b779b3785
|
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache.
|
2011-10-15 23:50:42 -07:00 |
|
Ezio Melotti
|
7903913fa6
|
#670664: merge with 3.2.
|
2011-11-01 14:14:15 +02:00 |
|
Florent Xicluna
|
49ce06858b
|
Strengthen the tests for format '%Y', in relation with issue #13305.
|
2011-11-01 12:56:14 +01:00 |
|
Ned Deily
|
d61f9d1715
|
Issue #13304: Skip test case if user site-packages disabled (-s or
PYTHONNOUSERSITE). (Patch by Carl Meyer)
|
2011-10-31 16:22:53 -07:00 |
|
Ross Lagerwall
|
59142db6d3
|
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().
|
2011-10-31 20:34:46 +02:00 |
|
Senthil Kumaran
|
ab06e3f285
|
merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
even when reporthook is None. Patch by Jyrki Pulliainen.
|
2011-11-01 01:39:49 +08:00 |
|
Charles-François Natali
|
39648d11ab
|
test_asyncore: Enable tests of Unix domain sockets with poll().
|
2011-10-31 12:08:09 +01:00 |
|
Florent Xicluna
|
f70fd7092d
|
Merge 3.2
|
2011-10-30 20:24:40 +01:00 |
|
Charles-François Natali
|
fea6cb0285
|
Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...
|
2011-10-29 14:29:39 +02:00 |
|
Charles-François Natali
|
d4621190c9
|
Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch
by Xavier de Gaye.
|
2011-10-29 12:45:56 +02:00 |
|
Benjamin Peterson
|
29037720d1
|
merge 3.2
|
2011-10-28 19:44:00 -04:00 |
|
Barry Warsaw
|
c21a81bf76
|
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
|
2011-10-28 17:08:12 -04:00 |
|
Florent Xicluna
|
68f71a34f4
|
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
|
2011-10-28 16:06:23 +02:00 |
|
Florent Xicluna
|
aabbda5354
|
Merge 3.2
|
2011-10-28 14:52:29 +02:00 |
|
Ezio Melotti
|
91ec2e8a31
|
#13273: merge with 3.2.
|
2011-10-28 13:23:57 +03:00 |
|
Antoine Pitrou
|
41032a69c1
|
Issue #11183: Add finer-grained exceptions to the ssl module, so that
you don't have to inspect the exception's attributes in the common case.
|
2011-10-27 23:56:55 +02:00 |
|
Benjamin Peterson
|
2f8dfcd6f4
|
add a test for an assertion with tuple msg
|
2011-10-27 08:20:01 -04:00 |
|
Victor Stinner
|
2f3ca9f20e
|
Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)
|
2011-10-27 01:38:56 +02:00 |
|
Petri Lehtinen
|
cc9695643f
|
Issue #10860: Skip the new test if HTTPS is not available
|
2011-10-26 21:29:54 +03:00 |
|
Vinay Sajip
|
b9e46e95f8
|
Changed warn() to warning() in logging tests.
|
2011-10-26 13:17:20 +01:00 |
|
Victor Stinner
|
8b905bd9d4
|
Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
used with sys.setdlopenflags().
|
2011-10-25 13:34:04 +02:00 |
|
Victor Stinner
|
e0be423297
|
Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to
the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic
clock
|
2011-10-25 13:06:09 +02:00 |
|
Ezio Melotti
|
90bf5f1171
|
Remove mention of narrow/wide builds and update array doc, add a test.
|
2011-10-25 10:05:34 +03:00 |
|
Charles-François Natali
|
feeb3a366c
|
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
|
2011-10-24 18:47:43 +02:00 |
|