- 05 Eyl, 2016 3 kayıt (commit)
-
-
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 4 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.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 20 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 18 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 19 Agu, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
Victor Stinner yazdı
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
- 17 Agu, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
-
- 16 Agu, 2016 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 15 Agu, 2016 2 kayıt (commit)
- 14 Agu, 2016 4 kayıt (commit)
-
-
Donald Stufft yazdı
-
Benjamin Peterson yazdı
Reported by Thomas E. Hybel
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Reported by Thomas E. Hybel
-
- 13 Agu, 2016 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R David Murray yazdı
-
Raymond Hettinger yazdı
-