- 24 Şub, 2014 8 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patches by A. Kuchling and G. Rees (#12691).
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
- 23 Şub, 2014 14 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691).
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
R David Murray yazdı
Also added the missing documentation for new new option.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Also add the missing TextWrapper.shorten method doc.
-
R David Murray yazdı
Also reflow mmap paragraph.
-
Antoine Pitrou yazdı
Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson.
-
Ezio Melotti yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 22 Şub, 2014 8 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
I'm documenting this new function, but I'm wondering if this will trigger someone to think about whether or not this actually makes sense :)
-
R David Murray yazdı
-
Eric Snow yazdı
I'll look into re-enabling them in issue #20128.
-
R David Murray yazdı
-
R David Murray yazdı
This addresses issue #20199, if I got it right. The deprecation and replacement lists are based on the importlib documentation.
-
- 21 Şub, 2014 9 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
is used as a sentinel () to detect if -1 is really an error or a valid timestamp. On AIX, tm_wday is unchanged even on success and so cannot be used as a sentinel.
-
Richard Oudkerk yazdı
chance of sporadic failures.
-
Donald Stufft yazdı
-
Victor Stinner yazdı
outsize range [1902; 2037].
-
Larry Hastings yazdı
for bound methods. Previous to this change, it displayed "self" for methods implemented in Python but not methods implemented in C; it is now both internally consistent and consistent with inspect.Signature.
-
Yury Selivanov yazdı
-
Donald Stufft yazdı
-
Yury Selivanov yazdı
-
- 20 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Use the same default timeout than test.bat: 1 hour (3600 seconds).
-