| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 1 | -0/+4 |
|\ |
|
| * | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 1 | -0/+4 |
|
|
* | | Issue #14288: Modify Misc/NEWS | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+2 |
|
|
* | | Issue #802310: Generate always unique tkinter font names if not directly passed | Andrew Svetlov | 2012-04-03 | 1 | -0/+2 |
|
|
* | | Merge with 3.2 (Issue #14471) | Kristján Valur Jónsson | 2012-04-02 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #14471: Fix a possible buffer overrun in the winreg module. | Kristján Valur Jónsson | 2012-04-02 | 1 | -0/+2 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-04-02 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | prevent writing to stderr from messing up the exception state (closes #14474) | Benjamin Peterson | 2012-04-02 | 1 | -0/+3 |
|
|
* | | Merge. | Georg Brandl | 2012-04-02 | 1 | -0/+7 |
|\ \ |
|
| * \ | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 1 | -0/+4 |
|
|
| * | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 1 | -0/+3 |
|
|
* | | | Post-release update. | Georg Brandl | 2012-04-02 | 1 | -0/+12 |
|/ / |
|
* | | Bump to 3.3.0a2.v3.3.0a2 | Georg Brandl | 2012-04-01 | 2 | -2/+2 |
|
|
* | | Issue #14300: Under Windows, sockets created using socket.dup() now allow ove... | Antoine Pitrou | 2012-03-31 | 1 | -0/+3 |
|
|
* | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the... | Antoine Pitrou | 2012-03-31 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the... | Antoine Pitrou | 2012-03-31 | 1 | -0/+3 |
|
|
| * | Issue #14437: Fix building the _io module under Cygwin. | Antoine Pitrou | 2012-03-31 | 1 | -0/+2 |
|
|
* | | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return... | Antoine Pitrou | 2012-03-31 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return... | Antoine Pitrou | 2012-03-31 | 1 | -0/+3 |
|
|
* | | fix typo | Andrew Svetlov | 2012-03-31 | 1 | -1/+1 |
|
|
* | | fix issue #5136: deprecate old unused functions from tkinter. | Andrew Svetlov | 2012-03-31 | 1 | -0/+2 |
|
|
* | | Issue #14435: Add Misc/NEWS and Misc/ACKS | Kristján Valur Jónsson | 2012-03-31 | 2 | -0/+4 |
|
|
* | | 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 |
|
|
* | | Merge with 3.2 | Andrew Svetlov | 2012-03-29 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #14409: IDLE doesn't not execute commands from shell with default keybi... | Andrew Svetlov | 2012-03-29 | 1 | -0/+3 |
|
|
| * | issue 10340 - forgot to update Misc/NEWS | Giampaolo Rodola' | 2012-03-22 | 1 | -0/+4 |
|
|
* | | Issue #14442: Add missing errno import in test_smtplib. | Ross Lagerwall | 2012-03-29 | 1 | -0/+2 |
|
|
* | | #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. | R David Murray | 2012-03-29 | 2 | -0/+4 |
|
|
* | | Fix typo | Éric Araujo | 2012-03-27 | 1 | -1/+1 |
|
|
* | | IDLE can be launched as python -m ildelib | Andrew Svetlov | 2012-03-26 | 1 | -0/+2 |
|
|
* | | unittest.mock.MagicMock objects are now unorderable by default | Michael Foord | 2012-03-25 | 1 | -0/+2 |
|
|
* | | Issue #7652: Enable linking of _decimal.so against an installed libmpdec. | Stefan Krah | 2012-03-23 | 1 | -0/+3 |
|
|
* | | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode | R David Murray | 2012-03-23 | 2 | -0/+4 |
|
|
* | | fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne... | Giampaolo Rodola' | 2012-03-22 | 1 | -0/+4 |
|
|
* | | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -0/+2 |
|
|
* | | merge 3.2 (#14378) | Benjamin Peterson | 2012-03-22 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | check by equality for __future__ not identity (closes #14378) | Benjamin Peterson | 2012-03-22 | 1 | -0/+3 |
|
|
* | | Fix typo. | Georg Brandl | 2012-03-22 | 1 | -1/+1 |
|
|
* | | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio... | Antoine Pitrou | 2012-03-21 | 2 | -0/+5 |
|
|
* | | Issue #3035: Unused functions from tkinter are marked as pending peprecated. | Andrew Svetlov | 2012-03-21 | 1 | -0/+2 |
|
|
* | | Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v | R David Murray | 2012-03-21 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v | R David Murray | 2012-03-21 | 1 | -0/+3 |
|
|
* | | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 2 | -0/+17 |
|
|
* | | Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. | Andrew Svetlov | 2012-03-21 | 1 | -5/+3 |
|\ \
| |/ |
|
| * | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-21 | 1 | -0/+3 |
|
|
| * | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. | Giampaolo Rodola' | 2012-03-20 | 1 | -0/+3 |
|
|