- 04 May, 2014 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
Patch by Claudiu Popa.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Diana Clarke.
-
- 03 May, 2014 5 commits
-
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 May, 2014 6 commits
-
-
Victor Stinner authored
redirect.
-
Victor Stinner authored
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 authored
-
Zachary Ware authored
-
Zachary Ware authored
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 authored
-
- 01 May, 2014 5 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
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 authored
-
- 30 Apr, 2014 4 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
in the root of the source tree, which passes all arguments through to the most recently built interpreter.
-
Stefan Krah authored
Decimal.quantize() method in the Python version. It had never been present in the C version.
-
Benjamin Peterson authored
Patch by Lukas Vacek.
-
- 29 Apr, 2014 13 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
supported by Doc/Makefile, as well as a bit of modernization, cleanup, and notes about the difference between Unix and Windows.
-
Zachary Ware authored
-
Antoine Pitrou authored
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-