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 |
Ezio Melotti
|
7903913fa6
|
#670664: merge with 3.2.
|
2011-11-01 14:14:15 +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
|
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 |
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 |
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 |
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 |
Ned Deily
|
d1029c4853
|
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
|
2011-10-30 20:05:30 -07:00 |
Ned Deily
|
7aff451728
|
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
|
2011-10-30 20:01:35 -07:00 |
Florent Xicluna
|
75861df9ab
|
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server.
|
2011-10-30 20:39:24 +01:00 |
Florent Xicluna
|
9783b44bcf
|
Merge heads
|
2011-10-30 20:26:28 +01:00 |
Florent Xicluna
|
2b6403e5d1
|
Merge heads
|
2011-10-30 20:25:29 +01:00 |
Florent Xicluna
|
f70fd7092d
|
Merge 3.2
|
2011-10-30 20:24:40 +01:00 |
Florent Xicluna
|
93dfee1dfc
|
Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client.
|
2011-10-30 20:22:25 +01:00 |
Florent Xicluna
|
3fa29f7cd7
|
Closes #13291: NameError in xmlrpc package.
|
2011-10-30 20:18:50 +01:00 |
Petri Lehtinen
|
a7a32353bf
|
Add Misc/NEWS entry for issue #10519
|
2011-10-30 21:18:25 +02:00 |
Petri Lehtinen
|
cd06a14df7
|
Add Misc/NEWS entry for issue #10519
|
2011-10-30 21:11:09 +02:00 |
Antoine Pitrou
|
6fbbc33440
|
Issue #10363: Deallocate global locks in Py_Finalize().
|
2011-10-30 19:14:46 +01:00 |
Antoine Pitrou
|
8db076cf8a
|
Issue #10363: Deallocate global locks in Py_Finalize().
|
2011-10-30 19:13:55 +01: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 |
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
|
64c1c07201
|
merge heads
|
2011-10-24 21:24:58 +03:00 |
Petri Lehtinen
|
a94200e6ce
|
Issue #13018: Fix reference leaks in error paths in dictobject.c.
Patch by Suman Saha.
|
2011-10-24 21:12:58 +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 |
Florent Xicluna
|
c45fb25fba
|
Issue #13255: wrong docstrings in array module.
|
2011-10-24 13:14:55 +02:00 |
Florent Xicluna
|
023611f34e
|
Issue 13141: Demonstrate recommended style for socketserver examples.
|
2011-10-23 22:40:37 +02:00 |
Barry Warsaw
|
c21a81bf76
|
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
|
2011-10-28 17:08:12 -04: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 |
Victor Stinner
|
7592d0513e
|
Fix the issue number of my cp65001 commit: 13247 => issue #13216
|
2011-10-27 01:43:48 +02:00 |
Victor Stinner
|
2f3ca9f20e
|
Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)
|
2011-10-27 01:38:56 +02:00 |
Victor Stinner
|
82a647b721
|
Fix typo in NEWS
|
2011-10-26 01:42:30 +02: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 |
Petri Lehtinen
|
08a95cabe3
|
merge heads
|
2011-10-24 21:22:39 +03:00 |
Petri Lehtinen
|
24bd5adcff
|
Merge 3.2
|
2011-10-24 21:17:52 +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 |
Florent Xicluna
|
6a985c3549
|
Merge 3.2.
|
2011-10-24 13:17:27 +02:00 |
Mark Dickinson
|
39411f60a2
|
Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module.
|
2011-10-24 10:31:52 +01:00 |
Florent Xicluna
|
e9126b5e3b
|
Merge 3.2
|
2011-10-23 22:44:19 +02:00 |
Mark Dickinson
|
36645681c8
|
Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch.
|
2011-10-23 19:53:01 +01:00 |
Nick Coghlan
|
9715d26305
|
Merge issue 1294232 patch from 3.2
|
2011-10-23 22:36:42 +10: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 |
Meador Inge
|
70d86bdef1
|
Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py
Parser/asdl_c.py was missed in commit 7109f31300fb when _Py_identifier
was replaced with _Py_IDENTIFIER. Thanks to Eric Snow for the patch.
|
2011-10-22 14:06:50 -05:00 |
Ezio Melotti
|
931b8aac80
|
#12753: Add support for Unicode name aliases and named sequences.
|
2011-10-21 21:57:36 +03:00 |
Éric Araujo
|
3764a964ca
|
Banch merge
|
2011-10-21 15:52:10 +02:00 |