- 23 Eki, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
Original patch by Tal Einat.
-
- 22 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Eki, 2014 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Jesus Cea yazdı
-
Georg Brandl yazdı
-
- 19 Eki, 2014 4 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Févry Thibault.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
- 18 Eki, 2014 4 kayıt (commit)
-
-
Ethan Furman yazdı
-
Terry Jan Reedy yazdı
revised by R. David Murray.
-
Ethan Furman yazdı
-
R David Murray yazdı
Report and original fix by Vajrasky Kok.
-
- 17 Eki, 2014 9 kayıt (commit)
-
-
R David Murray yazdı
Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen.
-
R David Murray yazdı
It is unlikely anyone is using the fact that the dictionary returned by the 'params' attribute was previously writable, but even if someone is the API is provisional so this kind of change is acceptable (and needed, to get the API "right" before it becomes official). Patch by Stéphane Wirtel.
-
Antoine Pitrou yazdı
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Vinay Sajip yazdı
-
Terry Jan Reedy yazdı
htests to add # htest # marker for coveragepy and stop tcl errors.
-
Terry Jan Reedy yazdı
Move test lines up with respect to icons.
-
- 16 Eki, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
a filename, pop up the Open Module box. If a module is opened, open a corresponding browser.
-
- 15 Eki, 2014 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
-
Ethan Furman yazdı
-
- 14 Eki, 2014 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
-
Victor Stinner yazdı
available Since Python 3.5, socket.socketpair() is now also available on Windows. Make csock blocking before calling the accept() method, and fix also a typo in an error message.
-