summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/xgettext.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-357/+0
* Remove UnicodeType as py35+ has unicode strings. Remove some py27 imports. Ma...William Deegan2020-01-101-1/+1
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-35/+18
* updated gettext tools to work on windows cygwin and mingw environments.Daniel Moody2018-04-121-1/+13
* pep8William Deegan2017-04-061-261/+283
* Remove all the six stuff.Russel Winder2016-02-021-3/+3
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-3/+3
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-3/+3
* | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-15/+15
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-1/+2
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-4/+4
|/
* - final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched a...dirkbaechle2012-10-031-1/+4
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-271-1/+4
* Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-061-8/+10
* Corrected COPYRIGH placeholdersptomulik2012-06-061-1/+1
* Added gettext toolsptomulik2012-06-061-0/+331