- 18 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
to ASCII replacements. Original patch by Chris Angelico.
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 02 Mar, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 07 Şub, 2015 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 05 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 31 Tem, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Followup to issue #20540; patch by Serhiy.
-
- 14 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 Mar, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
module supports digestmod names, e.g. hmac.HMAC('sha1').
-
- 08 Eyl, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
to avoid one extra FD per Connection.
-
- 05 Eyl, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 14 Agu, 2013 1 kayıt (commit)
-
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 17 Nis, 2013 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
- 24 Mar, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 15 Ock, 2013 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 14 Ock, 2013 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
-
Giampaolo Rodola yazdı
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
-
- 13 Ock, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
connections on Windows.
-
- 03 Ock, 2013 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
- 31 Ara, 2012 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 27 Tem, 2012 3 kayıt (commit)
-
-
Richard Oudkerk yazdı
Original patch by J Derek Wilson.
-
Richard Oudkerk yazdı
Original patch by J Derek Wilson.
-
Richard Oudkerk yazdı
Original patch by J Derek Wilson.
-
- 18 Haz, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 10 May, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
In Python 3.2 and earlier, Process.join() and Connection.poll() treated negative timeouts as zero timeouts. Earlier versions from the 3.3 line of development treat them as infinite timeouts. The patch reverts to the old behaviour.
-
- 05 May, 2012 3 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-