| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14310: inter-process socket duplication for windows | Kristján Valur Jónsson | 2012-04-07 | 2 | -1/+114 |
|
|
* | Issue #14500: Fix importlib.test.import_.test_packages to clean up | Brett Cannon | 2012-04-06 | 1 | -1/+5 |
|
|
* | merge | Brett Cannon | 2012-04-06 | 26 | -79/+926 |
|\ |
|
| * | Set a time threshold in test_asyncore.capture_server so that tests don't | Kristján Valur Jónsson | 2012-04-06 | 1 | -3/+4 |
|
|
| * | Merge #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 1 | -0/+27 |
| |\ |
|
| | * | #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 1 | -0/+27 |
|
|
| * | | Clarify that the purpose of computing all the miscellaneous collection types ... | Raymond Hettinger | 2012-04-05 | 1 | -3/+7 |
|
|
| * | | Issue #8515: Set __file__ when run file in IDLE. | Andrew Svetlov | 2012-04-05 | 2 | -6/+9 |
|
|
| * | | Merge. | Stefan Krah | 2012-04-05 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge from 3.2 | Andrew Svetlov | 2012-04-05 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|
| | | * | Issue #14496: Fix wrong name in idlelib/tabbedpages.py. | Andrew Svetlov | 2012-04-05 | 1 | -2/+2 |
|
|
| * | | | Allow printing a leading '-' and the maximum number of exponent digits | Stefan Krah | 2012-04-05 | 1 | -0/+48 |
|
|
| * | | | Raise InvalidOperation if exponents of zeros are clamped during exact | Stefan Krah | 2012-04-05 | 1 | -0/+24 |
| |/ / |
|
| * | | Issue #3033: Add displayof parameter to tkinter font. | Andrew Svetlov | 2012-04-05 | 1 | -17/+27 |
|
|
| * | | Merge: test_tools fix: don't import analyze_dxp if no _thread module | R David Murray | 2012-04-05 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | test_tools fix: don't import analyze_dxp if no _thread module | R David Murray | 2012-04-05 | 1 | -0/+1 |
|
|
| * | | Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. | R David Murray | 2012-04-05 | 1 | -2/+43 |
| |\ \
| | |/ |
|
| | * | #14490, #14491: add 'sundry'-style import tests for Tools/scripts. | R David Murray | 2012-04-05 | 1 | -2/+43 |
|
|
| * | | merge with 3.2 | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Closes #14495: fix typo. | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
|
|
| * | | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. | Matthias Klose | 2012-04-04 | 1 | -0/+8 |
|
|
| * | | Fixes and enhancements to _elementtree: | Eli Bendersky | 2012-04-03 | 1 | -0/+35 |
|
|
| * | | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 2 | -0/+8 |
| |\ \
| | |/ |
|
| | * | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 2 | -0/+10 |
|
|
| * | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 13 | -39/+669 |
|
|
| * | | Issue #802310: Generate always unique tkinter font names if not directly passed | Andrew Svetlov | 2012-04-03 | 1 | -1/+4 |
|
|
| * | | reformat code to follow PEP8 | Andrew Svetlov | 2012-04-03 | 1 | -6/+10 |
|
|
* | | | Fix test_site from modifying sysconfig._CONFIG_VARS. | Brett Cannon | 2012-04-04 | 1 | -1/+4 |
|/ / |
|
* | | merge | Brett Cannon | 2012-04-03 | 3 | -71/+11 |
|\ \ |
|
| * | | Expose clock_settime() as time.clock_settime() | Victor Stinner | 2012-04-02 | 1 | -0/+11 |
|
|
| * | | merge 3.2 | Benjamin Peterson | 2012-04-02 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | remove uneeded line | Benjamin Peterson | 2012-04-02 | 1 | -1/+0 |
|
|
| * | | Testing the implicit initialization of the thread local context on first | Stefan Krah | 2012-04-02 | 1 | -70/+0 |
|
|
* | | | If a module injects something into sys.modules as a side-effect of | Brett Cannon | 2012-04-03 | 2 | -0/+16 |
|/ / |
|
* | | merge 3.2 | Benjamin Peterson | 2012-04-02 | 1 | -0/+24 |
|\ \
| |/ |
|
| * | prevent writing to stderr from messing up the exception state (closes #14474) | Benjamin Peterson | 2012-04-02 | 1 | -0/+24 |
|
|
* | | Whitespace. | Stefan Krah | 2012-04-02 | 1 | -57/+57 |
|
|
* | | Clear the context flags if a context is initialized from the DefaultContext. | Stefan Krah | 2012-04-02 | 1 | -0/+70 |
|
|
* | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 2 | -1/+22 |
|\ \
| |/ |
|
| * | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 2 | -1/+22 |
|
|
* | | Removing the test of Element that causes ref-leak in GC (issue #14464). | Eli Bendersky | 2012-04-01 | 1 | -10/+0 |
|
|
* | | Bump to 3.3.0a2.v3.3.0a2 | Georg Brandl | 2012-04-01 | 2 | -2/+2 |
|
|
* | | Update pydoc topics. | Georg Brandl | 2012-04-01 | 1 | -6/+6 |
|
|
* | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the... | Antoine Pitrou | 2012-03-31 | 2 | -0/+12 |
|\ \
| |/ |
|
| * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the... | Antoine Pitrou | 2012-03-31 | 2 | -0/+12 |
|
|
* | | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return... | Antoine Pitrou | 2012-03-31 | 2 | -4/+22 |
|\ \
| |/ |
|
| * | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return... | Antoine Pitrou | 2012-03-31 | 2 | -4/+22 |
|
|
* | | Merge #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
|
|
* | | issue #3035: update PendingDeprecationWarning to DeprectionWarning, point dep... | Andrew Svetlov | 2012-03-31 | 1 | -10/+10 |
|
|