summaryrefslogtreecommitdiffstats
path: root/Doc/library/gettext.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-110497: Add note about `OSError` being an alias to `IOError` in docs ↵Nikita Sobolev2023-10-091-1/+1
| | | | (#110498)
* GH-101100: Fix reference warnings for ``gettext`` (#110115)Adam Turner2023-09-301-29/+26
|
* gh-54738: Add argparse i18n howto (#104562)Tomas R2023-07-231-0/+1
|
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS ↵Serhiy Storchaka2022-08-041-1/+1
| | | | | | | | | | (GH-95527) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.
* bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)Dong-hee Na2021-05-301-90/+7
|
* Issue3950: Fix docs for default locale used by gettext to match ↵Carl2020-02-101-2/+2
| | | | | implementation (#18435) documentation for default locale directory Doc/library/gettext.rst changed to match gettext implementation line 63.
* DOC: Unnecessary plural. (GH-13613)Julien Palard2019-05-281-1/+1
|
* bpo-2504: Add pgettext() and variants to gettext. (GH-7253)Cheryl Sabella2018-11-071-1/+57
|
* bpo-10536: Enhancements to gettext docs (GH-10324)Stéphane Wirtel2018-11-041-23/+23
|
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-1/+1
|
* bpo-33710: Deprecate l*gettext() and related functions in the gettext ↵Serhiy Storchaka2018-10-271-3/+19
| | | | | | module. (GH-10139) They return encoded bytes and are Python 2 artifacts.
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+1
|
* bpo-31667: Fix gettext related links. (#3860)Serhiy Storchaka2017-10-041-5/+5
| | | | | | * Fix incorrect links. * Remove redundant links. * Add signatures and index entries for gettext related functions in the locale module.
* bpo-29755: Fixed the lgettext() family of functions in the gettext module. ↵Serhiy Storchaka2017-06-201-81/+80
| | | | | | | | (#2266) They now always return bytes. Updated the gettext documentation.
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-1/+1
|
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* merge with 3.4Georg Brandl2014-10-291-1/+1
|\
| * Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
| |
* | Issue #18216: gettext now raises an error when a .mo file has an unsupported ↵Antoine Pitrou2014-10-281-3/+3
|/ | | | major version number. Patch by Aaron Hill.
* Fix suspicious markup in the docs.Georg Brandl2013-11-241-3/+3
|
* #1098749: re-word gettext docs to not encourage using pygettext so much.Andrew Kuchling2013-11-191-52/+51
| | | | Also, add a link to the Babel package.
* Update e-mail addressAndrew Kuchling2013-11-121-2/+2
|
* Replace mentions of IOErrorAntoine Pitrou2011-10-121-2/+5
|
* Fix a typo and a broken link (part of #10536).Éric Araujo2011-10-071-3/+3
| | | | Found by Franz Glasner in #2504.
* More source linksRaymond Hettinger2011-01-271-0/+3
|
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-3/+3
|
* Merged revisions ↵Alexandre Vassalotti2009-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line #6513: fix example code: warning categories are classes, not instances. ........ r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line #6489: fix an ambiguity in getiterator() documentation. ........ r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line remove docs for deprecated -p option ........ r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line use bools ........ r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line Fix arg types of et#. ........ r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line Dont put "void" in signature for nullary functions. ........ r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line #6571: add index entries for more operators. ........ r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line #6593: fix link targets. ........ r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line #6591: add reference to ioctl in fcntl module for platforms other than Windows. ........ r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line Add a link to readline, and mention IPython and bpython. ........ r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line Fix some markup and small factual glitches found by M. Markert. ........ r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line Fix a few markup glitches. ........ r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better. ........
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line builtin -> built-in. ........
* More conversion to new-style optional args.Georg Brandl2009-05-171-10/+9
|
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-12/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68221 | georg.brandl | 2009-01-03 22:04:55 +0100 (Sat, 03 Jan 2009) | 2 lines Remove tabs from the documentation. ........
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* Make gettext Unicode interface consistent and clean up the docs.Georg Brandl2008-07-171-92/+79
|
* #2512 implement the 3.0 gettext APIBenjamin Peterson2008-07-141-116/+66
| | | | | | | All the u* gettext variants were renamed to their none u* variants, since there's no point in translating to byte strings. I also killed off the unicode parameters for install
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-63/+65
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r62490 | benjamin.peterson | 2008-04-24 20:29:10 -0500 (Thu, 24 Apr 2008) | 2 lines reformat some documentation of classes so methods and attributes are under the class directive ........
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-12/+11
|
* Convert all print statements in the docs.Georg Brandl2007-09-041-6/+6
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-45/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+765