summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge 3.3.Stefan Krah2013-01-172-6/+8
|\ \ \ | |/ /
| * | Issue #16987: Fix definition of SHLIB_EXT.Stefan Krah2013-01-172-6/+8
| | |
* | | Issue #16982: Fix --without-threads build failure.Stefan Krah2013-01-171-3/+9
| | |
* | | Fix docstring typo in concurrent.futures.FutureEli Bendersky2013-01-171-1/+1
| | |
* | | Merge 3.3.Stefan Krah2013-01-171-3/+6
|\ \ \ | |/ /
| * | Issue #14110: Fix test failures on FreeBSD if the user is in the wheel group.Stefan Krah2013-01-171-3/+6
| | |
* | | Merge 3.3.Stefan Krah2013-01-171-2/+6
|\ \ \ | |/ /
| * | Fix build with 3.x gcc versions.Stefan Krah2013-01-171-2/+6
| | |
* | | Merge 3.3.Stefan Krah2013-01-162-6/+6
|\ \ \ | |/ /
| * | Issue #11729: Backport commit bff052d9 from libffi upstream in order to fixStefan Krah2013-01-162-6/+6
| | | | | | | | | | | | a ctypes build failure with clang.
* | | merge with 3.3Frank Wierzbicki2013-01-161-4/+1
|\ \ \ | |/ /
| * | Use unittest.main() in 3.3 and greaterFrank Wierzbicki2013-01-161-4/+1
| | |
* | | #16886: merge with 3.3Frank Wierzbicki2013-01-161-40/+77
|\ \ \ | |/ /
| * | #16886: merge with 3.2Frank Wierzbicki2013-01-161-40/+77
| |\ \ | | |/
| | * Closed #16886: test_dictcomps no longer depends on dict orderFrank Wierzbicki2013-01-161-40/+77
| | |
* | | Merge 3.3.Stefan Krah2013-01-1611-23/+23
|\ \ \ | |/ /
| * | Remove trailing whitespace.Stefan Krah2013-01-1611-23/+23
| | |
* | | Merge 3.3.Stefan Krah2013-01-161-0/+5
|\ \ \ | |/ /
| * | Increase warning level for _decimal.so and libmpdec build when using gcc.Stefan Krah2013-01-161-0/+5
| | |
* | | Merge 3.3.Stefan Krah2013-01-161-2/+2
|\ \ \ | |/ /
| * | Change NEWS entry to make it somewhat intelligible.Stefan Krah2013-01-161-2/+2
| | |
* | | Merge 3.3.Stefan Krah2013-01-164-152/+126
|\ \ \ | |/ /
| * | Issue #16422: Use strings for rounding mode constants for better readabilityStefan Krah2013-01-164-152/+126
| | | | | | | | | | | | and pickling compatibility.
* | | merge 3.3 (#7340)Benjamin Peterson2013-01-151-15/+0
|\ \ \ | |/ /
| * | remove warning about tb circular reference (closes #7340)Benjamin Peterson2013-01-151-15/+0
| | |
* | | thinkoPhilip Jenvey2013-01-151-1/+1
| | |
* | | Issue #9501: Merged fix from 3.3.Vinay Sajip2013-01-151-1/+2
|\ \ \ | |/ /
| * | Issue #9501: Merged fix from 3.2.Vinay Sajip2013-01-151-1/+2
| |\ \ | | |/
| | * Issue #9501: Improved shutdown handling to deal with module attributes ↵Vinay Sajip2013-01-151-1/+2
| | | | | | | | | | | | correctly.
* | | Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-155-81/+123
|\ \ \ | |/ / | | | | | | strings with whitespaces, backslashes or unbalanced braces.
| * | Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-155-81/+123
| |\ \ | | |/ | | | | | | strings with whitespaces, backslashes or unbalanced braces.
| | * Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-155-81/+123
| | | | | | | | | | | | strings with whitespaces, backslashes or unbalanced braces.
* | | Null mergeSerhiy Storchaka2013-01-150-0/+0
|\ \ \ | |/ /
| * | Null mergeSerhiy Storchaka2013-01-150-0/+0
| |\ \ | | |/
| | * Merge headsSerhiy Storchaka2013-01-151-23/+0
| | |\
| * | \ Merge headsSerhiy Storchaka2013-01-150-0/+0
| |\ \ \
* | \ \ \ Merge headsSerhiy Storchaka2013-01-150-0/+0
|\ \ \ \ \
| * \ \ \ \ MergeRichard Oudkerk2013-01-150-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | MergeRichard Oudkerk2013-01-150-0/+0
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Issue #10527: Remove dead codeRichard Oudkerk2013-01-151-23/+0
| | | | | |
* | | | | | Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"Serhiy Storchaka2013-01-153-19/+82
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | in any mapping, not only in an unicode string.
| * | | | Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"Serhiy Storchaka2013-01-153-19/+71
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| in any mapping, not only in an unicode string.
| | * | Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"Serhiy Storchaka2013-01-153-21/+74
| | |/ | | | | | | | | | in any mapping, not only in an unicode string.
* | | Check for NULL before the pointer aligning in fastsearch_memchr_1char.Serhiy Storchaka2013-01-151-15/+10
|\ \ \ | |/ / | | | | | | There is no guarantee that NULL is aligned.
| * | Check for NULL before the pointer aligning in fastsearch_memchr_1char.Serhiy Storchaka2013-01-151-15/+10
| | | | | | | | | | | | There is no guarantee that NULL is aligned.
* | | Fix test_socket broken in previous commit (changeset 13e2e44db99d).Serhiy Storchaka2013-01-151-5/+7
| | | | | | | | | | | | Added new checks for socket.setblocking().
* | | MergeRichard Oudkerk2013-01-150-0/+0
|\ \ \ | |/ /
| * | Dummy mergeRichard Oudkerk2013-01-151-0/+2
| |\ \ | | |/
| | * Issue #10527: Use poll() instead of select() for multiprocessing pipesRichard Oudkerk2013-01-152-0/+35
| | |
* | | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-1419-24/+148
| | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks.