Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Remove uuids, as they are now computed. | Martin v. Löwis | 2012-03-06 | 1 | -38/+0 | |
| | | | ||||||
| * | | Use hg manifest to compute list of library files to include. | Martin v. Löwis | 2012-03-06 | 1 | -126/+39 | |
| | | | ||||||
| * | | Whitespace. | Stefan Krah | 2012-03-06 | 1 | -14/+14 | |
| | | | ||||||
| * | | Whitespace. | Stefan Krah | 2012-03-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Issue #14181: Improve clarity in the documentation for the multi-purpose | Stefan Krah | 2012-03-06 | 2 | -23/+45 | |
| | | | | | | | | | | | | Py_buffer.obj field. | |||||
| * | | Merge | Antoine Pitrou | 2012-03-06 | 1 | -5/+67 | |
| |\ \ | ||||||
| | * | | Add some simple examples to the PEP 380 section of What's New | Nick Coghlan | 2012-03-06 | 1 | -0/+47 | |
| | | | | ||||||
| | * | | Add PEP 414 to What's New, consolidate memoryview entries | Nick Coghlan | 2012-03-06 | 1 | -5/+20 | |
| | | | | ||||||
| * | | | Remove a couple of local imports. | Antoine Pitrou | 2012-03-06 | 1 | -5/+4 | |
| | | | | ||||||
| * | | | Reap processes at test end to avoid false positives in reference leak detection. | Antoine Pitrou | 2012-03-06 | 1 | -0/+2 | |
| |/ / | ||||||
| * | | Issue #14200: Add benchmark results to text flow. | Martin v. Löwis | 2012-03-06 | 1 | -13/+10 | |
| | | | ||||||
| * | | Fix a comment: PySequence_Fast() creates a list, not a tuple. | Larry Hastings | 2012-03-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove an unused variable | Victor Stinner | 2012-03-06 | 1 | -1/+0 | |
| | | | ||||||
| * | | test_pty: fix ResourceWarning warnings | Victor Stinner | 2012-03-06 | 1 | -5/+14 | |
| | | | ||||||
| * | | Close #14205: dict lookup raises a RuntimeError if the dict is modified during | Victor Stinner | 2012-03-06 | 5 | -352/+31 | |
| | | | | | | | | | | | | | | | | | | | | | a lookup. "if you want to make a sandbox on top of CPython, you have to fix segfaults" so let's fix segfaults! | |||||
| * | | Move entry to right section. Mention minidom. | Martin v. Löwis | 2012-03-05 | 1 | -2/+3 | |
| | | | ||||||
| * | | Added delay before record creation. | Vinay Sajip | 2012-03-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 7 | -153/+582 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Krah | 2012-03-05 | 13 | -31/+72 | |
| |\ \ | ||||||
| | * \ | Merge 3.2 | Éric Araujo | 2012-03-05 | 1 | -0/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix NameError from #13719 fix | Éric Araujo | 2012-03-05 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Make packaging’ upload command work with bdist_msi products (#13719) | Éric Araujo | 2012-03-05 | 3 | -4/+14 | |
| | | | | ||||||
| | * | | Branch merge | Éric Araujo | 2012-03-05 | 1 | -1/+0 | |
| | |\ \ | ||||||
| | | * | | remove f_yieldfrom access from Python (closes #13970) | Benjamin Peterson | 2012-03-05 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Merge 3.2 | Éric Araujo | 2012-03-05 | 8 | -15/+24 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Backport minidom attribute tests from default (73c76466cf44). | Éric Araujo | 2012-03-05 | 1 | -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 Araujo | 2012-03-05 | 3 | -6/+16 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Ralf Schmitt. | |||||
| | | * | | Move xml.etree higher and xml.parsers.expat lower in the markup ToC. | Éric Araujo | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | | * | | Use source reST role instead of file where it makes sense. | Éric Araujo | 2012-03-05 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | source generates a nifty link to the Mercurial web viewer. | |||||
| | | * | | Remove mention of defunct file. | Éric Araujo | 2012-03-05 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied to the main docs, to which there is already a link. | |||||
| | | * | | Use raw string for a docstring that uses a backslash | Éric Araujo | 2012-03-05 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Improve packaging.database documentation | Éric Araujo | 2012-03-05 | 2 | -12/+34 | |
| | | |/ | | |/| | ||||||
| * | | | Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do | Stefan Krah | 2012-03-05 | 3 | -15/+22 | |
| |/ / | | | | | | | | | | | | | 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 both | Stefan Krah | 2012-03-05 | 2 | -1/+219 | |
| | | | | | | | | | | | | view.obj==NULL and view.obj==base. | |||||
| * | | Issue #12151: Added more info to diagnostics. | Vinay Sajip | 2012-03-05 | 1 | -4/+5 | |
| | | | ||||||
| * | | xml.dom.minidom: add more __slots__ to limit resource usage. | Florent Xicluna | 2012-03-05 | 2 | -6/+8 | |
| | | | ||||||
| * | | xml.dom: fix typo, drop unused imports. | Florent Xicluna | 2012-03-05 | 2 | -5/+1 | |
| | | | ||||||
| * | | Flatten nested try ... finally, try ... except. | Florent Xicluna | 2012-03-05 | 1 | -6/+5 | |
| | | | ||||||
| * | | Merge. | Stefan Krah | 2012-03-05 | 5 | -110/+149 | |
| |\ \ | ||||||
| | * \ | Merged upstream changes. | Vinay Sajip | 2012-03-05 | 4 | -110/+147 | |
| | |\ \ | ||||||
| | | * | | Issue #14007: accept incomplete TreeBuilder objects (missing ↵ | Florent Xicluna | 2012-03-05 | 3 | -87/+147 | |
| | | | | | | | | | | | | | | | | | | | | start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method. | |||||
| | | * | | Issue #14007: drop unused TreeBuilder().xml. | Florent Xicluna | 2012-03-05 | 1 | -23/+0 | |
| | | | | | ||||||
| | * | | | Added more diagnostics for diagnosing #12151. | Vinay Sajip | 2012-03-05 | 1 | -0/+2 | |
| | |/ / | ||||||
| * | | | Issue #10181: The decision was to raise a buffer error in memory_exit() | Stefan Krah | 2012-03-05 | 1 | -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 the | Stefan Krah | 2012-03-05 | 3 | -13/+105 | |
| | | | | | | | | | | | | getbuffer redirection scheme. | |||||
| * | | 3.3.0a1 is done. | Georg Brandl | 2012-03-05 | 2 | -1/+13 | |
| | | | ||||||
| * | | Issue #14168: Check for presence of _attrs before accessing it. | Martin v. Löwis | 2012-03-05 | 3 | -3/+18 | |
| | | | ||||||
| * | | Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. | Meador Inge | 2012-03-05 | 3 | -17/+33 | |
| |\ \ | | |/ | ||||||
| | * | Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. | Meador Inge | 2012-03-05 | 3 | -17/+33 | |
| | | | ||||||
| * | | Fix some set algebra methods of WeakSet objects. | Antoine Pitrou | 2012-03-04 | 2 | -33/+30 | |
| |\ \ | | |/ |