Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | A few tweaks to whatsnew/3.3 (fixes #14362) | Éric Araujo | 2012-04-05 | 2 | -10/+43 | |
| | | | | | | ||||||
* | | | | | | Replace bootstrap imports with real C API calls. | Eli Bendersky | 2012-04-05 | 1 | -8/+9 | |
| | | | | | | ||||||
* | | | | | | 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 | 7 | -86/+132 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 7 | -86/+132 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in ↵ | Antoine Pitrou | 2012-04-04 | 13 | -35/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the stable ABI. | |||||
* | | | | | | merge with 3.2 | Georg Brandl | 2012-04-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Closes #14495: fix typo. | Georg Brandl | 2012-04-04 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Fix Windows compilation errors | Eli Bendersky | 2012-04-04 | 1 | -2/+4 | |
| | | | | | | ||||||
* | | | | | | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. | Matthias Klose | 2012-04-04 | 2 | -0/+10 | |
| | | | | | | ||||||
* | | | | | | Followup for issue #14321, remove references to Parser/pgen.stamp | Matthias Klose | 2012-04-04 | 4 | -4/+1 | |
| | | | | | | ||||||
* | | | | | | Fixes and enhancements to _elementtree: | Eli Bendersky | 2012-04-03 | 2 | -21/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 3 | -0/+12 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | 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 | 3 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu. | |||||
* | | | | | | Merge #14481: fix formatting of example in subprocess docs. | R David Murray | 2012-04-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | #14481: fix formatting of example in subprocess docs. | R David Murray | 2012-04-03 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Issue #14288: Modify Misc/NEWS | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 28 | -104/+2190 | |
| | | | | | ||||||
* | | | | | Move ChainMap versionadded to be less ambiguous. | Georg Brandl | 2012-04-03 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Issue #802310: Generate always unique tkinter font names if not directly passed | Andrew Svetlov | 2012-04-03 | 2 | -1/+6 | |
| | | | | | ||||||
* | | | | | reformat code to follow PEP8 | Andrew Svetlov | 2012-04-03 | 1 | -6/+10 | |
| | | | | | ||||||
* | | | | | add XXX | Benjamin Peterson | 2012-04-03 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | merge heads | Benjamin Peterson | 2012-04-03 | 6 | -5/+81 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | merge | Brett Cannon | 2012-04-03 | 6 | -76/+65 | |
| |\ \ \ \ | ||||||
| | * | | | | Expose clock_settime() as time.clock_settime() | Victor Stinner | 2012-04-02 | 3 | -0/+48 | |
| | | | | | | ||||||
| | * | | | | Add time.CLOCK_HIGHRES constant, needed on Solaris | Victor Stinner | 2012-04-02 | 2 | -0/+12 | |
| | | | | | | ||||||
| | * | | | | Merge. | Stefan Krah | 2012-04-02 | 1 | -1/+0 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Improve comments. | Stefan Krah | 2012-04-02 | 1 | -5/+5 | |
| | | | | | | | ||||||
| * | | | | | | 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-03 | 1 | -20/+31 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | fix parse_syntax_error to clean up its resources | Benjamin Peterson | 2012-04-03 | 1 | -20/+31 | |
| | | | | | | ||||||
* | | | | | | 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. | |||||
* | | | | Guard an LLTRACE variable to silence an unused variable warning. | Brett Cannon | 2012-04-02 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge with 3.2 (Issue #14471) | Kristján Valur Jónsson | 2012-04-02 | 2 | -1/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #14471: Fix a possible buffer overrun in the winreg module. | Kristján Valur Jónsson | 2012-04-02 | 2 | -1/+3 | |
| | | | | ||||||
* | | | | merge 3.2 | Benjamin Peterson | 2012-04-02 | 3 | -0/+30 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | prevent writing to stderr from messing up the exception state (closes #14474) | Benjamin Peterson | 2012-04-02 | 3 | -0/+30 | |
| | | | | ||||||
* | | | | Whitespace. | Stefan Krah | 2012-04-02 | 1 | -57/+57 | |
| | | | | ||||||
* | | | | Merge. | Stefan Krah | 2012-04-02 | 3 | -20/+28 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge. | Georg Brandl | 2012-04-02 | 9 | -771/+794 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | merge 3.2 | Benjamin Peterson | 2012-04-01 | 1 | -13/+9 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | adjust formatting | Benjamin Peterson | 2012-04-01 | 1 | -5/+5 | |
| | | | | | | ||||||
| | | * | | | remove extraneous condition | Benjamin Peterson | 2012-04-01 | 1 | -6/+4 | |
| | | | | | | ||||||
| | | * | | | merge heads | Benjamin Peterson | 2012-04-01 | 22 | -86/+185 | |
| | | |\ \ \ | ||||||
| | | * | | | | be consistent with rest of function | Benjamin Peterson | 2012-04-01 | 1 | -2/+1 | |
| | | | | | | | ||||||
| * | | | | | | Post-release update. | Georg Brandl | 2012-04-02 | 2 | -1/+13 | |
| | | | | | | | ||||||
* | | | | | | | Clear the context flags if a context is initialized from the DefaultContext. | Stefan Krah | 2012-04-02 | 2 | -0/+78 | |
| |/ / / / / |/| | | | | |