aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Some more tests for issue #51. An upate to Marcin Kasperski's tests (which I ...Waylan Limberg2011-11-173-2402/+1212
* Merge git://github.com/Mekk/Python-Markdown into mekkWaylan Limberg2011-11-172-0/+10796
|\
| * Example test for #51 (crash on docs with +1000 footnotes)Marcin Kasperski2011-11-102-0/+10796
* | Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...Waylan Limberg2011-11-183-14/+7
* | Fixed #47. Improved HRProccessor.\n\nPython's re module does not support atom...Waylan Limberg2011-11-172-1/+7
|/
* No longer skipping all tests from PHP test suite. We skip some because PHP di...Waylan Limberg2011-10-061-1/+38
* Skipped 3 failing pl tests with some weird edge cases. A significant rewrite ...Waylan Limberg2011-10-061-0/+12
* Run a few more pl tests. Some of them are failing but should be easily fixable.Waylan Limberg2011-08-272-0/+12
* Added greater-than as an escaped character. Apparently markdown.pl escapes it...Waylan Limberg2011-08-272-0/+3
* Fixed #39. Refactored escaping so that it only escapes a predifined set of ch...Waylan Limberg2011-08-172-3/+0
* Added some fadfile commands to (re)generate tests when they are added or upda...Waylan Limberg2011-08-041-5/+38
* TestCase.assert_ and TestCase.failUnless are depreciated in Python 3 in favor...Waylan Limberg2011-07-281-3/+3
* Skip the UnidoceDecodeError API test in Python 3.x as all input should be uni...Waylan Limberg2011-07-281-2/+3
* Python 3.2 made some changes to the configparser which broke the testing fram...Waylan Limberg2011-07-282-5/+5
* Fixed a Python 2.4 incompatability in last commit. 'encode' only accepted pos...Waylan Limberg2011-07-281-1/+1
* All internal encoding of output now uses the 'xmlcharrefreplace' error handle...Waylan Limberg2011-07-281-1/+1
* All API tests now utilize our own searializers.Waylan Limberg2011-07-271-3/+5
* Fixed #31. Headers in tight lists now get inline patterns run on their tails....Waylan Limberg2011-07-212-4/+4
* Fixed #30. Tables now allow three spaces of indent like PHP Markdown Extra. T...Waylan Limberg2011-06-292-1/+62
* Fixed #28. Inline raw html is now enclosed in p tags. This used to work. Some...Waylan Limberg2011-06-283-2/+4
* Added test for escaping chars in link urls. Closes #14 which was fixed in pre...Waylan Limberg2011-06-232-0/+10
* Fixed a few failing API tests. ElementTree is only available from markdown.ut...Waylan Limberg2011-06-211-5/+5
* Added docs and tests to attr_list ext. Closes #7.Waylan Limberg2011-06-203-0/+55
* Added our own xhtml searializer. We no longer use a xml searializer to output...Waylan Limberg2011-06-164-16/+16
* Fixed #21. A header and paragraph not seperated by a blank line inside a list...Waylan Limberg2011-06-152-0/+34
* Fixed #19. Improved Start Emphasis regex.Waylan Limberg2011-06-072-1/+3
* Fixed #15. Setext Headers now work with any number of - or = characters.Waylan Limberg2011-06-012-1/+9
* Added new HTML5 block elements to known block level elementsHorst Gutmann2011-05-222-0/+30
* Made lazy ordered lists a settable option. The previous behavior (on) is the ...Waylan Limberg2011-04-294-2/+39
* The Testing Framework will now pass any non-reserved args set in test.cfg fil...Waylan Limberg2011-04-292-6/+9
* Merge commit 'refs/merge-requests/13' of git://gitorious.org/python-markdown/...Waylan Limberg2011-04-281-2/+2
|\
| * fixed startindex reset in multiple ulRohan Jain2011-04-051-2/+2
* | Update tests for logging changes. No more message function.Waylan Limberg2011-04-281-21/+6
|/
* Skipping codehilite test as differant versions of pygments give slightly diff...Waylan Limberg2010-11-041-0/+2
* Fixed Ticket 74. AtomicStrings should now be ackowledged (and preserved) in a...Waylan Limberg2010-11-041-0/+45
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...Waylan Limberg2010-10-311-2/+6
* Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...Waylan Limberg2010-10-291-0/+36
* Added short reference links. No more hanging empty brackets on reference link...Waylan Limberg2010-10-112-1/+11
* Fixed Ticket 79. Linebreaks in reference link identifiers are now ignored. Th...Waylan Limberg2010-10-112-1/+17
* Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...Waylan Limberg2010-08-291-2/+2
* Added test files for bug fix to ticket 62Gerry LaMontagne2010-09-024-0/+70
* Fixed Ticket 70 and added a test. Footnote references whithout a corespondin...Waylan Limberg2010-08-252-0/+3
* Fixed problem hidden by Ticket 68. Defining a footnote placeholder in a markd...Waylan Limberg2010-08-022-0/+15
* Added logging imports to markdown.extensions which were missed in recent reor...Waylan Limberg2010-07-221-0/+75
* Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw...Waylan Limberg2010-07-142-1/+14
* Removed Global variable HTML_PLACEHOLDER. Use HtmlStash.get_placeholder(key) ...Waylan Limberg2010-07-061-4/+2
* Moved HtmlStash and base Prosessor classes to the new util module.Waylan Limberg2010-07-061-3/+3
* Fixed Ticket 60. The dd in definition lists can now not be indented on second...Waylan Limberg2010-03-242-0/+12
* Fixed ticket 59. Reference links now strip angle brackets from the url.Waylan Limberg2010-03-252-1/+11
* Changed the default style used by pygments in the codehilite extension. This...Waylan Limberg2010-03-251-2/+2