index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
gopherlib.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Changed the new deprecation warning to show the
Tim Peters
2006-02-18
*
Add deprecation warning to modules deprecated since 2000.
Georg Brandl
2006-02-17
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Avoid list as a variable name.
Walter Dörwald
2003-09-22
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
*
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Martin v. Löwis
2002-02-16
*
Remove unused variable (PyChecker)
Andrew M. Kuchling
2001-08-13
*
String method conversion.
Eric S. Raymond
2001-02-09
*
added a few more __all__ lists
Skip Montanaro
2001-01-23
*
Fredrik Lundh:
Guido van Rossum
2000-03-28
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
*
A few lines were indented using spaces instead of tabs -- fix them.
Guido van Rossum
1998-03-26
*
Some patches by Lars Marius Garshol:
Guido van Rossum
1998-01-19
*
Changed makefile() args from r/w to rb/wb, for non-unix compatability.
Jack Jansen
1996-02-14
*
Changes to use default argument values where possible
Guido van Rossum
1994-05-06
*
Towards a standard access mechanism for URLs.
Guido van Rossum
1994-02-21