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
c934f32e
Kaydet (Commit)
c934f32e
authored
Eyl 03, 2010
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Welcome to the UTF-8 world.
üst
0b37b333
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
cache.c
Modules/_sqlite/cache.c
+1
-1
cache.h
Modules/_sqlite/cache.h
+1
-1
connection.c
Modules/_sqlite/connection.c
+1
-1
connection.h
Modules/_sqlite/connection.h
+1
-1
cursor.h
Modules/_sqlite/cursor.h
+1
-1
module.c
Modules/_sqlite/module.c
+1
-1
module.h
Modules/_sqlite/module.h
+1
-1
prepare_protocol.c
Modules/_sqlite/prepare_protocol.c
+1
-1
prepare_protocol.h
Modules/_sqlite/prepare_protocol.h
+1
-1
row.c
Modules/_sqlite/row.c
+1
-1
row.h
Modules/_sqlite/row.h
+1
-1
sqlitecompat.h
Modules/_sqlite/sqlitecompat.h
+1
-1
statement.c
Modules/_sqlite/statement.c
+1
-1
statement.h
Modules/_sqlite/statement.h
+1
-1
util.c
Modules/_sqlite/util.c
+1
-1
util.h
Modules/_sqlite/util.h
+1
-1
unicodedata.c
Modules/unicodedata.c
+1
-1
_msi.c
PC/_msi.c
+1
-1
No files found.
Modules/_sqlite/cache.c
Dosyayı görüntüle @
c934f32e
/* cache .c - a LRU cache
*
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/cache.h
Dosyayı görüntüle @
c934f32e
/* cache.h - definitions for the LRU cache
*
* Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/connection.c
Dosyayı görüntüle @
c934f32e
/* connection.c - the connection type
*
* Copyright (C) 2004-2010 Gerhard H
r
ing <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/connection.h
Dosyayı görüntüle @
c934f32e
/* connection.h - definitions for the connection type
*
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/cursor.h
Dosyayı görüntüle @
c934f32e
/* cursor.h - definitions for the cursor type
*
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/module.c
Dosyayı görüntüle @
c934f32e
/* module.c - the module itself
*
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/module.h
Dosyayı görüntüle @
c934f32e
/* module.h - definitions for the module
*
* Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/prepare_protocol.c
Dosyayı görüntüle @
c934f32e
/* prepare_protocol.c - the protocol for preparing values for SQLite
*
* Copyright (C) 2005-2010 Gerhard H
r
ing <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/prepare_protocol.h
Dosyayı görüntüle @
c934f32e
/* prepare_protocol.h - the protocol for preparing values for SQLite
*
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/row.c
Dosyayı görüntüle @
c934f32e
/* row.c - an enhanced tuple for database rows
*
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/row.h
Dosyayı görüntüle @
c934f32e
/* row.h - an enhanced tuple for database rows
*
* Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/sqlitecompat.h
Dosyayı görüntüle @
c934f32e
/* sqlitecompat.h - compatibility macros
*
* Copyright (C) 2006-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2006-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/statement.c
Dosyayı görüntüle @
c934f32e
/* statement.c - the statement type
*
* Copyright (C) 2005-2010 Gerhard H
r
ing <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/statement.h
Dosyayı görüntüle @
c934f32e
/* statement.h - definitions for the statement type
*
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/util.c
Dosyayı görüntüle @
c934f32e
/* util.c - various utility functions
*
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/util.h
Dosyayı görüntüle @
c934f32e
/* util.h - various utility functions
*
* Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/unicodedata.c
Dosyayı görüntüle @
c934f32e
...
...
@@ -6,7 +6,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com)
Modified by Martin v. L
w
is (martin@v.loewis.de)
Modified by Martin v. L
öw
is (martin@v.loewis.de)
Copyright (c) Corporation for National Research Initiatives.
...
...
PC/_msi.c
Dosyayı görüntüle @
c934f32e
/* Helper library for MSI creation with Python.
* Copyright (C) 2005 Martin v. L
w
is
* Copyright (C) 2005 Martin v. L
öw
is
* Licensed to PSF under a contributor agreement.
*/
...
...
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