- e670bd4 fix #1409: cell variables were not initialized, by Amaury Forgeot d'Arc · 17 years ago
- af59346 Problem found while converting from PyBytes to PyString: by Amaury Forgeot d'Arc · 17 years ago
- b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
- cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 17 years ago
- d05eb00 Add ABC ByteString which unifies bytes and bytearray (but not memoryview). by Guido van Rossum · 17 years ago
- 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
- b0efee2 Fix an issue with str.translate() in IDLE -- str.translate() only accepts by Guido van Rossum · 17 years ago
- 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
- 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 17 years ago
- e052dd8 Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
- 9414015 Fixed bug #1470 by Christian Heimes · 17 years ago
- 10c476d Correct test_cvs on Windows, as suggested by Raghuram Devarakonda by Amaury Forgeot d'Arc · 17 years ago
- a2d1d7e Oops, I missed this one again (test_univnewlines fails): by Amaury Forgeot d'Arc · 17 years ago
- 1ff9910 Issue1395: Universal mode used to duplicate newlines when using read(1). by Amaury Forgeot d'Arc · 17 years ago
- 87c0f1d Merged revisions 59041-59055 via svnmerge from by Guido van Rossum · 17 years ago
- 87afcbf Tweak the imports so this script will run stand-alone. by Guido van Rossum · 17 years ago
- 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
- 6030a60 remove now-obsolete test_socket_ssl by Bill Janssen · 17 years ago
- d157e69 The _winreg module returns bytes which must be decoded to unicode, not encoded. by Christian Heimes · 17 years ago
- b7b030e Disable dup() of SSLSocket. I don't think it can be made to work. by Guido van Rossum · 17 years ago
- 39eb8fa This is roughly socket2.diff from issue 1378, with a few changes applied by Guido van Rossum · 17 years ago
- dd9e3b8 Correct a failing test when test_import is run after test_coding: by Amaury Forgeot d'Arc · 17 years ago
- 053b4f3 Oops, forgot to test this after the merge. by Guido van Rossum · 17 years ago
- 3d392eb Merged revisions 58947-59004 via svnmerge from by Guido van Rossum · 17 years ago
- 5b8b155 Fix some minor style nits. (I'll leave adding __all__ and making the by Guido van Rossum · 17 years ago
- 65f9ace Correction for issue1134: all source files with a coding spec, except latin-1 by Amaury Forgeot d'Arc · 17 years ago
- c05f42a add the certificate for the Python SVN repository for testing SSL by Bill Janssen · 17 years ago
- 6e027db get SSL support to work again by Bill Janssen · 17 years ago
- fc158e2 Patch 1144 by David Binger, fix for parser module. With unittest. by Guido van Rossum · 17 years ago
- 70021d7 The peeping and bawling of the builtin speaker is giving my poor cat the creeps. by Christian Heimes · 17 years ago
- 86bc33c Patch 1439 by Bill Janssen. I think this will work. by Guido van Rossum · 17 years ago
- f05149a Correction for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
- db4a2ef Another fix for #1414 by Christian Heimes · 17 years ago
- f19169f Fix for refleak tests through regrtest.py -R:: bug #1414 by Christian Heimes · 17 years ago
- 4fe72f9 Patch 1420 by Ron Adam. by Guido van Rossum · 17 years ago
- 32fbe59 Merged revisions 58939-58946 via svnmerge from by Christian Heimes · 17 years ago
- 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
- 29fd712 Minimal change that disables (AFAICT) the interpolation of \u and \U inside by Guido van Rossum · 17 years ago
- 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
- 3ab4f65 seek() has to accept any int-like number by Christian Heimes · 17 years ago
- 8e42a0a Fixed bug #1081: file.seek allows float arguments by Christian Heimes · 17 years ago
- 8bd14fb Fixed #1403 where compileall and py_compile choked on an encoding header in a py file. Both modules need more unit tests. by Christian Heimes · 17 years ago
- 1a13d59 Added unit test to verify that #1087 is invalid. os.popen is using subprocess. by Christian Heimes · 17 years ago
- 3795b53 Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfullargspec() by Christian Heimes · 17 years ago
- 563e33b Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line endings when using read(1)' to outstanding_bugs.py by Christian Heimes · 17 years ago
- 7b6fc8e Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py by Christian Heimes · 17 years ago
- ef181a7 Reset original sys.stdout, stderr and displayhook even in the case of an error by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
- a3538eb Fixed bug #1384 Windows fix for inspect tests by Christian Heimes · 17 years ago
- 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
- 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
- a6c04be Patch 1171 by mfenniak -- allow subclassing of bytes. by Guido van Rossum · 17 years ago
- 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
- 15c9746 Patch 1373 by Adam Hupp. by Guido van Rossum · 17 years ago
- 204093a Removed non ASCII text from test as requested by Guido. by Christian Heimes · 17 years ago
- 568065e Fixes issue1371 and reenables those tests. by Gregory P. Smith · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
- 9033339 Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty. by Christian Heimes · 17 years ago
- e02647a Oh, I missed the output part of the test ... by Christian Heimes · 17 years ago
- 9289bfc Fixed test_dumbdbm by Christian Heimes · 17 years ago
- 6ae5d7f Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep by Christian Heimes · 17 years ago
- 1cd5bd2 make sure to write bytes instead of strings to underlying socket channel by Bill Janssen · 17 years ago
- 8cfe3a3 remove ord() calls on what are now integers rather than characters by Bill Janssen · 17 years ago
- 316414e Fix typo. by Georg Brandl · 17 years ago
- 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
- 6203d8f Patch 1341 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
- 3db4686 fix typo by Fred Drake · 17 years ago
- 5d21255 Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, by Guido van Rossum · 17 years ago
- 1b16ca4 URLError now takes only a single parameter. This was causing by Neal Norwitz · 17 years ago
- 96bf3cc Get a bunch of tests working on Mac OS. I suspect that a bunch of the by Neal Norwitz · 17 years ago
- 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 17 years ago
- ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 17 years ago
- 35d02c1 Delete test_str.py. There's not much there I care about, and it is confused by Guido van Rossum · 17 years ago
- a5d2d55 Patch 1335 by Christian Heimes. by Guido van Rossum · 17 years ago
- 57233cb Patch 1330 by Christian Heimes (with some TLC applied by myself). by Guido van Rossum · 17 years ago
- c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
- daa251c Patch # 1302 by Christian Heimes (with some love from me :-). by Guido van Rossum · 17 years ago
- 79b79ee Patch # 1323 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
- 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
- edbcc13 Remove a test case which is no longer valid. by Georg Brandl · 17 years ago
- 52ddaef Make test_locale pass by removing tests that were designed to handle by Guido van Rossum · 17 years ago
- 39013cd A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. by Thomas Heller · 17 years ago
- bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
- 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
- 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
- 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
- 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
- 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
- 7816e51 Fix exception indexing. by Georg Brandl · 17 years ago
- 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
- ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
- 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
- 630e464 Merge 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
- 66077d8 Merge 58532, 58533, 58534: bsddb.dbtables bug fixes - don't allow null bytes by Gregory P. Smith · 17 years ago
- 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
- 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
- 7648ba8 Make the docstring for io.open() a raw string so that the explanation for the by Brett Cannon · 17 years ago
- cdadf24 Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error. by Kurt B. Kaiser · 17 years ago