Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
fbd4f809
Kaydet (Commit)
fbd4f809
authored
Agu 11, 2012
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
üst
cc98887e
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
24 additions
and
21 deletions
+24
-21
unicode.rst
Doc/c-api/unicode.rst
+1
-1
codecs.rst
Doc/library/codecs.rst
+2
-2
platform.rst
Doc/library/platform.rst
+1
-1
unicodedata.rst
Doc/library/unicodedata.rst
+2
-2
introduction.rst
Doc/tutorial/introduction.rst
+1
-1
2.4.rst
Doc/whatsnew/2.4.rst
+1
-1
2.6.rst
Doc/whatsnew/2.6.rst
+8
-8
2.7.rst
Doc/whatsnew/2.7.rst
+2
-2
ACKS
Misc/ACKS
+1
-1
HISTORY
Misc/HISTORY
+2
-2
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/c-api/unicode.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
Unicode Objects and Codecs
Unicode Objects and Codecs
--------------------------
--------------------------
.. sectionauthor:: Marc-Andr
e
Lemburg <mal@lemburg.com>
.. sectionauthor:: Marc-Andr
é
Lemburg <mal@lemburg.com>
Unicode Objects
Unicode Objects
^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^
...
...
Doc/library/codecs.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
.. module:: codecs
.. module:: codecs
:synopsis: Encode and decode data and streams.
:synopsis: Encode and decode data and streams.
.. moduleauthor:: Marc-Andr
e
Lemburg <mal@lemburg.com>
.. moduleauthor:: Marc-Andr
é
Lemburg <mal@lemburg.com>
.. sectionauthor:: Marc-Andr
e
Lemburg <mal@lemburg.com>
.. sectionauthor:: Marc-Andr
é
Lemburg <mal@lemburg.com>
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
...
...
Doc/library/platform.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
.. module:: platform
.. module:: platform
:synopsis: Retrieves as much platform identifying data as possible.
:synopsis: Retrieves as much platform identifying data as possible.
.. moduleauthor:: Marc-Andr
e
Lemburg <mal@egenix.com>
.. moduleauthor:: Marc-Andr
é
Lemburg <mal@egenix.com>
.. sectionauthor:: Bjorn Pettersen <bpettersen@corp.fairisaac.com>
.. sectionauthor:: Bjorn Pettersen <bpettersen@corp.fairisaac.com>
**Source code:** :source:`Lib/platform.py`
**Source code:** :source:`Lib/platform.py`
...
...
Doc/library/unicodedata.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
.. module:: unicodedata
.. module:: unicodedata
:synopsis: Access the Unicode Database.
:synopsis: Access the Unicode Database.
.. moduleauthor:: Marc-Andr
e
Lemburg <mal@lemburg.com>
.. moduleauthor:: Marc-Andr
é
Lemburg <mal@lemburg.com>
.. sectionauthor:: Marc-Andr
e
Lemburg <mal@lemburg.com>
.. sectionauthor:: Marc-Andr
é
Lemburg <mal@lemburg.com>
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
...
...
Doc/tutorial/introduction.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -413,7 +413,7 @@ The built-in function :func:`len` returns the length of a string::
...
@@ -413,7 +413,7 @@ The built-in function :func:`len` returns the length of a string::
About Unicode
About Unicode
-------------
-------------
.. sectionauthor:: Marc-Andr
e
Lemburg <mal@lemburg.com>
.. sectionauthor:: Marc-Andr
é
Lemburg <mal@lemburg.com>
Starting with Python 3.0 all strings support Unicode (see
Starting with Python 3.0 all strings support Unicode (see
...
...
Doc/whatsnew/2.4.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -1279,7 +1279,7 @@ complete list of changes, or look through the CVS logs for all the details.
...
@@ -1279,7 +1279,7 @@ complete list of changes, or look through the CVS logs for all the details.
interface, accessed only by :mod:`atexit`.
interface, accessed only by :mod:`atexit`.
* The :mod:`tarfile` module now generates GNU-format tar files by default.
* The :mod:`tarfile` module now generates GNU-format tar files by default.
(Contributed by Lars Gust
ae
bel.)
(Contributed by Lars Gust
ä
bel.)
* The :mod:`threading` module now has an elegantly simple way to support
* The :mod:`threading` module now has an elegantly simple way to support
thread-local data. The module contains a :class:`local` class whose attribute
thread-local data. The module contains a :class:`local` class whose attribute
...
...
Doc/whatsnew/2.6.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -175,7 +175,7 @@ item for each change.
...
@@ -175,7 +175,7 @@ item for each change.
Hosting
of
the
Python
bug
tracker
is
kindly
provided
by
Hosting
of
the
Python
bug
tracker
is
kindly
provided
by
`
Upfront
Systems
<
http
://
www
.
upfrontsystems
.
co
.
za
/>`
__
`
Upfront
Systems
<
http
://
www
.
upfrontsystems
.
co
.
za
/>`
__
of
Stellenbosch
,
South
Africa
.
Martin
von
L
oe
wis
put
a
of
Stellenbosch
,
South
Africa
.
Martin
von
L
ö
wis
put
a
lot
of
effort
into
importing
existing
bugs
and
patches
from
lot
of
effort
into
importing
existing
bugs
and
patches
from
SourceForge
;
his
scripts
for
this
import
operation
are
at
SourceForge
;
his
scripts
for
this
import
operation
are
at
http
://
svn
.
python
.
org
/
view
/
tracker
/
importer
/
and
may
be
useful
to
http
://
svn
.
python
.
org
/
view
/
tracker
/
importer
/
and
may
be
useful
to
...
@@ -193,7 +193,7 @@ other projects wishing to move from SourceForge to Roundup.
...
@@ -193,7 +193,7 @@ other projects wishing to move from SourceForge to Roundup.
Roundup
downloads
and
documentation
.
Roundup
downloads
and
documentation
.
http
://
svn
.
python
.
org
/
view
/
tracker
/
importer
/
http
://
svn
.
python
.
org
/
view
/
tracker
/
importer
/
Martin
von
L
oe
wis
's conversion scripts.
Martin
von
L
ö
wis
's conversion scripts.
New Documentation Format: reStructuredText Using Sphinx
New Documentation Format: reStructuredText Using Sphinx
-----------------------------------------------------------
-----------------------------------------------------------
...
@@ -1100,7 +1100,7 @@ their own implementations of buffering and text I/O.
...
@@ -1100,7 +1100,7 @@ their own implementations of buffering and text I/O.
:
pep
:`
3116
`
-
New
I
/
O
:
pep
:`
3116
`
-
New
I
/
O
PEP
written
by
Daniel
Stutzbach
,
Mike
Verdone
,
and
Guido
van
Rossum
.
PEP
written
by
Daniel
Stutzbach
,
Mike
Verdone
,
and
Guido
van
Rossum
.
Code
by
Guido
van
Rossum
,
Georg
Brandl
,
Walter
Doerwald
,
Code
by
Guido
van
Rossum
,
Georg
Brandl
,
Walter
Doerwald
,
Jeremy
Hylton
,
Martin
von
L
oe
wis
,
Tony
Lownds
,
and
others
.
Jeremy
Hylton
,
Martin
von
L
ö
wis
,
Tony
Lownds
,
and
others
.
..
======================================================================
..
======================================================================
...
@@ -1774,7 +1774,7 @@ The *encoding* part specifies the encoding's name, e.g. ``utf-8`` or
...
@@ -1774,7 +1774,7 @@ The *encoding* part specifies the encoding's name, e.g. ``utf-8`` or
``latin-1``; the optional *errorhandler* part specifies
``latin-1``; the optional *errorhandler* part specifies
what to do with characters that can'
t
be
handled
by
the
encoding
,
what to do with characters that can'
t
be
handled
by
the
encoding
,
and
should
be
one
of
"error"
,
"ignore"
,
or
"replace"
.
(
Contributed
and
should
be
one
of
"error"
,
"ignore"
,
or
"replace"
.
(
Contributed
by
Martin
von
L
oe
wis
.)
by
Martin
von
L
ö
wis
.)
..
======================================================================
..
======================================================================
...
@@ -1792,7 +1792,7 @@ changes, or look through the Subversion logs for all the details.
...
@@ -1792,7 +1792,7 @@ changes, or look through the Subversion logs for all the details.
were
applied
.
(
Maintained
by
Josiah
Carlson
;
see
:
issue
:`
1736190
`
for
were
applied
.
(
Maintained
by
Josiah
Carlson
;
see
:
issue
:`
1736190
`
for
one
patch
.)
one
patch
.)
*
The
:
mod
:`
bsddb
`
module
also
has
a
new
maintainer
,
Jes
ú
s
Cea
Avi
o
n
,
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
is
now
available
as
a
standalone
package
.
The
web
page
for
the
package
is
`
www
.
jcea
.
es
/
programacion
/
pybsddb
.
htm
`
www
.
jcea
.
es
/
programacion
/
pybsddb
.
htm
<
http
://
www
.
jcea
.
es
/
programacion
/
pybsddb
.
htm
>`
__
.
<
http
://
www
.
jcea
.
es
/
programacion
/
pybsddb
.
htm
>`
__
.
...
@@ -2384,7 +2384,7 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2384,7 +2384,7 @@ changes, or look through the Subversion logs for all the details.
(Contributed by Pedro Werneck and Jeffrey Yasskin;
(Contributed by Pedro Werneck and Jeffrey Yasskin;
:issue:`742598`, :issue:`1193577`.)
:issue:`742598`, :issue:`1193577`.)
* The :mod:`sqlite3` module, maintained by Gerhard H
ae
ring,
* The :mod:`sqlite3` module, maintained by Gerhard H
ä
ring,
has been updated from version 2.3.2 in Python 2.5 to
has been updated from version 2.3.2 in Python 2.5 to
version 2.4.1.
version 2.4.1.
...
@@ -2597,7 +2597,7 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2597,7 +2597,7 @@ changes, or look through the Subversion logs for all the details.
*
The
Unicode
database
provided
by
the
:
mod
:`
unicodedata
`
module
*
The
Unicode
database
provided
by
the
:
mod
:`
unicodedata
`
module
has
been
updated
to
version
5.1.0
.
(
Updated
by
has
been
updated
to
version
5.1.0
.
(
Updated
by
Martin
von
L
oe
wis
;
:
issue
:`
3811
`.)
Martin
von
L
ö
wis
;
:
issue
:`
3811
`.)
*
The
:
mod
:`
warnings
`
module
's :func:`formatwarning` and :func:`showwarning`
*
The
:
mod
:`
warnings
`
module
's :func:`formatwarning` and :func:`showwarning`
gained an optional *line* argument that can be used to supply the
gained an optional *line* argument that can be used to supply the
...
@@ -3104,7 +3104,7 @@ Port-Specific Changes: Windows
...
@@ -3104,7 +3104,7 @@ Port-Specific Changes: Windows
:
file
:`
PCbuild
`
directory
supports
cross
compilation
for
X64
,
debug
:
file
:`
PCbuild
`
directory
supports
cross
compilation
for
X64
,
debug
builds
and
Profile
Guided
Optimization
(
PGO
).
PGO
builds
are
roughly
builds
and
Profile
Guided
Optimization
(
PGO
).
PGO
builds
are
roughly
10
%
faster
than
normal
builds
.
(
Contributed
by
Christian
Heimes
10
%
faster
than
normal
builds
.
(
Contributed
by
Christian
Heimes
with
help
from
Amaury
Forgeot
d
'Arc and Martin von L
oe
wis.)
with
help
from
Amaury
Forgeot
d
'Arc and Martin von L
ö
wis.)
* The :mod:`msvcrt` module now supports
* The :mod:`msvcrt` module now supports
both the normal and wide char variants of the console I/O
both the normal and wide char variants of the console I/O
...
...
Doc/whatsnew/2.7.rst
Dosyayı görüntüle @
fbd4f809
...
@@ -1434,7 +1434,7 @@ changes, or look through the Subversion logs for all the details.
...
@@ -1434,7 +1434,7 @@ changes, or look through the Subversion logs for all the details.
* The :mod:`signal` module no longer re-installs the signal handler
* The :mod:`signal` module no longer re-installs the signal handler
unless this is truly necessary, which fixes a bug that could make it
unless this is truly necessary, which fixes a bug that could make it
impossible to catch the EINTR signal robustly. (Fixed by
impossible to catch the EINTR signal robustly. (Fixed by
Charles-Fran
c
ois Natali; :issue:`8354`.)
Charles-Fran
ç
ois Natali; :issue:`8354`.)
* New functions: in the :mod:`site` module, three new functions
* New functions: in the :mod:`site` module, three new functions
return various site- and user-specific paths.
return various site- and user-specific paths.
...
@@ -2331,7 +2331,7 @@ Other Changes and Fixes
...
@@ -2331,7 +2331,7 @@ Other Changes and Fixes
attributes of the resulting code objects are overwritten when the
attributes of the resulting code objects are overwritten when the
original filename is obsolete. This can happen if the file has been
original filename is obsolete. This can happen if the file has been
renamed, moved, or is accessed through different paths. (Patch by
renamed, moved, or is accessed through different paths. (Patch by
Z
iga Seilnacht and Jean-Paul Calderone; :issue:`1180193`.)
Ž
iga Seilnacht and Jean-Paul Calderone; :issue:`1180193`.)
* The :file:`regrtest.py` script now takes a :option:`--randseed=`
* The :file:`regrtest.py` script now takes a :option:`--randseed=`
switch that takes an integer that will be used as the random seed
switch that takes an integer that will be used as the random seed
...
...
Misc/ACKS
Dosyayı görüntüle @
fbd4f809
...
@@ -855,7 +855,7 @@ Federico Schwindt
...
@@ -855,7 +855,7 @@ Federico Schwindt
Steven Scott
Steven Scott
Barry Scott
Barry Scott
Nick Seidenman
Nick Seidenman
Žiga Seilnach
Žiga Seilnach
t
Yury Selivanov
Yury Selivanov
Fred Sells
Fred Sells
Jiwon Seo
Jiwon Seo
...
...
Misc/HISTORY
Dosyayı görüntüle @
fbd4f809
...
@@ -2676,7 +2676,7 @@ Core and builtins
...
@@ -2676,7 +2676,7 @@ Core and builtins
subclasses
of
str
always
behaved
.
int
/
long
/
float
,
conversion
of
an
instance
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
to
the
base
class
has
been
moved
to
the
proper
nb_
*
magic
slot
and
out
of
PyNumber_
*().
PyNumber_
*().
Thanks
Walter
D
�
rwald
.
Thanks
Walter
D
ö
rwald
.
-
Descriptors
defined
in
C
with
a
PyGetSetDef
structure
,
where
the
setter
is
-
Descriptors
defined
in
C
with
a
PyGetSetDef
structure
,
where
the
setter
is
NULL
,
now
raise
an
AttributeError
when
attempting
to
set
or
delete
the
NULL
,
now
raise
an
AttributeError
when
attempting
to
set
or
delete
the
...
@@ -13998,7 +13998,7 @@ instead of raising an exception on errors; this makes the logic
...
@@ -13998,7 +13998,7 @@ instead of raising an exception on errors; this makes the logic
required for asynchronous connects simpler and more efficient.
required for asynchronous connects simpler and more efficient.
- New "locale" module with (still experimental) interface to the
- New "locale" module with (still experimental) interface to the
standard C library locale interface, courtesy Martin von L
oe
wis. This
standard C library locale interface, courtesy Martin von L
ö
wis. This
does not repeat my mistake in 1.5a4 of always calling
does not repeat my mistake in 1.5a4 of always calling
setlocale(LC_ALL, ""). In fact, we've pretty much decided that
setlocale(LC_ALL, ""). In fact, we've pretty much decided that
Python's standard numerical formatting operations should always use
Python's standard numerical formatting operations should always use
...
...
Misc/NEWS
Dosyayı görüntüle @
fbd4f809
...
@@ -468,6 +468,9 @@ Build
...
@@ -468,6 +468,9 @@ Build
Documentation
Documentation
-------------
-------------
- Issue #15444: Use proper spelling for non-ASCII contributor names. Patch
by Serhiy Storchaka.
- Issue 15482: Properly document the default 'level' value for __import__()
- Issue 15482: Properly document the default 'level' value for __import__()
while warning about using negative values.
while warning about using negative values.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment