summaryrefslogtreecommitdiffstats
path: root/Lib/gopherlib.py
Commit message (Expand)AuthorAgeFilesLines
* Changed the new deprecation warning to show theTim Peters2006-02-181-1/+2
* Add deprecation warning to modules deprecated since 2000.Georg Brandl2006-02-171-0/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* Avoid list as a variable name.Walter Dörwald2003-09-221-10/+10
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-161-1/+1
* Remove unused variable (PyChecker)Andrew M. Kuchling2001-08-131-1/+0
* String method conversion.Eric S. Raymond2001-02-091-8/+4
* added a few more __all__ listsSkip Montanaro2001-01-231-0/+2
* Fredrik Lundh:Guido van Rossum2000-03-281-1/+1
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-143/+143
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-10/+12
* Some patches by Lars Marius Garshol:Guido van Rossum1998-01-191-2/+17
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-141-1/+1
* Changes to use default argument values where possibleGuido van Rossum1994-05-061-8/+4
* Towards a standard access mechanism for URLs.Guido van Rossum1994-02-211-0/+195