Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16230: Fix a crash in select.select() when one the lists changes size ↵ | Antoine Pitrou | 2012-11-01 | 3 | -4/+15 |
|\ | | | | | | | | | | | while iterated on. Patch by Serhiy Storchaka. | ||||
| * | Issue #16230: Fix a crash in select.select() when one the lists changes size ↵ | Antoine Pitrou | 2012-11-01 | 3 | -4/+15 |
| |\ | | | | | | | | | | | | | | | | while iterated on. Patch by Serhiy Storchaka. | ||||
| | * | Issue #16230: Fix a crash in select.select() when one the lists changes size ↵ | Antoine Pitrou | 2012-11-01 | 3 | -4/+15 |
| | | | | | | | | | | | | | | | | | | while iterated on. Patch by Serhiy Storchaka. | ||||
* | | | Issue #16228: Fix a crash in the json module where a list changes size while ↵ | Antoine Pitrou | 2012-11-01 | 3 | -7/+14 |
|\ \ \ | |/ / | | | | | | | | | | | | | it is being encoded. Patch by Serhiy Storchaka. | ||||
| * | | Issue #16228: Fix a crash in the json module where a list changes size while ↵ | Antoine Pitrou | 2012-11-01 | 3 | -7/+14 |
| |\ \ | | |/ | | | | | | | | | | | | | it is being encoded. Patch by Serhiy Storchaka. | ||||
| | * | Issue #16228: Fix a crash in the json module where a list changes size while ↵ | Antoine Pitrou | 2012-11-01 | 3 | -7/+14 |
| | | | | | | | | | | | | | | | | | | it is being encoded. Patch by Serhiy Storchaka. | ||||
* | | | Merge issue #16218: Support non ascii characters in python launcher. | Andrew Svetlov | 2012-11-01 | 2 | -2/+16 |
|\ \ \ | |/ / | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Issue #16218: Support non ascii characters in python launcher. | Andrew Svetlov | 2012-11-01 | 2 | -2/+16 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | Merge: change docstring for xdrlib.Error to use new style exceptions. | Andrew Svetlov | 2012-11-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge: change docstring for xdrlib.Error to use new style exceptions. | Andrew Svetlov | 2012-11-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Change docstring for xdrlib.Error to use new style exceptions. | Andrew Svetlov | 2012-11-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 2 | -2/+35 |
|\ \ \ | |/ / | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 2 | -2/+35 |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | 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 ↵ | Vinay Sajip | 2012-10-31 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | Pitrou for the suggestion. | ||||
* | | | | point errors related to nonlocals and globals to the statement declaring ↵ | Benjamin Peterson | 2012-11-01 | 3 | -8/+53 |
|/ / / | | | | | | | | | | them (closes #10189) | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | | | The real bug (issue #15478) has been fixed correctly. | ||||
| * | | | | Issue #15478: Use source filename in OSError, not destination filename | Victor Stinner | 2012-10-31 | 2 | -47/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And other fixes for Windows: * rename, replace and link require arguments of the same type on Windows * readlink only supports unicode filenames on Windows * os.open() specifies the filename on OSError | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | implementation | ||||
| * | | | | Merge issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | Patch by Yury Selivanov. | ||||
| | * | | | Merge issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | Patch by Yury Selivanov. | ||||
| | | * | | Issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Patch by Yury Selivanov. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | #16345) | ||||
* | | | | Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 ↵ | Mark Dickinson | 2012-10-31 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | compatibility) in decimal module. | ||||
* | | | | merge heads | Benjamin Peterson | 2012-10-31 | 9 | -53/+54 |
|\ \ \ \ |