summaryrefslogtreecommitdiffstats
path: root/Lib/robotparser.py
Commit message (Expand)AuthorAgeFilesLines
* Skip Montanaro's robots.txt parser.Guido van Rossum1997-01-301-0/+97
commitgraph'> * bpo-33622: Fix issues with handling errors in the GC. (GH-7078)Serhiy Storchaka2018-05-241-8/+11 * bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)INADA Naoki2018-05-211-0/+1 * Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495Yury Selivanov2018-02-021-106/+0 * bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-0/+106 * bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-0/+2 * bpo-9566: Fix size_t=>int downcast warnings (#5230)Victor Stinner2018-01-181-3/+3 * Add the const qualifier to "char *" variables that refer to literal strings. ...Serhiy Storchaka2017-11-111-1/+1 * bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-161-1/+63 * bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-08