- 14 Aug, 2001 1 commit
-
-
Fred Drake authored
write the documentation for this module.
-
- 13 Aug, 2001 39 commits
-
-
Barry Warsaw authored
just like reload(sys). Test that this is so. Closes SF bug #422004.
-
Barry Warsaw authored
-
Barry Warsaw authored
_PyImport_FixupExtension() on the exceptions module. Now reload(exceptions) acts just like reload(sys) instead of raising an ImportError. This closes SF bug #422004.
-
Tim Peters authored
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
This is part of SF patch #440292.
-
Fred Drake authored
Documentation for difflib/ndiff refactoring: more of the ndiff functionality has been moved to the underlying library (difflib). This closes SF patch #445413.
-
Guido van Rossum authored
Update greeting message to avoid the long copyright notice.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
error.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
remembers what it is supposed to do. :-(
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Remove unused variable and import
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
confident that the old code was utterly broken -- the worse that can happen is that the new code is still broken.)
-
Andrew M. Kuchling authored
(This command seems to be essentially untested; should fix that...)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Edit comment
-
Andrew M. Kuchling authored
-
Tim Peters authored
Cater to that. + Major speed boost via not reading more of files than necessary. This was no slouch before; now it screams. + Improve msg when giving up on a goofy future statement.
-
Steven M. Gava authored
-