summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | mergeBrett Cannon2012-04-033-71/+11
|\ \ \
| * | | Expose clock_settime() as time.clock_settime()Victor Stinner2012-04-021-0/+11
| * | | merge 3.2Benjamin Peterson2012-04-021-1/+0
| |\ \ \ | | |/ /
| | * | remove uneeded lineBenjamin Peterson2012-04-021-1/+0
| * | | Testing the implicit initialization of the thread local context on firstStefan Krah2012-04-021-70/+0
* | | | If a module injects something into sys.modules as a side-effect ofBrett Cannon2012-04-032-0/+16
|/ / /
* | | merge 3.2Benjamin Peterson2012-04-021-0/+24
|\ \ \ | |/ /
| * | prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+24
* | | Whitespace.Stefan Krah2012-04-021-57/+57
* | | Clear the context flags if a context is initialized from the DefaultContext.Stefan Krah2012-04-021-0/+70
* | | Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-012-1/+22
|\ \ \ | |/ /
| * | Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-012-1/+22
* | | Removing the test of Element that causes ref-leak in GC (issue #14464).Eli Bendersky2012-04-011-10/+0
* | | Bump to 3.3.0a2.v3.3.0a2Georg Brandl2012-04-012-2/+2
* | | Update pydoc topics.Georg Brandl2012-04-011-6/+6
* | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-312-0/+12
|\ \ \ | |/ /
| * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-312-0/+12
* | | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-312-4/+22
|\ \ \ | |/ /
| * | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-312-4/+22
* | | Merge #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
|\ \ \ | |/ /
| * | #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
* | | 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