aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/gopherlib.py
Commit message (Expand)AuthorAge
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-22
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Changed the new deprecation warning to show theTim Peters2006-02-18
* Add deprecation warning to modules deprecated since 2000.Georg Brandl2006-02-17
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Avoid list as a variable name.Walter Dörwald2003-09-22
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-16
* Remove unused variable (PyChecker)Andrew M. Kuchling2001-08-13
* String method conversion.Eric S. Raymond2001-02-09
* added a few more __all__ listsSkip Montanaro2001-01-23
* Fredrik Lundh:Guido van Rossum2000-03-28
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-26
* Some patches by Lars Marius Garshol:Guido van Rossum1998-01-19
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-14
* Changes to use default argument values where possibleGuido van Rossum1994-05-06
* Towards a standard access mechanism for URLs.Guido van Rossum1994-02-21