| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError. | Brett Cannon | 2012-04-13 | 1 | -0/+4 |
|
|
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 1 | -0/+5 |
|
|
* | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. | Charles-François Natali | 2012-04-12 | 2 | -0/+3 |
|\ |
|
| * | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. | Charles-François Natali | 2012-04-12 | 2 | -0/+3 |
|
|
| * | Merge 3.2.3 release clone. | Georg Brandl | 2012-04-11 | 2 | -6/+6 |
| |\ |
|
| | * | Bump to 3.2.3 final. | Georg Brandl | 2012-04-10 | 1 | -1/+1 |
|
|
| | * | News entry for f91ecbc8bafc. | Georg Brandl | 2012-04-10 | 1 | -5/+5 |
|
|
| * | | Issue #8799: Fix and improve the threading.Condition documentation. | Antoine Pitrou | 2012-04-10 | 1 | -0/+5 |
|
|
* | | | Make the trace module ignore modules whose names start with "<" and | Brett Cannon | 2012-04-11 | 1 | -0/+4 |
|
|
* | | | _decimal is now 100x faster than the Python version in the pi benchmark. | Stefan Krah | 2012-04-09 | 1 | -1/+1 |
|
|
* | | | Issue #13165: stringbench is now available in the Tools/stringbench folder. | Antoine Pitrou | 2012-04-09 | 1 | -0/+6 |
|
|
* | | | #14533: if a test has no test_main, use loadTestsFromModule. | R David Murray | 2012-04-09 | 1 | -0/+6 |
|
|
* | | | #12537: in mailbox avoid depending on knowledge of email package internals | R David Murray | 2012-04-09 | 1 | -0/+3 |
|
|
* | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 2 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 2 | -0/+5 |
|
|
* | | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. | Antoine Pitrou | 2012-04-07 | 1 | -0/+3 |
|
|
* | | | Issue #14310: inter-process socket duplication for windows | Kristján Valur Jónsson | 2012-04-07 | 1 | -0/+3 |
|
|
* | | | Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. | Ross Lagerwall | 2012-04-07 | 1 | -0/+2 |
|
|
* | | | Close #14249: Use bit shifts instead of an union, it's more efficient. | Victor Stinner | 2012-04-05 | 1 | -0/+1 |
|
|
* | | | Issue #8515: Set __file__ when run file in IDLE. | Andrew Svetlov | 2012-04-05 | 2 | -0/+4 |
|
|
* | | | Merge from 3.2 | Andrew Svetlov | 2012-04-05 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #14496: Fix wrong name in idlelib/tabbedpages.py. | Andrew Svetlov | 2012-04-05 | 1 | -0/+3 |
|
|
* | | | Issue #3033: Add displayof parameter to tkinter font. | Andrew Svetlov | 2012-04-05 | 1 | -0/+2 |
|
|
* | | | A few tweaks to whatsnew/3.3 (fixes #14362) | Éric Araujo | 2012-04-05 | 1 | -2/+2 |
|
|
* | | | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. | Matthias Klose | 2012-04-04 | 1 | -0/+2 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|