- 23 Haz, 2018 1 kayıt (commit)
-
-
Victor Stinner yazdı
bz2, lzma: When Decompressor.__init__() is called twice, free the old lock to not leak memory.
-
- 13 Şub, 2018 1 kayıt (commit)
-
-
Oren Milman yazdı
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 03 Agu, 2017 1 kayıt (commit)
-
-
Ville Skyttä yazdı
-
- 31 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
given empty data twice. Patch by Benjamin Fogle.
-
- 27 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by John Leitch.
-
- 06 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
generated by Argument Clinic. Patch by Petr Viktorin.
-
- 02 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 02 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Argument Clinic is now able to infer all needed information.
-
- 06 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Nikolaus Rath and Martin Panter.
-
- 17 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
test checking for integer overflow on Py_ssize_t type: cast explicitly to size_t.
-
- 28 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
annotate text signatures in docstrings, resulting in fewer false positives. "self" parameters are also explicitly marked, allowing inspect.Signature() to authoritatively detect (and skip) said parameters. Issue #20326: Argument Clinic now generates separate checksums for the input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date).
-
- 26 Ock, 2014 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 25 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
LZMACompressor.__init__ is left not converted.
-
- 28 Eki, 2013 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
-
- 07 Tem, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 21 Haz, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
These functions were originally added to support LZMA compression in the zipfile module, and are not of interest for the majority of users. They can be made public in 3.4 if there is user interest, but in the meanwhile, I've opted to present a smaller, simpler API for the module's initial release.
-
- 15 May, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
This is safe because the actual value is already range-checked.
-
- 12 May, 2012 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
- 06 May, 2012 4 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
- 30 Kas, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 29 Kas, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-