| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-102507 Remove invisible pagebreak characters (#102531) | JosephSBoyle | 2023-03-08 | 1 | -7/+4 |
|
|
* | gh-95731: Fix module docstring extraction in pygettext (#95732) | Jakub Kuczys | 2022-10-15 | 1 | -3/+4 |
|
|
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 1 | -2/+2 |
|
|
* | bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19... | jack1142 | 2020-11-09 | 1 | -0/+53 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) | Serhiy Storchaka | 2019-03-30 | 1 | -3/+2 |
|
|
* | bpo-33189: pygettext.py now accepts only literal strings (GH-6364) | Serhiy Storchaka | 2018-04-19 | 1 | -5/+9 |
|
|
* | bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip... | Serhiy Storchaka | 2018-04-09 | 1 | -19/+11 |
|
|
* | bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH... | Tobotimus | 2018-02-26 | 1 | -4/+11 |
|
|
* | Merge spelling and grammar fixes from 3.5 | Martin Panter | 2016-08-05 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 1 | -1/+1 |
|
|
* | | Update pygettext.py to get ride of imp | Victor Stinner | 2016-04-12 | 1 | -43/+8 |
|/ |
|
* | #18128: use standard +NNNN timezone format in POT-Creation-Date header. | R David Murray | 2015-04-16 | 1 | -3/+1 |
|
|
* | update Barry's email (#19563) | Benjamin Peterson | 2013-12-23 | 1 | -1/+1 |
|
|
* | Issue #17156: pygettext.py now uses an encoding of source file and correctly | Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
|\ |
|
| * | Issue #17156: pygettext.py now uses an encoding of source file and correctly | Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
|
|
* | | Some cleanup in the Tools directory. | Florent Xicluna | 2012-07-07 | 1 | -1/+0 |
|/ |
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | Removed remnants of os.path.walk(). | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 1 | -1/+3 |
|
|
* | Patch #1830 by Peter Harris, fix some 2.x-isms. | Guido van Rossum | 2008-01-15 | 1 | -7/+3 |
|
|
* | In followup to #1310: Remove more exception indexing. | Georg Brandl | 2007-10-22 | 1 | -1/+2 |
|
|
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -19/+19 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. | Guido van Rossum | 2006-08-22 | 1 | -3/+1 |
|
|
* | - pygettext.py: Generate POT-Creation-Date header in ISO format. | Matthias Klose | 2004-08-16 | 1 | -1/+1 |
|
|
* | Mostly reformatting, splitting long lines, whitespace normalization | Barry Warsaw | 2003-04-16 | 1 | -33/+35 |
|
|
* | Patch #494845: Support string concatenation, detect non-string data, | Martin v. Löwis | 2002-11-22 | 1 | -37/+163 |
|
|
* | Added the -X/--no-docstrings flag which takes a filename containing a | Barry Warsaw | 2001-07-27 | 1 | -13/+32 |
|
|
* | write(): Karl Eichwalder points out that the #, flag comments should | Barry Warsaw | 2001-06-20 | 1 | -1/+4 |
|
|
* | write(): It's been generally agreed on the i18n-sig that the docstring | Barry Warsaw | 2001-06-19 | 1 | -1/+1 |
|
|
* | write(): Aggressively sort all catalog entries, and fix the bug where | Barry Warsaw | 2001-05-24 | 1 | -35/+37 |
|
|
* | write(): Do two levels of sorting: first sort the individual location | Barry Warsaw | 2001-05-23 | 1 | -0/+10 |
|
|
* | main(): default-domain argument to getopt.getopt() was missing a = to | Barry Warsaw | 2001-05-21 | 1 | -1/+1 |
|
|
* | __addentry(): add optional keyword arg `isdocstring' which is a flag | Barry Warsaw | 2001-05-21 | 1 | -4/+10 |
|
|
* | write(): A patch inspired by Tokio Kikuchi that sorts location entries | Barry Warsaw | 2001-05-21 | 1 | -7/+12 |
|
|
* | Put current date into POT-Creation-Date; leave PO-Revision-Date for | Martin v. Löwis | 2001-03-01 | 1 | -2/+3 |
|
|
* | main(): Slightly more informative error message when TokenError | Barry Warsaw | 2001-02-26 | 1 | -1/+5 |
|
|
* | Added the -D/--docstrings option for extraction of unmarked module, | Barry Warsaw | 2000-10-27 | 1 | -40/+82 |
|
|
* | Remove bogus stdout redirection and use of sys.__stdout__; use | Fred Drake | 2000-10-26 | 1 | -32/+28 |
|
|
* | Added an unused Unicode string for testing. | Barry Warsaw | 2000-05-02 | 1 | -0/+2 |
|
|
* | A bunch of changes, primarily to command line argument parsing | Barry Warsaw | 2000-03-08 | 1 | -64/+100 |
|
|
* | Two buglet fixes. Peter Funk caught the bug in make_escapes: | Barry Warsaw | 2000-02-27 | 1 | -7/+9 |
|
|
* | Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to | Barry Warsaw | 2000-02-26 | 1 | -40/+140 |
|
|
* | Added \" to escapes so embedded escaped double quotes are handled | Barry Warsaw | 1999-12-06 | 1 | -0/+1 |
|
|
* | Several improvements, some of where were contributed by Bernhard | Barry Warsaw | 1999-11-03 | 1 | -44/+86 |
|
|
* | Python equivalent of xgettext(1). This was originally released | Barry Warsaw | 1999-11-03 | 1 | -0/+1 |
|
|
* | Initial implementation | Barry Warsaw | 1999-08-13 | 1 | -0/+268 |
|
|
* | Initial revision | Barry Warsaw | 1999-08-11 | 1 | -0/+1 |
|
|