Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 2 | -2/+35 |
|\ | |||||
| * | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 2 | -2/+35 |
| |\ | |||||
| | * | Issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 2 | -2/+35 |
* | | | merge heads | Benjamin Peterson | 2012-11-01 | 1 | -6/+17 |
|\ \ \ | |||||
| * | | | Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitr... | Vinay Sajip | 2012-10-31 | 1 | -6/+17 |
* | | | | point errors related to nonlocals and globals to the statement declaring them... | Benjamin Peterson | 2012-11-01 | 3 | -8/+53 |
|/ / / | |||||
* | | | merge 3.3 | Benjamin Peterson | 2012-10-31 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | merge heads | Benjamin Peterson | 2012-10-31 | 3 | -111/+149 |
| |\ \ | |||||
* | \ \ | merge heads | Benjamin Peterson | 2012-10-31 | 7 | -229/+227 |
|\ \ \ \ | |||||
| * | | | | Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows | Victor Stinner | 2012-10-31 | 1 | -8/+4 |
| * | | | | Issue #15478: Use source filename in OSError, not destination filename | Victor Stinner | 2012-10-31 | 2 | -47/+53 |
| * | | | | Issue #15478: Fix again to fix test_os on Windows | Victor Stinner | 2012-10-31 | 2 | -5/+8 |
| * | | | | Issue #15478: Use path_error() in more posix functions, especially in Windows | Victor Stinner | 2012-10-31 | 1 | -69/+24 |
| * | | | | Merge issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| * | | | | null merge | Andrew Svetlov | 2012-10-31 | 0 | -0/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | null merge | Andrew Svetlov | 2012-10-31 | 0 | -0/+0 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | merge heads | Andrew Svetlov | 2012-10-31 | 1 | -104/+133 |
| | | |\ \ | |||||
| * | | \ \ | Issue #14900: document added sort keys for profile stats. | Andrew Svetlov | 2012-10-31 | 1 | -104/+133 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge issue #14900: document added sort keys for profile stats. | Andrew Svetlov | 2012-10-31 | 1 | -104/+133 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Issue #14900: document added sort keys for profile stats. | Andrew Svetlov | 2012-10-31 | 1 | -104/+133 |
| * | | | | | Issue #16348: merge fix from 3.3. | Mark Dickinson | 2012-10-31 | 1 | -6/+15 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Issue #16348: merge fix from 3.2. | Mark Dickinson | 2012-10-31 | 1 | -6/+15 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Issue #16348: Fix incorrect documentation for Decimal.remainder_near. | Mark Dickinson | 2012-10-31 | 1 | -6/+15 |
* | | | | | | merge 3.3 | Benjamin Peterson | 2012-10-31 | 1 | -2/+6 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | check return value of _PyUnicode_AsString | Benjamin Peterson | 2012-10-31 | 1 | -2/+6 |
| |/ / / | |||||
* | | | | merge 3.3 | Benjamin Peterson | 2012-10-31 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.2 | Benjamin Peterson | 2012-10-31 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | avoid a function call with redundant checks for dict size | Benjamin Peterson | 2012-10-31 | 1 | -1/+1 |
* | | | | merge 3.3 | Benjamin Peterson | 2012-10-31 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.2 | Benjamin Peterson | 2012-10-31 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | fix spelling | Benjamin Peterson | 2012-10-31 | 1 | -1/+1 |
* | | | | merge 3.3 (#16345) | Benjamin Peterson | 2012-10-31 | 3 | -29/+41 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.2 (#16345) | Benjamin Peterson | 2012-10-31 | 3 | -29/+41 |
| |\ \ \ | | |/ / | |||||
| | * | | merge heads | Benjamin Peterson | 2012-10-31 | 6 | -21/+18 |
| | |\ \ | | | |/ | |||||
| | * | | only fast-path fromkeys() when the constructor returns a empty dict (closes #... | Benjamin Peterson | 2012-10-31 | 3 | -33/+45 |
* | | | | Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibi... | Mark Dickinson | 2012-10-31 | 1 | -3/+1 |
* | | | | merge heads | Benjamin Peterson | 2012-10-31 | 9 | -53/+54 |
|\ \ \ \ | |||||
| * \ \ \ | Merge issue #16197: Fix several small errors in winreg documentation. | Andrew Svetlov | 2012-10-31 | 2 | -31/+34 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Issue #16197: Fix several small errors in winreg documentation. | Andrew Svetlov | 2012-10-31 | 2 | -31/+34 |
| * | | | | MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(... | Jesus Cea | 2012-10-31 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(... | Jesus Cea | 2012-10-31 | 1 | -0/+2 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). D... | Jesus Cea | 2012-10-31 | 1 | -0/+2 |
| * | | | | merge #16371: fix up the English a bit more. | R David Murray | 2012-10-31 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | merge #16371: fix up the English a bit more. | R David Murray | 2012-10-31 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | #16371: fix up the English a bit more. | R David Murray | 2012-10-31 | 1 | -2/+2 |
| * | | | | Merge issue #16371: fix typo in ctypes documentation. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge issue #16371: fix typo in ctypes documentation. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Issue #16371: fix typo in ctypes documentation. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |