Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spelling corrections for doc directory | albert-github | 2019-11-04 | 1 | -2/+2 |
| | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here. Theer are a few that are not corrected as they signal a documentation correction. | ||||
* | issue #6781 Unable to use math in markdown table headers | albert-github | 2019-01-19 | 1 | -3/+3 |
| | | | | | | Due to the change of the place where the markdown processing is done the end of the line must be calculated a little bit differently. Note: translator.py gave an error due to a strange indentation (did surface now), so had to be corrected as well. | ||||
* | Correct list of not used translator functions | albert-github | 2018-11-20 | 1 | -7/+17 |
| | | | | | | All translator function functions were mentioned as not used. - the directory to find the places where the sources are that use translator functions was pointing to the src directory of the build tree instead the src directory in the source tree (source files are not copied) and thus finding no applicable sources. - furthermore the test whether or not a function was based on the name of a function but in case a name is the short form of an other function and the longer name was not used it was still shown as used. | ||||
* | Bug 760678 - fails to build with an unreleased python version | Dimitri van Heesch | 2016-12-24 | 1 | -3/+3 |
| | |||||
* | Fix documentation typos | Jakub Wilk | 2016-02-02 | 1 | -10/+10 |
| | |||||
* | Tweaked the htmlonly sections in the manual so it produces valid HTML output | Dimitri van Heesch | 2015-12-26 | 1 | -0/+2 |
| | |||||
* | doc/translator.py -- minor updates | Petr Prikryl | 2014-06-16 | 1 | -6/+5 |
| | |||||
* | doc/translator.py unified for Python 2.6+ and Python 3.0+ | Petr Prikryl | 2014-06-16 | 1 | -40/+41 |
| | | | | | | | | | | | - Open() replaced by xopen() that internally uses the encoding argument only for Python 3. The earlier usage of the codecs module and of the prefixed unicode string literals was removed. - Some lists of prototypes were sorted to get the same translator report for different versions of Python. - The local dedent() definition was replaced by textwrap.dedent(). (The older versions of Python did not have the module.) - Tested on Windows for Python 2.6.0, 2.7.7, 3.0.1, and 3.4.1. | ||||
* | doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished) | Petr Prikryl | 2014-06-16 | 1 | -2030/+2002 |
| | |||||
* | Added build support for Python3+ and Python2.6+ | Dimitri van Heesch | 2014-06-15 | 1 | -67/+68 |
| | |||||
* | Consistency in language part of the documentation | albert-github | 2013-09-16 | 1 | -2/+2 |
| | | | | | | | Made documentation more inline with other parts of the documentation (regarding the way e.g. filenames are presented) Corrected some spelling errors Corrected the warning in the language.doc by placing ta reference to the files from which language.doc is generated Corrected the color for the languages that are still v1.4.6 (language name now also red in stead of a pink background, was confusing with languages that were 1.5 / 1.6 compatible) | ||||
* | doc/translator.py -- coloured status in HTML | Petr Prikryl | 2013-09-04 | 1 | -15/+64 |
| | | | | | | The "almost up-to-date" category of the language translator classes introduced. Together with the background colouring (green, yellow, pink, red), it is mostly the psychological move towards language maintainers :) | ||||
* | doc/translator.py -- TranslatorDecoder checks removed | Petr Prikryl | 2013-06-25 | 1 | -42/+1 |
| | |||||
* | translator.py fixed (non ASCII char inside without the encoding decl.) | Petr Prikryl | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | Minor fix of info inside translator.py | Petr Prikryl | 2013-06-21 | 1 | -3/+1 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -368/+379 |
| | |||||
* | Release-1.7.2 | Dimitri van Heesch | 2010-10-09 | 1 | -5/+12 |
| | |||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -7/+15 |
| | |||||
* | Release-1.7.1-20100822 | Dimitri van Heesch | 2010-08-22 | 1 | -60/+53 |
| | |||||
* | Release-1.7.0 | Dimitri van Heesch | 2010-06-15 | 1 | -2/+4 |
| | |||||
* | Release-1.6.3-20100603 | Dimitri van Heesch | 2010-06-03 | 1 | -28/+40 |
| | |||||
* | Release-1.6.2-20100216 | Dimitri van Heesch | 2010-02-16 | 1 | -1/+42 |
| | |||||
* | Release-1.6.1-20091004 | Dimitri van Heesch | 2009-10-04 | 1 | -10/+37 |
| | |||||
* | Release-1.5.9-20090522 | Dimitri van Heesch | 2009-05-22 | 1 | -11/+12 |
| | |||||
* | Release-1.5.2-20070506 | Dimitri van Heesch | 2007-05-06 | 1 | -9/+25 |
| | |||||
* | Release-1.5.0 | Dimitri van Heesch | 2006-10-17 | 1 | -8/+13 |
| | |||||
* | Release-1.4.5-20051227 | Dimitri van Heesch | 2005-12-27 | 1 | -0/+2 |
| | |||||
* | Release-1.4.1-20050307 | Dimitri van Heesch | 2005-03-07 | 1 | -5/+30 |
| | |||||
* | Release-1.3.9.1 | Dimitri van Heesch | 2004-10-10 | 1 | -26/+25 |
| | |||||
* | Release-1.3.9 | Dimitri van Heesch | 2004-10-05 | 1 | -5/+103 |
| | |||||
* | Release-1.3.8-20040812 | Dimitri van Heesch | 2004-08-12 | 1 | -3/+18 |
| | |||||
* | Release-1.3.8 | Dimitri van Heesch | 2004-07-25 | 1 | -27/+48 |
| | |||||
* | Release-1.3.7-20040718 | Dimitri van Heesch | 2004-07-18 | 1 | -2/+3 |
| | |||||
* | Release-1.3.7-20040617 | Dimitri van Heesch | 2004-06-17 | 1 | -4/+77 |
| | |||||
* | Release-1.3.6-20040427 | Dimitri van Heesch | 2004-04-27 | 1 | -3/+5 |
| | |||||
* | Release-1.3.6-20040307 | Dimitri van Heesch | 2004-03-07 | 1 | -1/+1 |
| | |||||
* | Release-1.3.6-20040222 | Dimitri van Heesch | 2004-02-22 | 1 | -1044/+1589 |
| | |||||
* | Release-1.3.3 | Dimitri van Heesch | 2003-07-25 | 1 | -0/+1119 |