- 26 May, 2011 17 commits
-
-
Nadeem Vawda authored
Initial patch by Nir Aides.
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Victor Stinner authored
Make silent a false positive of the Clang Static Analyzer.
-
Victor Stinner authored
Bug found by the Clang Static Analyzer.
-
Victor Stinner authored
Bug found by the Clang Static Analyzer.
-
Victor Stinner authored
-
Victor Stinner authored
Dummy change to avoid a false positive with the Clang Static Analyzer.
-
Victor Stinner authored
In some cases, fullpath value is used whereas fullpath was not always initialized. Warning found by the Clang Static Analyzer.
-
Victor Stinner authored
Warnings found by the Clang Static Analyzer.
-
Victor Stinner authored
Warnings found by the the Clang Static Analyzer.
-
- 25 May, 2011 23 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Tarek Ziade authored
-
Victor Stinner authored
returns None.
-
Victor Stinner authored
returns None.
-
Victor Stinner authored
-
Victor Stinner authored
an IOError if the file is closed.
-
Victor Stinner authored
an IOError if the file is closed.
-
Victor Stinner authored
the file is closed.
-
Victor Stinner authored
Copy/paste code from textiowrapper_read_chunk().
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
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 authored
-
Éric Araujo authored
-
Éric Araujo authored
Also remove outdated and unhelpful docstrings in test_sysconfig.
-
Antoine Pitrou authored
Patch by Sijin Joseph.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-