GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_lzmamodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18227: "Free" function of bz2, lzma and zlib modules has no return val...
Victor Stinner
2013-07-07
1
-1
/
+1
*
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
Victor Stinner
2013-07-07
1
-0
/
+28
*
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda
2012-06-21
1
-20
/
+14
*
Silence VS 2010 warning on loss of precision (_int64 -> _int32).
Martin v. Löwis
2012-05-15
1
-1
/
+1
*
Remove uninitialized compiler warning.
Ross Lagerwall
2012-05-12
1
-1
/
+5
*
Fix buildbot failures in test_lzma.
Nadeem Vawda
2012-05-07
1
-7
/
+6
*
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...
Nadeem Vawda
2012-05-06
1
-6
/
+6
*
Add lzma.{encode,decode}_filter_properties().
Nadeem Vawda
2012-05-06
1
-4
/
+182
*
Fix formatting of preset values for exception messages in _lzmamodule.c.
Nadeem Vawda
2012-05-06
1
-2
/
+2
*
Credit Per Øyvind Karlsen for the initial implementation of the lzma module ...
Nadeem Vawda
2011-12-01
1
-1
/
+6
*
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-30
1
-0
/
+1106