- 08 Mar, 2012 7 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
Python curses is not linked to libncursesw. It was a regression introduced in Python 3.3a1.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Armin, test from me.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 07 Mar, 2012 9 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Ross Lagerwall authored
-
Jason R. Coombs authored
-
- 06 Mar, 2012 2 commits
-
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
- 07 Mar, 2012 2 commits
-
-
Jason R. Coombs authored
-
Georg Brandl authored
-
- 06 Mar, 2012 16 commits
-
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
Py_buffer.obj field.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Martin v. Löwis authored
-
Larry Hastings authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
a lookup. "if you want to make a sandbox on top of CPython, you have to fix segfaults" so let's fix segfaults!
-
- 05 Mar, 2012 4 commits
-
-
Martin v. Löwis authored
-
Vinay Sajip authored
-
Antoine Pitrou authored
Also, add a multiprocessing.connection.wait(rlist, timeout=None) function for polling multiple objects at once. Patch by sbt. Complete changelist from sbt's patch: * Adds a wait(rlist, timeout=None) function for polling multiple objects at once. On Unix this is just a wrapper for select(rlist, [], [], timeout=None). * Removes use of the SentinelReady exception and the sentinels argument to certain methods. concurrent.futures.process has been changed to use wait() instead of SentinelReady. * Fixes bugs concerning PipeConnection.poll() and messages of zero length. * Fixes PipeListener.accept() to call ConnectNamedPipe() with overlapped=True. * Fixes Queue.empty() and SimpleQueue.empty() so that they are threadsafe on Windows. * Now PipeConnection.poll() and wait() will not modify the pipe except possibly by consuming a zero length message. (Previously poll() could consume a partial message.) * All of multiprocesing's pipe related blocking functions/methods are now interruptible by SIGINT on Windows.
-
Stefan Krah authored
-