- 27 Şub, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 31 May, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 29 May, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2).
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 18 Mar, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
unnecessary redirection limit code which is already in FancyURLopener.
-
- 28 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- Use substring search, not re search for user-agent and paths. - Consider * entry last. Unquote, then requote URLs. - Treat empty Disallow as "allow everything". Add test cases. Fixes #523041
-
- 13 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
* restores urllib as the file fetcher (closes bug #132000) * allows checking URLs with empty paths (closes patches #103511 and 103721) * properly handle user agents with versions (e.g., SpamMeister/1.5) * added several more tests
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 21 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 20 Ock, 2001 2 kayıt (commit)
-
-
Skip Montanaro yazdı
added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
-
Skip Montanaro yazdı
-
- 27 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The robotparser.py module currently lives in Tools/webchecker. In preparation for its migration to Lib, I made the following changes: * renamed the test() function _test * corrected the URLs in _test() so they refer to actual documents * added an "if __name__ == '__main__'" catcher to invoke _test() when run as a main program * added doc strings for the two main methods, parse and can_fetch * replaced usage of regsub and regex with corresponding re code
-
- 06 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-