summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16230: Fix a crash in select.select() when one the lists changes size ↵Antoine Pitrou2012-11-013-4/+15
|\ | | | | | | | | | | while iterated on. Patch by Serhiy Storchaka.
| * Issue #16230: Fix a crash in select.select() when one the lists changes size ↵Antoine Pitrou2012-11-013-4/+15
| |\ | | | | | | | | | | | | | | | while iterated on. Patch by Serhiy Storchaka.
| | * Issue #16230: Fix a crash in select.select() when one the lists changes size ↵Antoine Pitrou2012-11-013-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 Pitrou2012-11-013-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 Pitrou2012-11-013-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 Pitrou2012-11-013-7/+14
| | | | | | | | | | | | | | | | | | it is being encoded. Patch by Serhiy Storchaka.
* | | Merge issue #16218: Support non ascii characters in python launcher.Andrew Svetlov2012-11-012-2/+16
|\ \ \ | |/ / | | | | | | Patch by Serhiy Storchaka.
| * | Issue #16218: Support non ascii characters in python launcher.Andrew Svetlov2012-11-012-2/+16
| | | | | | | | | | | | Patch by Serhiy Storchaka.
* | | Merge: change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
|\ \ \ | |/ /
| * | Merge: change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
| |\ \ | | |/
| | * Change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
| | |
* | | Merge issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-012-2/+35
|\ \ \ | |/ / | | | | | | Patch by Serhiy Storchaka.
| * | Merge issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-012-2/+35
| |\ \ | | |/ | | | | | | Patch by Serhiy Storchaka.
| | * Issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-012-2/+35
| | |
* | | merge headsBenjamin Peterson2012-11-011-6/+17
|\ \ \
| * | | Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine ↵Vinay Sajip2012-10-311-6/+17
| | | | | | | | | | | | | | | | Pitrou for the suggestion.
* | | | point errors related to nonlocals and globals to the statement declaring ↵Benjamin Peterson2012-11-013-8/+53
|/ / / | | | | | | | | | them (closes #10189)
* | | merge 3.3Benjamin Peterson2012-10-310-0/+0
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2012-10-313-111/+149
| |\ \
* | \ \ merge headsBenjamin Peterson2012-10-317-229/+227
|\ \ \ \
| * | | | Issue #15441, #15478: Reenable test_nonascii_abspath() on WindowsVictor Stinner2012-10-311-8/+4
| | | | | | | | | | | | | | | | | | | | The real bug (issue #15478) has been fixed correctly.
| * | | | Issue #15478: Use source filename in OSError, not destination filenameVictor Stinner2012-10-312-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 WindowsVictor Stinner2012-10-312-5/+8
| | | | |
| * | | | Issue #15478: Use path_error() in more posix functions, especially in WindowsVictor Stinner2012-10-311-69/+24
| | | | | | | | | | | | | | | | | | | | implementation
| * | | | Merge issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | Patch by Yury Selivanov.
| | * | | Merge issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| | |\ \ \ | | | | |/ | | | |/| | | | | | Patch by Yury Selivanov.
| | | * | Issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | Patch by Yury Selivanov.
| * | | | null mergeAndrew Svetlov2012-10-310-0/+0
| |\ \ \ \ | | |/ / /
| | * | | null mergeAndrew Svetlov2012-10-310-0/+0
| | |\ \ \ | | | |/ /
| | | * | merge headsAndrew Svetlov2012-10-311-104/+133
| | | |\ \
| * | | \ \ Issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
| | | | | |
| * | | | | Issue #16348: merge fix from 3.3.Mark Dickinson2012-10-311-6/+15
| |\ \ \ \ \ | | |/ / / /
| | * | | | Issue #16348: merge fix from 3.2.Mark Dickinson2012-10-311-6/+15
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Issue #16348: Fix incorrect documentation for Decimal.remainder_near.Mark Dickinson2012-10-311-6/+15
| | | | | |
* | | | | | merge 3.3Benjamin Peterson2012-10-311-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | check return value of _PyUnicode_AsStringBenjamin Peterson2012-10-311-2/+6
| |/ / /
* | | | merge 3.3Benjamin Peterson2012-10-311-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.2Benjamin Peterson2012-10-311-1/+1
| |\ \ \ | | |/ /
| | * | avoid a function call with redundant checks for dict sizeBenjamin Peterson2012-10-311-1/+1
| | | |
* | | | merge 3.3Benjamin Peterson2012-10-311-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.2Benjamin Peterson2012-10-311-1/+1
| |\ \ \ | | |/ /
| | * | fix spellingBenjamin Peterson2012-10-311-1/+1
| | | |
* | | | merge 3.3 (#16345)Benjamin Peterson2012-10-313-29/+41
|\ \ \ \ | |/ / /
| * | | merge 3.2 (#16345)Benjamin Peterson2012-10-313-29/+41
| |\ \ \ | | |/ /
| | * | merge headsBenjamin Peterson2012-10-316-21/+18
| | |\ \ | | | |/
| | * | only fast-path fromkeys() when the constructor returns a empty dict (closes ↵Benjamin Peterson2012-10-313-33/+45
| | | | | | | | | | | | | | | | #16345)
* | | | Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 ↵Mark Dickinson2012-10-311-3/+1
| | | | | | | | | | | | | | | | compatibility) in decimal module.
* | | | merge headsBenjamin Peterson2012-10-319-53/+54
|\ \ \ \