- 26 May, 2011 5 commits
-
-
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 26 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.
-
Antoine Pitrou authored
Patch by Sijin Joseph.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
ssl.RAND_pseudo_bytes(). Add also links to RAND_status and RAND_add.
-
Victor Stinner authored
there is not enough entropy.
-
Victor Stinner authored
twice, it now writes the number of the second signal into the wakeup fd.
-
Benjamin Peterson authored
-
Victor Stinner authored
Replace sys.stdout to use backslashreplace. Use '\n' newline on all operating systems.
-
- 24 May, 2011 9 commits
-
-
Victor Stinner authored
The pydoc module has a new enhanced web server.
-
Victor Stinner authored
deprecated in Python 3.2).
-
Victor Stinner authored
Tools/msi/msi.py
-
Victor Stinner authored
Tools/msi/msi.py
-
Victor Stinner authored
-
Nadeem Vawda authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-