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
d076153e
Kaydet (Commit)
d076153e
authored
Eki 12, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #813342: Start the IDLE subprocess with -Qnew if the parent
is started with that option.
üst
fc837574
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
PyShell.py
Lib/idlelib/PyShell.py
+2
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/idlelib/PyShell.py
Dosyayı görüntüle @
d076153e
...
@@ -351,6 +351,8 @@ class ModifiedInterpreter(InteractiveInterpreter):
...
@@ -351,6 +351,8 @@ class ModifiedInterpreter(InteractiveInterpreter):
def
build_subprocess_arglist
(
self
):
def
build_subprocess_arglist
(
self
):
w
=
[
'-W'
+
s
for
s
in
sys
.
warnoptions
]
w
=
[
'-W'
+
s
for
s
in
sys
.
warnoptions
]
if
1
/
2
>
0
:
# account for new division
w
.
append
(
'-Qnew'
)
# Maybe IDLE is installed and is being accessed via sys.path,
# Maybe IDLE is installed and is being accessed via sys.path,
# or maybe it's not installed and the idle.py script is being
# or maybe it's not installed and the idle.py script is being
# run from the IDLE source directory.
# run from the IDLE source directory.
...
...
Misc/NEWS
Dosyayı görüntüle @
d076153e
...
@@ -75,6 +75,9 @@ Core and builtins
...
@@ -75,6 +75,9 @@ Core and builtins
Library
Library
-------
-------
-
Bug
#
813342
:
Start
the
IDLE
subprocess
with
-
Qnew
if
the
parent
is
started
with
that
option
.
-
Bug
#
1565150
:
Fix
subsecond
processing
for
os
.
utime
on
Windows
.
-
Bug
#
1565150
:
Fix
subsecond
processing
for
os
.
utime
on
Windows
.
-
Support
for
MSVC
8
was
added
to
bdist_wininst
.
-
Support
for
MSVC
8
was
added
to
bdist_wininst
.
...
...
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