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
d9677f36
Kaydet (Commit)
d9677f36
authored
Haz 03, 2019
tarafından
Xtreak
Kaydeden (comit)
Terry Jan Reedy
Haz 03, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
IDLE: Fix typos in docs and comments (GH-13749)
üst
cba9f847
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
config.py
Lib/idlelib/config.py
+1
-1
configdialog.py
Lib/idlelib/configdialog.py
+1
-1
delegator.py
Lib/idlelib/delegator.py
+1
-1
editor.py
Lib/idlelib/editor.py
+1
-1
htest.py
Lib/idlelib/idle_test/htest.py
+1
-1
mock_tk.py
Lib/idlelib/idle_test/mock_tk.py
+1
-1
test_pyparse.py
Lib/idlelib/idle_test/test_pyparse.py
+1
-1
search.py
Lib/idlelib/search.py
+1
-1
searchbase.py
Lib/idlelib/searchbase.py
+1
-1
squeezer.py
Lib/idlelib/squeezer.py
+1
-1
undo.py
Lib/idlelib/undo.py
+1
-1
No files found.
Lib/idlelib/config.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -12,7 +12,7 @@ database keys are tuples (config-type, section, item). As implemented,
there are separate dicts for default and user values. Each has
config-type keys 'main', 'extensions', 'highlight', and 'keys'. The
value for each key is a ConfigParser instance that maps section and item
to values. For 'main' and 'extens
t
ons', user values override
to values. For 'main' and 'extens
i
ons', user values override
default values. For 'highlight' and 'keys', user sections augment the
default sections (and must, therefore, have distinct names).
...
...
Lib/idlelib/configdialog.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -199,7 +199,7 @@ class ConfigDialog(Toplevel):
def
help
(
self
):
"""Create textview for config dialog help.
Attrbutes accessed:
Attr
i
butes accessed:
note
Methods:
...
...
Lib/idlelib/delegator.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -14,7 +14,7 @@ class Delegator:
def
resetcache
(
self
):
"Removes added attributes while leaving original attributes."
# Function is really about resetting del
a
gator dict
# Function is really about resetting del
e
gator dict
# to original state. Cache is just a means
for
key
in
self
.
__cache
:
try
:
...
...
Lib/idlelib/editor.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -315,7 +315,7 @@ class EditorWindow(object):
self
.
CodeContext
(
self
)
.
toggle_code_context_event
)
def
_filename_to_unicode
(
self
,
filename
):
"""Return filename as BMP unicode so diplayable in Tk."""
"""Return filename as BMP unicode so di
s
playable in Tk."""
# Decode bytes to unicode.
if
isinstance
(
filename
,
bytes
):
try
:
...
...
Lib/idlelib/idle_test/htest.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -12,7 +12,7 @@ or function) whose .__name__ attribute is also X (the usual situation).
The first parameter of X must be 'parent'. When called, the parent
argument will be the root window. X must create a child Toplevel
window (or subclass thereof). The Toplevel may be a test widget or
dialog, in which case the callable is the corresonding class. Or the
dialog, in which case the callable is the corres
p
onding class. Or the
Toplevel may contain the widget to be tested or set up a context in
which a test widget is invoked. In this latter case, the callable is a
wrapper function that sets up the Toplevel and other objects. Wrapper
...
...
Lib/idlelib/idle_test/mock_tk.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -37,7 +37,7 @@ class Mbox_func:
"""Generic mock for messagebox functions, which all have the same signature.
Instead of displaying a message box, the mock's call method saves the
arguments as instance attributes, which test functions can then exami
m
e.
arguments as instance attributes, which test functions can then exami
n
e.
The test can set the result returned to ask function
"""
def
__init__
(
self
,
result
=
None
):
...
...
Lib/idlelib/idle_test/test_pyparse.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -160,7 +160,7 @@ class PyParseTest(unittest.TestCase):
TestInfo
(
'
\n
def function1(self, a,
\n
'
,
[
0
,
1
,
2
],
BRACKET
),
TestInfo
(
'())
\n
'
,
[
0
,
1
],
NONE
),
# Extra closer.
TestInfo
(
')(
\n
'
,
[
0
,
1
],
BRACKET
),
# Extra closer.
# For the mismatched example, it doesn't look like contination.
# For the mismatched example, it doesn't look like contin
u
ation.
TestInfo
(
'{)(]
\n
'
,
[
0
,
1
],
NONE
),
# Mismatched.
)
...
...
Lib/idlelib/search.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -80,7 +80,7 @@ class SearchDialog(SearchDialogBase):
If no search was previously run, open a new search dialog. In
this case, no search is done.
If a seach was previously run, the search dialog won't be
If a sea
r
ch was previously run, the search dialog won't be
shown and the options from the previous search (including the
search pattern) will be used to find the next occurrence
of the pattern. Next is relative based on direction.
...
...
Lib/idlelib/searchbase.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -36,7 +36,7 @@ class SearchDialogBase:
text (Text searched): set in open(), only used in subclasses().
ent (ry): created in make_entry() called from create_entry().
row (of grid): 0 in create_widgets(), +1 in make_entry/frame().
default_command: set in subclasses, used in create_widge
r
s().
default_command: set in subclasses, used in create_widge
t
s().
title (of dialog): class attribute, override in subclasses.
icon (of dialog): ditto, use unclear if cannot minimize dialog.
...
...
Lib/idlelib/squeezer.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -6,7 +6,7 @@ Worse, this can cause IDLE to become very slow, even to the point of being
completely unusable.
This extension will automatically replace long texts with a small button.
Double-cliking this button will remove it and insert the original text instead.
Double-cli
c
king this button will remove it and insert the original text instead.
Middle-clicking will copy the text to the clipboard. Right-clicking will open
the text in a separate viewing window.
...
...
Lib/idlelib/undo.py
Dosyayı görüntüle @
d9677f36
...
...
@@ -2,7 +2,7 @@ import string
from
idlelib.delegator
import
Delegator
# tkint
t
er import not needed because module does not create widgets,
# tkinter import not needed because module does not create widgets,
# although many methods operate on text widget arguments.
#$ event <<redo>>
...
...
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