- 31 Dec, 2002 40 commits
-
-
Raymond Hettinger authored
Cleanup whitespace. Fix unbalanced parenthesis.
-
Just van Rossum authored
-
Neal Norwitz authored
-
Kurt B. Kaiser authored
-
Tim Peters authored
docs. Replaced it with an XXX block, because the hoped-for treatment of DST endcases remains unclear (Guido doesn't really like raising an exception when it's impossible to deliver a correct result, but so far I have no way in hand to consistently deliver a defined incorrect result either).
-
Just van Rossum authored
-
Guido van Rossum authored
-
Eric S. Raymond authored
-
Fred Drake authored
we'll simply revert to \mailheader since there's no other good name.
-
Fred Drake authored
- some minor cleanups
-
Martin v. Löwis authored
-
Raymond Hettinger authored
Fix a curly brace that should have been a paren.
-
Andrew M. Kuchling authored
Add some times
-
Guido van Rossum authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Document that getatime and getmtime may return floats.
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
- add new modules (zipimport, datetime, _random, bz2, _symtable) - build pyexpat with expat sources from Python distribution - regression test with and without compiled bytecode
-
Just van Rossum authored
-
Just van Rossum authored
- whitespace normalization
-
Fred Drake authored
convenience functions isreadable() and isrecursive() work the same way as the convenience functions.
-
Fred Drake authored
Pass the right number of args to .format(). (Caught by pychecker.) - Protect the global namespace more carefully. - Don't use the types module now that we don't need to.
-
Fred Drake authored
when expected. Only applies to the ConfigParser and SafeConfigParser classes, not RawConfigParser.
-
Fred Drake authored
InterpolationError constructor, not the KeyError exception itself. (Caught by the new InterpolationError test.) SafeConfigParser._interpolate_some(): Pass the right number of arguments to the InterpolationError constructor. (Caught by pychecker.)
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Neal Norwitz authored
-