Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
59bb0e07
Commit
59bb0e07
authored
Dec 01, 2011
by
Nadeem Vawda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715).
parent
97ba26bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+1
-0
Modules/_lzmamodule.c
Modules/_lzmamodule.c
+6
-1
No files found.
Misc/ACKS
View file @
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
View file @
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
View file @
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