summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Make the trace module ignore modules whose names start with "<" andBrett Cannon2012-04-111-0/+4
* _decimal is now 100x faster than the Python version in the pi benchmark.Stefan Krah2012-04-091-1/+1
* Issue #13165: stringbench is now available in the Tools/stringbench folder.Antoine Pitrou2012-04-091-0/+6
* #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-091-0/+6
* #12537: in mailbox avoid depending on knowledge of email package internalsR David Murray2012-04-091-0/+3
* Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+4
|\
| * Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+4
* | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.Antoine Pitrou2012-04-071-0/+3
* | Issue #14310: inter-process socket duplication for windowsKristján Valur Jónsson2012-04-071-0/+3
* | Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder.Ross Lagerwall2012-04-071-0/+2
* | Issue #8515: Set __file__ when run file in IDLE.Andrew Svetlov2012-04-051-0/+3
* | Merge from 3.2Andrew Svetlov2012-04-051-0/+3
|\ \ | |/
| * Issue #14496: Fix wrong name in idlelib/tabbedpages.py.Andrew Svetlov2012-04-051-0/+3
* | Issue #3033: Add displayof parameter to tkinter font.Andrew Svetlov2012-04-051-0/+2
* | A few tweaks to whatsnew/3.3 (fixes #14362)Éric Araujo2012-04-051-2/+2
* | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.Matthias Klose2012-04-041-0/+2
* | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-031-0/+4
|\ \ | |/
| * Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-031-0/+4
* | Issue #14288: Modify Misc/NEWSKristján Valur Jónsson2012-04-031-0/+2
* | Issue #802310: Generate always unique tkinter font names if not directly passedAndrew Svetlov2012-04-031-0/+2
* | Merge with 3.2 (Issue #14471)Kristján Valur Jónsson2012-04-021-0/+2
|\ \ | |/
| * Issue #14471: Fix a possible buffer overrun in the winreg module.Kristján Valur Jónsson2012-04-021-0/+2
* | merge 3.2Benjamin Peterson2012-04-021-0/+3
|\ \ | |/
| * prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+3
* | Merge.Georg Brandl2012-04-021-0/+7
|\ \
| * \ Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-011-0/+4
| |\ \ | | |/
| | * Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-011-0/+4
| * | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-011-0/+3
| |\ \ | | |/
| | * Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-011-0/+3
* | | Post-release update.Georg Brandl2012-04-021-0/+12
|/ /
* | Bump to 3.3.0a2.v3.3.0a2Georg Brandl2012-04-011-1/+1
* | Issue #14300: Under Windows, sockets created using socket.dup() now allow ove...Antoine Pitrou2012-03-311-0/+3
* | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-311-0/+3
|\ \ | |/
| * Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-311-0/+3
| * Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-311-0/+2
* | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-311-0/+3
|\ \ | |/
| * Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-311-0/+3
* | fix typoAndrew Svetlov2012-03-311-1/+1
* | fix issue #5136: deprecate old unused functions from tkinter.Andrew Svetlov2012-03-311-0/+2
* | Issue #14435: Add Misc/NEWS and Misc/ACKSKristján Valur Jónsson2012-03-311-0/+3
* | Merge from 3.2Andrew Svetlov2012-03-311-2/+4
|\ \ | |/
| * update NEWS as Terry Reedy proposedAndrew Svetlov2012-03-311-2/+4
* | Merge with 3.2Andrew Svetlov2012-03-291-0/+3
|\ \ | |/
| * Issue #14409: IDLE doesn't not execute commands from shell with default keybi...Andrew Svetlov2012-03-291-0/+3
| * issue 10340 - forgot to update Misc/NEWSGiampaolo Rodola'2012-03-221-0/+4
* | Issue #14442: Add missing errno import in test_smtplib.Ross Lagerwall2012-03-291-0/+2
* | #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.R David Murray2012-03-291-0/+3
* | Fix typoÉric Araujo2012-03-271-1/+1
* | IDLE can be launched as python -m ildelibAndrew Svetlov2012-03-261-0/+2
* | unittest.mock.MagicMock objects are now unorderable by defaultMichael Foord2012-03-251-0/+2