summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix #1409: cell variables were not initialized,Amaury Forgeot d'Arc2007-11-241-0/+11
* Problem found while converting from PyBytes to PyString:Amaury Forgeot d'Arc2007-11-221-4/+5
* Removed some leftovers from the str8 daysChristian Heimes2007-11-222-7/+0
* Merged revisions 59077-59104 via svnmerge fromGuido van Rossum2007-11-222-4/+23
* Add ABC ByteString which unifies bytes and bytearray (but not memoryview).Guido van Rossum2007-11-212-5/+26
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-217-13/+17
* Fix an issue with str.translate() in IDLE -- str.translate() only acceptsGuido van Rossum2007-11-211-3/+4
* Rename buffer -> bytearray.Guido van Rossum2007-11-2126-231/+231
* Merged revisions 59056-59076 via svnmerge fromChristian Heimes2007-11-202-14/+21
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-201-1/+3
* Fixed bug #1470Christian Heimes2007-11-201-5/+2
* Correct test_cvs on Windows, as suggested by Raghuram DevarakondaAmaury Forgeot d'Arc2007-11-191-2/+6
* Oops, I missed this one again (test_univnewlines fails):Amaury Forgeot d'Arc2007-11-191-1/+1
* Issue1395: Universal mode used to duplicate newlines when using read(1).Amaury Forgeot d'Arc2007-11-192-97/+236
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-193-14/+64
* Tweak the imports so this script will run stand-alone.Guido van Rossum2007-11-191-2/+2
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-183-0/+176
* remove now-obsolete test_socket_sslBill Janssen2007-11-172-249/+0
* The _winreg module returns bytes which must be decoded to unicode, not encoded.Christian Heimes2007-11-171-3/+3
* Disable dup() of SSLSocket. I don't think it can be made to work.Guido van Rossum2007-11-161-0/+4
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-163-56/+45
* Correct a failing test when test_import is run after test_coding:Amaury Forgeot d'Arc2007-11-162-4/+9
* Oops, forgot to test this after the merge.Guido van Rossum2007-11-161-2/+2
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-163-6/+25
* Fix some minor style nits. (I'll leave adding __all__ and making theGuido van Rossum2007-11-161-46/+38
* Correction for issue1134: all source files with a coding spec, except latin-1Amaury Forgeot d'Arc2007-11-151-1/+21
* add the certificate for the Python SVN repository for testing SSLBill Janssen2007-11-151-0/+31
* get SSL support to work againBill Janssen2007-11-152-440/+338
* Patch 1144 by David Binger, fix for parser module. With unittest.Guido van Rossum2007-11-151-0/+1
* The peeping and bawling of the builtin speaker is giving my poor cat the creeps.Christian Heimes2007-11-151-0/+1
* Patch 1439 by Bill Janssen. I think this will work.Guido van Rossum2007-11-141-85/+21
* Correction for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-131-2/+47
* Another fix for #1414Christian Heimes2007-11-122-2/+5
* Fix for refleak tests through regrtest.py -R:: bug #1414Christian Heimes2007-11-121-28/+32
* Patch 1420 by Ron Adam.Guido van Rossum2007-11-124-49/+58
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-1/+1
* Merged revisions 58930-58938 via svnmerge fromChristian Heimes2007-11-122-11/+39
* Minimal change that disables (AFAICT) the interpolation of \u and \U insideGuido van Rossum2007-11-121-0/+148
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-105-6/+130
* seek() has to accept any int-like numberChristian Heimes2007-11-091-2/+4
* Fixed bug #1081: file.seek allows float argumentsChristian Heimes2007-11-082-0/+6
* Fixed #1403 where compileall and py_compile choked on an encoding header in a...Christian Heimes2007-11-082-1/+4
* Added unit test to verify that #1087 is invalid. os.popen is using subprocess.Christian Heimes2007-11-081-0/+9
* Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...Christian Heimes2007-11-082-4/+45
* Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line en...Christian Heimes2007-11-081-1/+69
* Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug...Christian Heimes2007-11-081-0/+25
* Reset original sys.stdout, stderr and displayhook even in the case of an errorChristian Heimes2007-11-071-9/+10
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-0677-880/+984
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-062-7/+177
* Fixed bug #1384 Windows fix for inspect testsChristian Heimes2007-11-061-12/+20