| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove file that should have been removed during the merge. | Georg Brandl | 2007-11-01 | 1 | -0/+0 |
|
|
* | Add new directory "using". This should have been in the merge patch, | Georg Brandl | 2007-11-01 | 3 | -0/+628 |
|
|
* | Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.) | Georg Brandl | 2007-11-01 | 1 | -8/+0 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 68 | -746/+805 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 77 | -927/+5051 |
|
|
* | Added unit test for bug http://bugs.python.org/issue1293 | Christian Heimes | 2007-11-01 | 1 | -1/+11 |
|
|
* | Fixed unit tests for os.environ. Some of the tests didn't test at all because... | Christian Heimes | 2007-11-01 | 2 | -8/+48 |
|
|
* | Oh, I missed the output part of the test ... | Christian Heimes | 2007-10-31 | 1 | -2/+2 |
|
|
* | Fixed test_dumbdbm | Christian Heimes | 2007-10-31 | 1 | -2/+5 |
|
|
* | Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not s... | Christian Heimes | 2007-10-31 | 1 | -0/+4 |
|
|
* | Fixed gettext module for Windows. The metadata lines always end in \n and not... | Christian Heimes | 2007-10-31 | 2 | -1/+2 |
|
|
* | Minor correction to the stdprinter object. | Guido van Rossum | 2007-10-30 | 1 | -2/+4 |
|
|
* | Patch 1352 (continued in issue 1329) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 4 | -1/+136 |
|
|
* | make sure to write bytes instead of strings to underlying socket channel | Bill Janssen | 2007-10-30 | 1 | -6/+6 |
|
|
* | remove ord() calls on what are now integers rather than characters | Bill Janssen | 2007-10-30 | 1 | -7/+7 |
|
|
* | Fix typo. | Georg Brandl | 2007-10-30 | 1 | -1/+1 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 10 | -31/+63 |
|
|
* | Bug #1356: Avoid using the C99 keyword 'restrict'. | Martin v. Löwis | 2007-10-29 | 1 | -4/+4 |
|
|
* | Patch 1341 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-29 | 1 | -3/+5 |
|
|
* | fix typo | Fred Drake | 2007-10-29 | 1 | -1/+1 |
|
|
* | Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, | Guido van Rossum | 2007-10-29 | 1 | -1/+4 |
|
|
* | URLError now takes only a single parameter. This was causing | Neal Norwitz | 2007-10-27 | 1 | -2/+2 |
|
|
* | Get a bunch of tests working on Mac OS. I suspect that a bunch of the | Neal Norwitz | 2007-10-27 | 2 | -2/+2 |
|
|
* | Get the locale and pwd tests working on the Solaris box where there | Neal Norwitz | 2007-10-27 | 2 | -4/+9 |
|
|
* | Try to get this test to pass on Win64 by making clean for ssize_t | Neal Norwitz | 2007-10-27 | 1 | -4/+6 |
|
|
* | Get rid of more uses of string and use unicode | Neal Norwitz | 2007-10-27 | 7 | -21/+18 |
|
|
* | Get test_email to pass. There is a problem reading the data file and | Neal Norwitz | 2007-10-27 | 1 | -1/+1 |
|
|
* | Use unicode in more places. Fixes a problem with str8 + str in test. | Neal Norwitz | 2007-10-27 | 2 | -7/+11 |
|
|
* | Sort the method lists for str8 and bytes so differences are more apparent. | Guido van Rossum | 2007-10-26 | 3 | -157/+187 |
|
|
* | Kill PyString_Encode(), which isn't used anywhere. | Guido van Rossum | 2007-10-26 | 2 | -27/+8 |
|
|
* | Delete test_str.py. There's not much there I care about, and it is confused | Guido van Rossum | 2007-10-26 | 1 | -66/+0 |
|
|
* | Patch 1335 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 2 | -3/+121 |
|
|
* | Patch 1330 by Christian Heimes (with some TLC applied by myself). | Guido van Rossum | 2007-10-26 | 2 | -17/+26 |
|
|
* | Fix some Py_ssize_t warnings on Win64 that were probably bugs | Neal Norwitz | 2007-10-26 | 2 | -4/+4 |
|
|
* | Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) | Neal Norwitz | 2007-10-26 | 1 | -1/+1 |
|
|
* | Add a missing news entry about how str8's constructor signature now matches the | Brett Cannon | 2007-10-26 | 1 | -0/+2 |
|
|
* | Patch # 1331 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 7 | -15/+25 |
|
|
* | Patch # 1302 by Christian Heimes (with some love from me :-). | Guido van Rossum | 2007-10-25 | 2 | -12/+48 |
|
|
* | Patch # 1323 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-25 | 2 | -9/+23 |
|
|
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 5 | -255/+4 |
|
|
* | Remove a test case which is no longer valid. | Georg Brandl | 2007-10-24 | 1 | -1/+1 |
|
|
* | Fix a refleak for `filename', introduced in rev. 58466. | Georg Brandl | 2007-10-24 | 1 | -4/+0 |
|
|
* | Fix a broken format in a PyErr_Format() call: %lx is not supported. | Guido van Rossum | 2007-10-24 | 1 | -1/+1 |
|
|
* | Make test_locale pass by removing tests that were designed to handle | Guido van Rossum | 2007-10-24 | 1 | -39/+0 |
|
|
* | A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. | Thomas Heller | 2007-10-24 | 2 | -1/+19 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 15 | -75/+215 |
|
|
* | Patch #1318 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-24 | 14 | -108/+106 |
|
|
* | Patch #1314 by Christian Heimes. | Guido van Rossum | 2007-10-23 | 1 | -3/+2 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 7 | -31/+24 |
|
|
* | Remove duplicate entry for PyObject_AsFileDescriptor. | Georg Brandl | 2007-10-23 | 2 | -6/+7 |
|
|