Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/myurllib.py
Commit message (Collapse)AuthorAgeFilesLines
* move all the code except the command-line handling to ↵Arthur de Jong2011-09-161-120/+0
| | | | | | the webcheck package and reorganise imports accordingly git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@435 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make source code changes to follow PEP8 moreArthur de Jong2011-08-181-5/+9
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@427 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* re-enable the anchors pluginArthur de Jong2011-08-101-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@426 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* small simplificationArthur de Jong2010-09-231-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@415 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove print statement that was used for debugging and ↵Arthur de Jong2008-11-191-4/+3
| | | | | | ensure that the dots are slash-terminated git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@395 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove leading .. from URL path elementsArthur de Jong2008-11-191-0/+7
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@394 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove default port from URLsArthur de Jong2008-07-081-0/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@384 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add workaround for Python 2.3 (based on a patch by ↵Arthur de Jong2007-10-091-1/+6
| | | | | | Claire Connelly <cmc@math.hmc.edu>) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@358 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* simplify _normalize_escapes() function to improve ↵Arthur de Jong2007-07-141-22/+30
| | | | | | performance git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@346 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* replace double slashes in file URL paths with single onesArthur de Jong2007-07-141-0/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@345 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add note about improving performance moreArthur de Jong2007-07-131-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@344 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* split out URL cleaning code into own moduleArthur de Jong2007-07-071-0/+83
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@339 86f53f14-5ff3-0310-afe5-9b438ce3f40c