cpython: 3654c711019a (original) (raw)

Mercurial > cpython

changeset 78507:3654c711019a 3.2

Issue #15444: Use proper spelling for non-ASCII contributor names. Patch by Serhiy Storchaka. [#15444]

Antoine Pitrou solipsis@pitrou.net
date Sat, 11 Aug 2012 16:51:50 +0200
parents aeda45d58729
children 867de88b69f0 233673503217
files Doc/c-api/unicode.rst Doc/library/codecs.rst Doc/library/platform.rst Doc/library/unicodedata.rst Doc/tutorial/introduction.rst Doc/whatsnew/2.4.rst Doc/whatsnew/2.6.rst Doc/whatsnew/2.7.rst Misc/ACKS Misc/HISTORY Misc/NEWS
diffstat 11 files changed, 24 insertions(+), 21 deletions(-)[+] [-] Doc/c-api/unicode.rst 2 Doc/library/codecs.rst 4 Doc/library/platform.rst 2 Doc/library/unicodedata.rst 4 Doc/tutorial/introduction.rst 2 Doc/whatsnew/2.4.rst 2 Doc/whatsnew/2.6.rst 16 Doc/whatsnew/2.7.rst 4 Misc/ACKS 2 Misc/HISTORY 4 Misc/NEWS 3

line wrap: on

line diff

--- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -5,7 +5,7 @@ Unicode Objects and Codecs -------------------------- -.. sectionauthor:: Marc-Andre Lemburg mal@lemburg.com +.. sectionauthor:: Marc-André Lemburg mal@lemburg.com Unicode Objects ^^^^^^^^^^^^^^^

--- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -3,8 +3,8 @@ .. module:: codecs :synopsis: Encode and decode data and streams. -.. moduleauthor:: Marc-Andre Lemburg mal@lemburg.com -.. sectionauthor:: Marc-Andre Lemburg mal@lemburg.com +.. moduleauthor:: Marc-André Lemburg mal@lemburg.com +.. sectionauthor:: Marc-André Lemburg mal@lemburg.com .. sectionauthor:: Martin v. Löwis martin@v.loewis.de

--- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -3,7 +3,7 @@ .. module:: platform :synopsis: Retrieves as much platform identifying data as possible. -.. moduleauthor:: Marc-Andre Lemburg mal@egenix.com +.. moduleauthor:: Marc-André Lemburg mal@egenix.com .. sectionauthor:: Bjorn Pettersen bpettersen@corp.fairisaac.com Source code: :source:Lib/platform.py

--- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -3,8 +3,8 @@ .. module:: unicodedata :synopsis: Access the Unicode Database. -.. moduleauthor:: Marc-Andre Lemburg mal@lemburg.com -.. sectionauthor:: Marc-Andre Lemburg mal@lemburg.com +.. moduleauthor:: Marc-André Lemburg mal@lemburg.com +.. sectionauthor:: Marc-André Lemburg mal@lemburg.com .. sectionauthor:: Martin v. Löwis martin@v.loewis.de

--- a/Doc/tutorial/introduction.rst +++ b/Doc/tutorial/introduction.rst @@ -413,7 +413,7 @@ The built-in function :func:len return About Unicode ------------- -.. sectionauthor:: Marc-Andre Lemburg mal@lemburg.com +.. sectionauthor:: Marc-André Lemburg mal@lemburg.com Starting with Python 3.0 all strings support Unicode (see

--- a/Doc/whatsnew/2.4.rst +++ b/Doc/whatsnew/2.4.rst @@ -1279,7 +1279,7 @@ complete list of changes, or look throug interface, accessed only by :mod:atexit.

--- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -175,7 +175,7 @@ item for each change. Hosting of the Python bug tracker is kindly provided by Upfront Systems <http://www.upfrontsystems.co.za/>__ -of Stellenbosch, South Africa. Martin von Loewis put a +of Stellenbosch, South Africa. Martin von Löwis put a lot of effort into importing existing bugs and patches from SourceForge; his scripts for this import operation are at http://svn.python.org/view/tracker/importer/ and may be useful to @@ -193,7 +193,7 @@ other projects wishing to move from Sour Roundup downloads and documentation. http://svn.python.org/view/tracker/importer/[](#l7.15)

New Documentation Format: reStructuredText Using Sphinx ----------------------------------------------------------- @@ -1100,7 +1100,7 @@ their own implementations of buffering a :pep:3116 - New I/O PEP written by Daniel Stutzbach, Mike Verdone, and Guido van Rossum. Code by Guido van Rossum, Georg Brandl, Walter Doerwald,

.. ====================================================================== @@ -1774,7 +1774,7 @@ The encoding part specifies the encodi latin-1; the optional errorhandler part specifies what to do with characters that can't be handled by the encoding, and should be one of "error", "ignore", or "replace". (Contributed -by Martin von Loewis.) +by Martin von Löwis.) .. ====================================================================== @@ -1792,7 +1792,7 @@ changes, or look through the Subversion were applied. (Maintained by Josiah Carlson; see :issue:1736190 for one patch.) -* The :mod:bsddb module also has a new maintainer, Jesús Cea Avion, and the package +* The :mod:bsddb module also has a new maintainer, Jesús Cea Avión, and the package is now available as a standalone package. The web page for the package is www.jcea.es/programacion/pybsddb.htm[](#l7.46) <http://www.jcea.es/programacion/pybsddb.htm>__. @@ -2384,7 +2384,7 @@ changes, or look through the Subversion (Contributed by Pedro Werneck and Jeffrey Yasskin; :issue:742598, :issue:1193577.) -* The :mod:sqlite3 module, maintained by Gerhard Haering, +* The :mod:sqlite3 module, maintained by Gerhard Häring, has been updated from version 2.3.2 in Python 2.5 to version 2.4.1. @@ -2597,7 +2597,7 @@ changes, or look through the Subversion

--- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -1434,7 +1434,7 @@ changes, or look through the Subversion

--- a/Misc/ACKS +++ b/Misc/ACKS @@ -855,7 +855,7 @@ Federico Schwindt Steven Scott Barry Scott Nick Seidenman -Žiga Seilnach +Žiga Seilnacht Yury Selivanov Fred Sells Jiwon Seo

--- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -2676,7 +2676,7 @@ Core and builtins subclasses of str always behaved. int/long/float, conversion of an instance to the base class has been moved to the proper nb_* magic slot and out of PyNumber_*().

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -468,6 +468,9 @@ Build Documentation ------------- +- Issue #15444: Use proper spelling for non-ASCII contributor names. Patch