| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change read() on SSL socket to return bytes. | Jeremy Hylton | 2007-08-04 | 1 | -4/+7 |
|
|
* | Get rid of a bogus assert when recv_into() is called with a zero-length | Guido van Rossum | 2007-08-03 | 1 | -1/+4 |
|
|
* | SF patch# 1766592 by Paul Colomiets. | Guido van Rossum | 2007-08-03 | 1 | -11/+20 |
|
|
* | Revert previous checkin. | Martin v. Löwis | 2007-07-28 | 1 | -7/+7 |
|
|
* | Return bytes, not str8. | Martin v. Löwis | 2007-07-28 | 1 | -7/+7 |
|
|
* | Return bytes, not string from read(). Makes test_mmap.py pass. | Guido van Rossum | 2007-07-26 | 1 | -1/+1 |
|
|
* | Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). | Guido van Rossum | 2007-07-25 | 1 | -1/+1 |
|
|
* | ccMake test_curses pass. | Guido van Rossum | 2007-07-24 | 1 | -35/+74 |
|
|
* | Make test_tcl.py pass, by accepting unicode strings as variable names. | Guido van Rossum | 2007-07-23 | 1 | -0/+4 |
|
|
* | SF patch# 1759016 by Joe Gregorio, who writes: | Guido van Rossum | 2007-07-23 | 1 | -77/+17 |
|
|
* | Fix merge breakage. | Martin v. Löwis | 2007-07-21 | 3 | -9/+9 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 58 | -551/+435 |
|
|
* | Make audioop and its tests use bytes throughout. | Martin v. Löwis | 2007-07-20 | 1 | -35/+34 |
|
|
* | Merged revisions 56443-56466 via svnmerge from | Guido van Rossum | 2007-07-20 | 1 | -4/+5 |
|
|
* | Getting rid of cPickle. Mmm, feels good! | Guido van Rossum | 2007-07-20 | 1 | -5548/+0 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 4 | -11/+15 |
|
|
* | Change Py_BuildValue to generate Unicode objects for | Martin v. Löwis | 2007-07-18 | 3 | -30/+131 |
|
|
* | Fix for cProfile. | Guido van Rossum | 2007-07-16 | 1 | -0/+3 |
|
|
* | SF patch# 1752647 by Joe Gregorio. | Guido van Rossum | 2007-07-16 | 1 | -9/+9 |
|
|
* | For easier merging, revert ths change; it will be brought back in when | Thomas Heller | 2007-07-13 | 1 | -0/+2 |
|
|
* | c_char, c_char_p objects and c_char array structure fields return | Thomas Heller | 2007-07-13 | 1 | -31/+16 |
|
|
* | Do not accept str8 type in function calls any longer. | Thomas Heller | 2007-07-13 | 2 | -10/+1 |
|
|
* | Remove all the Python 2.3 compatibility markers (the Python 3 ctypes | Thomas Heller | 2007-07-13 | 1 | -46/+0 |
|
|
* | Remove all the Python 2.3 compatibility markers (the Python 3 ctypes | Thomas Heller | 2007-07-13 | 7 | -152/+0 |
|
|
* | Structure fields of type c_char array or c_wchar array accept bytes or | Thomas Heller | 2007-07-13 | 1 | -2/+21 |
|
|
* | c_void_p.from_param accepts bytes. Fix test_prototypes. | Thomas Heller | 2007-07-12 | 1 | -0/+18 |
|
|
* | c_char_p.from_param accepts bytes. Fix test_parameters. | Thomas Heller | 2007-07-12 | 1 | -1/+1 |
|
|
* | Accept bytes as parameter to foreign functions without prototype. | Thomas Heller | 2007-07-12 | 1 | -0/+9 |
|
|
* | Accept bytes for c_wchar_p instances and c_wchar array instances. | Thomas Heller | 2007-07-12 | 1 | -2/+2 |
|
|
* | Change the StgDictObject's proto member to a PyUnicode_Object (was a | Thomas Heller | 2007-07-12 | 1 | -17/+9 |
|
|
* | Accept bytes in c_char_p and c_wchar_p types. | Thomas Heller | 2007-07-12 | 1 | -9/+10 |
|
|
* | ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. | Thomas Heller | 2007-07-12 | 1 | -2/+23 |
|
|
* | Use a unicode string as unique_key instead of 8-bit string. | Thomas Heller | 2007-07-12 | 1 | -1/+1 |
|
|
* | Fix typo in docstring. | Walter Dörwald | 2007-07-12 | 1 | -1/+1 |
|
|
* | Rename PyTclObject_unicode to PyTclObject_str and use this | Walter Dörwald | 2007-07-12 | 1 | -22/+3 |
|
|
* | Second part of sf# 1752225: On windows, emulate ftruncate with Win32 | Thomas Heller | 2007-07-12 | 1 | -4/+37 |
|
|
* | First part of sf# 1752225: Support for wide filenames on Windows. | Thomas Heller | 2007-07-12 | 1 | -9/+12 |
|
|
* | Py_USING_UNICODE is no longer defined on Windows (on posix it is still | Thomas Heller | 2007-07-12 | 2 | -80/+1 |
|
|
* | Use unicode instead of 8-bit strings. | Guido van Rossum | 2007-07-12 | 1 | -6/+6 |
|
|
* | Must create heaptypes with unicode names. | Thomas Heller | 2007-07-11 | 1 | -5/+1 |
|
|
* | PyUnicode_AsEncodedString() returns a bytes object. | Thomas Heller | 2007-07-11 | 1 | -1/+2 |
|
|
* | Merged revisions 56154-56264 via svnmerge from | Guido van Rossum | 2007-07-11 | 1 | -0/+6 |
|
|
* | See SF# 1751801: Windows: Add the _fileio builtin module, and undefine | Thomas Heller | 2007-07-11 | 1 | -1/+7 |
|
|
* | Repair ctypes Structures. | Thomas Heller | 2007-07-11 | 1 | -5/+5 |
|
|
* | Avoid compiler warnings about 'const char*'. | Thomas Heller | 2007-07-11 | 2 | -2/+2 |
|
|
* | PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. | Thomas Heller | 2007-07-11 | 1 | -2/+0 |
|
|
* | Make _ctypes_test.c compile on Windows. | Thomas Heller | 2007-07-11 | 1 | -2/+2 |
|
|
* | Make sure hexdigest() returns str, not str8. | Guido van Rossum | 2007-07-10 | 1 | -11/+6 |
|
|
* | Made test_file pass. This meant adding support for read(-1) and read() | Guido van Rossum | 2007-07-10 | 1 | -7/+70 |
|
|
* | Change hashlib to return bytes from digest() instead of str8. | Guido van Rossum | 2007-07-09 | 3 | -8/+8 |
|
|