- 06 Mar, 2012 2 commits
-
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
- 07 Mar, 2012 3 commits
-
-
Jason R. Coombs authored
-
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 19 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
-
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.
-