Éric Araujo
|
4e377f215d
|
Make sure packaging tests that register custom commands also clear them
|
2011-11-06 07:01:18 +01:00 |
|
Petri Lehtinen
|
8c481b6212
|
Fix Maildir initialization so that maildir contents are read correctly.
Closes #13254.
|
2011-11-05 09:46:10 +02:00 |
|
Petri Lehtinen
|
8c482ee955
|
Fix Maildir initialization so that maildir contents are read correctly.
Closes #13254.
|
2011-11-05 09:44:59 +02:00 |
|
Amaury Forgeot d'Arc
|
9028a10144
|
Issue #13343: Fix a SystemError when a lambda expression uses a global
variable in the default value of a keyword-only argument:
(lambda *, arg=GLOBAL_NAME: None)
|
2011-11-04 22:29:24 +01:00 |
|
Amaury Forgeot d'Arc
|
97c1bef6a4
|
Issue #13343: Fix a SystemError when a lambda expression uses a global
variable in the default value of a keyword-only argument:
(lambda *, arg=GLOBAL_NAME: None)
|
2011-11-04 22:17:45 +01:00 |
|
Florent Xicluna
|
3dbb1f17cb
|
Fix test_urllib2 error on Windows in relation with issue #13287.
|
2011-11-04 22:15:37 +01:00 |
|
Petri Lehtinen
|
c9f38462ee
|
Issue #3067: Fix the error raised by locale.setlocale()
|
2011-11-04 22:22:03 +02:00 |
|
Petri Lehtinen
|
3c85fe07f4
|
Issue #3067: Fix the error raised by locale.setlocale()
|
2011-11-04 22:21:07 +02:00 |
|
Martin v. Löwis
|
3d325191bf
|
Port code page codec to Unicode API.
|
2011-11-04 18:23:06 +01:00 |
|
Florent Xicluna
|
495dcbd5c1
|
Merge 3.2: issue #13140
|
2011-11-04 10:22:57 +01:00 |
|
Florent Xicluna
|
12b66b5217
|
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
|
2011-11-04 10:16:28 +01:00 |
|
Victor Stinner
|
76a31a6bff
|
Cleanup decode_code_page_stateful() and encode_code_page()
* Fix decode_code_page_errors() result
* Inline decode_code_page() and encode_code_page_chunk()
* Replace the PyUnicodeObject type by PyObject
|
2011-11-04 00:05:13 +01:00 |
|
Florent Xicluna
|
a9e73640bf
|
Oversight in previous commit for test_pep277.
|
2011-11-03 23:44:15 +01:00 |
|
Florent Xicluna
|
65eb453d28
|
Use PEP-3151 exceptions for test_pep277.
|
2011-11-03 23:11:14 +01:00 |
|
Victor Stinner
|
65f51bb150
|
(Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead
of a Unicode string.
This is an incompatible change, but putp() is used to emit terminfo commands,
which are bytes strings, not Unicode strings.
|
2011-11-03 20:36:55 +01:00 |
|
Victor Stinner
|
b3bc7e764d
|
Issue #10570: curses.putp() is now expecting a byte string, instead of a
Unicode string.
This is an incompatible change, but putp() is used to emit terminfo commands,
which are bytes strings, not Unicode strings.
|
2011-11-03 20:35:40 +01:00 |
|
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 |
|
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 |
|
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 |
|