- 31 Eki, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Eki, 2018 1 kayıt (commit)
-
-
Alexey Izbyshev yazdı
* Fix potential division by zero in BZ2_Malloc() * Avoid division by zero in PyLzma_Malloc() * Avoid division by zero and integer overflow in PyZlib_Malloc() Reported by Svace static analyzer.
-
- 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.
-
- 16 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Eki, 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ı
-
- 26 Şub, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Nikolaus Rath.
-
- 15 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
compiler warnings in the Modules/ subdirectory.
-
- 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ı
-
- 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ı
-
- 04 Haz, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
multiprocessing.h: remove unused MIN and MAX macros
-
- 12 Nis, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 03 Nis, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
file-like objects using a new `fileobj` constructor argument. Patch by Nadeem Vawda.
-