summaryrefslogtreecommitdiff
path: root/asciidoc.py
Commit message (Expand)AuthorAgeFilesLines
* cut 9.1.1 release9.1.1Matthew Peveler2021-09-181-1/+1
* Cleanup outfile on system-exiting exceptions (#195)Felipe Contreras2021-09-181-3/+3
* cut 9.1.0 release (#174)9.1.0Matthew Peveler2021-02-111-1/+1
* add support for lines attribute for include directive (#167)Matthew Peveler2021-02-041-6/+35
* cut 9.0.5 release (#158)Matthew Peveler2021-01-231-1/+1
* improve indentationMatthew Peveler2020-12-121-14/+21
* Use config newline setting in system attribute evaluation (#155)Christopher Kent Hoadley2020-12-121-1/+1
* cut v9.0.4 release (#150)9.0.4Matthew Peveler2020-10-301-1/+1
* Properly detect and compare Python version 3.10+ (#151)Miro Hrončok2020-10-301-3/+3
* fix Plugin.list method using python2 syntaxMatthew Peveler2020-10-201-1/+1
* v9.0.3 release (#148)9.0.3Matthew Peveler2020-10-161-1/+1
* test newlines as part of test suite (#147)Matthew Peveler2020-10-051-1/+1
* define default newline as global constant for asciidoc (#143)Matthew Peveler2020-08-261-5/+5
* Disable universal newlines for writer (#140)Christopher Kent Hoadley2020-08-211-1/+1
* 9.0.2 release9.0.2Matthew Peveler2020-07-211-1/+1
* cut v9.0.1 release9.0.1Matthew Peveler2020-06-261-1/+1
* cut 9.0.0 releaseMatthew Peveler2020-06-021-1/+1
* update copyright notice to include generic asciidoc contributors (#115)Matthew Peveler2020-06-011-2/+5
* fix handling of options attribute for DelimintedBlock (#120)Matthew Peveler2020-06-011-0/+4
* use lru_cache for macros.match (#121)Matthew Peveler2020-06-011-0/+2
* update default CONF_DIR vars to match default usage of make buildMatthew Peveler2020-06-011-1/+1
* Fixed character decomposition when ascii-ids is used (#110)Radosław Koppel2020-05-311-1/+5
* Cut 9.0.0rc2 release9.0.0rc2Matthew Peveler2020-03-111-1/+1
* cut 9.0.0rc1 release9.0.0rc1Matthew Peveler2019-11-291-1/+1
* improve pep8 formattingMatthew Peveler2019-11-271-1/+3
* Drop python 3.4 support (#77)Matthew Peveler2019-09-101-1/+1
* Remove deprecated unicode option on regex (#35)Joseph Herlant2019-05-261-9/+9
* Fix various misspells (#32)Joseph Herlant2018-10-081-1/+1
* PEP8-related formatting fixes (#28)Adam D2018-07-251-1111/+1419
* Avoid a DeprecationWarning (#14)Miro Hrončok2018-06-131-7/+7
* Replace try/finally with with for opening filesMatthew Peveler2018-06-051-14/+4
* Drop OrderedDict class for Python builtinMatthew Peveler2018-05-291-47/+4
* Add py2round method to get python2 roundingMatthew Peveler2018-05-291-5/+15
* Change indexterm2 to require 1+ instead of 2+ charsMatthew Peveler2018-05-281-2/+2
* Fix not including UTF-8 BOM if in sourceMatthew Peveler2018-05-271-2/+2
* decode the base_id back to strMatthew Peveler2018-05-271-2/+2
* Fix python3 encode errorsMatthew Peveler2018-05-271-102/+45
* Prepare 8.6.10 release8.6.10Bernhard M. Wiedemann2018-05-251-1/+1
* Bump required Python version to 2.6 instead of 2.4Florent Xicluna2018-05-251-1/+1
* Lex.__next__->Lex.next_elementElronnd2017-06-251-20/+20
* Fix nearly all of the errors!Elronnd2017-06-241-6/+4
* Fix ONE error. Now to (sigh) convert ALL the embedded python in all the file...Elronnd2017-06-241-2/+2
* Made asciidoc.py and testasciidocapi.py use python 3, and fix python3 asciido...Elronnd2017-06-241-12/+12
* Remove (stub) encoding/decoding funcs, now that we're using strElronnd2017-06-241-42/+8
* Change shebang to python3Elronnd2017-06-241-1/+1
* Convert over to python3. Mostly manually, but the 2to3 utility helpedElronnd2017-06-241-209/+213
* Specify Python2 in shebangelextr2017-05-121-1/+1
* date_time_str: Respect SOURCE_DATE_EPOCHAnders Kaseorg2016-12-101-2/+8
* Combine date_str and time_str into one date_time_str functionAnders Kaseorg2016-12-101-16/+10
* Bumped version number.Stuart Rackham2013-11-061-1/+1