- 05 Mar, 2012 32 commits
-
-
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
-
Stefan Krah authored
not adhere to the new documentation and b) manage to clobber view->obj before returning failure.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Some minidom code changed between 3.2 and 3.3, so to be sure to avoid differenced in behavior I’m backporting these tests added by MvL.
-
Éric Araujo authored
Patch by Ralf Schmitt.
-
Benjamin Peterson authored
-
Éric Araujo authored
I assume that most users looking at this page are looking for a library to process XML, not a low-level parser. First proposed in #11379.
-
Éric Araujo authored
source generates a nifty link to the Mercurial web viewer.
-
Éric Araujo authored
Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied to the main docs, to which there is already a link.
-
Éric Araujo authored
-
Stefan Krah authored
view.obj==NULL and view.obj==base.
-
Vinay Sajip authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Stefan Krah authored
-
Stefan Krah authored
if the view has exported buffers. Make this official by uncommenting a test case.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Florent Xicluna authored
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method.
-
Florent Xicluna authored
-
Stefan Krah authored
getbuffer redirection scheme.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Meador Inge authored
-
Meador Inge authored
-
- 04 Mar, 2012 8 commits
-
-
Antoine Pitrou authored
-
Martin v. Löwis authored
Patch by Zooko O'Whielacronx.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-