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)
bec2372b7e1da5dfdbadaf242aa8e994b164cace
Dal (branch)/etiket değiştir
cpython
Modules
clinic
Geçmiş
Dosya bul
Arşiv Formatı Seç
Kaynak kodu
İndir zip
İndir tar.gz
İndir tar.bz2
İndir tar
bpo-31368: Expose preadv and pwritev in the os module (#5239)
· 4defba3b
Pablo Galindo
6 years ago
yazdı
4defba3b
Adı
Son kayıt (commit)
Son güncelleme
..
_asynciomodule.c.h
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
6 years ago
_bz2module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_codecsmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_contextvarsmodule.c.h
bpo-32436: Implement PEP 567 (#5027)
6 years ago
_cryptmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_cursesmodule.c.h
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
8 years ago
_datetimemodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_dbmmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_elementtree.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_gdbmmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_hashopenssl.c.h
bpo-32433: Optimized HMAC digest (#5023)
6 years ago
_lzmamodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_opcode.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_operator.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_pickle.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_queuemodule.c.h
bpo-14976: Reentrant simple queue (#3346)
6 years ago
_sre.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_ssl.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_struct.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_tkinter.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_tracemalloc.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_weakref.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
_winapi.c.h
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218)
7 years ago
arraymodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
audioop.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
binascii.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
cmathmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
fcntlmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
gcmodule.c.h
bpo-9566: Fix size_t=>int downcast warnings (#5230)
6 years ago
grpmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
mathmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
md5module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
posixmodule.c.h
bpo-31368: Expose preadv and pwritev in the os module (#5239)
6 years ago
pwdmodule.c.h
- Issue #27332: Fixed the type of the first argument of module-level functions
8 years ago
pyexpat.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
resource.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
sha1module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
sha256module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
sha512module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
signalmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
spwdmodule.c.h
- Issue #27332: Fixed the type of the first argument of module-level functions
8 years ago
symtablemodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
unicodedata.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago
zipimport.c.h
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248)
6 years ago
zlibmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
7 years ago