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
Depo (repository)
e75eeb00b56b45261a8b94748066f3b855e06353
Dal (branch)/etiket değiştir
cpython
Objects
Geçmiş
Dosya bul
Arşiv Formatı Seç
Kaynak kodu
İndir zip
İndir tar.gz
İndir tar.bz2
İndir tar
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
· d08ea704
Stefan Krah
6 years ago
yazdı
Unverified
d08ea704
Adı
Son kayıt (commit)
Son güncelleme
..
clinic
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
6 years ago
stringlib
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
6 years ago
README
Issue #18093: Factor out the programs that embed the runtime
10 years ago
abstract.c
bpo-35081: Rename internal headers (GH-10275)
6 years ago
accu.c
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
6 years ago
boolobject.c
bpo-30592: Fixed error messages for some builtins. (#1996)
7 years ago
bytearrayobject.c
bpo-35713: Rework Python initialization (GH-11647)
6 years ago
bytes_methods.c
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
6 years ago
bytesobject.c
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
6 years ago
call.c
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
6 years ago
capsule.c
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
6 years ago
cellobject.c
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
6 years ago
classobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
6 years ago
codeobject.c
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
6 years ago
complexobject.c
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
6 years ago
descrobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
6 years ago
dict-common.h
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
6 years ago
dictnotes.txt
Issue #15055: update dictnotes.txt. Patch by Mark Shannon.
12 years ago
dictobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
6 years ago
enumobject.c
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
6 years ago
exceptions.c
bpo-35224: PEP 572 Implementation (#10497)
6 years ago
fileobject.c
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
6 years ago
floatobject.c
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
6 years ago
frameobject.c
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
6 years ago
funcobject.c
Clarify the behavior of the staticmethod builtin (GH-4362)
6 years ago
genobject.c
Loading commit data...
iterobject.c
Loading commit data...
listobject.c
Loading commit data...
listsort.txt
Loading commit data...
lnotab_notes.txt
Loading commit data...
longobject.c
Loading commit data...
memoryobject.c
Loading commit data...
methodobject.c
Loading commit data...
moduleobject.c
Loading commit data...
namespaceobject.c
Loading commit data...
object.c
Loading commit data...
obmalloc.c
Loading commit data...
odictobject.c
Loading commit data...
rangeobject.c
Loading commit data...
setobject.c
Loading commit data...
sliceobject.c
Loading commit data...
structseq.c
Loading commit data...
tupleobject.c
Loading commit data...
typeobject.c
Loading commit data...
typeslots.inc
Loading commit data...
typeslots.py
Loading commit data...
unicodectype.c
Loading commit data...
unicodeobject.c
Loading commit data...
unicodetype_db.h
Loading commit data...
weakrefobject.c
Loading commit data...
README
Source files for various builtin objects