summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* issue #3035: update PendingDeprecationWarning to DeprectionWarning, point dep...Andrew Svetlov2012-03-311-10/+10
* Merge from 3.2Andrew Svetlov2012-03-311-2/+4
|\
| * update NEWS as Terry Reedy proposedAndrew Svetlov2012-03-311-2/+4
* | Fix the tests of GC collection in ET.Element according to Benjamin's recommen...Eli Bendersky2012-03-311-23/+21
* | Fix-up a commentRaymond Hettinger2012-03-311-3/+2
* | Fix-up comments and add a sentinel variable for clarity.Raymond Hettinger2012-03-311-16/+17
* | No need to create and destroy links when updating a fixed-sized circular queue.Raymond Hettinger2012-03-311-11/+16
* | Minor cleanup: add whitespace, add comments, bring function attribute updates...Raymond Hettinger2012-03-301-5/+4
* | Issue #14065: Added cyclic GC support to ET.ElementEli Bendersky2012-03-301-1/+26
* | Closes #14436: merged fix from 3.2.Vinay Sajip2012-03-291-5/+10
|\ \ | |/
| * Closes #14436: Convert msg + args to string before pickling.Vinay Sajip2012-03-291-5/+10
* | Merge with 3.2Andrew Svetlov2012-03-292-1/+4
|\ \ | |/
| * Issue #14409: IDLE doesn't not execute commands from shell with default keybi...Andrew Svetlov2012-03-292-1/+4
* | Issue #14442: Add missing errno import in test_smtplib.Ross Lagerwall2012-03-291-0/+1
* | Fix unittest.mock.patch docstringMichael Foord2012-03-281-2/+0
* | Minor unittest.mock.patch doc / docstring improvementMichael Foord2012-03-281-11/+16
* | merge with 3.2Georg Brandl2012-03-271-20/+16
|\ \ | |/
| * Closes #14411: remove outdated comment in rlcompleter docstring.Georg Brandl2012-03-271-20/+16
* | Fix typoÉric Araujo2012-03-271-1/+1
* | Update missed idlelib/NEWS.txtAndrew Svetlov2012-03-261-1/+3
* | IDLE can be launched as python -m ildelibAndrew Svetlov2012-03-261-0/+9
* | Issue #989712: update the code to process tkinter messages in IDLEAndrew Svetlov2012-03-261-9/+6
* | unittest.mock: removed another bit of Python 2 only codeMichael Foord2012-03-251-6/+0
* | Adding unittest.mock documentationMichael Foord2012-03-251-5/+3
* | unittest.mock: a mock created by patch with a spec as the list argument will ...Michael Foord2012-03-252-1/+28
* | unittest.mock: remove another piece of Python 2 specific codeMichael Foord2012-03-251-2/+0
* | Remove more Python 2 code from unittest.mock (obsolete function attributes)Michael Foord2012-03-251-14/+0
* | Minor changes to the unittest.mock.mock_open helperMichael Foord2012-03-251-5/+4
* | Addition of docstrings to unittest.mock helpersMichael Foord2012-03-251-2/+20
* | unittest.mock: set file_spec on first useMichael Foord2012-03-251-2/+6
* | Support subclassing unittest.mock._patch and fix various obscure bugs around ...Michael Foord2012-03-252-32/+151
* | MergeMichael Foord2012-03-251-1/+1
|\ \
| * | Raise MemoryError instead of InvalidOperation/MallocError for compatibilityStefan Krah2012-03-251-1/+1
* | | unittest.mock.MagicMock objects are now unorderable by defaultMichael Foord2012-03-252-9/+26
|/ /
* | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel...Andrew Svetlov2012-03-253-21/+22
* | Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-241-0/+1
|\ \ | |/
| * Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-241-0/+1
| * Closes #14314: backported fix.Vinay Sajip2012-03-231-1/+2
* | Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.Charles-François Natali2012-03-242-56/+38
* | attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-5/+9
|\ \ | |/
| * attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-3/+7
* | Use the same exception hierarchy as decimal.py. FloatOperation now alsoStefan Krah2012-03-232-1/+41
* | mergeGiampaolo Rodola'2012-03-232-7/+17
|\ \
| * | Issue #13782: streamline argument type-checking in ET.ElementEli Bendersky2012-03-232-7/+17
* | | fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586Giampaolo Rodola'2012-03-231-10/+12
|/ /
* | #14380: Make actual default match docs, fix __init__ order.R David Murray2012-03-232-9/+10
* | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicodeR David Murray2012-03-232-1/+24
* | merge 79422b3684f1 in 3.3 branch (issue 10340)Giampaolo Rodola'2012-03-222-8/+25
|\ \ | |/
| * fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-222-8/+25
* | merge 3.2 (#14378)Benjamin Peterson2012-03-221-0/+6
|\ \ | |/