Commit Graph

18 Commits

Author SHA1 Message Date
David Baumgold
d93238d8de create_dir_if_necessary() is unnecessary
We already have makedirs_p()
2014-03-18 16:10:03 -04:00
David Baumgold
380d2177f5 pep8/pyflakes 2014-03-18 16:09:59 -04:00
David Baumgold
c08a73f015 pep8 2014-03-13 16:21:20 -04:00
Calen Pennington
561ecc7682 Make i18n tests quieter 2014-03-13 16:18:22 -04:00
Ned Batchelder
3eb69da545 Indicate where i18n tools are being run. 2014-02-10 15:23:13 -05:00
Calen Pennington
c7d53b4219 Use subprocess.STDOUT, rather than sys.STDOUT to rebind stderr 2014-01-23 14:41:13 -05:00
Calen Pennington
c7bf282111 Don't capture the output of i18n command execution 2014-01-22 14:51:34 -05:00
Ned Batchelder
cab1c04e5e Make i18n a real package. 2014-01-20 11:34:54 -05:00
Ned Batchelder
550f15caea i18n tests run better: no subprocess output, and no duplication of tests. 2013-12-20 10:26:08 -05:00
Ned Batchelder
5e244b1c3b Minor style changes to the i18n directory. 2013-12-20 10:24:33 -05:00
Steve Strassmann
1f7bf1f00a use global LOG instead of local log 2013-05-12 21:52:07 -04:00
Steve Strassmann
1c5815a844 per-file log objects 2013-05-10 15:11:10 -04:00
Steve Strassmann
35d72f30b9 update .gitignore; fix logger import in execute.py 2013-05-10 14:40:30 -04:00
Steve Strassmann
cf8d6b8965 factor logging out of library calls 2013-05-07 14:10:59 -04:00
Steve Strassmann
4620f50fb1 addressed Cale's comments; switched to path.py paths 2013-05-07 13:24:38 -04:00
Steve Strassmann
c0278d0ff1 refactor config file; fix duplicate merge 2013-05-06 11:29:27 -04:00
Steve Strassmann
55dd0fc8bc workaround for gettext parser bug 2013-05-03 12:45:55 -04:00
Steve Strassmann
d9381eccf2 test_generate and test_extract
both tests work
2013-04-26 15:01:59 -04:00