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
e01de8f2
Kaydet (Commit)
e01de8f2
authored
Agu 30, 2010
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove pointless coding cookies
üst
e992a7da
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
10 deletions
+2
-10
ast.py
Lib/ast.py
+0
-1
bdist_msi.py
Lib/distutils/command/bdist_msi.py
+0
-1
test_dist.py
Lib/distutils/tests/test_dist.py
+0
-1
punycode.py
Lib/encodings/punycode.py
+0
-1
getopt.py
Lib/getopt.py
+0
-1
__init__.py
Lib/msilib/__init__.py
+0
-1
__init__.py
Lib/sqlite3/__init__.py
+1
-2
dbapi2.py
Lib/sqlite3/dbapi2.py
+1
-2
No files found.
Lib/ast.py
Dosyayı görüntüle @
e01de8f2
# -*- coding: utf-8 -*-
"""
ast
~~~
...
...
Lib/distutils/command/bdist_msi.py
Dosyayı görüntüle @
e01de8f2
# -*- coding: utf-8 -*-
# Copyright (C) 2005, 2006 Martin von Löwis
# Licensed to PSF under a Contributor Agreement.
# The bdist_wininst command proper
...
...
Lib/distutils/tests/test_dist.py
Dosyayı görüntüle @
e01de8f2
# -*- coding: utf8 -*-
"""Tests for distutils.dist."""
import
os
import
io
...
...
Lib/encodings/punycode.py
Dosyayı görüntüle @
e01de8f2
# -*- coding: utf-8 -*-
""" Codec for the Punicode encoding, as specified in RFC 3492
Written by Martin v. Löwis.
...
...
Lib/getopt.py
Dosyayı görüntüle @
e01de8f2
# -*- coding: utf-8 -*-
"""Parser for command line options.
This module helps scripts to parse the command line arguments in
...
...
Lib/msilib/__init__.py
Dosyayı görüntüle @
e01de8f2
# -*- coding: utf-8 -*-
# Copyright (C) 2005 Martin v. Löwis
# Licensed to PSF under a Contributor Agreement.
from
_msi
import
*
...
...
Lib/sqlite3/__init__.py
Dosyayı görüntüle @
e01de8f2
#-*- coding: ISO-8859-1 -*-
# pysqlite2/__init__.py: the pysqlite2 package.
#
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
# Copyright (C) 2005 Gerhard H
ä
ring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
...
...
Lib/sqlite3/dbapi2.py
Dosyayı görüntüle @
e01de8f2
#-*- coding: ISO-8859-1 -*-
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
#
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
# Copyright (C) 2004-2005 Gerhard H
ä
ring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
...
...
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