- 04 May, 2014 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
Patch by Claudiu Popa.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Diana Clarke.
-
- 03 May, 2014 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 May, 2014 6 kayıt (commit)
-
-
Victor Stinner yazdı
redirect.
-
Victor Stinner yazdı
PyObject_Calloc(), _PyObject_GC_Calloc(). bytes(int) and bytearray(int) are now using ``calloc()`` instead of ``malloc()`` for large objects which is faster and use less memory (until the bytearray buffer is filled with data).
-
Victor Stinner yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
test_support._is_gui_available is now defined the same way on every platform, and now includes the Windows-specific check that had been in the Windows version of _is_gui_available and the OSX-specific check that was in tkinter.test.support.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed).
-
Stefan Krah yazdı
-
- 01 May, 2014 5 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the first argument has a reference count of 1. Patch by Nikolaus Rath.
-
Martin v. Löwis yazdı
-
- 30 Nis, 2014 4 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
in the root of the source tree, which passes all arguments through to the most recently built interpreter.
-
Stefan Krah yazdı
Decimal.quantize() method in the Python version. It had never been present in the C version.
-
Benjamin Peterson yazdı
Patch by Lukas Vacek.
-
- 29 Nis, 2014 13 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
supported by Doc/Makefile, as well as a bit of modernization, cleanup, and notes about the difference between Unix and Windows.
-
Zachary Ware yazdı
-
Antoine Pitrou yazdı
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-