- 09 Haz, 2016 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
-
- 08 Haz, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Fix a "gcc -pendatic" warning.
-
- 05 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
- 04 Haz, 2016 2 kayıt (commit)
-
-
Kushal Das yazdı
-
Serhiy Storchaka yazdı
Patch by Xavier de Gaye.
-
- 03 Haz, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Oren Milman.
-
Serhiy Storchaka yazdı
The deprecation warning is emitted if __float__ returns an instance of a strict subclass of float. In a future versions of Python this can be an error.
-
- 02 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 30 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 29 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 28 May, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
- 24 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Demur Rumed.
-
- 16 May, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Joe Jevnik.
-
Serhiy Storchaka yazdı
with correct type.
-
- 13 May, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 May, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Georg Brandl.
-
- 05 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
to a template file.
-
- 04 May, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
to bytes_methods.c.
-
Serhiy Storchaka yazdı
pointer.
-
- 02 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Argument Clinic is now able to infer all needed information.
-
- 29 Nis, 2016 3 kayıt (commit)
-
-
Berker Peksag yazdı
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
- 26 Nis, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 22 Nis, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator rather than system malloc(). Applications calling PyMem_Malloc() without holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to validate the usage of memory allocators in your application.
-
- 19 Nis, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
Isse #26516.
-
Martin Panter yazdı
-
- 17 Nis, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
-
- 16 Nis, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 15 Nis, 2016 3 kayıt (commit)
-
-
Berker Peksag yazdı
-
Victor Stinner yazdı
Return a bytearray object when bytearray is requested and when the small buffer is used. Fix also test_bytes: bytearray%args must return a bytearray type.
-
Serhiy Storchaka yazdı
-