- 06 Aug, 2013 1 commit
-
-
Serhiy Storchaka authored
entities for a non-BMP character on narrow build.
-
- 05 Aug, 2013 2 commits
-
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
- 04 Aug, 2013 3 commits
-
-
Terry Jan Reedy authored
-
Eli Bendersky authored
This is a belated backport of f7b47fb30169; Patch by Serhiy Storchaka.
-
Serhiy Storchaka authored
-
- 03 Aug, 2013 2 commits
-
-
Martin v. Löwis authored
-
Serhiy Storchaka authored
-
- 02 Aug, 2013 2 commits
-
-
Charles-François Natali authored
members are integers.
-
Ned Deily authored
getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik.
-
- 01 Aug, 2013 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 31 Jul, 2013 1 commit
-
-
Ned Deily authored
if Xcode command line tools were not installed.
-
- 30 Jul, 2013 1 commit
-
-
Terry Jan Reedy authored
-
- 28 Jul, 2013 7 commits
-
-
Terry Jan Reedy authored
-
Raymond Hettinger authored
The former block size traded away good fit within cache lines in order to gain faster division in deque_item(). However, compilers are getting smarter and can now replace the slow division operation with a fast integer multiply and right shift. Accordingly, it makes sense to go back to a size that lets blocks neatly fill entire cache-lines. GCC-4.8 and CLANG 4.0 both compute "x // 62" with something roughly equivalent to "x * 9520900167075897609 >> 69".
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
library has a package, lib-tk, that cannot be imported by normal means. Lib/test/test_tk, etc, have special code to access this package. I will not bother with it unless the darwin check is needed before it gets moved to test.(test-)support.py.
-
Terry Jan Reedy authored
in the past and might be needed again in the future
-
Terry Jan Reedy authored
-
- 27 Jul, 2013 1 commit
-
-
Terry Jan Reedy authored
-
- 22 Jul, 2013 1 commit
-
-
Terry Jan Reedy authored
(Consolidating this check and various checks in tkinter files and moving them to test.support and test.regrtest will be another issue.)
-
- 27 Jul, 2013 1 commit
-
-
Terry Jan Reedy authored
-
- 26 Jul, 2013 1 commit
-
-
Terry Jan Reedy authored
-
- 25 Jul, 2013 2 commits
-
-
R David Murray authored
Patch by Tshepang Lekhonkhobe.
-
Ezio Melotti authored
-
- 24 Jul, 2013 1 commit
-
-
Vinay Sajip authored
-
- 22 Jul, 2013 6 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
(Consolidating this check and various checks in tkinter files and moving them to test.support and test.regrtest will be another issue.)
-
- 20 Jul, 2013 2 commits
-
-
Ned Deily authored
-
Raymond Hettinger authored
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results.
-
- 16 Jul, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
(maxlen and weakref) to the end.
-