Victor Stinner
|
df5bccc8a3
|
(Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,
instead of a Unicode string.
This is an incompatible change, but the previous behaviour was completly wrong.
|
2011-11-02 23:47:58 +01:00 |
|
Victor Stinner
|
2662133a05
|
Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
Unicode string.
This is an incompatible change, but the previous behaviour was completly wrong.
|
2011-11-02 23:45:29 +01:00 |
|
Brian Curtin
|
2787ea41fd
|
Fix a compile error (apparently Windows only) introduced in 295fdfd4f422
|
2011-11-02 15:09:37 -05:00 |
|
Charles-François Natali
|
cf85c300cf
|
test_asyncore: Actually try to received OOB data.
|
2011-11-02 20:30:59 +01:00 |
|
Charles-François Natali
|
b2cca00c14
|
Issue #13308: Fix test_httpservers failures when run as root.
|
2011-11-02 19:36:02 +01:00 |
|
Charles-François Natali
|
f7ed9fc063
|
Issue #13308: Fix test_httpservers failures when run as root.
|
2011-11-02 19:35:14 +01:00 |
|
Charles-François Natali
|
23e1ecbd66
|
Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.
|
2011-11-02 18:58:25 +01:00 |
|
Ezio Melotti
|
ca897e960a
|
#13295: http.server now produces valid HTML 4.01 strict.
|
2011-11-02 19:33:29 +02:00 |
|
Martin v. Löwis
|
23e275b3ad
|
Port UCS1 and charmap codecs to new API.
|
2011-11-02 18:02:51 +01:00 |
|
Martin v. Löwis
|
9e8166843c
|
Introduce PyObject* API for raising encode errors.
|
2011-11-02 12:45:42 +01:00 |
|
Florent Xicluna
|
2fbc185209
|
Issue #13312: skip the failing negative years for now.
|
2011-11-02 08:13:43 +01:00 |
|
Florent Xicluna
|
dfee6c8dee
|
Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue #13312).
|
2011-11-02 03:22:15 +01:00 |
|
Florent Xicluna
|
e2a732e706
|
Issue #13312: skip the single failing value for now.
|
2011-11-02 01:28:17 +01:00 |
|
Florent Xicluna
|
91d5193b3a
|
Closes #2892: preserve iterparse events in case of SyntaxError.
|
2011-11-01 23:31:09 +01:00 |
|
Martin v. Löwis
|
5f4f4c5960
|
Replace Py_UNICODE_strchr with PyUnicode_FindChar.
|
2011-11-01 18:42:23 +01:00 |
|
Florent Xicluna
|
d1bd7f7730
|
Additional tests for negative years.
|
2011-11-01 23:42:05 +01:00 |
|
Florent Xicluna
|
f24e7e6c41
|
Merge 3.2: issue #2892
|
2011-11-01 23:33:14 +01:00 |
|
Ezio Melotti
|
f588dd60cc
|
Merge test improvements from 3.2.
|
2011-11-01 18:58:19 +02:00 |
|
Ezio Melotti
|
c1e73c30e9
|
Make sure that the tolerant parser still parses valid HTML correctly.
|
2011-11-01 18:57:15 +02:00 |
|
Florent Xicluna
|
725af4dc1d
|
Lowercase the test name, to run last.
|
2011-11-01 17:42:24 +01:00 |
|
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
|
4c875a986f
|
'HTTPSHandler' and not the type.
|
2011-11-01 23:57:57 +08:00 |
|
Senthil Kumaran
|
0d54eb9bdc
|
Append HTTPSHandler to __all__ when it is available.
|
2011-11-01 23:49:46 +08: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 |
|
Sandro Tosi
|
4bfe03a42e
|
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@
|
2011-11-01 10:32:05 +01: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 |
|
Sandro Tosi
|
53bcd66012
|
use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@
|
2011-10-31 17:46:04 +01:00 |
|
Sandro Tosi
|
69e59a17dd
|
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
|
2011-10-31 17:15:39 +01:00 |
|
Jesus Cea
|
5032292f9e
|
Closes #13283: removal of two unused variable in locale.py
|
2011-10-31 16:03:34 +01:00 |
|
Sandro Tosi
|
e348455f5f
|
document turtle done() function; thanks to Csaba Szepesvari from docs@
|
2011-10-31 10:12:43 +01: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 |
|
Sandro Tosi
|
567493fe26
|
caught is the right pp of catch; thanks to Don Bennett from docs@
|
2011-10-31 02:41:06 +01:00 |
|
Raymond Hettinger
|
6f45d18c24
|
Improve itertools docs with clearer examples of pure python equivalent code.
|
2011-10-30 15:06:14 -07:00 |
|
Raymond Hettinger
|
e584457e24
|
Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case.
|
2011-10-30 14:32:54 -07:00 |
|
Florent Xicluna
|
9783b44bcf
|
Merge heads
|
2011-10-30 20:26:28 +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
|
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 |
|
Petri Lehtinen
|
cd06a14df7
|
Add Misc/NEWS entry for issue #10519
|
2011-10-30 21:11:09 +02:00 |
|
Benjamin Peterson
|
2b50a01d11
|
remove unused variable
|
2011-10-30 14:24:44 -04:00 |
|
Antoine Pitrou
|
8db076cf8a
|
Issue #10363: Deallocate global locks in Py_Finalize().
|
2011-10-30 19:13:55 +01:00 |
|