5 months ago fs mention the port to Python 3 in the changelog
5 months ago Alex Gr?nholm made base64 encoding/decoding work with py2.3
5 months ago Alex Gr?nholm fixed syntax errors on py < 2.5
5 months ago Alex Gr?nholm got rid of the print_() function as it was unnecessary
5 months ago Alex Gr?nholm added Python 3.x compatibility, simplified setup.py
8 months ago fs simply validation schema by relying on pycerberus 0.5
20 months ago fs synchronize distribution helpers with pycerberus (fixes installation/egg generation without babel)
21 months ago fs I have now a build slave using Python 2.7 so that version of Python is supported as well?
21 months ago fs sync distribution_helpers with pycerberus: most important change is that information_from_file can also deal with installed libraries
22 months ago fs move code from setup.py into its own module to make setup.py more readable
23 months ago fs back to development mode
23 months ago fs Added tag 0.5.2 for changeset a5c26a2a694e
23 months ago fs simple_super 1.0.5: prevent breakage if simple_super needs to access a module which is installed as zipped egg (actually simple_super itself is not zip_safe) 0.5.2
23 months ago fs refactoring: remove useless enumerate
23 months ago fs added convenience method for SMTPCommandParser to check which mode (commands/data) is currently active
23 months ago fs refactoring: remove useless property terminator in SMTPCommandParser
23 months ago fs detect of command/message also when the terminator is sent in multiple packages (fixes manual message submission with telnet)
23 months ago fs back to development mode
23 months ago fs Added tag 0.5.1 for changeset 636222760416
23 months ago fs set correct release number in release.py 0.5.1
23 months ago fs remove wrong static dir for sphinx docs
23 months ago fs prepare 0.5.2 release
23 months ago fs Fix egg file generation: Include all necessary packages in eggs
23 months ago fs update simple_super to 1.0.4
23 months ago fs simple_super: fixed version number so that it shows 1.0.3 (which is the last version in the changelog)
23 months ago fs simple_super: moved stand-alone functions into nice classes
23 months ago fs made simple_super compatible to Python 3.1
2010-04-07 fs back to development mode
2010-04-07 fs Added tag 0.5.0 for changeset f51bf1758f05
2010-04-07 fs actually we need pycerberus 0.3.1 because of the strip and the duplicate message key in the email address validator 0.5.0
2010-04-07 fs validate all inputs from clients with pycerberus validators/schemas (closes #16)
2010-04-04 fs renamed schema_test to validation_schema_test to make more clear that it is about validation
2010-03-27 fs pycerberus 0.3 is released so I can officially depend on it
2010-03-27 fs introducing validation infrastructure to pymta so I can check all kind of input values really thoroughly (closes #30).
2010-03-27 fs added some more methods to the test case
2010-03-27 fs pulled in newer simple_super 1.0.2
2010-03-24 fs excluded some more files from hg
2010-03-21 "fs" server can be stopped without exceptions by sending a KeyboardInterrupt
2010-03-02 fs Fixed hang after sending data to a broken connection
2010-03-02 fs PEP-8 compliance when checking for None
2010-03-02 fs fixed assert_raises in PythonicTestCase
2010-02-03 fs fixed bug ESMTP session switched back to plain SMTP after the first mail was sent
2010-02-03 fs added changelog entry abount changed HELO/EHLO restrictions
2010-02-03 fs remove repoze.workflow also from the command parser to really close #29
2010-02-03 fs relaxed non-working restrictions for the HELO/EHLO parameter
2010-02-02 fs replaced repoze.workflow with custom state machine implementation to get rid of dependencies (closes #29)
2010-02-01 fs migrated tests to use PythonicTestCase and simple_super
2010-02-01 fs added test case (currently broken) for ip addresses in HELO
2010-02-01 fs CommandParserTestCase should use pythonic test case methods
2010-02-01 fs added PythonicTestCase and simple_super
2010-02-01 fs consistent quoting style in release.py
2010-02-01 fs get information for Sphinx docs from release.py, removed many commented lines from conf.py
2010-02-01 fs setup.py: Do not duplicate name, get this information from release.py instead
2010-02-01 fs exclude lib dir from hgignore
2009-06-08 "Felix Schwarz updated reference to 'current' version
2009-06-08 "Felix Schwarz read version for generated documentation from pymta.release
2009-06-08 "Felix Schwarz back to development mode for 0.5dev
2009-06-08 "Felix Schwarz Added tag 0.4.0 for changeset f0b026cf2a2f
2009-06-08 "Felix Schwarz updated changelog for 0.4.0 release 0.4.0
2009-06-08 "Felix Schwarz built a generic TestCase for SMTP server tests and put it in the public interface