52028 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)
 

Author SHA1 Message Date
Éric Araujo 261ccdce48 Minor tweak to packaging tests. 14 years ago
Éric Araujo a963e0d917 Undo potentially confusing name change in packaging. 14 years ago
Éric Araujo 4e377f215d Make sure packaging tests that register custom commands also clear them 14 years ago
Éric Araujo 8e5d7cbca1 Remove obsolete/duplicate entries 14 years ago
Éric Araujo 03b0819389 Try to fix buildbot failures from #13193 14 years ago
Charles-François Natali 88c2e45367 asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag 14 years ago
Petri Lehtinen 064e39330d Issue #3067: Enhance the documentation and docstring of locale.setlocale() 14 years ago
Petri Lehtinen 395ca72380 Issue #3067: Enhance the documentation and docstring of locale.setlocale() 14 years ago
Petri Lehtinen 8c481b6212 Fix Maildir initialization so that maildir contents are read correctly. 14 years ago
Petri Lehtinen 8c482ee955 Fix Maildir initialization so that maildir contents are read correctly. 14 years ago
Victor Stinner f16a350baf Oops, really fix gdb/libpython.py for not ready Unicode strings 14 years ago
Amaury Forgeot d'Arc 9028a10144 Issue #13343: Fix a SystemError when a lambda expression uses a global 14 years ago
Amaury Forgeot d'Arc 97c1bef6a4 Issue #13343: Fix a SystemError when a lambda expression uses a global 14 years ago
Florent Xicluna 3dbb1f17cb Fix test_urllib2 error on Windows in relation with issue #13287. 14 years ago
Petri Lehtinen 245a94b6e8 Merge heads 14 years ago
Victor Stinner c06bb7affd Avoid the Py_UNICODE type in codecs.c 14 years ago
Victor Stinner b31f1bcd99 PyCodec_XMLCharRefReplaceError(): Remove unused variable 14 years ago
Petri Lehtinen c9f38462ee Issue #3067: Fix the error raised by locale.setlocale() 14 years ago
Petri Lehtinen 3c85fe07f4 Issue #3067: Fix the error raised by locale.setlocale() 14 years ago
Victor Stinner e30c0a1014 Fix gdb/libpython.py for not ready Unicode strings 14 years ago
Victor Stinner 2fc507fe45 Replace tabs by spaces 14 years ago
Martin v. Löwis 12be46ca84 Drop Py_UNICODE based encode exceptions. 14 years ago
Martin v. Löwis 3d325191bf Port code page codec to Unicode API. 14 years ago
Martin v. Löwis 8ba79306d1 Fix C89 incompatibility. 14 years ago
Martin v. Löwis b09af03b8a Port error handlers from Py_UNICODE indexing to code point indexing. 14 years ago
Florent Xicluna 495dcbd5c1 Merge 3.2: issue #13140 14 years ago
Florent Xicluna 12b66b5217 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. 14 years ago
Victor Stinner 3d7acb08c4 Issue #12342: Fix compilation on Mac OS X 14 years ago
Florent Xicluna 54540ec917 Remove redundant imports. 14 years ago
Florent Xicluna c53ae58954 Drop unused import in unittest package. 14 years ago
Ross Lagerwall ab1078b987 (Merge 3.2) Issue #13339. 14 years ago
Ross Lagerwall dcfde5aac9 Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. 14 years ago
Victor Stinner 6777e6f9b1 (Merge 3.2) Issue #12342: Improve _tkinter error message on unencodable character 14 years ago
Victor Stinner 7ab4192e82 Issue #12342: Improve _tkinter error message on unencodable character 14 years ago
Victor Stinner fcd9653667 Fix a compiler warning in unicode_encode_ucs1() 14 years ago
Victor Stinner fc026c98d8 Fix PyUnicode_EncodeCharmap() 14 years ago
Victor Stinner 7931d9a951 Replace PyUnicodeObject type by PyObject 14 years ago
Victor Stinner 76a31a6bff Cleanup decode_code_page_stateful() and encode_code_page() 14 years ago
Florent Xicluna a9e73640bf Oversight in previous commit for test_pep277. 14 years ago
Florent Xicluna 65eb453d28 Use PEP-3151 exceptions for test_pep277. 14 years ago
Victor Stinner 7581cef699 Adapt the code page encoder to the new unicode_encode_call_errorhandler() 14 years ago
Victor Stinner 65f51bb150 (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead 14 years ago
Victor Stinner b3bc7e764d Issue #10570: curses.putp() is now expecting a byte string, instead of a 14 years ago
Éric Araujo 6fc41dd1e3 Merge 3.2 14 years ago
Éric Araujo 146f870916 Branch merge 14 years ago
Éric Araujo 9c2f42f253 Branch merge 14 years ago
Éric Araujo 7855a1abec Actually check the contents of the file created by packaging’s bdist_dumb 14 years ago
Éric Araujo e64052176d Merge follow-up for #11254 and other changes from 3.2 14 years ago
Éric Araujo 880801501b Improve byte-compilation in packaging to be independent of -O or -B. 14 years ago
Éric Araujo a083823a85 Avoid relying on the default reST role in logging library doc 14 years ago