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
f213d231
Kaydet (Commit)
f213d231
authored
Kas 22, 2010
tarafından
Brian Curtin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backport the distutils part of r83399 to fix #7645.
üst
9fd92641
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
NEWS
Misc/NEWS
+2
-0
msi.py
Tools/msi/msi.py
+2
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
f213d231
...
@@ -32,6 +32,8 @@ Library
...
@@ -32,6 +32,8 @@ Library
Build
Build
-----
-----
- Backport r83399 to allow test_distutils to pass on installed versions.
- Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1).
- Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1).
- Stop packaging versioncheck tool (already done for rc1).
- Stop packaging versioncheck tool (already done for rc1).
...
...
Tools/msi/msi.py
Dosyayı görüntüle @
f213d231
...
@@ -1019,6 +1019,8 @@ def add_files(db):
...
@@ -1019,6 +1019,8 @@ def add_files(db):
lib
.
glob
(
"*.pem"
)
lib
.
glob
(
"*.pem"
)
lib
.
glob
(
"*.pck"
)
lib
.
glob
(
"*.pck"
)
lib
.
add_file
(
"zipdir.zip"
)
lib
.
add_file
(
"zipdir.zip"
)
if
dir
==
'tests'
and
parent
.
physical
==
'distutils'
:
lib
.
add_file
(
"Setup.sample"
)
if
dir
==
'decimaltestdata'
:
if
dir
==
'decimaltestdata'
:
lib
.
glob
(
"*.decTest"
)
lib
.
glob
(
"*.decTest"
)
if
dir
==
'output'
:
if
dir
==
'output'
:
...
...
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