- 13 Nis, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
array that's larger than 50% of the available RAM. Patch by Médéric Boquien.
-
- 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.
-
- 08 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Davin Potts.
-
- 13 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
-
- 02 Mar, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 07 Şub, 2015 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 17 Ara, 2014 1 kayıt (commit)
-
-
Steve Dower yazdı
This is to keep buildbots running while we figure out the best long-term fix.
-
- 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.
-
- 25 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
class name instead of hardcoded one.
-
- 23 Tem, 2014 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 22 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 May, 2014 1 kayıt (commit)
-
-
Charles-François Natali yazdı
primitives.
-
- 14 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Mar, 2014 4 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk 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.
-
- 17 Ara, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- handles main files without a suffix - handles main submodules properly - adds test cases for the various kinds of __main__
-
- 13 Ara, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
by multiprocessing.spawn (before it was raising an AttributeError).
-
- 22 Kas, 2013 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
module supports digestmod names, e.g. hmac.HMAC('sha1').
-
- 17 Kas, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 02 Kas, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 28 Eki, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 16 Eki, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
This allows different parts of a program to use different methods for starting processes without interfering with each other.
-
- 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ı
-
- 28 Agu, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Richard Oudkerk 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().
-
- 22 Agu, 2013 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 21 Agu, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
Also modify test code to hopefully avoid deadlock on failure.
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 14 Agu, 2013 1 kayıt (commit)
-
-
- 30 Tem, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-