summaryrefslogtreecommitdiff
path: root/bin/pygettext.py
Commit message (Collapse)AuthorAgeFilesLines
* Basic buildout infrastructure.Barry Warsaw2008-12-181-545/+0
| | | | | | Added a NEWS file. Move old bin scripts to the attic.
* Work around a useless Python 2.3 complaint.bwarsaw2003-08-191-2/+2
|
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
| | | | | | and cron scripts. When code/status == 0, there's no error (it's likely --help output) so send that to stdout. Otherwise, it's an error and the output goes to stderr.
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
| | | | | | | | | | | | | into the script's #! line -- based on --with-python settings, without losing CVS revision history. #! /usr/bin/env python becomes #! @PYTHON@ which gets substituted for in configure.
* Merge in latest version (1.4) from Python 2.2 alpha CVS. Primarilybwarsaw2001-07-271-13/+32
| | | | | | this adds the -X flag to limit the files for which docstrings are extracted. It also fixes a bug related to module docstring extraction for 2nd and subsequent files.
* Syncing with latest Python cvs version (#, flags should be printedbwarsaw2001-06-281-1/+4
| | | | just before the msgid lines).
* Sync with Python 2.2 CVS's revision 1.18 of this file. This fixes abwarsaw2001-05-241-33/+45
| | | | | bug when multiple translatable strings appeared on a single line, and it also aggressively sorts all catalog entries.
* The latest copy from the Python 2.2a0 CVS tree.bwarsaw2001-05-221-11/+22
|
* The pygettext.py script from the Python distribution. Included herebwarsaw2001-05-201-0/+496
for convenience.