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
df222d26
Kaydet (Commit)
df222d26
authored
Kas 06, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added hfsplusapi module.
üst
6952177d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
PythonStandSmall.mcp
Mac/Build/PythonStandSmall.mcp
+0
-0
macconfig.c
Mac/Modules/macconfig.c
+4
-0
fullbuild.py
Mac/scripts/fullbuild.py
+1
-0
genpluginprojects.py
Mac/scripts/genpluginprojects.py
+1
-0
No files found.
Mac/Build/PythonStandSmall.mcp
Dosyayı görüntüle @
df222d26
No preview for this file type
Mac/Modules/macconfig.c
Dosyayı görüntüle @
df222d26
...
...
@@ -81,6 +81,7 @@ extern void initpcre();
extern
void
initunicodedata
();
extern
void
init_codecs
();
extern
void
initNav
();
extern
void
inithfsplus
();
#ifdef USE_MACCTB
extern
void
initctb
();
#endif
...
...
@@ -247,7 +248,10 @@ struct _inittab _PyImport_Inittab[] = {
#if TARGET_API_MAC_CARBON
{
"_CF"
,
init_CF
},
#endif
#if TARGET_API_MAC_CARBON
{
"hfsplus"
,
inithfsplus
},
#endif
#endif
/* USE_TOOLBOX */
#ifdef USE_QT
{
"_Cm"
,
init_Cm
},
{
"_Qt"
,
init_Qt
},
...
...
Mac/scripts/fullbuild.py
Dosyayı görüntüle @
df222d26
...
...
@@ -292,6 +292,7 @@ I_CARBON_PLUGINS : (buildmwproject, "CWIE", [
(
":Mac:Build:waste.carbon.mcp"
,
"waste.carbon"
),
(
":Mac:Build:zlib.carbon.mcp"
,
"zlib.carbon"
),
(
":Mac:Build:_dummy_tkinter.mcp"
,
"_tkinter.carbon"
),
(
":Mac:Build:hfsplus.mcp"
,
"hfsplus.carbon"
),
## (":Extensions:Imaging:_tkinter.carbon.mcp", "_tkinter.carbon"),
(
":Mac:Build:ColorPicker.carbon.mcp"
,
"ColorPicker.carbon"
),
(
":Mac:Build:_AE.carbon.mcp"
,
"_AE.carbon"
),
...
...
Mac/scripts/genpluginprojects.py
Dosyayı görüntüle @
df222d26
...
...
@@ -157,6 +157,7 @@ def genallprojects(force=0):
outputdir
=
"::Lib:Carbon"
)
# Carbon Only?
genpluginproject
(
"carbon"
,
"_CF"
,
outputdir
=
"::Lib:Carbon"
)
genpluginproject
(
"carbon"
,
"hfsplus"
)
# Other Mac modules
genpluginproject
(
"all"
,
"calldll"
,
sources
=
[
"calldll.c"
])
...
...
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