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
263c448a
Kaydet (Commit)
263c448a
authored
Şub 10, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issues #26310, 26311: Merge typo fixes from 3.5
üst
15a3095d
96a4f071
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
pyexpat.rst
Doc/library/pyexpat.rst
+2
-2
tkinter.ttk.rst
Doc/library/tkinter.ttk.rst
+1
-1
3.5.rst
Doc/whatsnew/3.5.rst
+1
-1
headerregistry.py
Lib/email/headerregistry.py
+1
-1
NEWS.txt
Lib/idlelib/NEWS.txt
+1
-1
help.py
Lib/idlelib/help.py
+1
-1
socketserver.py
Lib/socketserver.py
+1
-1
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/library/pyexpat.rst
Dosyayı görüntüle @
263c448a
...
...
@@ -570,9 +570,9 @@ Content Model Descriptions
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
Content mod
ule
s are described using nested tuples. Each tuple contains four
Content mod
el
s are described using nested tuples. Each tuple contains four
values: the type, the quantifier, the name, and a tuple of children. Children
are simply additional content mod
ule
descriptions.
are simply additional content mod
el
descriptions.
The values of the first two fields are constants defined in the
:mod:`xml.parsers.expat.model` module. These constants can be collected in two
...
...
Doc/library/tkinter.ttk.rst
Dosyayı görüntüle @
263c448a
...
...
@@ -299,7 +299,7 @@ Besides the methods inherited from :class:`Widget`: :meth:`Widget.cget`,
:meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
and :meth:`Widget.state`, and the following inherited from :class:`Entry`:
:meth:`Entry.bbox`, :meth:`Entry.delete`, :meth:`Entry.icursor`,
:meth:`Entry.index`, :meth:`Entry.inset`, :meth:`Entry.selection`,
:meth:`Entry.index`, :meth:`Entry.inse
r
t`, :meth:`Entry.selection`,
:meth:`Entry.xview`, it has some other methods, described at
:class:`ttk.Combobox`.
...
...
Doc/whatsnew/3.5.rst
Dosyayı görüntüle @
263c448a
...
...
@@ -914,7 +914,7 @@ compileall
----------
A new :mod:`compileall` option, :samp:`-j {N}`, allows to run *N* workers
s
u
multaneously to perform parallel bytecode compilation.
s
i
multaneously to perform parallel bytecode compilation.
The :func:`~compileall.compile_dir` function has a corresponding ``workers``
parameter. (Contributed by Claudiu Popa in :issue:`16104`.)
...
...
Lib/email/headerregistry.py
Dosyayı görüntüle @
263c448a
...
...
@@ -16,7 +16,7 @@ from email import _header_value_parser as parser
class
Address
:
def
__init__
(
self
,
display_name
=
''
,
username
=
''
,
domain
=
''
,
addr_spec
=
None
):
"""Create an object represeting a full email address.
"""Create an object represe
n
ting a full email address.
An address can have a 'display_name', a 'username', and a 'domain'. In
addition to specifying the username and domain separately, they may be
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
263c448a
...
...
@@ -149,7 +149,7 @@ What's New in IDLE 3.5.0?
move version to end.
- Issue #14105: Idle debugger breakpoints no longer disappear
when inseting or deleting lines.
when inse
r
ting or deleting lines.
- Issue #17172: Turtledemo can now be run from Idle.
Currently, the entry is on the Help menu, but it may move to Run.
...
...
Lib/idlelib/help.py
Dosyayı görüntüle @
263c448a
...
...
@@ -11,7 +11,7 @@ Help => IDLE Help: Display help.html with proper formatting.
Doc/library/idle.rst (Sphinx)=> Doc/build/html/library/idle.html
(help.copy_strip)=> Lib/idlelib/help.html
HelpParser - Parse help.html and
and
render to tk Text.
HelpParser - Parse help.html and render to tk Text.
HelpText - Display formatted help.html.
...
...
Lib/socketserver.py
Dosyayı görüntüle @
263c448a
...
...
@@ -671,7 +671,7 @@ class BaseRequestHandler:
client address as self.client_address, and the server (in case it
needs access to per-server information) as self.server. Since a
separate instance is created for each request, the handle() method
can define
arbitrary other instance vari
ariables.
can define
other arbitrary instance v
ariables.
"""
...
...
Misc/NEWS
Dosyayı görüntüle @
263c448a
...
...
@@ -3936,7 +3936,7 @@ IDLE
move
version
to
end
.
-
Issue
#
14105
:
Idle
debugger
breakpoints
no
longer
disappear
when
inseting
or
deleting
lines
.
when
inse
r
ting
or
deleting
lines
.
-
Issue
#
17172
:
Turtledemo
can
now
be
run
from
Idle
.
Currently
,
the
entry
is
on
the
Help
menu
,
but
it
may
move
to
Run
.
...
...
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