Commit graph

4000 commits

Author SHA1 Message Date
Bastian Kleineidam
0af3cece1b Added check for pyftpdlib when running FTP test. 2010-03-09 07:49:43 +01:00
Bastian Kleineidam
c88791b815 Fix support for non-standard FTP ports. 2010-03-09 07:49:05 +01:00
Bastian Kleineidam
60a1b5c528 Use relative imports 2010-03-09 07:43:31 +01:00
Bastian Kleineidam
cc0c79dd90 Use local FTP testserver. 2010-03-09 07:42:56 +01:00
Bastian Kleineidam
6c8b40e131 Do not sign .asc files themselves. 2010-03-08 23:26:14 +01:00
Bastian Kleineidam
44eae96c17 Comment out nose achievements since most of the people wont have them installed. 2010-03-08 15:09:11 +01:00
Bastian Kleineidam
72f880e918 Fix the win32com cache generation. 2010-03-08 12:27:55 +01:00
Bastian Kleineidam
e1482b3eab Add detection for py2exe 2010-03-08 12:12:28 +01:00
Bastian Kleineidam
6c9e5bd521 Updated copyright 2010-03-08 11:53:29 +01:00
Bastian Kleineidam
92788a720c Add release name. 2010-03-08 11:22:39 +01:00
Bastian Kleineidam
aafa17fb07 Remove dist/ directory on distclean. 2010-03-08 09:38:54 +01:00
Bastian Kleineidam
524dd9bd56 Use new 3.0 quilt debian source format. 2010-03-08 09:26:36 +01:00
Bastian Kleineidam
af8fa3c9a8 Updated todo list. 2010-03-08 09:23:29 +01:00
Bastian Kleineidam
51a0ef0ad4 Speed up HTML parsing by stopping early and adding callbacks. 2010-03-08 09:04:33 +01:00
Bastian Kleineidam
e5599cce26 Fixed DNS changelog name. 2010-03-08 08:05:55 +01:00
Bastian Kleineidam
7c15d28f56 Prevent UnicodeDecodeError in robots.txt parsing. 2010-03-07 22:49:25 +01:00
Bastian Kleineidam
b8b0398dd2 Ensure redirected URL is Unicode encoded. 2010-03-07 22:11:55 +01:00
Bastian Kleineidam
c8e6995ecd Support HTTPS proxies. 2010-03-07 21:06:10 +01:00
Bastian Kleineidam
1e15e55689 Fix errors in Word file parsing. 2010-03-07 19:43:08 +01:00
Bastian Kleineidam
6a2fcf8ae9 Parse links in Word files. 2010-03-07 19:20:51 +01:00
Bastian Kleineidam
34a2f4a15d Disable and deprecated the --no-proxy-for option. 2010-03-07 17:45:48 +01:00
Bastian Kleineidam
b08524aa5f Updated dnspython module from upstream. 2010-03-07 16:40:17 +01:00
Bastian Kleineidam
796cf0a7cd Updated copyright year 2010-03-07 11:59:18 +01:00
Bastian Kleineidam
049d989c65 Move msgfmt.py into po/ subdir 2010-03-07 11:56:25 +01:00
Bastian Kleineidam
1bf004dafe Updated copyright year 2010-03-07 11:10:53 +01:00
Bastian Kleineidam
437099bec1 Replace recursive-include with standard include where possible. 2010-03-07 11:05:14 +01:00
Bastian Kleineidam
450fa13cc4 Removed unneedd *.jpg matcher for doc/html 2010-03-07 10:50:39 +01:00
Bastian Kleineidam
8afc07fb2b Expand filenames given with the --config options. 2010-03-07 10:44:42 +01:00
Bastian Kleineidam
af6cb287d7 Only warn about missing emails in mailto: URLs. 2010-03-07 10:43:29 +01:00
Bastian Kleineidam
3d5c114f14 Warn on permament redirections even when URL is outside of domain filter. 2010-03-07 09:36:21 +01:00
Bastian Kleineidam
6fb5a91f1c Added todo item. 2010-03-07 09:34:59 +01:00
Bastian Kleineidam
ccc0efe910 Added changelog entry for the fixed windows installer. 2010-03-07 09:09:59 +01:00
Bastian Kleineidam
68ccbb43a9 Install console program in Windows installer. 2010-03-07 08:45:44 +01:00
Bastian Kleineidam
558b71838f Run nosetests with versioned python; remove old gui dir from python dirs. 2010-03-06 22:08:59 +01:00
Bastian Kleineidam
f55a1e11c4 Add pause to build.bat. 2010-03-06 22:02:14 +01:00
Bastian Kleineidam
05c9110e5e Added copyright headers to *.bat files. 2010-03-06 21:59:50 +01:00
Bastian Kleineidam
f096570436 Moved some files into the doc/ subdirectory. 2010-03-06 21:52:25 +01:00
Bastian Kleineidam
09623f066c Remove trailing spaces. 2010-03-06 11:03:25 +01:00
Bastian Kleineidam
9f0bf33de8 Ignore nose-achievements output. 2010-03-06 10:25:21 +01:00
Bastian Kleineidam
86d37eab7e Configure nose achievements, if installed. 2010-03-06 10:24:20 +01:00
Bastian Kleineidam
a9a209d3b9 Fix typo in assert method name. 2010-03-06 10:23:50 +01:00
Bastian Kleineidam
2d73b907f1 Retry HTTP when server sent empty status line; should fix most of the BadStatusLine errors that are sporadically encountered. 2010-03-06 10:23:34 +01:00
Bastian Kleineidam
280a675698 Distinguish the empty status line from other BadStatusLine errors. 2010-03-06 10:08:08 +01:00
Bastian Kleineidam
c1fa5f67f1 Added deprecated unittest method check 2010-03-05 12:50:27 +01:00
Bastian Kleineidam
563b057a4d Updated copyright year; fix nntp newsserver test 2010-03-05 12:49:54 +01:00
Bastian Kleineidam
92f8911d88 Use non-deprecated assert methods for unit testing 2010-03-05 10:00:34 +01:00
Bastian Kleineidam
9a280607e0 Use decorators for test resources 2010-02-22 08:02:19 +01:00
Bastian Kleineidam
ddacfc94e4 Updated TODO.txt 2010-02-22 01:06:36 +01:00
Bastian Kleineidam
bee8023540 Fixed URL encoding 2010-02-22 01:06:19 +01:00
Bastian Kleineidam
9bc4772ba4 Fix encoding of fail messages. 2010-02-22 01:05:40 +01:00