| Commit message (Expand) | Author | Age | Files | Lines |
* | Marc-Andre Lemburg has found the culprit of the problem in r57142. | Christian Heimes | 2007-11-30 | 1 | -1/+1 |
|
|
* | Merged revisions 59239-59244 via svnmerge from | Christian Heimes | 2007-11-30 | 1 | -0/+83 |
|
|
* | Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows | Christian Heimes | 2007-11-28 | 1 | -50/+63 |
|
|
* | Fixed #1508 Removal of stale code in _csv.c / pyexpat.c | Christian Heimes | 2007-11-28 | 2 | -58/+0 |
|
|
* | Rewrap error message. | Georg Brandl | 2007-11-27 | 1 | -3/+4 |
|
|
* | Merged revisions 59187-59192 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -15/+0 |
|
|
* | The changes to PyMethod_New and the removal of unbound methods breaks ctypes'... | Christian Heimes | 2007-11-27 | 1 | -4/+5 |
|
|
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 | 1 | -0/+4 |
|
|
* | #1479: Fix refleak in csv module (from rev 59062). | Georg Brandl | 2007-11-25 | 1 | -6/+5 |
|
|
* | #1480: fix refleak in the sqlite module. | Georg Brandl | 2007-11-25 | 1 | -4/+5 |
|
|
* | Stream functions like read() are supposed to return bytes, not buffer. | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -17/+9 |
|
|
* | Use PyString instead of PyBytes in wrap_strftime(). | Walter Dörwald | 2007-11-22 | 1 | -10/+10 |
|
|
* | os.environ contains PyUnicode instances and not PyString instances | Christian Heimes | 2007-11-22 | 1 | -3/+3 |
|
|
* | Removed some leftovers from the str8 days | Christian Heimes | 2007-11-22 | 1 | -1/+1 |
|
|
* | In audioop, return PyString instead of PyBytes. | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -31/+31 |
|
|
* | Merged revisions 59077-59104 via svnmerge from | Guido van Rossum | 2007-11-22 | 1 | -2/+3 |
|
|
* | Convert the socket module to insist on bytes for input, and to return bytes | Guido van Rossum | 2007-11-21 | 1 | -30/+25 |
|
|
* | More PyBytes -> PyString. | Guido van Rossum | 2007-11-21 | 1 | -4/+4 |
|
|
* | Make os.read() return bytes, not bytearray. | Guido van Rossum | 2007-11-21 | 1 | -3/+3 |
|
|
* | Return PyString, not PyBytes, for a bytes array. | Guido van Rossum | 2007-11-21 | 1 | -25/+25 |
|
|
* | Make read() and certificate() return bytes instead of bytearray instances. | Guido van Rossum | 2007-11-21 | 1 | -31/+23 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -18/+18 |
|
|
* | Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat) | Christian Heimes | 2007-11-21 | 1 | -1/+2 |
|
|
* | Merged revisions 59056-59076 via svnmerge from | Christian Heimes | 2007-11-20 | 1 | -6/+13 |
|
|
* | The patch from weck does a better job than my original idea. Thanks! | Christian Heimes | 2007-11-20 | 1 | -4/+2 |
|
|
* | os.system: on Windows, avoid encoding the command and use the "wide" function... | Amaury Forgeot d'Arc | 2007-11-20 | 1 | -1/+11 |
|
|
* | Correct test_cvs on Windows, as suggested by Raghuram Devarakonda | Amaury Forgeot d'Arc | 2007-11-19 | 1 | -1/+11 |
|
|
* | Issue1395: Universal mode used to duplicate newlines when using read(1). | Amaury Forgeot d'Arc | 2007-11-19 | 1 | -1/+1 |
|
|
* | Make test_cmd_line_scripts pass by using a unicode string instead of | Guido van Rossum | 2007-11-19 | 1 | -14/+16 |
|
|
* | I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm... | Christian Heimes | 2007-11-18 | 1 | -2/+5 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -40/+80 |
|
|
* | This is roughly socket2.diff from issue 1378, with a few changes applied | Guido van Rossum | 2007-11-16 | 1 | -61/+71 |
|
|
* | Merged revisions 58947-59004 via svnmerge from | Guido van Rossum | 2007-11-16 | 2 | -182/+92 |
|
|
* | Fix for VS 2008 | Christian Heimes | 2007-11-15 | 1 | -0/+6 |
|
|
* | get SSL support to work again | Bill Janssen | 2007-11-15 | 1 | -130/+198 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 6 | -9/+9 |
|
|
* | Fix two compiler warnings on Win64. | Thomas Heller | 2007-11-15 | 2 | -2/+2 |
|
|
* | Patch 1144 by David Binger, fix for parser module. With unittest. | Guido van Rossum | 2007-11-15 | 1 | -12/+12 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 3 | -3/+3 |
|
|
* | Fix for bug #1442 pythonstartup addition of minor error checking | Christian Heimes | 2007-11-14 | 1 | -0/+10 |
|
|
* | Merged revisions 58939-58946 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -35/+41 |
|
|
* | Fixed some of the bugs in the readline module. #1425 is still open and severa... | Christian Heimes | 2007-11-11 | 1 | -14/+19 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 1 | -7/+27 |
|
|
* | Issue 1406: use widechar api for os.environ, on Windows. | Thomas Heller | 2007-11-08 | 1 | -3/+65 |
|
|
* | Fixed bug #1081: file.seek allows float arguments | Christian Heimes | 2007-11-08 | 1 | -0/+4 |
|
|
* | Change a variable to Py_ssize_t to silence a compiler warning (and because it | Brett Cannon | 2007-11-06 | 1 | -1/+1 |
|
|
* | Remove an unused local variable. | Brett Cannon | 2007-11-06 | 1 | -1/+0 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 31 | -368/+340 |
|
|
* | Merged revisions 58817-58861 via svnmerge from | Guido van Rossum | 2007-11-05 | 1 | -15/+25 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 1 | -0/+4 |
|
|