- b972a78 SF patch# 1757683 by Alexandre Vassalotti. Add support for by Guido van Rossum · 18 years ago
- d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 18 years ago
- bf4806b SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn. by Guido van Rossum · 18 years ago
- b8b108f Make doctest pass by specifying the right encoding. by Collin Winter · 18 years ago
- fb56d8f Fix test_uuid.py. Add a note that this module is thread-unsafe. :-( by Guido van Rossum · 18 years ago
- 25d0bd6 Delete failing test that was checking that a slot declaration with by Guido van Rossum · 18 years ago
- 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 18 years ago
- b1a9f27 Fix test_doctest: drop u prefixes; explicitly declare by Martin v. Löwis · 18 years ago
- 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 18 years ago
- f66263c Fix test_cookie.py. by Guido van Rossum · 18 years ago
- 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 18 years ago
- be6fe54 Make test_datetime.py pass by killing all references to cPickle in it. by Guido van Rossum · 18 years ago
- f93254d Fix test_pickle, by reverting the string opcodes (S, T, U) to returning by Guido van Rossum · 18 years ago
- 00058aa Fix a bug in PyUnicode_FromStringAndSize() with signed characters. by Guido van Rossum · 18 years ago
- 814661e Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. by Guido van Rossum · 18 years ago
- 697a84b Make test_unicode pass after the lexer was fixed to turn unicode errors by Guido van Rossum · 18 years ago
- 7eb6ca5 Make test_parser pass after merge. by Guido van Rossum · 18 years ago
- df4a743 Fix test_asyncore after merge. It needs to use bytes. by Guido van Rossum · 18 years ago
- b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 18 years ago
- 5ed317d Do the right thing for CYGWIN. by Guido van Rossum · 18 years ago
- 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 18 years ago
- 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 18 years ago
- a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 18 years ago
- 52b8976 Minimal changes to make ftplib work. Basically, this opens the stream in by Guido van Rossum · 18 years ago
- 93adc5d (1) SF patch# 1755214 by Amaury Forgeot d'Arc which makes some tests by Guido van Rossum · 18 years ago
- dc40ae6 Fix two bugs from the map->itertools.imap switch. by Collin Winter · 18 years ago
- 2c8fef0 Fix a bug in distutils.core's error handling. by Collin Winter · 18 years ago
- e63bae6 Make the test of chr() overflow pass. (Sigh. There are so many redundant tests.) by Guido van Rossum · 18 years ago
- 72e110c Fix a bug from the map->itertools.imap conversion. by Collin Winter · 18 years ago
- 2698631 Make test_pickletools.py pass. by Guido van Rossum · 18 years ago
- 1c5a98a Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
- d77d699 Change a bunch of file encodings from Latin-1 to UTF-8. by Guido van Rossum · 18 years ago
- 6a2ccd0 Fix for one particular test (test_file). There are still four errors. by Guido van Rossum · 18 years ago
- 307fa8c Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. by Guido van Rossum · 18 years ago
- 27ae523 Fix test_uu.py by inserting an explicit conversion from bytes to str by Guido van Rossum · 18 years ago
- 456fe5d Fix a weird use of try/finally to close a file. by Guido van Rossum · 18 years ago
- b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 18 years ago
- 88079f4 Use the encoding specification when reading the source file. by Guido van Rossum · 18 years ago
- 827bfd0 Don't stop installing if compileall fails -- ever. by Guido van Rossum · 18 years ago
- b7d3e65 Improve error handling; don't die from unicode errors or syntax errors. by Guido van Rossum · 18 years ago
- 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 18 years ago
- 49c12ac Fix ctypes tests on OS X. by Thomas Heller · 18 years ago
- 3e6cbf1 For easier merging, revert ths change; it will be brought back in when by Thomas Heller · 18 years ago
- 7f16288 atexit is a builtin module now, provide that on Windows. by Thomas Heller · 18 years ago
- 19b5254 c_char, c_char_p objects and c_char array structure fields return by Thomas Heller · 18 years ago
- 27384da Do not accept str8 type in function calls any longer. by Thomas Heller · 18 years ago
- ace0505 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 18 years ago
- 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 18 years ago
- e5095e1 Structure fields of type c_char array or c_wchar array accept bytes or by Thomas Heller · 18 years ago
- 745f5e2 No crashes on Linux in the ctypes test suite any longer, so we can by Thomas Heller · 18 years ago
- f4f771f Fix segfault on Linux. by Thomas Heller · 18 years ago
- 8750384 More easy fixes. The ctypes unittests pass now (on Windows). by Thomas Heller · 18 years ago
- d660fab binascii.hexlify returns a bytes object; we must convert it to str by Thomas Heller · 18 years ago
- 0d8a1fd Simple fixes. by Thomas Heller · 18 years ago
- d68d131 Simple fixes. by Thomas Heller · 18 years ago
- f0d8b6e Simple fixes. by Thomas Heller · 18 years ago
- 3821e31 c_void_p.from_param accepts bytes. Fix test_prototypes. by Thomas Heller · 18 years ago
- 3d79dd9 c_char_p.from_param accepts bytes. Fix test_parameters. by Thomas Heller · 18 years ago
- 7a76e8f Fix another test. by Thomas Heller · 18 years ago
- 9ccf468 test_slicing does not segfault under linux anymore, so we can run this by Thomas Heller · 18 years ago
- 7775c71 Accept bytes as parameter to foreign functions without prototype. by Thomas Heller · 18 years ago
- 6083131 Accept bytes for c_wchar_p instances and c_wchar array instances. by Thomas Heller · 18 years ago
- d076228 Change the StgDictObject's proto member to a PyUnicode_Object (was a by Thomas Heller · 18 years ago
- 2c5e964 Accept bytes in c_char_p and c_wchar_p types. by Thomas Heller · 18 years ago
- 3af4266 ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. by Thomas Heller · 18 years ago
- f7c6d86 Use a unicode string as unique_key instead of 8-bit string. by Thomas Heller · 18 years ago
- a188466 Fix typo in docstring. by Walter Dörwald · 18 years ago
- 6720d91 Rename PyTclObject_unicode to PyTclObject_str and use this by Walter Dörwald · 18 years ago
- 7c1ebe3 Fix a ctypes test. by Thomas Heller · 18 years ago
- 1f498ef Fix a ctypes test. by Thomas Heller · 18 years ago
- b0f48ab Skip testing the special file "/dev/tty" on Windows. This test does by Thomas Heller · 18 years ago
- fdeee3a Second part of sf# 1752225: On windows, emulate ftruncate with Win32 by Thomas Heller · 18 years ago
- af2be26 First part of sf# 1752225: Support for wide filenames on Windows. by Thomas Heller · 18 years ago
- 5fa3f05 Py_USING_UNICODE is no longer defined on Windows (on posix it is still by Thomas Heller · 18 years ago
- e409b97 Make this a pure-ASCII file. This used to have a Latin-1 coding and by Guido van Rossum · 18 years ago
- fc0ffb7 Merged revisions 56265-56300 via svnmerge from by Guido van Rossum · 18 years ago
- a5d0c26 Fix for tet_bigmem.py (the failure was caused by a spurious reference by Guido van Rossum · 18 years ago
- 652f446 Fixes for str/uni/bytes for gettext.py. test_gettext.py passes. by Guido van Rossum · 18 years ago
- 076da09 Fix asynchat to use bytes instead of strings. by Guido van Rossum · 18 years ago
- e7a0d39 Fixed a refcount leak in _PyUnicode_AsDefaultEncodedString(). by Guido van Rossum · 18 years ago
- dc09715 Use unicode instead of 8-bit strings. by Guido van Rossum · 18 years ago
- c3e7ffc obcheckin. by Guido van Rossum · 18 years ago
- bdab7d3 Fix test_poll.py. By Christian Heimes. by Guido van Rossum · 18 years ago
- 3ed0acc Must create heaptypes with unicode names. by Thomas Heller · 18 years ago
- ace8ba8 Revert a wrong commit. by Thomas Heller · 18 years ago
- f630dac Must create heaptypes with unicode names. by Thomas Heller · 18 years ago
- acb470c Fix the test; solution found by Christian Heimes. Thanks! by Thomas Heller · 18 years ago
- f5af466 Fix one more ctypes test, and disable the tests that were segfaulting. by Thomas Heller · 18 years ago
- c92159a dict.keys() returns an iterable, convert it into a list. by Thomas Heller · 18 years ago
- 3b64580 Remove unused local variable. by Thomas Heller · 18 years ago
- e16d250 PyUnicode_AsEncodedString() returns a bytes object. by Thomas Heller · 18 years ago
- 13eb6ca Fix some more ctypes tests. by Thomas Heller · 18 years ago
- 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 18 years ago
- c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 18 years ago
- 9004427 Fix some simple ctypes tests. by Thomas Heller · 18 years ago
- 982479d Repair ctypes Structures. by Thomas Heller · 18 years ago
- 67611a6 Avoid compiler warnings about 'const char*'. by Thomas Heller · 18 years ago
- e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 18 years ago
- c9b9de1 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 18 years ago
- 9abb963 print() is a function now. by Thomas Heller · 18 years ago