Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | null merge | doko@ubuntu.com | 2012-06-30 | 3 | -0/+19 | |
|\ \ | ||||||
| * | | Issue #15229: An OSError subclass whose __init__ doesn't call back | Antoine Pitrou | 2012-06-30 | 3 | -0/+19 | |
| | | | | | | | | | | | | | | | OSError.__init__ could produce incomplete instances, leading to crashes when calling str() on them. | |||||
* | | | - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file. | doko@ubuntu.com | 2012-06-30 | 3 | -167/+1341 | |
| | | | | | | | | | | | | Regenerate aclocalm4 and configure. | |||||
* | | | - Issue #14330: Don't derive the include and library search dirs | doko@ubuntu.com | 2012-06-30 | 3 | -157/+160 | |
|/ / | | | | | | | from GCC for native builds | |||||
* | | - fix the OS X build failure, only try to remove the temporary file if it exists | doko@ubuntu.com | 2012-06-30 | 1 | -2/+3 | |
| | | ||||||
* | | Merge | Antoine Pitrou | 2012-06-30 | 15 | -9745/+1855 | |
|\ \ | ||||||
| * \ | null merge | doko@ubuntu.com | 2012-06-30 | 1 | -4/+4 | |
| |\ \ | ||||||
| | * | | After 79d2eb29c755 it is no longer necessary to zero the output array: | Stefan Krah | 2012-06-30 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | None of the _mpd_shortadd() or _mpd_shortmul() functions read uninitialized values. Previously zeroing was required since _mpd_real_size() was called on the output array. | |||||
| * | | | - Regenerate the libffi configure file | doko@ubuntu.com | 2012-06-30 | 2 | -9479/+1023 | |
| | | | | ||||||
| * | | | - Issue #14330: For cross builds, don't use host python, use host search paths | doko@ubuntu.com | 2012-06-30 | 4 | -4/+11 | |
| |/ / | | | | | | | | | | | | | | | | for host compiler. Add NEWS entry, rename _PROJECT_BASE to _PYTHON_PROJECT_BASE. | |||||
| * | | - Issue #14330: For cross builds, don't use host python, use host search paths | doko@ubuntu.com | 2012-06-30 | 6 | -27/+200 | |
| | | | | | | | | | | | | for host compiler. | |||||
| * | | - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, | doko@ubuntu.com | 2012-06-30 | 3 | -33/+77 | |
| | | | | | | | | | | | | require values set in CONFIG_SITE. | |||||
| * | | Null merge. | Stefan Krah | 2012-06-30 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Issue #15171: Quote the variable that expands to the current directory. | Stefan Krah | 2012-06-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | previous patch needs patch from issue #14330 | Matthias Klose | 2012-06-30 | 1 | -0/+2 | |
| | | | | | | | | | | | | set cross_compiling = False for now. | |||||
| * | | - merge branches | Matthias Klose | 2012-06-30 | 7 | -199/+428 | |
| |\ \ | ||||||
| | * | | Whitespace. | Stefan Krah | 2012-06-30 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Proactive reliability fix for broken FPUs: The base conversion functions | Stefan Krah | 2012-06-30 | 5 | -198/+409 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use log10() to calculate the size of the output array. The current code has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc) and produces sufficiently large values for all inputs tested so far (coefficient sizes of 10**18 - 1 are hard to test exhaustively). The new code does not rely on the correctness of log10() and resizes the output arrays if the allocated space is insufficient. | |||||
| * | | | - Issue #3754: Use readelf instead of ldd for the cross build readline check | doko@ubuntu.com | 2012-06-30 | 4 | -6/+135 | |
| | | | | ||||||
* | | | | Try to fix compilation failure under OS X | Antoine Pitrou | 2012-06-30 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge | Antoine Pitrou | 2012-06-30 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | - check for libtinfo as a termcap library | doko@ubuntu.com | 2012-06-30 | 2 | -2/+2 | |
| | | | ||||||
* | | | Issue #9239: add tests for modifying zipfile comments in append mode. | Antoine Pitrou | 2012-06-30 | 1 | -0/+18 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Issue #9239: add tests for modifying zipfile comments in append mode. | Antoine Pitrou | 2012-06-30 | 1 | -0/+18 | |
| | | ||||||
| * | Merged | Tim Golden | 2012-06-29 | 1 | -22/+15 | |
| |\ | ||||||
* | | | Issue #15225: improve error message when hmac is passed a wrong key type. | Antoine Pitrou | 2012-06-30 | 3 | -1/+14 | |
| | | | | | | | | | | | | Patch by Marc Abramowitz. | |||||
* | | | - Issue #3754: Some unrelated configure.ac cleanups. | doko@ubuntu.com | 2012-06-30 | 2 | -7/+16 | |
| | | | ||||||
* | | | - Issue #14324: use a linker test to check for profiling support | doko@ubuntu.com | 2012-06-30 | 2 | -39/+38 | |
| | | | ||||||
* | | | - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of | doko@ubuntu.com | 2012-06-30 | 2 | -168/+440 | |
| | | | | | | | | | | | | AC_PATH_PROG and AC_CHECK_PROGS for the target tools. | |||||
* | | | - Issue #3754, refactor sys.platform / get_platform bits, use a | doko@ubuntu.com | 2012-06-30 | 1 | -64/+59 | |
| | | | | | | | | | | | | global host_platform instead. | |||||
* | | | Update GzipFile docstring to mention gzip.open()'s new text-mode support. | Nadeem Vawda | 2012-06-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged | Tim Golden | 2012-06-29 | 1 | -23/+22 | |
|\ \ \ | ||||||
| * \ \ | Dummy merge from 3.2 | Tim Golden | 2012-06-29 | 0 | -0/+0 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Issue #1677: Handle better a race condition between the interactive ↵ | Tim Golden | 2012-06-29 | 1 | -22/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | interpreter and the Ctrl-C signal handler on Windows | |||||
| * | | | Issue #1677: Handle better a race condition between the interactive ↵ | Tim Golden | 2012-06-29 | 1 | -23/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | interpreter and the Ctrl-C signal handler on Windows | |||||
* | | | | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | Better diagnose test failure | Antoine Pitrou | 2012-06-29 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | Better diagnose test failure | Antoine Pitrou | 2012-06-29 | 1 | -2/+2 | |
| |/ | ||||||
* | | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 3 | -0/+23 | |
|\ \ | |/ | ||||||
| * | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 3 | -0/+23 | |
| | | ||||||
* | | #9559: Don't call _pre_mailbox_hook more than once | Petri Lehtinen | 2012-06-29 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | #9559: Don't call _pre_mailbox_hook more than once | Petri Lehtinen | 2012-06-29 | 1 | -2/+5 | |
| | | ||||||
* | | Check for all used fd-based functions in shutil.rmdir, closes #15218 | Hynek Schlawack | 2012-06-29 | 2 | -3/+9 | |
| | | ||||||
* | | urlparse docs clean up - no reference to earlier draft | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | urlparse docs clean up - no reference to earlier draft | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 | |
| | | ||||||
* | | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 5 | -12/+14 | |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | |||||
| * | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 5 | -12/+14 | |
| | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | Port tests from Issue #15219, and verify we don't have a reference leak. | Amaury Forgeot d'Arc | 2012-06-28 | 1 | -6/+2 | |
| | | ||||||
* | | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 3 | -1/+5 | |
|\ \ | |/ | | | | | Patch by Jakub Wilk. |