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)
6c57318c3a88e4803cc374cce2309c11382c9a37
Dal (branch)/etiket değiştir
cpython
Python
Geçmiş
Dosya bul
Arşiv Formatı Seç
Kaynak kodu
İndir zip
İndir tar.gz
İndir tar.bz2
İndir tar
Add some comments.
· 8ed677db
Brett Cannon
12 years ago
yazdı
8ed677db
Adı
Son kayıt (commit)
Son güncelleme
..
Python-ast.c
add gc support to the AST base type (closes #15293)
12 years ago
_warnings.c
Finally fix all test_capi refleaks
13 years ago
asdl.c
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
12 years ago
ast.c
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to.
12 years ago
bltinmodule.c
Merge 3.2.
12 years ago
ceval.c
fix yield from return value on custom iterators (closes #15568)
12 years ago
ceval_gil.h
Issue #15038: Optimize python Locks on Windows
12 years ago
codecs.c
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
12 years ago
compile.c
remove unused variable
12 years ago
condvar.h
Issue #15038: Document caveats with the emulated condition variables.
12 years ago
dtoa.c
Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf').
12 years ago
dup2.c
#9060 Let platforms without dup2() compile the replacement fonction without error.
14 years ago
dynamic_annotations.c
Make (most of) Python's tests pass under Thread Sanitizer.
14 years ago
dynload_aix.c
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
12 years ago
dynload_dl.c
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
12 years ago
dynload_hpux.c
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
12 years ago
dynload_next.c
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
12 years ago
dynload_os2.c
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
12 years ago
dynload_shlib.c
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure
12 years ago
dynload_stub.c
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
12 years ago
dynload_win.c
Fix #13210. Port the Windows build from VS2008 to VS2010.
12 years ago
errors.c
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
12 years ago
fileutils.c
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
13 years ago
formatter_unicode.c
After the jump in line 1051 unicode_tmp is NULL. Found by Coverity.
12 years ago
frozen.c
Issue #2377: Make importlib the implementation of __import__().
12 years ago
frozenmain.c
Loading commit data...
future.c
Loading commit data...
getargs.c
Loading commit data...
getcompiler.c
Loading commit data...
getcopyright.c
Loading commit data...
getcwd.c
Loading commit data...
getopt.c
Loading commit data...
getplatform.c
Loading commit data...
getversion.c
Loading commit data...
graminit.c
Loading commit data...
import.c
Loading commit data...
importdl.c
Loading commit data...
importdl.h
Loading commit data...
importlib.h
Loading commit data...
makeopcodetargets.py
Loading commit data...
marshal.c
Loading commit data...
modsupport.c
Loading commit data...
mysnprintf.c
Loading commit data...
mystrtoul.c
Loading commit data...
opcode_targets.h
Loading commit data...
peephole.c
Loading commit data...
pyarena.c
Loading commit data...
pyctype.c
Loading commit data...
pyfpe.c
Loading commit data...
pymath.c
Loading commit data...
pystate.c
Loading commit data...
pystrcmp.c
Loading commit data...
pystrtod.c
Loading commit data...
pythonrun.c
Loading commit data...
pytime.c
Loading commit data...
random.c
Loading commit data...
sigcheck.c
Loading commit data...
strdup.c
Loading commit data...
structmember.c
Loading commit data...
symtable.c
Loading commit data...
sysmodule.c
Loading commit data...
thread.c
Loading commit data...
thread_foobar.h
Loading commit data...
thread_nt.h
Loading commit data...
thread_os2.h
Loading commit data...
thread_pth.h
Loading commit data...
thread_pthread.h
Loading commit data...
traceback.c
Loading commit data...