index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
bin
/
compile-messages.py
Age
Commit message (
Expand
)
Author
2011-01-25
Fixed #14419 -- Enhanced the help text of the makemessages management command...
Ramiro Morales
2008-07-06
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...
Malcolm Tredinnick
2007-11-19
Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...
Gary Wilson Jr
2007-10-03
Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6...
Malcolm Tredinnick
2007-09-16
Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO f...
Malcolm Tredinnick
2007-04-05
Added a check of the format specifiers in Python strings. This will identify a
Malcolm Tredinnick
2007-03-09
Fixed #3679 -- Added an option to compile localisation messages for a single
Malcolm Tredinnick
2006-08-28
Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch...
Adrian Holovaty
2006-08-16
Fixed small security hole in bin/compile-messages.py by escaping the .po file...
Adrian Holovaty
2006-08-16
Small error-message formatting change to compile-messages.py
Adrian Holovaty
2006-08-13
Small formatting change to compile-messages.py
Adrian Holovaty
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-02-18
Fixed #1369 -- Changed shebang lines in unique-messages.py, compile-messages....
Adrian Holovaty
2006-01-19
Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...
Adrian Holovaty
2006-01-19
Changed unique-messages.py, compile-messages.py and make-messages.py to use '...
Adrian Holovaty
2006-01-03
fixes #1161 - spaces in filenames should now be handled better (filename para...
Georg Bauer
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss