summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed many failing tests in inline refactor. Still a ways to go.inlineWaylan Limberg2015-06-21215-59/+591
* Inital attempt at an inline refactor.Waylan Limberg2015-06-192-33/+142
* Restict travis to non-experimental branches.Waylan Limberg2015-06-191-0/+4
* flake8 cleanup.Waylan Limberg2015-04-221-1/+0
* Switch docs to mkdocsWaylan Limberg2015-04-2250-2168/+333
* Use twine to upload releases.Waylan Limberg2015-04-221-1/+3
* Update download link to point to wheel file.Waylan Limberg2015-04-221-1/+1
* Build and upload wheels for releases.Waylan Limberg2015-04-221-2/+2
* Revert to ext short names now that we use entry_points.Waylan Limberg2015-04-226-77/+77
* Refactor options testsWaylan Limberg2015-04-224-6/+12
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2015-04-2213-66/+49
* Removed unnessecary no attributes test.Waylan Limberg2015-04-223-8/+0
* Removed laxy_ol keyword. Use sane_lists extension instead.Waylan Limberg2015-04-228-43/+27
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2015-04-2219-78/+92
* Removed some Python2.6- specific code.Waylan Limberg2015-04-221-14/+1
* Simplify output_formats to html and xhtml.Waylan Limberg2015-04-221-18/+4
* Cleaned up some old Python 2.4 code.Waylan Limberg2015-04-221-7/+1
* All Markdown instances are now 'md'.Waylan Limberg2015-04-2214-82/+82
* Removed deprecated HeaderId Extension.Waylan Limberg2015-04-222-147/+0
* Removed md_globals from extension API.Waylan Limberg2015-04-2220-22/+20
* Update shields to point to correct repo/branch.Waylan Limberg2015-04-221-2/+2
* Updated README with warning that this is 3.0.dev.Waylan Limberg2015-04-221-5/+13
* Seperated 'build_docs' command from 'build' command.Waylan Limberg2015-04-222-23/+0
* Replaced scripts with 'console_scripts' entry points.Waylan Limberg2015-04-227-79/+10
* Removed now unnessecary 'makeExtension' functions from extensions.Waylan Limberg2015-04-2219-72/+3
* Use entry points to load extensions by name.Waylan Limberg2015-04-224-59/+57
* Moved testing framework into library.Waylan Limberg2015-04-224-327/+234
* 100% coverage of core.py and flake8 cleanup.Waylan Limberg2015-04-226-12/+51
* Removed unused import.Waylan Limberg2015-04-221-1/+0
* Removed deprecated support for positional args on Extension class.Waylan Limberg2015-04-2218-77/+49
* Removed mention of removed features from docs.Waylan Limberg2015-04-222-62/+2
* removed -safe option from commandline script.Waylan Limberg2015-04-222-9/+0
* Removed deprecated safe_mode.Waylan Limberg2015-04-2230-648/+26
* Removed unnessecary fake_extension_factory from tests.Waylan Limberg2015-04-221-25/+0
* Removed deprecated support for short extension names.Waylan Limberg2015-04-223-72/+10
* Removed support for deprecated config in ext name.Waylan Limberg2015-04-223-28/+7
* Removed deprecated support for positional args.Waylan Limberg2015-04-222-37/+9
* Moved core to core.pyWaylan Limberg2015-04-225-532/+524
* Upped version to 3.0.0.devWaylan Limberg2015-04-221-1/+2
* Updated change_log for 2.6.2.Waylan Limberg2015-04-201-0/+2
* Upped version to 2.6.22.6.2-finalWaylan Limberg2015-04-201-1/+1
* Merge pull request #404 from iKevinY/spelling-fixesWaylan Limberg2015-04-061-6/+6
|\
| * Miscellaneous capitalization/spelling fixesKevin Yap2015-04-061-6/+6
* | Merge pull request #400 from pieterprovoost/emptytableWaylan Limberg2015-04-063-3/+15
|\ \ | |/ |/|
| * updated tables testpieterprovoost2015-04-062-2/+11
| * added support for zero row tablespieterprovoost2015-04-052-2/+5
|/
* smarty: Add back special case for decade abbreviationsDmitry Shachnev2015-03-183-6/+10
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2015-03-141-5/+5
|\
| * Merge pull request #397 from gandaro/doc-fail-0Waylan Limberg2015-03-131-5/+5
| |\
| | * fix broken documentation codeJakob Kramer2015-03-131-5/+5
| |/