Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ | |||||
| * | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Issue #18216: gettext now raises an error when a .mo file has an unsupported ↵ | Antoine Pitrou | 2014-10-28 | 1 | -3/+3 |
|/ | | | | major version number. Patch by Aaron Hill. | ||||
* | Fix suspicious markup in the docs. | Georg Brandl | 2013-11-24 | 1 | -3/+3 |
| | |||||
* | #1098749: re-word gettext docs to not encourage using pygettext so much. | Andrew Kuchling | 2013-11-19 | 1 | -52/+51 |
| | | | | Also, add a link to the Babel package. | ||||
* | Update e-mail address | Andrew Kuchling | 2013-11-12 | 1 | -2/+2 |
| | |||||
* | Replace mentions of IOError | Antoine Pitrou | 2011-10-12 | 1 | -2/+5 |
| | |||||
* | Fix a typo and a broken link (part of #10536). | Éric Araujo | 2011-10-07 | 1 | -3/+3 |
| | | | | Found by Franz Glasner in #2504. | ||||
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+3 |
| | |||||
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
| | |||||
* | Merged revisions ↵ | Alexandre Vassalotti | 2009-07-29 | 1 | -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 from | Georg Brandl | 2009-07-26 | 1 | -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 Brandl | 2009-05-17 | 1 | -10/+9 |
| | |||||
* | Merged revisions 68221 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -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 Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Make gettext Unicode interface consistent and clean up the docs. | Georg Brandl | 2008-07-17 | 1 | -92/+79 |
| | |||||
* | #2512 implement the 3.0 gettext API | Benjamin Peterson | 2008-07-14 | 1 | -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 from | Benjamin Peterson | 2008-04-25 | 1 | -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 Brandl | 2008-02-01 | 1 | -12/+11 |
| | |||||
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -6/+6 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -45/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+765 |