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
95d632d4
Kaydet (Commit)
95d632d4
authored
Tem 22, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[ 1243081 ] repair typos
üst
c0c8bb36
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
libfuncs.tex
Doc/lib/libfuncs.tex
+1
-1
libsets.tex
Doc/lib/libsets.tex
+1
-1
objimpl.h
Include/objimpl.h
+1
-1
ChangeLog
Lib/idlelib/ChangeLog
+1
-1
aetypes.py
Lib/plat-mac/aetypes.py
+1
-1
macostools.py
Lib/plat-mac/macostools.py
+1
-1
NEWS
Misc/NEWS
+1
-1
_codecs_jp.c
Modules/cjkcodecs/_codecs_jp.c
+1
-1
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
95d632d4
...
...
@@ -1135,7 +1135,7 @@ It's a function
There are several built-in functions that are no longer essential to learn,
know or use in modern Python programming. They have been kept here to
maintain backwards compat
a
bility with programs written for older versions
maintain backwards compat
i
bility with programs written for older versions
of Python.
Python programmers, trainers, students and bookwriters should feel free to
...
...
Doc/lib/libsets.tex
Dosyayı görüntüle @
95d632d4
...
...
@@ -169,7 +169,7 @@ an argument.
Also note, the module also includes a
\method
{
union
_
update()
}
method
which is an alias for
\method
{
update()
}
. The method is included for
backwards compat
a
bility. Programmers should prefer the
backwards compat
i
bility. Programmers should prefer the
\method
{
update()
}
method because it the one supported by the builtin
\class
{
set()
}
and
\class
{
frozenset()
}
types.
...
...
Include/objimpl.h
Dosyayı görüntüle @
95d632d4
...
...
@@ -124,7 +124,7 @@ PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
#else
/* ! WITH_PYMALLOC */
#define PyObject_MALLOC PyMem_MALLOC
#define PyObject_REALLOC PyMem_REALLOC
/* This is an odd one! For backward compat
a
bility with old extensions, the
/* This is an odd one! For backward compat
i
bility with old extensions, the
PyMem "release memory" functions have to invoke the object allocator's
free() function. When pymalloc isn't enabled, that leaves us using
the platform free(). */
...
...
Lib/idlelib/ChangeLog
Dosyayı görüntüle @
95d632d4
...
...
@@ -378,7 +378,7 @@ IDLEfork ChangeLog
2001-07-12 16:54 elguavas
* ReplaceDialog.py: py-cvs merge, python 1.5.2 compat
a
bility
* ReplaceDialog.py: py-cvs merge, python 1.5.2 compat
i
bility
2001-07-12 16:46 elguavas
...
...
Lib/plat-mac/aetypes.py
Dosyayı görüntüle @
95d632d4
...
...
@@ -430,7 +430,7 @@ def IsObjectSpecifier(x):
return
isinstance
(
x
,
ObjectSpecifier
)
# Backwards compat
a
bility, sigh...
# Backwards compat
i
bility, sigh...
class
Property
(
ObjectSpecifier
):
def
__init__
(
self
,
which
,
fr
=
None
,
want
=
'prop'
):
...
...
Lib/plat-mac/macostools.py
Dosyayı görüntüle @
95d632d4
...
...
@@ -13,7 +13,7 @@ import time
try
:
openrf
=
MacOS
.
openrf
except
AttributeError
:
# Backward compat
a
bility
# Backward compat
i
bility
openrf
=
open
Error
=
'macostools.Error'
...
...
Misc/NEWS
Dosyayı görüntüle @
95d632d4
...
...
@@ -759,7 +759,7 @@ Library
- The decimal package'
s
Context
.
copy
()
method
now
returns
deep
copies
.
-
Deprecated
sys
.
exitfunc
in
favor
of
the
atexit
module
.
The
sys
.
exitfunc
attribute
will
be
kept
around
for
backwards
compat
a
bility
and
atexit
attribute
will
be
kept
around
for
backwards
compat
i
bility
and
atexit
will
just
become
the
one
preferred
way
to
do
it
.
-
patch
#
675551
:
Add
get_history_item
and
replace_history_item
functions
...
...
Modules/cjkcodecs/_codecs_jp.c
Dosyayı görüntüle @
95d632d4
...
...
@@ -36,7 +36,7 @@ ENCODER(cp932)
continue
;
}
else
if
(
c
>=
0xf8f0
&&
c
<=
0xf8f3
)
{
/* Windows compat
a
bility */
/* Windows compat
i
bility */
REQUIRE_OUTBUF
(
1
)
if
(
c
==
0xf8f0
)
OUT1
(
0xa0
)
...
...
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