- 08 Eyl, 2016 1 kayıt (commit)
-
-
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 Eyl, 2016 4 kayıt (commit)
-
-
R David Murray yazdı
-
Benjamin Peterson yazdı
-
-
Benjamin Peterson yazdı
-
- 06 Eyl, 2016 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Eyl, 2016 11 kayıt (commit)
-
-
Benjamin Peterson yazdı
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Christian Heimes yazdı
-
Zachary Ware yazdı
Apparently the test succeeds on XP.
-
Zachary Ware yazdı
This test should always raise RuntimeError.
-
Christian Heimes yazdı
-
Zachary Ware yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Terry Jan Reedy yazdı
Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang.
-
- 04 Eyl, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
(Omitted for 2.7 from previous patch.)
-
- 03 Eyl, 2016 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James.
-
- 01 Eyl, 2016 2 kayıt (commit)
-
-
Steve Dower yazdı
Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled.
-
Terry Jan Reedy yazdı
-
- 31 Agu, 2016 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 29 Agu, 2016 2 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
-
Serhiy Storchaka yazdı
creates not a cursor. Patch by Xiang Zhang.
-
- 27 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0.
-
- 26 Agu, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa
-
Terry Jan Reedy yazdı
-
- 25 Agu, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Do not print charrefs outside of the text proper (like '—»»»» ').
-
- 24 Agu, 2016 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
R David Murray yazdı
Windows symlink support was introduced in python3, so we need to skip those tests differently on python2. Patch by Xiang Zhang.
-
- 23 Agu, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Robin Roth, backport by Xiang Zhang.
-
- 21 Agu, 2016 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #25604: Fix bug in integer true division that could have resulted in off-by-one-ulp results in unusual cases.
-