Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | | | | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests. | ||||
| * | #14490, #14491: add 'sundry'-style import tests for Tools/scripts. | R David Murray | 2012-04-05 | 1 | -2/+43 |
| | | | | | | | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests. | ||||
* | | 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 |
| | | | | | | | | | | | | * Fixed refleak problems when GC collection is run (see messages in issue #14065) * Added weakref support to Element objects | ||||
* | | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 2 | -0/+8 |
|\ \ | |/ | | | | | | | a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu. | ||||
| * | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 2 | -0/+10 |
| | | | | | | | | | | a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu. | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | | | | | | | | | | | | | | access fails (expectedly) if other modules have already used decimal. The only option is to remove the test. | ||||
* | | | If a module injects something into sys.modules as a side-effect of | Brett Cannon | 2012-04-03 | 2 | -0/+16 |
|/ / | | | | | | | | | | | | | | | importation, then respect that injection. Discovered thanks to Lib/xml/parsers/expat.py injecting xml.parsers.expat.errors and etree now importing that directly as a module. | ||||
* | | 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 |
|\ \ | |/ | | | | | | | a multiprocessing Client or Listener with an AF_PIPE type address under non-Windows platforms. Patch by Popa Claudiu. | ||||
| * | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 2 | -1/+22 |
| | | | | | | | | | | a multiprocessing Client or Listener with an AF_PIPE type address under non-Windows platforms. Patch by Popa Claudiu. | ||||
* | | Removing the test of Element that causes ref-leak in GC (issue #14464). | Eli Bendersky | 2012-04-01 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | I will now continue investigating the cause of the ref-leak, but I wanted to remove the test so that the refcount test in the buildbots could be clean. The whole change (adding GC to Element) is not reverted because it improved the situation (GC works for immediate cycles) and didn't cause regressions (the test is new and was added together with the fix). | ||||
* | | 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 ↵ | Antoine Pitrou | 2012-03-31 | 2 | -0/+12 |
|\ \ | |/ | | | | | | | | | the socket repr()). Patch by Matt Joiner. | ||||
| * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 2 | -0/+12 |
| | | | | | | | | | | | | the socket repr()). Patch by Matt Joiner. | ||||
* | | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 2 | -4/+22 |
|\ \ | |/ | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | ||||
| * | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 2 | -4/+22 |
| | | | | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | ||||
* | | Merge #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. | ||||
| * | #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. | ||||
* | | issue #3035: update PendingDeprecationWarning to DeprectionWarning, point ↵ | Andrew Svetlov | 2012-03-31 | 1 | -10/+10 |
| | | | | | | | | deprecation in tkinter doc | ||||
* | | 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 |
| | | |||||
* | | Fix the tests of GC collection in ET.Element according to Benjamin's ↵ | Eli Bendersky | 2012-03-31 | 1 | -23/+21 |
| | | | | | | | | recommendations | ||||
* | | Fix-up a comment | Raymond Hettinger | 2012-03-31 | 1 | -3/+2 |
| | | |||||
* | | Fix-up comments and add a sentinel variable for clarity. | Raymond Hettinger | 2012-03-31 | 1 | -16/+17 |
| | | |||||
* | | No need to create and destroy links when updating a fixed-sized circular queue. | Raymond Hettinger | 2012-03-31 | 1 | -11/+16 |
| | | |||||
* | | Minor cleanup: add whitespace, add comments, bring function attribute ↵ | Raymond Hettinger | 2012-03-30 | 1 | -5/+4 |
| | | | | | | | | updates together. | ||||
* | | Issue #14065: Added cyclic GC support to ET.Element | Eli Bendersky | 2012-03-30 | 1 | -1/+26 |
| | | |||||
* | | Closes #14436: merged fix from 3.2. | Vinay Sajip | 2012-03-29 | 1 | -5/+10 |
|\ \ | |/ | |||||
| * | Closes #14436: Convert msg + args to string before pickling. | Vinay Sajip | 2012-03-29 | 1 | -5/+10 |
| | | |||||
* | | Merge with 3.2 | Andrew Svetlov | 2012-03-29 | 2 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #14409: IDLE doesn't not execute commands from shell with default ↵ | Andrew Svetlov | 2012-03-29 | 2 | -1/+4 |
| | | | | | | | | | | | | keybinding for <Return>. Patch by Roger Serwy. | ||||
* | | Issue #14442: Add missing errno import in test_smtplib. | Ross Lagerwall | 2012-03-29 | 1 | -0/+1 |
| | | |||||
* | | Fix unittest.mock.patch docstring | Michael Foord | 2012-03-28 | 1 | -2/+0 |
| | | |||||
* | | Minor unittest.mock.patch doc / docstring improvement | Michael Foord | 2012-03-28 | 1 | -11/+16 |
| | |