summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* The test assumed that the local pathname convention for "foo" would sort befo...Jack Jansen2001-08-111-2/+4
* Replace all type comparisons with isinstance() callsJeremy Hylton2001-08-111-9/+9
* repair posix fonts fixSteven M. Gava2001-08-112-38/+66
* Only catch the errors that can actually occur, as reported in bug #411881.Martin v. Löwis2001-08-112-5/+9
* support for help menu changesSteven M. Gava2001-08-111-0/+5
* some re-designSteven M. Gava2001-08-111-18/+27
* supports about changesSteven M. Gava2001-08-111-0/+50
* adjust help menu bindingsSteven M. Gava2001-08-111-0/+1
* Added tests for rich comparison operator functions.Fred Drake2001-08-112-119/+212
* Add test for SF bug #442833 (multiple inheritance).Guido van Rossum2001-08-101-0/+14
* The message accompanying the TypeError exception on a readonlyGuido van Rossum2001-08-101-1/+1
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-101-2/+18
* Allow AttributeError as well as TypeError for attribute-less objects.Guido van Rossum2001-08-101-1/+1
* Remove unused variableAndrew M. Kuchling2001-08-101-1/+0
* Fix typo caught by PyCheckerAndrew M. Kuchling2001-08-101-1/+1
* Add forgotten importAndrew M. Kuchling2001-08-101-0/+1
* Wrap a comment to fit in 80 columns.Fred Drake2001-08-101-6/+6
* Use .get_license()Andrew M. Kuchling2001-08-101-1/+1
* [Bug #412271, bug #449009] Use 'license' as the attribute name,Andrew M. Kuchling2001-08-101-11/+11
* Patch #441091 from Finn Bock: the more advanced flush options are notAndrew M. Kuchling2001-08-101-15/+20
* Disable the sub() optimization until Fredrik has time to look into SFGuido van Rossum2001-08-101-0/+1
* Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke.Guido van Rossum2001-08-102-0/+12
* Remove hard-coded NT constants that are already defined in errno on NT.Jeremy Hylton2001-08-101-11/+5
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-101-0/+2
* Whitespace normalization.Tim Peters2001-08-0912-55/+54
* Skip test_mhlib on Windows -- too many Unix assumptions.Tim Peters2001-08-091-2/+6
* Fix two bugs detected by PyChecker: there's no need for redundantGuido van Rossum2001-08-091-1/+1
* Import UnknownFileErrorAndrew M. Kuchling2001-08-091-1/+1
* Import the errno moduleAndrew M. Kuchling2001-08-091-1/+2
* Use correct variable nameAndrew M. Kuchling2001-08-091-1/+1
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-092-0/+4
* Restore the test for 'object' that I removed when object wasGuido van Rossum2001-08-091-0/+24
* Use type(x).__name__ to get the name of the type instead of parsingGuido van Rossum2001-08-091-1/+1
* Unittests for mhlib, by Nick Mathewson.Guido van Rossum2001-08-091-0/+328
* SF patch #403640: incomplete proxy handling in URLLIBTim Peters2001-08-091-0/+62
* SF Patch #420725 by Walter Doerwald:Guido van Rossum2001-08-091-4/+17
* Patch #403514: precompute _subst_format_str to avoid a call toMartin v. Löwis2001-08-091-2/+2
* Applied SF patch #438424 by Josh Cogliati:Guido van Rossum2001-08-091-4/+42
* Regenerate for glibc 2.2.3.Martin v. Löwis2001-08-094-342/+769
* Regenerate for Solaris 8.Martin v. Löwis2001-08-095-739/+1778
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-092-2/+58
* A test suite for binary operators, disguised as a rational numberGuido van Rossum2001-08-081-0/+340
* Typo fix (spelling mistake in error message).Greg Ward2001-08-081-1/+1
* Patch #449083: Use builtins to initalize the module.Martin v. Löwis2001-08-081-7/+7
* Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.Steve Purcell2001-08-081-3/+4
* Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL.Tim Peters2001-08-081-3/+5
* Add new tokens // and //=, in support of PEP 238.Guido van Rossum2001-08-081-0/+1
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+1
* beginning of work on the conf. handling smartsSteven M. Gava2001-08-081-11/+25
* Fix SF bug [ #447370 ] typo in urllib2.pyJeremy Hylton2001-08-071-7/+9