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
59bb0e07
Kaydet (Commit)
59bb0e07
authored
Kas 30, 2011
tarafından
Nadeem Vawda
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715).
üst
97ba26bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+1
-0
_lzmamodule.c
Modules/_lzmamodule.c
+6
-1
No files found.
Misc/ACKS
Dosyayı görüntüle @
59bb0e07
...
@@ -502,6 +502,7 @@ Jan Kaliszewski
...
@@ -502,6 +502,7 @@ Jan Kaliszewski
Peter van Kampen
Peter van Kampen
Rafe Kaplan
Rafe Kaplan
Jacob Kaplan-Moss
Jacob Kaplan-Moss
Per Øyvind Karlsen
Lou Kates
Lou Kates
Hiroaki Kawai
Hiroaki Kawai
Sebastien Keim
Sebastien Keim
...
...
Misc/NEWS
Dosyayı görüntüle @
59bb0e07
...
@@ -400,6 +400,7 @@ Library
...
@@ -400,6 +400,7 @@ Library
-------
-------
-
Issue
#
6715
:
Add
a
module
'lzma'
for
compression
using
the
LZMA
algorithm
.
-
Issue
#
6715
:
Add
a
module
'lzma'
for
compression
using
the
LZMA
algorithm
.
Thanks
to
Per
Ø
yvind
Karlsen
for
the
initial
implementation
.
-
Issue
#
13487
:
Make
inspect
.
getmodule
robust
against
changes
done
to
-
Issue
#
13487
:
Make
inspect
.
getmodule
robust
against
changes
done
to
sys
.
modules
while
it
is
iterating
over
it
.
sys
.
modules
while
it
is
iterating
over
it
.
...
...
Modules/_lzmamodule.c
Dosyayı görüntüle @
59bb0e07
/* _lzma - Low-level Python interface to liblzma. */
/* _lzma - Low-level Python interface to liblzma.
Initial implementation by Per Øyvind Karlsen.
Rewritten by Nadeem Vawda.
*/
#define PY_SSIZE_T_CLEAN
#define PY_SSIZE_T_CLEAN
...
...
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