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
dc9b2555
Kaydet (Commit)
dc9b2555
authored
May 20, 2012
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
üst
7db768cf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
0 deletions
+12
-0
3.3.rst
Doc/whatsnew/3.3.rst
+9
-0
ipaddress.py
Lib/ipaddress.py
+0
-0
test_ipaddress.py
Lib/test/test_ipaddress.py
+0
-0
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
dc9b2555
...
@@ -851,6 +851,15 @@ already exists. It is based on the C11 'x' mode to fopen().
...
@@ -851,6 +851,15 @@ already exists. It is based on the C11 'x' mode to fopen().
(Contributed by David Townshend in :issue:`12760`)
(Contributed by David Townshend in :issue:`12760`)
ipaddress
---------
The new :mod:`ipaddress` module provides tools for creating and manipulating
objects representing IPv4 and IPv6 addresses, networks and interfaces (i.e.
an IP address associated with a specific IP subnet).
(Contributed by Google and Peter Moody in :pep:`3144`)
lzma
lzma
----
----
...
...
Lib/ipaddress.py
0 → 100644
Dosyayı görüntüle @
dc9b2555
This diff is collapsed.
Click to expand it.
Lib/test/test_ipaddress.py
0 → 100644
Dosyayı görüntüle @
dc9b2555
This diff is collapsed.
Click to expand it.
Misc/ACKS
Dosyayı görüntüle @
dc9b2555
...
@@ -702,6 +702,7 @@ Florian Mladitsch
...
@@ -702,6 +702,7 @@ Florian Mladitsch
Doug Moen
Doug Moen
The Dragon De Monsyne
The Dragon De Monsyne
Skip Montanaro
Skip Montanaro
Peter Moody
Paul Moore
Paul Moore
Derek Morr
Derek Morr
James A Morrison
James A Morrison
...
...
Misc/NEWS
Dosyayı görüntüle @
dc9b2555
...
@@ -42,6 +42,8 @@ Core and Builtins
...
@@ -42,6 +42,8 @@ Core and Builtins
Library
Library
-------
-------
- PEP 3144, Issue #14814: Added the ipaddress module
- Issue #14426: Correct the Date format in Expires attribute of Set-Cookie
- Issue #14426: Correct the Date format in Expires attribute of Set-Cookie
Header in Cookie.py.
Header in Cookie.py.
...
...
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