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
4d34bae2
Kaydet (Commit)
4d34bae2
authored
Nis 04, 2013
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.3 (#17625)
üst
effbdeed
cf658c28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ReplaceDialog.py
Lib/idlelib/ReplaceDialog.py
+1
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/idlelib/ReplaceDialog.py
Dosyayı görüntüle @
4d34bae2
...
...
@@ -123,6 +123,7 @@ class ReplaceDialog(SearchDialogBase):
text
.
undo_block_stop
()
if
first
and
last
:
self
.
show_hit
(
first
,
last
)
self
.
close
()
def
do_find
(
self
,
ok
=
0
):
if
not
self
.
engine
.
getprog
():
...
...
Misc/NEWS
Dosyayı görüntüle @
4d34bae2
...
...
@@ -27,6 +27,8 @@ Core and Builtins
-
Use
the
HTTPS
PyPI
url
for
upload
,
overriding
any
plain
HTTP
URL
in
pypirc
.
-
Issue
#
17625
:
In
IDLE
,
close
the
replace
dialog
after
it
is
used
.
-
Issue
#
16795
:
On
the
ast
.
arguments
object
,
unify
vararg
with
varargannotation
and
kwarg
and
kwargannotation
.
Change
the
column
offset
of
ast
.
Attribute
to
be
at
the
attribute
name
.
...
...
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