Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13590: OS X Xcode 4 - improve support for universal extension modules | Ned Deily | 2013-01-31 | 9 | -384/+859 |
| | | | | | | | | | | | | | | | | In particular, fix extension module build failures when trying to use 32-bit-only installer Pythons on systems with Xcode 4 (currently OS X 10.8, 10.7, and optionally 10.6). * Backport 3.3.0 fixes to 2.7 branch (for release in 2.7.4) * Since Xcode 4 removes ppc support, extension module builds now check for ppc compiler support and by default remove ppc and ppc64 archs when they are not available. * Extension module builds now revert to using system installed headers and libs (/usr and /System/Library) if the SDK used to build the interpreter is not installed or has moved. * Try to avoid building extension modules with deprecated and problematic Apple llvm-gcc compiler. If original compiler is not available, use clang instead by default. | ||||
* | Issue 15505. unittest.installHandler and non callable signal handlers | Michael Foord | 2013-01-29 | 3 | -1/+50 |
| | |||||
* | Added clarification to logging HOWTO. | Vinay Sajip | 2013-01-29 | 1 | -6/+5 |
| | |||||
* | Move NEWS entity from library to core section. | Serhiy Storchaka | 2013-01-29 | 1 | -2/+2 |
| | |||||
* | Add tests for raw-unicode-escape codec. | Serhiy Storchaka | 2013-01-29 | 1 | -0/+51 |
| | |||||
* | Clean up escape-decode decoder tests. | Serhiy Storchaka | 2013-01-29 | 1 | -36/+40 |
| | |||||
* | Merge heads | Serhiy Storchaka | 2013-01-29 | 7 | -277/+408 |
|\ | |||||
| * | Issue #14018: Backport OS X installer updates from 3.3. | Ned Deily | 2013-01-29 | 7 | -277/+408 |
| | | |||||
* | | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. | Serhiy Storchaka | 2013-01-29 | 4 | -53/+116 |
|/ | |||||
* | fix long fixer docs (#4590) | Benjamin Peterson | 2013-01-28 | 1 | -2/+1 |
| | |||||
* | Add Robert Xiao to Misc/ACKS for issue17051. | Serhiy Storchaka | 2013-01-28 | 1 | -0/+1 |
| | |||||
* | Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by ↵ | Serhiy Storchaka | 2013-01-28 | 2 | -0/+4 |
| | | | | Robert Xiao. | ||||
* | Fix skip conditions in some docstings tests. | Serhiy Storchaka | 2013-01-28 | 2 | -3/+3 |
| | |||||
* | Remove trailing whitespaces in cStringIO.h. | Serhiy Storchaka | 2013-01-28 | 1 | -2/+2 |
| | |||||
* | - Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 6 | -16/+44 |
| | | | | --without-doc-strings option. | ||||
* | Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix | Stefan Krah | 2013-01-27 | 2 | -6/+6 |
| | | | | a ctypes build failure with clang. | ||||
* | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. | Nadeem Vawda | 2013-01-27 | 2 | -1/+4 |
| | |||||
* | Issue #14018: fix merge error | Ned Deily | 2013-01-27 | 1 | -1/+0 |
| | |||||
* | fix typo; thanks to Dmitry Northerner from docs@ | Sandro Tosi | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Adapt test for build --without-doc-strings. | Stefan Krah | 2013-01-26 | 2 | -0/+6 |
| | |||||
* | Issue #10156: In the interpreter's initialization phase, unicode globals | Serhiy Storchaka | 2013-01-26 | 2 | -41/+41 |
| | | | | are now initialized dynamically as needed. | ||||
* | Optimize the test for issue #13454. | Serhiy Storchaka | 2013-01-26 | 1 | -4/+2 |
| | | | | Now it requires almost 4x less memory and is almost 2x faster. | ||||
* | Issue #16975: Fix error handling bug in the escape-decode decoder. | Serhiy Storchaka | 2013-01-25 | 3 | -0/+50 |
| | |||||
* | Issue #1602133: 'environ' is not really available with shared libraries on OSX | Ronald Oussoren | 2013-01-25 | 2 | -3/+7 |
| | | | | | | | There already was a workaround for this for framework builds on OSX, this changeset enables the same workaround for shared libraries. Closes #1602133 | ||||
* | - Issue #3754: fix typo in pthread AC_CACHE_VAL. | doko@python.org | 2013-01-25 | 3 | -2/+4 |
| | |||||
* | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | 3 | -70/+81 |
| | | | | interface and support all mandatory methods and properties. | ||||
* | - Issue #17029: Let h2py search the multiarch system include directory. | doko@python.org | 2013-01-25 | 5 | -0/+19 |
| | |||||
* | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() | Serhiy Storchaka | 2013-01-25 | 3 | -1/+31 |
| | | | | if all other iterators were very advanced before. | ||||
* | Don't run the test for issue #16335 when -M is not specified. | Serhiy Storchaka | 2013-01-25 | 1 | -1/+5 |
| | | | | Increase memory limit in this test. | ||||
* | Issue #9708: clarify doc of iterparse - cElementTree doesn't support the ↵ | Eli Bendersky | 2013-01-24 | 1 | -2/+3 |
| | | | | parser argument | ||||
* | Corrected typo, added comment in cookbook recipe. | Vinay Sajip | 2013-01-23 | 1 | -2/+9 |
| | |||||
* | #11379: rephrase minidom documentation to use the term "minimal" instead of ↵ | Ezio Melotti | 2013-01-22 | 2 | -16/+11 |
| | | | | "lightweight". Patch by Éric Araujo. | ||||
* | Added cookbook recipe for structured logging. | Vinay Sajip | 2013-01-22 | 1 | -0/+75 |
| | |||||
* | Issue #1159051: GzipFile now raises EOFError when reading a corrupted file | Serhiy Storchaka | 2013-01-22 | 4 | -36/+71 |
| | | | | | with truncated header or footer. Added tests for reading truncated gzip and bzip2 files. | ||||
* | Updated logging HOWTO with a diagram. | Vinay Sajip | 2013-01-22 | 2 | -0/+10 |
| | |||||
* | Issue #17007: Made minor changes to documentation wording. | Vinay Sajip | 2013-01-21 | 1 | -8/+8 |
| | |||||
* | Issue #17007: Improved logging documentation based on suggestions in the issue. | Vinay Sajip | 2013-01-21 | 1 | -12/+30 |
| | |||||
* | Add bigmemtest decorator to test of issue #16335. | Serhiy Storchaka | 2013-01-21 | 1 | -11/+13 |
| | |||||
* | Fix memory error in test_ucn. | Serhiy Storchaka | 2013-01-21 | 1 | -5/+6 |
| | | | | | unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335. | ||||
* | fix for f4d30d1a529e | Christian Heimes | 2013-01-21 | 1 | -1/+1 |
| | | | | Python 2.7 has only assertRaisesRegexp, not assertRaisesRegex | ||||
* | Issue #16335: Fix integer overflow in unicode-escape decoder. | Serhiy Storchaka | 2013-01-21 | 2 | -1/+18 |
| | |||||
* | Backport 6df456f8fc6d. | Stefan Krah | 2013-01-20 | 1 | -19/+0 |
| | |||||
* | Issue #15989: Fix possible integer overflow in str formatting as in unicode ↵ | Serhiy Storchaka | 2013-01-19 | 1 | -2/+6 |
| | | | | formatting. | ||||
* | remove unnecessary clearing of list | Benjamin Peterson | 2013-01-19 | 1 | -7/+0 |
| | |||||
* | Ensure that width and precision in string formatting test have type int, not ↵ | Serhiy Storchaka | 2013-01-19 | 1 | -12/+12 |
| | | | | | | long. Fix a regression from changeset d544873d62e9 (issue #15989). | ||||
* | Fix a few typos in Misc/NEWS. | Ezio Melotti | 2013-01-19 | 1 | -8/+8 |
| | |||||
* | Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. | Charles-François Natali | 2013-01-19 | 3 | -2/+6 |
| | | | | Patch by Jeffrey Armstrong. | ||||
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 17 | -22/+143 |
| | | | | | | | when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. | ||||
* | Improve tooltips by listing the most common argument pattern first. | Raymond Hettinger | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Ignore Mac's Data Services Store | Raymond Hettinger | 2013-01-19 | 1 | -0/+1 |
| |