- 25 May, 2011 23 commits
-
-
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 17 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
-
Charles-François Natali authored
reads and simplify code.
-
Victor Stinner authored
handle correctly references to "bogus variable" (e.g. "prefix=$/opt/python").
-
Victor Stinner authored
correctly references to "bogus variable" (e.g. "prefix=$/opt/python").
-
Victor Stinner authored
each call to their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
Victor Stinner authored
each call to their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
Victor Stinner authored
their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
Victor Stinner authored
Add also a security warning in the module random pointing to ssl.RAND_bytes().
-
Benjamin Peterson authored
-