- 08 Sep, 2016 5 commits
-
-
Davin Potts authored
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
-
Gregory P. Smith authored
required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes.
-
Gregory P. Smith authored
-
Martin Panter authored
-
Martin Panter authored
-
- 07 Sep, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 08 Sep, 2016 3 commits
-
-
Gregory P. Smith authored
-
Eric Snow authored
-
between runs given the same Grammar.txt input regardless of the hash randomization setting. Backport of 186bb8dc5540 from 3.5. Done in 2.7 per the lib2to3 exemption.
-
- 07 Sep, 2016 4 commits
-
-
R David Murray authored
-
Benjamin Peterson authored
-
-
Benjamin Peterson authored
-
- 06 Sep, 2016 7 commits
-
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 05 Sep, 2016 11 commits
-
-
Benjamin Peterson authored
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Christian Heimes authored
-
Zachary Ware authored
Apparently the test succeeds on XP.
-
Zachary Ware authored
This test should always raise RuntimeError.
-
Christian Heimes authored
-
Zachary Ware authored
The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Terry Jan Reedy authored
Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang.
-
- 04 Sep, 2016 1 commit
-
-
Terry Jan Reedy authored
(Omitted for 2.7 from previous patch.)
-
- 03 Sep, 2016 1 commit
-
-
Mark Dickinson authored
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James.
-
- 01 Sep, 2016 2 commits
-
-
Steve Dower authored
Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled.
-
Terry Jan Reedy authored
-
- 31 Aug, 2016 2 commits
-
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
- 30 Aug, 2016 1 commit
-
-
Terry Jan Reedy authored
-
- 29 Aug, 2016 1 commit
-
-
Mark Dickinson authored
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
-