index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
robotparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-4/+4
*
Patch #1014237: Consistently return booleans throughout.
Martin v. Löwis
2004-08-23
1
-10/+10
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
1
-1/+1
*
SF patch #911431: robot.txt must be robots.txt
Raymond Hettinger
2004-03-13
1
-2/+2
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
Remove import of re, it is not used
Neal Norwitz
2002-05-31
1
-1/+1
*
Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...
Raymond Hettinger
2002-05-29
1
-0/+17
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-6/+6
*
Correctly set default entry in all cases.
Martin v. Löwis
2002-03-18
1
-6/+9
*
Patch #499513: use readline() instead of readlines(). Removed the
Martin v. Löwis
2002-03-18
1
-16/+6
*
Correct various errors:
Martin v. Löwis
2002-02-28
1
-6/+16
*
Remove unused import (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-1/+0
*
Whitespace normalization.
Tim Peters
2001-02-15
1
-1/+1
*
The bulk of the credit for these changes goes to Bastian Kleineidam
Skip Montanaro
2001-02-12
1
-34/+89
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-8/+8
*
Whitespace normalization.
Tim Peters
2001-01-21
1
-10/+10
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
rewrite of robotparser.py by Bastian Kleineidam. Closes patch 102229.
Skip Montanaro
2001-01-20
1
-60/+179
*
Skip Montanaro:
Guido van Rossum
2000-03-27
1
-17/+17
*
Give in to tabnanny
Guido van Rossum
1998-04-06
1
-60/+60
*
Skip Montanaro's robots.txt parser.
Guido van Rossum
1997-01-30
1
-0/+97