| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #1409: cell variables were not initialized, | Amaury Forgeot d'Arc | 2007-11-24 | 1 | -0/+11 |
|
|
* | Problem found while converting from PyBytes to PyString: | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -4/+5 |
|
|
* | Removed some leftovers from the str8 days | Christian Heimes | 2007-11-22 | 2 | -7/+0 |
|
|
* | Merged revisions 59077-59104 via svnmerge from | Guido van Rossum | 2007-11-22 | 2 | -4/+23 |
|
|
* | Add ABC ByteString which unifies bytes and bytearray (but not memoryview). | Guido van Rossum | 2007-11-21 | 2 | -5/+26 |
|
|
* | Convert the socket module to insist on bytes for input, and to return bytes | Guido van Rossum | 2007-11-21 | 7 | -13/+17 |
|
|
* | Fix an issue with str.translate() in IDLE -- str.translate() only accepts | Guido van Rossum | 2007-11-21 | 1 | -3/+4 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 26 | -231/+231 |
|
|
* | Merged revisions 59056-59076 via svnmerge from | Christian Heimes | 2007-11-20 | 2 | -14/+21 |
|
|
* | Another fix for test_shutil. Martin pointed out that it breaks some build bots | Christian Heimes | 2007-11-20 | 1 | -1/+3 |
|
|
* | Fixed bug #1470 | Christian Heimes | 2007-11-20 | 1 | -5/+2 |
|
|
* | Correct test_cvs on Windows, as suggested by Raghuram Devarakonda | Amaury Forgeot d'Arc | 2007-11-19 | 1 | -2/+6 |
|
|
* | Oops, I missed this one again (test_univnewlines fails): | Amaury Forgeot d'Arc | 2007-11-19 | 1 | -1/+1 |
|
|
* | Issue1395: Universal mode used to duplicate newlines when using read(1). | Amaury Forgeot d'Arc | 2007-11-19 | 2 | -97/+236 |
|
|
* | Merged revisions 59041-59055 via svnmerge from | Guido van Rossum | 2007-11-19 | 3 | -14/+64 |
|
|
* | Tweak the imports so this script will run stand-alone. | Guido van Rossum | 2007-11-19 | 1 | -2/+2 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 3 | -0/+176 |
|
|
* | remove now-obsolete test_socket_ssl | Bill Janssen | 2007-11-17 | 2 | -249/+0 |
|
|
* | The _winreg module returns bytes which must be decoded to unicode, not encoded. | Christian Heimes | 2007-11-17 | 1 | -3/+3 |
|
|
* | Disable dup() of SSLSocket. I don't think it can be made to work. | Guido van Rossum | 2007-11-16 | 1 | -0/+4 |
|
|
* | This is roughly socket2.diff from issue 1378, with a few changes applied | Guido van Rossum | 2007-11-16 | 3 | -56/+45 |
|
|
* | Correct a failing test when test_import is run after test_coding: | Amaury Forgeot d'Arc | 2007-11-16 | 2 | -4/+9 |
|
|
* | Oops, forgot to test this after the merge. | Guido van Rossum | 2007-11-16 | 1 | -2/+2 |
|
|
* | Merged revisions 58947-59004 via svnmerge from | Guido van Rossum | 2007-11-16 | 3 | -6/+25 |
|
|
* | Fix some minor style nits. (I'll leave adding __all__ and making the | Guido van Rossum | 2007-11-16 | 1 | -46/+38 |
|
|
* | Correction for issue1134: all source files with a coding spec, except latin-1 | Amaury Forgeot d'Arc | 2007-11-15 | 1 | -1/+21 |
|
|
* | add the certificate for the Python SVN repository for testing SSL | Bill Janssen | 2007-11-15 | 1 | -0/+31 |
|
|
* | get SSL support to work again | Bill Janssen | 2007-11-15 | 2 | -440/+338 |
|
|
* | Patch 1144 by David Binger, fix for parser module. With unittest. | Guido van Rossum | 2007-11-15 | 1 | -0/+1 |
|
|
* | The peeping and bawling of the builtin speaker is giving my poor cat the creeps. | Christian Heimes | 2007-11-15 | 1 | -0/+1 |
|
|
* | Patch 1439 by Bill Janssen. I think this will work. | Guido van Rossum | 2007-11-14 | 1 | -85/+21 |
|
|
* | Correction for issue1265 (pdb bug with "with" statement). | Amaury Forgeot d'Arc | 2007-11-13 | 1 | -2/+47 |
|
|
* | Another fix for #1414 | Christian Heimes | 2007-11-12 | 2 | -2/+5 |
|
|
* | Fix for refleak tests through regrtest.py -R:: bug #1414 | Christian Heimes | 2007-11-12 | 1 | -28/+32 |
|
|
* | Patch 1420 by Ron Adam. | Guido van Rossum | 2007-11-12 | 4 | -49/+58 |
|
|
* | Merged revisions 58939-58946 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -1/+1 |
|
|
* | Merged revisions 58930-58938 via svnmerge from | Christian Heimes | 2007-11-12 | 2 | -11/+39 |
|
|
* | Minimal change that disables (AFAICT) the interpolation of \u and \U inside | Guido van Rossum | 2007-11-12 | 1 | -0/+148 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 5 | -6/+130 |
|
|
* | seek() has to accept any int-like number | Christian Heimes | 2007-11-09 | 1 | -2/+4 |
|
|
* | Fixed bug #1081: file.seek allows float arguments | Christian Heimes | 2007-11-08 | 2 | -0/+6 |
|
|
* | Fixed #1403 where compileall and py_compile choked on an encoding header in a... | Christian Heimes | 2007-11-08 | 2 | -1/+4 |
|
|
* | Added unit test to verify that #1087 is invalid. os.popen is using subprocess. | Christian Heimes | 2007-11-08 | 1 | -0/+9 |
|
|
* | Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla... | Christian Heimes | 2007-11-08 | 2 | -4/+45 |
|
|
* | Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line en... | Christian Heimes | 2007-11-08 | 1 | -1/+69 |
|
|
* | Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug... | Christian Heimes | 2007-11-08 | 1 | -0/+25 |
|
|
* | Reset original sys.stdout, stderr and displayhook even in the case of an error | Christian Heimes | 2007-11-07 | 1 | -9/+10 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 77 | -880/+984 |
|
|
* | Merged revisions 58862-58885 via svnmerge from | Guido van Rossum | 2007-11-06 | 2 | -7/+177 |
|
|
* | Fixed bug #1384 Windows fix for inspect tests | Christian Heimes | 2007-11-06 | 1 | -12/+20 |
|
|