- 27 May, 2011 6 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
open() function instead of using StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead." "It has not been approved !" wrote Marc-Andre Lemburg.
-
Victor Stinner authored
Warnings found by the Clang Static Analyzer." Most people prefer ++ at the end of functions.
-
Benjamin Peterson authored
This should reduce memory usage.
-
Benjamin Peterson authored
-
Nadeem Vawda authored
-
- 26 May, 2011 19 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Initial patch by Nir Aides.
-
Victor Stinner authored
StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead.
-
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 15 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.
-