mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 11:21:02 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2889 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
93c498699d
commit
2d69003107
3 changed files with 295 additions and 294 deletions
|
|
@ -49,6 +49,14 @@
|
|||
Type: feature
|
||||
Changed: linkcheck/checker/proxysupport.py
|
||||
|
||||
* Correctly catch internal errors in the check URL loop, and
|
||||
disable raising certain exceptions while the abort routine finishes
|
||||
up.
|
||||
Fixes the "dequeue mutated during iteration" errors.
|
||||
Type: bugfix
|
||||
Changed: linkcheck/checker/{__init__,consumer}.py
|
||||
Closes: SF bug #1325570, #1312865, #1307775, #1292919, #1264865
|
||||
|
||||
3.2 "Kiss kiss bang bang" (released 3.8.2005)
|
||||
|
||||
* Fixed typo in redirection handling code.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: calvin@users.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2005-10-13 19:28+0200\n"
|
||||
"POT-Creation-Date: 2005-10-13 22:18+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -43,14 +43,14 @@ msgstr[1] ""
|
|||
msgid "runtime %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../linkcheck/checker/consumer.py:178
|
||||
#: ../linkcheck/checker/consumer.py:187
|
||||
#, python-format
|
||||
msgid "keyboard interrupt; waiting for %d active thread to finish"
|
||||
msgid_plural "keyboard interrupt; waiting for %d active threads to finish"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: ../linkcheck/checker/consumer.py:193
|
||||
#: ../linkcheck/checker/consumer.py:202
|
||||
msgid "Status:"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -379,12 +379,17 @@ msgstr ""
|
|||
msgid "Missing trailing directory slash in ftp url."
|
||||
msgstr ""
|
||||
|
||||
#: ../linkcheck/checker/proxysupport.py:45
|
||||
#: ../linkcheck/checker/proxysupport.py:42
|
||||
#, python-format
|
||||
msgid "Proxy value %r must start with 'http://'."
|
||||
msgstr ""
|
||||
|
||||
#: ../linkcheck/checker/proxysupport.py:49
|
||||
#, python-format
|
||||
msgid "Ignoring proxy setting %r"
|
||||
msgstr ""
|
||||
|
||||
#: ../linkcheck/checker/proxysupport.py:49
|
||||
#: ../linkcheck/checker/proxysupport.py:53
|
||||
#, python-format
|
||||
msgid "Using proxy %r."
|
||||
msgstr ""
|
||||
|
|
@ -772,7 +777,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"PROXY SUPPORT\n"
|
||||
"To use a proxy set $http_proxy, $https_proxy, $ftp_proxy, $gopher_proxy\n"
|
||||
"on Unix or Windows.\n"
|
||||
"on Unix or Windows to the proxy URL (for example http://localhost:8080).\n"
|
||||
"On a Mac use the Internet Config.\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue