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
c4bd28c3
Kaydet (Commit)
c4bd28c3
authored
Mar 16, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove some more references to regex that I missed.
üst
10be10cb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
25 deletions
+0
-25
config.c
PC/config.c
+0
-2
config.c
PC/os2emx/config.c
+0
-2
python24.def
PC/os2emx/python24.def
+0
-13
config.c
PC/os2vacpp/config.c
+0
-2
python.def
PC/os2vacpp/python.def
+0
-6
No files found.
PC/config.c
Dosyayı görüntüle @
c4bd28c3
...
@@ -20,7 +20,6 @@ extern void initmath(void);
...
@@ -20,7 +20,6 @@ extern void initmath(void);
extern
void
init_md5
(
void
);
extern
void
init_md5
(
void
);
extern
void
initnt
(
void
);
extern
void
initnt
(
void
);
extern
void
initoperator
(
void
);
extern
void
initoperator
(
void
);
extern
void
initregex
(
void
);
#ifndef MS_WIN64
#ifndef MS_WIN64
extern
void
initrgbimg
(
void
);
extern
void
initrgbimg
(
void
);
#endif
#endif
...
@@ -95,7 +94,6 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -95,7 +94,6 @@ struct _inittab _PyImport_Inittab[] = {
{
"_md5"
,
init_md5
},
{
"_md5"
,
init_md5
},
{
"nt"
,
initnt
},
/* Use the NT os functions, not posix */
{
"nt"
,
initnt
},
/* Use the NT os functions, not posix */
{
"operator"
,
initoperator
},
{
"operator"
,
initoperator
},
{
"regex"
,
initregex
},
#ifndef MS_WIN64
#ifndef MS_WIN64
{
"rgbimg"
,
initrgbimg
},
{
"rgbimg"
,
initrgbimg
},
#endif
#endif
...
...
PC/os2emx/config.c
Dosyayı görüntüle @
c4bd28c3
...
@@ -64,7 +64,6 @@ extern void inititertools();
...
@@ -64,7 +64,6 @@ extern void inititertools();
extern
void
initmath
();
extern
void
initmath
();
extern
void
initmd5
();
extern
void
initmd5
();
extern
void
initoperator
();
extern
void
initoperator
();
extern
void
initregex
();
extern
void
initrgbimg
();
extern
void
initrgbimg
();
extern
void
initsha
();
extern
void
initsha
();
extern
void
initstrop
();
extern
void
initstrop
();
...
@@ -128,7 +127,6 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -128,7 +127,6 @@ struct _inittab _PyImport_Inittab[] = {
{
"math"
,
initmath
},
{
"math"
,
initmath
},
{
"md5"
,
initmd5
},
{
"md5"
,
initmd5
},
{
"operator"
,
initoperator
},
{
"operator"
,
initoperator
},
{
"regex"
,
initregex
},
{
"rgbimg"
,
initrgbimg
},
{
"rgbimg"
,
initrgbimg
},
{
"sha"
,
initsha
},
{
"sha"
,
initsha
},
{
"strop"
,
initstrop
},
{
"strop"
,
initstrop
},
...
...
PC/os2emx/python24.def
Dosyayı görüntüle @
c4bd28c3
...
@@ -1134,19 +1134,6 @@ EXPORTS
...
@@ -1134,19 +1134,6 @@ EXPORTS
; From python24_s.lib(_randommodule)
; From python24_s.lib(_randommodule)
; "init_random"
; "init_random"
; From python24_s.lib(regexmodule)
; "initregex"
; From python24_s.lib(regexpr)
; "_Py_re_syntax_table"
; "_Py_re_compile_initialize"
; "_Py_re_compile_pattern"
; "_Py_re_match"
; "_Py_re_search"
; "_Py_re_set_syntax"
; "_Py_re_compile_fastmap"
; "_Py_re_syntax"
; From python24_s.lib(rgbimgmodule)
; From python24_s.lib(rgbimgmodule)
; "initrgbimg"
; "initrgbimg"
...
...
PC/os2vacpp/config.c
Dosyayı görüntüle @
c4bd28c3
...
@@ -27,7 +27,6 @@ extern void initnt(void);
...
@@ -27,7 +27,6 @@ extern void initnt(void);
extern
void
initos2
(
void
);
extern
void
initos2
(
void
);
extern
void
initoperator
(
void
);
extern
void
initoperator
(
void
);
extern
void
initposix
(
void
);
extern
void
initposix
(
void
);
extern
void
initregex
(
void
);
extern
void
initrgbimg
(
void
);
extern
void
initrgbimg
(
void
);
extern
void
initsignal
(
void
);
extern
void
initsignal
(
void
);
extern
void
initselect
(
void
);
extern
void
initselect
(
void
);
...
@@ -70,7 +69,6 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -70,7 +69,6 @@ struct _inittab _PyImport_Inittab[] = {
#endif
#endif
#endif
#endif
{
"operator"
,
initoperator
},
{
"operator"
,
initoperator
},
{
"regex"
,
initregex
},
// {"rgbimg", initrgbimg},
// {"rgbimg", initrgbimg},
{
"signal"
,
initsignal
},
{
"signal"
,
initsignal
},
#ifdef USE_SOCKET
#ifdef USE_SOCKET
...
...
PC/os2vacpp/python.def
Dosyayı görüntüle @
c4bd28c3
...
@@ -464,12 +464,6 @@ EXPORTS
...
@@ -464,12 +464,6 @@ EXPORTS
; _Py_mergebitset
; _Py_mergebitset
; _Py_meta_grammar
; _Py_meta_grammar
; _Py_newbitset
; _Py_newbitset
_Py_re_compile_fastmap
_Py_re_compile_initialize
_Py_re_compile_pattern
_Py_re_match
_Py_re_search
_Py_re_set_syntax
; _Py_samebitset
; _Py_samebitset
PyBuffer_Type
PyBuffer_Type
PyBuffer_FromObject
PyBuffer_FromObject
...
...
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