Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | 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 |
| |/ |/| | |||||
* | | 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 |
| |/ / / |/| | | | |||||
* | | | | Fix Overflow exception in the bignum factorial benchmark that is due to | Stefan Krah | 2012-04-01 | 1 | -1/+4 |
* | | | | Add _decimal and _testbuffer modules. | Martin v. Löwis | 2012-04-01 | 1 | -1/+3 |
* | | | | Add MASM define to PGI and PGO builds | Martin v. Löwis | 2012-04-01 | 1 | -743/+743 |
* | | | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 3 | -1/+26 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 3 | -1/+26 |
* | | | | Removing the test of Element that causes ref-leak in GC (issue #14464). | Eli Bendersky | 2012-04-01 | 1 | -10/+0 |
* | | | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 2 | -2/+9 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 2 | -2/+9 |
* | | | Added tag v3.3.0a2 for changeset 2f69db52d6de | Georg Brandl | 2012-04-01 | 1 | -0/+1 |
* | | | Bump to 3.3.0a2.v3.3.0a2 | Georg Brandl | 2012-04-01 | 6 | -7/+7 |
* | | | Fix markup errors found by "make suspicious". | Georg Brandl | 2012-04-01 | 2 | -4/+4 |
* | | | Update pydoc topics. | Georg Brandl | 2012-04-01 | 1 | -6/+6 |
* | | | Remove parens around link. | Georg Brandl | 2012-04-01 | 1 | -1/+1 |
* | | | Issue #14394: Use elaborate phrases that boil down to "one to two orders | Stefan Krah | 2012-04-01 | 1 | -4/+10 |
* | | | Issue #14463: Prevent _decimal.so compile failures in OS X installer builds. | Ned Deily | 2012-04-01 | 1 | -1/+5 |