summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the rest of issue 1400, by introducing a proper implementation ofGuido van Rossum2007-12-064-36/+57
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-053-4/+8
* You are right, Guido. The newline argument is easier to use.Christian Heimes2007-12-051-4/+4
* Fixed line separator problem on WindowsChristian Heimes2007-12-051-2/+2
* Fixed two small problems in regrtest found by Amaury. This fixes issue #1539....Christian Heimes2007-12-051-2/+3
* Believe it or not, the addition of flush() calls broke two unittests.Guido van Rossum2007-12-052-2/+30
* most recent changes to SSL module to support non-blocking sockets properlyBill Janssen2007-12-051-10/+25
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-0438-131/+130
* Merged revisions 59323-59332 via svnmerge fromChristian Heimes2007-12-041-16/+31
* Issue #1283: Allow any iterable of integers to be passed toAlexandre Vassalotti2007-12-041-0/+18
* Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum2007-12-032-9/+67
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-0317-206/+2858
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-033-672/+1
* Patch #1537 from Chad AustinChristian Heimes2007-12-033-1/+672
* Fixed merge accident. Next time I'm going to run the entire test suite ...Christian Heimes2007-12-021-14/+14
* The bz2 codec isn't supported any more. I've also commented out several codec...Christian Heimes2007-12-022-120/+18
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-023-1/+220
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-0234-155/+154
* 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