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
c5fa303e
Kaydet (Commit)
c5fa303e
authored
Mar 29, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changed visible name (in dock, menubar) of the interpreter to PythonW.
Changed version numbers and copyright.
üst
cc07ec17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Info.plist
Mac/OSXResources/app/Info.plist
+6
-6
InfoPlist.strings
...SXResources/app/Resources/English.lproj/InfoPlist.strings
+5
-5
No files found.
Mac/OSXResources/app/Info.plist
Dosyayı görüntüle @
c5fa303e
...
@@ -53,22 +53,22 @@
...
@@ -53,22 +53,22 @@
<
string
>
python
<
/string
>
<
string
>
python
<
/string
>
<
k
e
y
>
CFBundleGetInfoString
<
/k
e
y
>
<
k
e
y
>
CFBundleGetInfoString
<
/k
e
y
>
<
string
>
Python
Interpreter
version
2.
2
,
(
c
)
2001
Python
Software
Foundation.
<
/string
>
<
string
>
Python
Interpreter
version
2.
3
,
(
c
)
2002
Python
Software
Foundation.
<
/string
>
<
k
e
y
>
CFBundleLongVersionString
<
/k
e
y
>
<
k
e
y
>
CFBundleLongVersionString
<
/k
e
y
>
<
string
>
2.
2
,
(
c
)
2001
Python
Software
Foundation.
<
/string
>
<
string
>
2.
3
,
(
c
)
2002
Python
Software
Foundation.
<
/string
>
<
k
e
y
>
NSHumanReadableCopyright
<
/k
e
y
>
<
k
e
y
>
NSHumanReadableCopyright
<
/k
e
y
>
<
string
>
Copyright
200
1
Python
Software
Foundation.
<
/string
>
<
string
>
Copyright
200
2
Python
Software
Foundation.
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
6.5
<
/string
>
<
string
>
2.3
<
/string
>
<
k
e
y
>
CFBundleIconFile
<
/k
e
y
>
<
k
e
y
>
CFBundleIconFile
<
/k
e
y
>
<
string
>
PythonInterpreter.icns
<
/string
>
<
string
>
PythonInterpreter.icns
<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
org.python.
interpreter
<
/string
>
<
string
>
org.python.
pythonw
<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
Python
Interpreter
<
/string
>
<
string
>
Python
W
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
...
...
Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
Dosyayı görüntüle @
c5fa303e
/* Localized versions of Info.plist keys */
/* Localized versions of Info.plist keys */
CFBundleName = "Python
Interpreter
";
CFBundleName = "Python
W
";
CFBundleShortVersionString = "Python Interpreter version 2.
2
";
CFBundleShortVersionString = "Python Interpreter version 2.
3
";
CFBundleGetInfoString = "Python Interpreter version 2.
2, (c) 2001
Python Software Foundation.";
CFBundleGetInfoString = "Python Interpreter version 2.
3, (c) 2002
Python Software Foundation.";
CFBundleLongVersionString = "2.
2, (c) 2001
Python Software Foundation.";
CFBundleLongVersionString = "2.
3, (c) 2002
Python Software Foundation.";
NSHumanReadableCopyright = "Copyright 200
1
Python Software Foundation.";
NSHumanReadableCopyright = "Copyright 200
2
Python Software Foundation.";
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