summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.2Éric Araujo2012-03-072-10/+1
|\
| * Backout buggy patch committed for #13719Éric Araujo2012-03-072-10/+1
| |
* | mergeBrett Cannon2012-03-0643-804/+1274
|\ \
| * | Remove a couple of local imports.Antoine Pitrou2012-03-061-5/+4
| | |
| * | Reap processes at test end to avoid false positives in reference leak detection.Antoine Pitrou2012-03-061-0/+2
| | |
| * | test_pty: fix ResourceWarning warningsVictor Stinner2012-03-061-5/+14
| | |
| * | Close #14205: dict lookup raises a RuntimeError if the dict is modified duringVictor Stinner2012-03-063-339/+21
| | | | | | | | | | | | | | | | | | | | | a lookup. "if you want to make a sandbox on top of CPython, you have to fix segfaults" so let's fix segfaults!
| * | Added delay before record creation.Vinay Sajip2012-03-051-1/+1
| | |
| * | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-054-121/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Merge.Stefan Krah2012-03-056-10/+29
| |\ \
| | * \ Merge 3.2Éric Araujo2012-03-051-0/+1
| | |\ \ | | | |/
| | | * Fix NameError from #13719 fixÉric Araujo2012-03-051-0/+1
| | | |
| | * | Make packaging’ upload command work with bdist_msi products (#13719)Éric Araujo2012-03-052-3/+12
| | | |
| | * | Merge 3.2Éric Araujo2012-03-053-7/+15
| | |\ \ | | | |/
| | | * Backport minidom attribute tests from default (73c76466cf44).Éric Araujo2012-03-051-4/+22
| | | | | | | | | | | | | | | | | | | | 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.
| | | * Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-052-6/+14
| | | | | | | | | | | | | | | | Patch by Ralf Schmitt.
| | | * Use raw string for a docstring that uses a backslashÉric Araujo2012-03-051-1/+1
| | | |
| | * | Improve packaging.database documentationÉric Araujo2012-03-051-0/+1
| | | |
| * | | Issue #14181: Preserve backwards compatibility for getbufferprocs that a) doStefan Krah2012-03-051-0/+6
| |/ / | | | | | | | | | | | | not adhere to the new documentation and b) manage to clobber view->obj before returning failure.
| * | Issue #14181: Test creating memoryviews from a static exporter with bothStefan Krah2012-03-051-0/+94
| | | | | | | | | | | | view.obj==NULL and view.obj==base.
| * | Issue #12151: Added more info to diagnostics.Vinay Sajip2012-03-051-4/+5
| | |
| * | xml.dom.minidom: add more __slots__ to limit resource usage.Florent Xicluna2012-03-052-6/+8
| | |
| * | xml.dom: fix typo, drop unused imports.Florent Xicluna2012-03-052-5/+1
| | |
| * | Flatten nested try ... finally, try ... except.Florent Xicluna2012-03-051-6/+5
| | |
| * | Merge.Stefan Krah2012-03-053-87/+145
| |\ \
| | * \ Merged upstream changes.Vinay Sajip2012-03-052-87/+143
| | |\ \
| | | * | Issue #14007: accept incomplete TreeBuilder objects (missing ↵Florent Xicluna2012-03-052-87/+143
| | | | | | | | | | | | | | | | | | | | start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method.
| | * | | Added more diagnostics for diagnosing #12151.Vinay Sajip2012-03-051-0/+2
| | |/ /
| * | | Issue #10181: The decision was to raise a buffer error in memory_exit()Stefan Krah2012-03-051-5/+6
| |/ / | | | | | | | | | | | | if the view has exported buffers. Make this official by uncommenting a test case.
| * | Issue #14181: Allow memoryview construction from an object that uses theStefan Krah2012-03-051-0/+90
| | | | | | | | | | | | getbuffer redirection scheme.
| * | Issue #14168: Check for presence of _attrs before accessing it.Martin v. Löwis2012-03-052-3/+16
| | |
| * | Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-052-17/+29
| |\ \ | | |/
| | * Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-052-17/+29
| | |
| * | Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-042-33/+30
| |\ \ | | |/
| | * Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-042-33/+30
| | |
| * | MergeAntoine Pitrou2012-03-041-0/+0
| |\ \
| | * | Fix spelling.Georg Brandl2012-03-041-0/+0
| | | |
| * | | Port 2.7 fix for sporadic failure in test_weakset.Antoine Pitrou2012-03-041-5/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Port 2.7 fix for sporadic failure in test_weakset.Antoine Pitrou2012-03-041-5/+2
| | |
| * | Issue #14166: Pickler objects now have an optional `dispatch_table` ↵Antoine Pitrou2012-03-043-3/+128
| | | | | | | | | | | | | | | | | | attribute which allows to set custom per-pickler reduction functions. Patch by sbt.
| * | Bump to 3.3.0a1.Georg Brandl2012-03-042-2/+2
| | |
| * | Regenerate pydoc topics.Georg Brandl2012-03-041-24/+25
| | |
| * | Updated tokenize to support the inverse byte literals new in 3.3Armin Ronacher2012-03-042-6/+28
| | |
| * | Basic support for PEP 414 without docs or tests.Armin Ronacher2012-03-041-8/+22
| | |
| * | fix trailing whitespaceEli Bendersky2012-03-041-1/+0
| | |
| * | Issue #14128: Exposing Element as an actual type from _elementtree, rather ↵Eli Bendersky2012-03-043-9/+53
| | | | | | | | | | | | | | | | | | | | | | | | than a factory function. This makes the C implementation more aligned with the Python implementation. Also added some tests to ensure that Element is now a type and that it can be subclassed.
| * | Fixed problem with diagnostic output.Vinay Sajip2012-03-031-1/+2
| | |
| * | - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-032-2/+7
| |\ \ | | |/ | | | | | | string. Patch by Guilherme Gonçalves.
| | * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-032-2/+7
| | | | | | | | | | | | Patch by Guilherme Gonçalves.
| * | Close #13550: Remove the debug machinery from the threading module: removeVictor Stinner2012-03-031-134/+18
| | | | | | | | | | | | verbose arguments from all threading classes and functions.