Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3.x-ify some print statements and an except (#114) | kms70847 | 2019-08-13 | 1 | -5/+5 |
| | | | Thanks, and nice catch on the except statement too! | ||||
* | Typo and whitespace cleanup | Paul McGuire | 2019-08-03 | 1 | -1/+1 |
| | |||||
* | Updates to prep for 2.4.2 release | Paul McGuire | 2019-07-28 | 1 | -53/+52 |
| | |||||
* | Add unit test for #103; also make CHANGES blurb and HowToUse notes a little ↵pyparsing_2.4.2a1pyparsing_2.4.1.1 | Paul McGuire | 2019-07-24 | 1 | -2/+2 |
| | | | | clearer | ||||
* | Version 2.4.2a1 - changing [...] notation to ZeroOrMore, not OneOrMore | Paul McGuire | 2019-07-23 | 1 | -975/+974 |
| | |||||
* | Use HTTPS URLs where available in docs, examples, and comments | Jon Dufresne | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | Remove mentions of 'psyco' from docs and examples | Jon Dufresne | 2018-12-24 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | The psyco package has been declared umaintained and dead. It is no longer receiving bug fixes including for security issues. From http://psyco.sourceforge.net/ > 12 March 2012 > > Psyco is unmaintained and dead. Please look at PyPy for the > state-of-the-art in JIT compilers for Python. Avoid recommending the use of an unmaintained package (since 2012). Users can continue to use PyPy for the latest and greatest in Python JIT. | ||||
* | Trim trailing white space throughout the project | Jon Dufresne | 2018-12-22 | 1 | -187/+187 |
| | | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines. | ||||
* | Minor update to module welcome; add version to generated docs | ptmcg | 2018-11-22 | 1 | -0/+1 |
| | |||||
* | Not sure how I managed to screw up building documentation again. | Matěj Cepl | 2018-11-21 | 2 | -3/+3 |
| | |||||
* | Forgot to remove docs/conf_old.py | Matěj Cepl | 2018-11-20 | 1 | -159/+0 |
| | |||||
* | Initial conversion to Sphinx generated documentation. | Matěj Cepl | 2018-11-20 | 10 | -0/+1383 |
There are still many bugs in the documentation strings, but at least genration of documentaiton works. |