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
829d4fbb
Kaydet (Commit)
829d4fbb
authored
Eki 10, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28394: Typo fixes in code comments and changelog
Includes patch by Ville Skyttä.
üst
61dd7ff0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Grammar.txt
Lib/lib2to3/Grammar.txt
+1
-1
test_httplib.py
Lib/test/test_httplib.py
+1
-1
NEWS
Misc/NEWS
+4
-4
No files found.
Lib/lib2to3/Grammar.txt
Dosyayı görüntüle @
829d4fbb
...
...
@@ -150,7 +150,7 @@ arglist: argument (',' argument)* [',']
# to our LL(1) parser. Even though 'test' includes '*expr' in star_expr,
# we explicitly match '*' here, too, to give it proper precedence.
# Illegal combinations and orderings are blocked in ast.c:
# multiple (test comp_for) argu
e
ments are blocked; keyword unpackings
# multiple (test comp_for) arguments are blocked; keyword unpackings
# that precede iterable unpackings are blocked; etc.
argument: ( test [comp_for] |
test '=' test |
...
...
Lib/test/test_httplib.py
Dosyayı görüntüle @
829d4fbb
...
...
@@ -738,7 +738,7 @@ class SourceAddressTest(TestServerMixin, TestCase):
def
testHTTPSConnectionSourceAddress
(
self
):
self
.
conn
=
httplib
.
HTTPSConnection
(
HOST
,
self
.
port
,
source_address
=
(
''
,
self
.
source_port
))
# We don't test anything here other the constructor not barfing as
# We don't test anything here other th
an th
e constructor not barfing as
# this code doesn't deal with setting up an active running SSL server
# for an ssl_wrapped connect() to actually return from.
...
...
Misc/NEWS
Dosyayı görüntüle @
829d4fbb
...
...
@@ -25,7 +25,7 @@ Core and Builtins
- Issue #15578: Correctly incref the parent module while importing.
- Issue #26307: The profile-opt build now appl
y
s PGO to the built-in modules.
- Issue #26307: The profile-opt build now appl
ie
s PGO to the built-in modules.
- Issue #26020: set literal evaluation order did not match documented behaviour.
...
...
@@ -488,7 +488,7 @@ Library
- Issue #26385: Remove the file if the internal fdopen() call in
NamedTemporaryFile() fails. Based on patch by Silent Ghost.
- Issue #26309: In the "
sockets
erver" module, shut down the request (closing
- Issue #26309: In the "
SocketS
erver" module, shut down the request (closing
the connected socket) when verify_request() returns false. Based on patch
by Aviv Palivoda.
...
...
@@ -6537,7 +6537,7 @@ Library
-
Issue
#
8140
:
Extend
compileall
to
compile
single
files
.
Add
-
i
option
.
-
Issue
#
7774
:
Set
sys
.
executable
to
an
empty
string
if
``
argv
[
0
]``
has
been
set
to
a
n
non
existent
program
name
and
Python
is
unable
to
retrieve
the
real
to
a
non
existent
program
name
and
Python
is
unable
to
retrieve
the
real
program
name
.
-
Issue
#
8117
:
logging
:
Improved
algorithm
for
computing
initial
rollover
time
...
...
@@ -8053,7 +8053,7 @@ Library
is
used
.
Original
patch
by
Floris
Bruynooghe
.
-
Issue
#
5941
:
Distutils
build_clib
command
was
not
working
anymore
because
of
an
incomplete
c
ostu
mization
of
the
archiver
command
.
Added
ARFLAGS
in
the
an
incomplete
c
usto
mization
of
the
archiver
command
.
Added
ARFLAGS
in
the
Makefile
besides
AR
and
make
Distutils
use
it
.
Original
patch
by
David
Cournapeau
.
...
...
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