summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-012-4/+8
* Correct a failing test after merge from trunk.Amaury Forgeot d'Arc2007-11-301-2/+2
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-301-4/+6
* abc's are subclasses of _Abstract, not instances.Christian Heimes2007-11-301-2/+2
* Fixed problem with regrtest caused by the additional of objects to _abcoll.Christian Heimes2007-11-301-1/+6
* Merged revisions 59234-59238 via svnmerge fromChristian Heimes2007-11-301-55/+56
* Backmerge -r59233:59232Christian Heimes2007-11-302-11/+1
* Merged revisions 59226-59233 via svnmerge fromChristian Heimes2007-11-301-0/+34
* Fix for bug #1109Christian Heimes2007-11-302-1/+11
* long integer -> integer.Georg Brandl2007-11-291-7/+7
* Removed more types from the types moduleChristian Heimes2007-11-292-4/+3
* Merged revisions 59202-59211 via svnmerge fromChristian Heimes2007-11-281-0/+13
* I forgot to remove the tests for new *blush*Christian Heimes2007-11-281-158/+0
* Added view and iterator types to collections / _abcollChristian Heimes2007-11-281-3/+43
* Removed the new moduleChristian Heimes2007-11-286-45/+10
* #1496: revert str.translate() to the old version, and addGeorg Brandl2007-11-271-9/+28
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-2710-84/+55
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-2714-76/+65
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-26148-466/+758
* Minor cleanupChristian Heimes2007-11-261-1/+1
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-2518-113/+61
* 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