summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply two small changes to the Windows code, according to SF bugGuido van Rossum2001-08-071-2/+2
* Remove make_re() function; this is no longer needed since _sre and pcreFred Drake2001-08-071-10/+0
* Add a test that xml.sax.saxutils.XMLGenerator does the right thingFred Drake2001-08-072-1/+18
* Make sure XMLGenerator uses quoteattr() instead of escape() to quoteFred Drake2001-08-071-2/+2
* Fix the test so it uses IterableUserDict for the "for x in dict" test.Guido van Rossum2001-08-071-2/+2
* Remove the __iter__ method from the UserDict class -- it can silentlyGuido van Rossum2001-08-071-0/+2
* Add the NannyNag exception class and the process_tokens() function toGuido van Rossum2001-08-071-1/+1
* Remove the test for the 'object' type -- it can no longer beGuido van Rossum2001-08-071-24/+0
* silence warnings about import *Jeremy Hylton2001-08-071-0/+7
* more fleshing out, this time primarily the 'general' pageSteven M. Gava2001-08-071-2/+73
* fix for Bug ID 448100 - "test code using NL instead of CRNL"Piers Lauder2001-08-051-1/+1
* began font / indentation pageSteven M. Gava2001-08-051-7/+85
* Hack to workaround bug #445984: attempt to import _socket beforeGreg Ward2001-08-041-0/+4
* further work on keybinding pageSteven M. Gava2001-08-041-29/+119
* Derived from SF patch #446899 Permit import of .pyw under Windows, fromTim Peters2001-08-041-39/+46
* Refactor so that it is easier to work with alternate MIME types databases,Fred Drake2001-08-031-67/+138
* Don't use any characters C doesn't guarantee are safe for text-mode files.Tim Peters2001-08-031-12/+12
* Fix stupid bug: when migrating these tests from the Zope repository, theFred Drake2001-08-031-14/+20
* Change some comments into docstrings.Fred Drake2001-08-031-27/+31
* The test opened the binary test data files in text mode! Fixed.Jack Jansen2001-08-031-3/+3
* further work on config dialog, particularly highligthing configSteven M. Gava2001-08-031-34/+146
* Make sure that WeakValueDictionary[] raises KeyError instead of TypeErrorFred Drake2001-08-032-1/+6
* Miscellaneous minor cleanups.Fred Drake2001-08-021-20/+21
* This test failed under python -O.Tim Peters2001-08-021-3/+7