summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Change the 227 response parser to use a more liberal regularGuido van Rossum2001-08-171-7/+9
* classic(),metods(): add tests to verify that a bound method without aGuido van Rossum2001-08-171-0/+2
* classic(), methods(): add another test relating to unbound methods:Guido van Rossum2001-08-171-0/+6
* Add early binding of methods to the 2nd metaclass example.Guido van Rossum2001-08-171-1/+6
* metaclass(): add tests for metaclasses written in Python: one thatGuido van Rossum2001-08-171-0/+33
* Added a test for module repr truncation when the package name isBarry Warsaw2001-08-161-0/+35
* classobject.c:instancemethod_descr_get(): when a bound method isGuido van Rossum2001-08-161-1/+1
* [Patch #441691] preprocess() method for Borland C compiler.Andrew M. Kuchling2001-08-161-1/+35
* test_descr started breaking in yet another way in the same place.Tim Peters2001-08-161-2/+6
* New unit test for the mimetypes module, to avoid future regressions.Fred Drake2001-08-161-0/+42
* Another egregious error that copied the encodings info over the suffixFred Drake2001-08-161-1/+1
* Use (c)StringIO for collecting bytes. Fixes bug #451622.Martin v. Löwis2001-08-161-8/+12
* Repair some accidents causing Windows failures:Tim Peters2001-08-162-5/+5
* Bad bug: the MimeTypes.readfp() was supposed to take a file object as aFred Drake2001-08-161-2/+2
* [Patch #444854 from twburton]Andrew M. Kuchling2001-08-161-1/+4
* [Patch #442530 from twburton]Andrew M. Kuchling2001-08-161-4/+4
* The change of type(None).__name__ from 'None' to 'NoneType' broke thisGuido van Rossum2001-08-162-4/+4
* Add tests for overridable operators that have default interpretationsGuido van Rossum2001-08-151-0/+127
* Rewrote Jack's latest change so it does what it intended to do...Just van Rossum2001-08-151-4/+8
* Given a class without __cmp__ or __eq__, cmp() of two instances ofGuido van Rossum2001-08-151-0/+8
* Add a test to verify that bound methods work correctly.Guido van Rossum2001-08-151-0/+18
* Don't remove non-directories from sys.path on the mac: filesJack Jansen2001-08-151-2/+3
* Move one of the tests into the "PEP 255" section, to reflect a change inTim Peters2001-08-151-12/+15
* Fix typo in astgen scriptJeremy Hylton2001-08-141-1/+1
* Add a test for a weird bug I just discovered: a dynamic subclassGuido van Rossum2001-08-141-0/+5
* Regenerated from new ast.txt and new astgen.pyJeremy Hylton2001-08-141-12/+23
* Test the new semantics for setting and deleting a function's __dict__Barry Warsaw2001-08-141-45/+50
* reload(exceptions) should not raise an ImportError, but should actBarry Warsaw2001-08-131-0/+8
* Repair Unix-specific assumptions that caused this to fail on Windows.Tim Peters2001-08-131-20/+18
* found_terminator(): Add a debug print showing the data.Barry Warsaw2001-08-131-1/+2
* Nick Mathewson: test suite for the class browser support module.Fred Drake2001-08-131-0/+158
* Nick Mathewson: Make sure the recursion is handled properly.Fred Drake2001-08-131-4/+4
* Remove redundant import (PyChecker).Guido van Rossum2001-08-131-2/+4
* Remove unused variable 'imports' from readmodule_ex().Guido van Rossum2001-08-131-1/+0
* Remove redundant 'import string' (PyChecker).Guido van Rossum2001-08-131-1/+0
* Remove redundant imports (PyChecker).Guido van Rossum2001-08-131-2/+0
* Remove redundant 'import sys' (PyChecker).Guido van Rossum2001-08-131-1/+1
* Remove two redundant statements (PyChecker).Guido van Rossum2001-08-131-2/+0
* Remove redundant assignment l = [] from poll3() -- copy-and-pasteGuido van Rossum2001-08-131-1/+0
* Commenting out the getfillable() method -- it's broken, and nobodyGuido van Rossum2001-08-131-2/+3
* Remove redefinition of has_option() methodAndrew M. Kuchling2001-08-131-7/+0
* Remove empty __init__ (PyChecker)Andrew M. Kuchling2001-08-131-3/+0
* Remove redefinition of writelines() methodAndrew M. Kuchling2001-08-131-5/+0
* Remove unused variable (PyChecker)Andrew M. Kuchling2001-08-133-3/+0
* Remove some dead code (PyChecker)Andrew M. Kuchling2001-08-131-3/+1
* Add forgotten import (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Remove unused import (PyChecker)Andrew M. Kuchling2001-08-132-2/+0
* Remove redundant importAndrew M. Kuchling2001-08-131-1/+1
* Capture exception message (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Remove unused imports (PyChecker)Andrew M. Kuchling2001-08-131-4/+0