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
e41f0de8
Kaydet (Commit)
e41f0de8
authored
Kas 11, 2011
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.2, fix typos.
üst
c178d9bc
992d9e08
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
_parseaddr.py
Lib/email/_parseaddr.py
+1
-1
imaplib.py
Lib/imaplib.py
+1
-1
dist.py
Lib/packaging/pypi/dist.py
+1
-1
simple.py
Lib/packaging/pypi/simple.py
+1
-1
test_ast.py
Lib/test/test_ast.py
+1
-1
test_logging.py
Lib/test/test_logging.py
+1
-1
test_posix.py
Lib/test/test_posix.py
+1
-1
Setup.dist
Modules/Setup.dist
+1
-1
No files found.
Lib/email/_parseaddr.py
Dosyayı görüntüle @
e41f0de8
...
...
@@ -203,7 +203,7 @@ class AddrlistClass:
front of you.
Note: this class interface is deprecated and may be removed in the future.
Use
rfc822
.AddressList instead.
Use
email.utils
.AddressList instead.
"""
def
__init__
(
self
,
field
):
...
...
Lib/imaplib.py
Dosyayı görüntüle @
e41f0de8
...
...
@@ -1392,7 +1392,7 @@ def Time2Internaldate(date_time):
"""Convert date_time to IMAP4 INTERNALDATE representation.
Return string in form: '"DD-Mmm-YYYY HH:MM:SS +HHMM"'. The
date_time argument can be a number (int or float) represening
date_time argument can be a number (int or float) represen
t
ing
seconds since epoch (as returned by time.time()), a 9-tuple
representing local time (as returned by time.localtime()), or a
double-quoted string. In the last case, it is assumed to already
...
...
Lib/packaging/pypi/dist.py
Dosyayı görüntüle @
e41f0de8
...
...
@@ -427,7 +427,7 @@ class ReleasesList(IndexReference):
"""Sort the results with the given properties.
The `prefer_final` argument can be used to specify if final
distributions (eg. not dev, bet
or alpha) would be prefe
red or not.
distributions (eg. not dev, bet
a or alpha) would be prefer
red or not.
Results can be inverted by using `reverse`.
...
...
Lib/packaging/pypi/simple.py
Dosyayı görüntüle @
e41f0de8
...
...
@@ -269,7 +269,7 @@ class Crawler(BaseClient):
def
_register_release
(
self
,
release
=
None
,
release_info
=
{}):
"""Register a new release.
Both a release or a dict of release_info can be provided, the prefered
Both a release or a dict of release_info can be provided, the prefer
r
ed
way (eg. the quicker) is the dict one.
Return the list of existing releases for the given project.
...
...
Lib/test/test_ast.py
Dosyayı görüntüle @
e41f0de8
...
...
@@ -295,7 +295,7 @@ class AST_Tests(unittest.TestCase):
self
.
assertEqual
(
x
.
body
,
body
)
def
test_nodeclasses
(
self
):
# Zero arguments constructor explicit
e
ly allowed
# Zero arguments constructor explicitly allowed
x
=
ast
.
BinOp
()
self
.
assertEqual
(
x
.
_fields
,
(
'left'
,
'op'
,
'right'
))
...
...
Lib/test/test_logging.py
Dosyayı görüntüle @
e41f0de8
...
...
@@ -3222,7 +3222,7 @@ class BasicConfigTest(unittest.TestCase):
# style defaults to %
self
.
assertIsInstance
(
formatter
.
_style
,
logging
.
PercentStyle
)
# level is not explicit
e
ly set
# level is not explicitly set
self
.
assertEqual
(
logging
.
root
.
level
,
self
.
original_logging_level
)
def
test_filename
(
self
):
...
...
Lib/test/test_posix.py
Dosyayı görüntüle @
e41f0de8
...
...
@@ -190,7 +190,7 @@ class PosixTester(unittest.TestCase):
os
.
write
(
fd
,
b
'test'
)
os
.
lseek
(
fd
,
0
,
os
.
SEEK_SET
)
self
.
assertEqual
(
b
'es'
,
posix
.
pread
(
fd
,
2
,
1
))
# the first pread() shoudn't disturb the file offset
# the first pread() shou
l
dn't disturb the file offset
self
.
assertEqual
(
b
'te'
,
posix
.
read
(
fd
,
2
))
finally
:
os
.
close
(
fd
)
...
...
Modules/Setup.dist
Dosyayı görüntüle @
e41f0de8
...
...
@@ -294,7 +294,7 @@ _symtable symtablemodule.c
#syslog syslogmodule.c # syslog daemon interface
# Curses support, requring the System V version of curses, often
# Curses support, requ
i
ring the System V version of curses, often
# provided by the ncurses library. e.g. on Linux, link with -lncurses
# instead of -lcurses).
#
...
...
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