| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -4/+3 |
| |\ | |||||
| | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| | * | merge heads | shimizukawa | 2014-01-15 | 1 | -28/+62 |
| | |\ | |||||
| | * | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -2/+1 |
| | | | | |||||
| * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Closes #1292: In the linkchecker, retry HEAD requests when denied by HTTP 405. | Georg Brandl | 2014-01-12 | 1 | -28/+62 |
| |/ | | | | | Also make the redirect code apparent and tweak the output a bit to be more obvious. | ||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix whitespace / line length issues reported by "make test" | Jon Waltman | 2012-11-03 | 1 | -1/+2 |
| | | |||||
| * | Style fixes. | Georg Brandl | 2012-03-10 | 1 | -8/+7 |
| | | |||||
| * | Add #anchor checking to 'linkcheck' builder. | Marti Raudsepp | 2012-02-28 | 1 | -9/+64 |
| | | | | | This requires us to download the document and parse its HTML. | ||||
| * | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| |\ | |||||
| | * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | #472: linkcheck builder: Check links in parallel, use HTTP HEAD requests and ↵ | Georg Brandl | 2011-01-04 | 1 | -75/+106 |
| | | | | | | | | | | | | | allow configuring the timeout. New config values: :confval:`linkcheck_timeout` and :confval:`linkcheck_workers`. | ||||
| * | | #521: Added :confval:`linkcheck_ignore` config value. | Georg Brandl | 2010-10-22 | 1 | -0/+6 |
| |/ | |||||
| * | #391: do not report local links as "malformed" in the linkcheck builder. | Georg Brandl | 2010-07-11 | 1 | -11/+8 |
| | | |||||
| * | merge with 0.6 | Georg Brandl | 2010-05-22 | 1 | -0/+2 |
| |\ | |||||
| | * | linkcheck builder now shows the line number in console output. | Georg Brandl | 2010-01-03 | 1 | -0/+2 |
| | | | |||||
| * | | #377: Fix crash in linkcheck builder if all parent nodes have no line number ↵ | Georg Brandl | 2010-04-18 | 1 | -1/+3 |
| |/ | | | | set. | ||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Use standard ``file:line: warning: message`` format for warning messages. | Georg Brandl | 2009-03-05 | 1 | -2/+4 |
| | | |||||
| * | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -1/+2 |
| | | |||||
| * | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | | |||||
| * | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 |
| | | |||||
| * | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -0/+130 |
