2007-07-21 |
Guido van Rossum | SF patch# 1757839 by Alexandre Vassalotti -- make test_... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Guido van Rossum | SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Collin Winter | Make doctest pass by specifying the right encoding. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Fix test_uuid.py. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Delete failing test that was checking that a slot decla... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin v. Löwis | Make audioop and its tests use bytes throughout. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin v. Löwis | Fix test_doctest: drop u prefixes; explicitly declare |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Merged revisions 56443-56466 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Fix test_cookie.py. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Guido van Rossum | Getting rid of cPickle. Mmm, feels good! |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Guido van Rossum | Make test_datetime.py pass by killing all references... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Guido van Rossum | Fix test_pickle, by reverting the string opcodes (S... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Guido van Rossum | Fix a bug in PyUnicode_FromStringAndSize() with signed... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Fix test_zipfile.py. (Why was it passing before?) |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Make test_unicode pass after the lexer was fixed to... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Make test_parser pass after merge. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Fix test_asyncore after merge. It needs to use bytes. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Merged revisions 56301-56442 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Guido van Rossum | Do the right thing for CYGWIN. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin v. Löwis | Change Py_BuildValue to generate Unicode objects for |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Run 2to3 over the Demo/ directory to shut up parse... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | Minimal changes to make ftplib work. Basically, this... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | (1) SF patch# 1755214 by Amaury Forgeot d'Arc which... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Fix two bugs from the map->itertools.imap switch. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Fix a bug in distutils.core's error handling. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | Make the test of chr() overflow pass. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Collin Winter | Fix a bug from the map->itertools.imap conversion. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Guido van Rossum | Make test_pickletools.py pass. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix for cProfile. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Change a bunch of file encodings from Latin-1 to UTF-8. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix for one particular test (test_file). There are... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix test_uu.py by inserting an explicit conversion... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | Fix a weird use of try/finally to close a file. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Guido van Rossum | SF patch# 1752647 by Joe Gregorio. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Use the encoding specification when reading the source... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Don't stop installing if compileall fails -- ever. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Improve error handling; don't die from unicode errors... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Guido van Rossum | Make chr() and ord() return/accept surrogate pairs... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Thomas Heller | Fix ctypes tests on OS X. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | For easier merging, revert ths change; it will be broug... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | atexit is a builtin module now, provide that on Windows. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | c_char, c_char_p objects and c_char array structure... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Do not accept str8 type in function calls any longer. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Remove all the Python 2.3 compatibility markers (the... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Remove all the Python 2.3 compatibility markers (the... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Thomas Heller | Structure fields of type c_char array or c_wchar array... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | No crashes on Linux in the ctypes test suite any longer... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Fix segfault on Linux. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | More easy fixes. The ctypes unittests pass now (on... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | binascii.hexlify returns a bytes object; we must conver... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Simple fixes. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Simple fixes. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Simple fixes. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | c_void_p.from_param accepts bytes. Fix test_prototypes. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | c_char_p.from_param accepts bytes. Fix test_parameters. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Fix another test. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | test_slicing does not segfault under linux anymore... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Accept bytes as parameter to foreign functions without... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Accept bytes for c_wchar_p instances and c_wchar array... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Change the StgDictObject's proto member to a PyUnicode_... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Accept bytes in c_char_p and c_wchar_p types. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | ctypes.c_char and ctypes.c_wchar now accept initializat... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Use a unicode string as unique_key instead of 8-bit... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Walter Dörwald | Fix typo in docstring. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Walter Dörwald | Rename PyTclObject_unicode to PyTclObject_str and use... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Fix a ctypes test. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Fix a ctypes test. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Skip testing the special file "/dev/tty" on Windows... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Second part of sf# 1752225: On windows, emulate ftrunca... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | First part of sf# 1752225: Support for wide filenames... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Thomas Heller | Py_USING_UNICODE is no longer defined on Windows (on... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Guido van Rossum | Make this a pure-ASCII file. This used to have a Latin... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Guido van Rossum | Merged revisions 56265-56300 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Guido van Rossum | Fix for tet_bigmem.py (the failure was caused by a... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Guido van Rossum | Fixes for str/uni/bytes for gettext.py. test_gettext... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Guido van Rossum | Fix asynchat to use bytes instead of strings. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Guido van Rossum | Fixed a refcount leak in _PyUnicode_AsDefaultEncodedStr... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Guido van Rossum | Use unicode instead of 8-bit strings. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Guido van Rossum | obcheckin. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Guido van Rossum | Fix test_poll.py. By Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Must create heaptypes with unicode names. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Revert a wrong commit. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Must create heaptypes with unicode names. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Fix the test; solution found by Christian Heimes. ... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Fix one more ctypes test, and disable the tests that... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | dict.keys() returns an iterable, convert it into a... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Remove unused local variable. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | PyUnicode_AsEncodedString() returns a bytes object. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Fix some more ctypes tests. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Guido van Rossum | Merged revisions 56154-56264 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | See SF# 1751801: Windows: Add the _fileio builtin modul... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Fix some simple ctypes tests. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Repair ctypes Structures. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Avoid compiler warnings about 'const char*'. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Guido van Rossum | Patch by Christian Heimes to change self.assert_(x... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | PyType_stgdict() returns a borrowed reference which... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | print() is a function now. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Thomas Heller | Make _ctypes_test.c compile on Windows. |
commit | commitdiff | tree | snapshot |
next |