Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing the test of Element that causes ref-leak in GC (issue #14464). | Eli Bendersky | 2012-04-01 | 1 | -10/+0 |
| | | | | | | | | I will now continue investigating the cause of the ref-leak, but I wanted to remove the test so that the refcount test in the buildbots could be clean. The whole change (adding GC to Element) is not reverted because it improved the situation (GC works for immediate cycles) and didn't cause regressions (the test is new and was added together with the fix). | ||||
* | Bump to 3.3.0a2.v3.3.0a2 | Georg Brandl | 2012-04-01 | 2 | -2/+2 |
| | |||||
* | Update pydoc topics. | Georg Brandl | 2012-04-01 | 1 | -6/+6 |
| | |||||
* | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 2 | -0/+12 |
|\ | | | | | | | | | | | the socket repr()). Patch by Matt Joiner. | ||||
| * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 2 | -0/+12 |
| | | | | | | | | | | | | the socket repr()). Patch by Matt Joiner. | ||||
* | | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 2 | -4/+22 |
|\ \ | |/ | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | ||||
| * | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 2 | -4/+22 |
| | | | | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | ||||
* | | Merge #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. | ||||
| * | #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. | ||||
* | | issue #3035: update PendingDeprecationWarning to DeprectionWarning, point ↵ | Andrew Svetlov | 2012-03-31 | 1 | -10/+10 |
| | | | | | | | | deprecation in tkinter doc | ||||
* | | Merge from 3.2 | Andrew Svetlov | 2012-03-31 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | update NEWS as Terry Reedy proposed | Andrew Svetlov | 2012-03-31 | 1 | -2/+4 |
| | | |||||
* | | Fix the tests of GC collection in ET.Element according to Benjamin's ↵ | Eli Bendersky | 2012-03-31 | 1 | -23/+21 |
| | | | | | | | | recommendations | ||||
* | | Fix-up a comment | Raymond Hettinger | 2012-03-31 | 1 | -3/+2 |
| | | |||||
* | | Fix-up comments and add a sentinel variable for clarity. | Raymond Hettinger | 2012-03-31 | 1 | -16/+17 |
| | | |||||
* | | No need to create and destroy links when updating a fixed-sized circular queue. | Raymond Hettinger | 2012-03-31 | 1 | -11/+16 |
| | | |||||
* | | Minor cleanup: add whitespace, add comments, bring function attribute ↵ | Raymond Hettinger | 2012-03-30 | 1 | -5/+4 |
| | | | | | | | | updates together. | ||||
* | | Issue #14065: Added cyclic GC support to ET.Element | Eli Bendersky | 2012-03-30 | 1 | -1/+26 |
| | | |||||
* | | Closes #14436: merged fix from 3.2. | Vinay Sajip | 2012-03-29 | 1 | -5/+10 |
|\ \ | |/ | |||||
| * | Closes #14436: Convert msg + args to string before pickling. | Vinay Sajip | 2012-03-29 | 1 | -5/+10 |
| | | |||||
* | | Merge with 3.2 | Andrew Svetlov | 2012-03-29 | 2 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #14409: IDLE doesn't not execute commands from shell with default ↵ | Andrew Svetlov | 2012-03-29 | 2 | -1/+4 |
| | | | | | | | | | | | | keybinding for <Return>. Patch by Roger Serwy. | ||||
* | | Issue #14442: Add missing errno import in test_smtplib. | Ross Lagerwall | 2012-03-29 | 1 | -0/+1 |
| | | |||||
* | | Fix unittest.mock.patch docstring | Michael Foord | 2012-03-28 | 1 | -2/+0 |
| | | |||||
* | | Minor unittest.mock.patch doc / docstring improvement | Michael Foord | 2012-03-28 | 1 | -11/+16 |
| | | |||||
* | | merge with 3.2 | Georg Brandl | 2012-03-27 | 1 | -20/+16 |
|\ \ | |/ | |||||
| * | Closes #14411: remove outdated comment in rlcompleter docstring. | Georg Brandl | 2012-03-27 | 1 | -20/+16 |
| | | |||||
* | | Fix typo | Éric Araujo | 2012-03-27 | 1 | -1/+1 |
| | | |||||
* | | Update missed idlelib/NEWS.txt | Andrew Svetlov | 2012-03-26 | 1 | -1/+3 |
| | | |||||
* | | IDLE can be launched as python -m ildelib | Andrew Svetlov | 2012-03-26 | 1 | -0/+9 |
| | | |||||
* | | Issue #989712: update the code to process tkinter messages in IDLE | Andrew Svetlov | 2012-03-26 | 1 | -9/+6 |
| | | | | | | | | | | | | without mainloop. Thanks to Roger Serwy for patch. | ||||
* | | unittest.mock: removed another bit of Python 2 only code | Michael Foord | 2012-03-25 | 1 | -6/+0 |
| | | |||||
* | | Adding unittest.mock documentation | Michael Foord | 2012-03-25 | 1 | -5/+3 |
| | | |||||
* | | unittest.mock: a mock created by patch with a spec as the list argument will ↵ | Michael Foord | 2012-03-25 | 2 | -1/+28 |
| | | | | | | | | be callable if __call__ is in the spec | ||||
* | | unittest.mock: remove another piece of Python 2 specific code | Michael Foord | 2012-03-25 | 1 | -2/+0 |
| | | |||||
* | | Remove more Python 2 code from unittest.mock (obsolete function attributes) | Michael Foord | 2012-03-25 | 1 | -14/+0 |
| | | |||||
* | | Minor changes to the unittest.mock.mock_open helper | Michael Foord | 2012-03-25 | 1 | -5/+4 |
| | | |||||
* | | Addition of docstrings to unittest.mock helpers | Michael Foord | 2012-03-25 | 1 | -2/+20 |
| | | |||||
* | | unittest.mock: set file_spec on first use | Michael Foord | 2012-03-25 | 1 | -2/+6 |
| | | |||||
* | | Support subclassing unittest.mock._patch and fix various obscure bugs around ↵ | Michael Foord | 2012-03-25 | 2 | -32/+151 |
| | | | | | | | | patcher spec arguments | ||||
* | | Merge | Michael Foord | 2012-03-25 | 1 | -1/+1 |
|\ \ | |||||
| * | | Raise MemoryError instead of InvalidOperation/MallocError for compatibility | Stefan Krah | 2012-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | with decimal.py. The standard specifies InsufficientStorage (MallocError) as a sub-condition of InvalidOperation. This allows a calculation to continue with NaN results when allocation fails. | ||||
* | | | unittest.mock.MagicMock objects are now unorderable by default | Michael Foord | 2012-03-25 | 2 | -9/+26 |
|/ / | |||||
* | | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as ↵ | Andrew Svetlov | 2012-03-25 | 3 | -21/+22 |
| | | | | | | | | well as subprecess. | ||||
* | | Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due | Charles-François Natali | 2012-03-24 | 1 | -0/+1 |
|\ \ | |/ | | | | | to a known bug in pthread implementation on FreeBSD < 7). | ||||
| * | Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due | Charles-François Natali | 2012-03-24 | 1 | -0/+1 |
| | | | | | | | | to a known bug in pthread implementation on FreeBSD < 7). | ||||
| * | Closes #14314: backported fix. | Vinay Sajip | 2012-03-23 | 1 | -1/+2 |
| | | |||||
* | | Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. | Charles-François Natali | 2012-03-24 | 2 | -56/+38 |
| | | |||||
* | | attempt to fix asyncore buildbot failure | Giampaolo Rodola' | 2012-03-23 | 1 | -5/+9 |
|\ \ | |/ | |||||
| * | attempt to fix asyncore buildbot failure | Giampaolo Rodola' | 2012-03-23 | 1 | -3/+7 |
| | |