- 26 May, 2011 17 kayıt (commit)
-
-
Nadeem Vawda yazdı
Initial patch by Nir Aides.
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
Make silent a false positive of the Clang Static Analyzer.
-
Victor Stinner yazdı
Bug found by the Clang Static Analyzer.
-
Victor Stinner yazdı
Bug found by the Clang Static Analyzer.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Dummy change to avoid a false positive with the Clang Static Analyzer.
-
Victor Stinner yazdı
In some cases, fullpath value is used whereas fullpath was not always initialized. Warning found by the Clang Static Analyzer.
-
Victor Stinner yazdı
Warnings found by the Clang Static Analyzer.
-
Victor Stinner yazdı
Warnings found by the the Clang Static Analyzer.
-
- 25 May, 2011 23 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Tarek Ziade yazdı
-
Victor Stinner yazdı
returns None.
-
Victor Stinner yazdı
returns None.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
an IOError if the file is closed.
-
Victor Stinner yazdı
an IOError if the file is closed.
-
Victor Stinner yazdı
the file is closed.
-
Victor Stinner yazdı
Copy/paste code from textiowrapper_read_chunk().
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. A new method called service_action is made available in BaseServer, called by serve_forever loop. This useful in cases where Mixins can use it for cleanup action. ForkingMixin class uses service_action to collect the zombie child processes. Initial Patch by Justin Wark.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Also remove outdated and unhelpful docstrings in test_sysconfig.
-
Antoine Pitrou yazdı
Patch by Sijin Joseph.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
-