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
ef3f32f9
Kaydet (Commit)
ef3f32f9
authored
Eki 18, 2006
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
79665b14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
unixccompiler.py
Lib/distutils/unixccompiler.py
+1
-1
test_import.py
Lib/test/test_import.py
+2
-2
build-installer.py
Mac/BuildScript/build-installer.py
+1
-1
No files found.
Lib/distutils/unixccompiler.py
Dosyayı görüntüle @
ef3f32f9
...
...
@@ -82,7 +82,7 @@ def _darwin_compiler_fixup(compiler_so, cc_args):
except
ValueError
:
pass
# Check if the SDK that is used during compilation actually exists,
# Check if the SDK that is used during compilation actually exists,
# the universal build requires the usage of a universal SDK and not all
# users have that installed by default.
sysroot
=
None
...
...
Lib/test/test_import.py
Dosyayı görüntüle @
ef3f32f9
...
...
@@ -18,7 +18,7 @@ def remove_files(name):
class
ImportTest
(
unittest
.
TestCase
):
def
testCaseSensitivity
(
self
):
# Brief digression to test that import is case-sensitive: if we got this
# far, we know for sure that "random" exists.
...
...
@@ -56,7 +56,7 @@ class ImportTest(unittest.TestCase):
mod
=
__import__
(
TESTFN
)
except
ImportError
,
err
:
self
.
fail
(
"import from
%
s failed:
%
s"
%
(
ext
,
err
))
self
.
assertEquals
(
mod
.
a
,
a
,
"module loaded (
%
s) but contents invalid"
%
mod
)
self
.
assertEquals
(
mod
.
b
,
b
,
...
...
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
ef3f32f9
...
...
@@ -664,7 +664,7 @@ def buildPython():
for
dn
in
dirnames
:
os
.
chmod
(
os
.
path
.
join
(
dirpath
,
dn
),
0775
)
os
.
chown
(
os
.
path
.
join
(
dirpath
,
dn
),
-
1
,
gid
)
for
fn
in
filenames
:
if
os
.
path
.
islink
(
fn
):
...
...
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