- 21 Apr, 2010 1 commit
-
-
R. David Murray authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80296 | r.david.murray | 2010-04-20 21:51:57 -0400 (Tue, 20 Apr 2010) | 14 lines Merged revisions 80144 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80144 | r.david.murray | 2010-04-17 01:26:26 -0400 (Sat, 17 Apr 2010) | 8 lines Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. Two itimer tests and an interprocess signal test fail on FreeBSD 6 if any test that starts a thread runs before test_signal. Since FreeBSD7 does not show this behavior, the bug is most likely a platform bug, so this patch just skips the failing tests on freebsd6. ........ ................
-
- 20 Apr, 2010 16 commits
-
-
Mark Dickinson authored
........ r80293 | mark.dickinson | 2010-04-21 00:24:25 +0100 (Wed, 21 Apr 2010) | 1 line Rework delta_divmod to avoid use of PyTuple_SetItem. ........
-
Mark Dickinson authored
........ r80290 | mark.dickinson | 2010-04-20 23:32:49 +0100 (Tue, 20 Apr 2010) | 12 lines Issue #2706: Add support for dividing a timedelta by another timedelta. Adds support for the three division operations: - timedelta / timedelta -> float - timedelta // timedelta -> int - timedelta % timedelta -> timedelta also adds support for divmod(timedelta, timedelta). Patch by Alexander Belopolsky. ........ r80291 | mark.dickinson | 2010-04-20 23:39:53 +0100 (Tue, 20 Apr 2010) | 1 line Fix memory leak. ........
-
Tarek Ziadé authored
................ r80286 | tarek.ziade | 2010-04-20 23:40:47 +0200 (Tue, 20 Apr 2010) | 9 lines Merged revisions 80282 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80282 | tarek.ziade | 2010-04-20 23:09:06 +0200 (Tue, 20 Apr 2010) | 1 line removed ztar support in shutil.make_archive ........ ................
-
Ronald Oussoren authored
the recent changes to CFLAGS and BASECFLAGS.
-
Tarek Ziadé authored
........ r80263 | tarek.ziade | 2010-04-20 16:31:49 +0200 (Tue, 20 Apr 2010) | 1 line fixed typo -- thanks Nick ........
-
Ezio Melotti authored
........ r80261 | ezio.melotti | 2010-04-20 14:26:51 +0300 (Tue, 20 Apr 2010) | 1 line Add missing arg, fix indentation and spelling. ........
-
Ezio Melotti authored
........ r80259 | ezio.melotti | 2010-04-20 13:57:44 +0300 (Tue, 20 Apr 2010) | 1 line Fix two versionchanged. ........
-
Senthil Kumaran authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80256 | senthil.kumaran | 2010-04-20 16:05:49 +0530 (Tue, 20 Apr 2010) | 9 lines Merged revisions 80236 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80236 | senthil.kumaran | 2010-04-20 12:24:59 +0530 (Tue, 20 Apr 2010) | 3 lines Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. ........ ................
-
Ezio Melotti authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80207 | sean.reifschneider | 2010-04-19 09:06:12 +0300 (Mon, 19 Apr 2010) | 2 lines I'll maintain syslog. I've made most of the "recent" changes to it anyway. ........
-
Ezio Melotti authored
........ r80251 | ezio.melotti | 2010-04-20 12:41:59 +0300 (Tue, 20 Apr 2010) | 1 line Update the python version in the interpreter tutorial. ........
-
Ezio Melotti authored
-
Ezio Melotti authored
........ r80248 | ezio.melotti | 2010-04-20 12:32:54 +0300 (Tue, 20 Apr 2010) | 1 line Fix versionadded in unittest.rst. ........
-
Tarek Ziadé authored
........ r80246 | tarek.ziade | 2010-04-20 11:13:23 +0200 (Tue, 20 Apr 2010) | 1 line added a note on shutil.copytree improvements ........
-
Tarek Ziadé authored
........ r80244 | tarek.ziade | 2010-04-20 10:57:33 +0200 (Tue, 20 Apr 2010) | 1 line Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree ........
-
Stefan Krah authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80240 | stefan.krah | 2010-04-20 10:13:03 +0200 (Tue, 20 Apr 2010) | 15 lines Merged revisions 80238 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80238 | stefan.krah | 2010-04-20 09:59:10 +0200 (Tue, 20 Apr 2010) | 9 lines 1) The timeout in the itimer tests was too low for slow or heavily loaded machines. 2) Even with the increased timeout, the OS does not guarantee that a process will get a certain amount of virtual time in 60s, so the failure is changed to a diagnostic. ........ ................
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80233 | ronald.oussoren | 2010-04-20 08:36:47 +0200 (Tue, 20 Apr 2010) | 10 lines Merged revisions 80232 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80232 | ronald.oussoren | 2010-04-20 07:50:44 +0200 (Tue, 20 Apr 2010) | 3 lines Explicitly set system default for $PATH to ensure we have a clean build environment (OSX installer) ........ ................
-
- 19 Apr, 2010 4 commits
-
-
Tarek Ziadé authored
........ r80230 | tarek.ziade | 2010-04-20 00:30:51 +0200 (Tue, 20 Apr 2010) | 1 line Fixed #1540112: now shutil.copytree will let you provide your own copy() function ........
-
Giampaolo Rodolà authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80228 | giampaolo.rodola | 2010-04-20 00:05:54 +0200 (mar, 20 apr 2010) | 9 lines Merged revisions 80226 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80226 | giampaolo.rodola | 2010-04-19 23:46:28 +0200 (lun, 19 apr 2010) | 1 line Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands ........ ................
-
Tarek Ziadé authored
................ r80224 | tarek.ziade | 2010-04-19 23:31:42 +0200 (Mon, 19 Apr 2010) | 9 lines Merged revisions 80221 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80221 | tarek.ziade | 2010-04-19 23:28:21 +0200 (Mon, 19 Apr 2010) | 1 line Fixed #8463: added missing reference to bztar in shutil's documentation. ........ ................
-
Tarek Ziadé authored
................ r80219 | tarek.ziade | 2010-04-19 23:19:57 +0200 (Mon, 19 Apr 2010) | 9 lines Merged revisions 80218 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80218 | tarek.ziade | 2010-04-19 23:13:03 +0200 (Mon, 19 Apr 2010) | 1 line few pep8 fixes ........ ................
-
- 18 Apr, 2010 12 commits
-
-
Raymond Hettinger authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80198 | ronald.oussoren | 2010-04-18 22:46:11 +0200 (Sun, 18 Apr 2010) | 4 lines For for issue #7154: Port the code that uses the SystemConfiguration framework to detect the proxy settings on OSX from the trunk to python 3.2 ........
-
Raymond Hettinger authored
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80191 | ronald.oussoren | 2010-04-18 21:07:43 +0200 (Sun, 18 Apr 2010) | 13 lines Merged revisions 80187 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80187 | ronald.oussoren | 2010-04-18 19:59:37 +0200 (Sun, 18 Apr 2010) | 6 lines Add the OSX universal binary related options to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484. ........ ................
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80185 | ronald.oussoren | 2010-04-18 17:24:17 +0200 (Sun, 18 Apr 2010) | 12 lines Merged revisions 80179 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80179 | ronald.oussoren | 2010-04-18 16:01:05 +0200 (Sun, 18 Apr 2010) | 5 lines Add check to build-installer.py to ensure that the right version of Tcl/Tk is available (on OSX) Fixes issue #5651 ........ ................
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80182 | ronald.oussoren | 2010-04-18 17:02:38 +0200 (Sun, 18 Apr 2010) | 9 lines Merged revisions 80178 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80178 | ronald.oussoren | 2010-04-18 15:47:49 +0200 (Sun, 18 Apr 2010) | 2 lines Fix for issue #7072 ........ ................
-
Giampaolo Rodolà authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80176 | giampaolo.rodola | 2010-04-18 15:36:35 +0200 (dom, 18 apr 2010) | 9 lines Merged revisions 80172 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80172 | giampaolo.rodola | 2010-04-18 14:55:03 +0200 (dom, 18 apr 2010) | 1 line Fix Issue #3817: 225 is now considered a valid response code for ABOR ........ ................
-
Giampaolo Rodolà authored
-
Victor Stinner authored
........ r80163 | victor.stinner | 2010-04-18 10:23:42 +0200 (dim., 18 avril 2010) | 4 lines Issue #8422, test_genericpath: skip the creation of a directory with an invalid UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8 string). ........
-
Victor Stinner authored
........ r80161 | victor.stinner | 2010-04-18 09:59:53 +0200 (dim., 18 avril 2010) | 4 lines Issue #8340, test_abs_path() of test_site: encode paths to ASCII with backslashreplace to avoid locale issues, don't write stderr to a pipe to ease debug, separate directories by newlines instead of a space. ........
-
Victor Stinner authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80159 | victor.stinner | 2010-04-18 02:00:44 +0200 (dim., 18 avril 2010) | 3 lines Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with surrogates. ........
-
- 17 Apr, 2010 1 commit
-
-
Senthil Kumaran authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80148 | senthil.kumaran | 2010-04-17 20:14:14 +0530 (Sat, 17 Apr 2010) | 9 lines Merged revisions 80146 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80146 | senthil.kumaran | 2010-04-17 20:00:53 +0530 (Sat, 17 Apr 2010) | 3 lines Fix Issue5650 - Update the RFC List in the urlparse module. ........ ................
-
- 16 Apr, 2010 6 commits
-
-
Victor Stinner authored
........ r80135 | victor.stinner | 2010-04-17 01:49:32 +0200 (sam., 17 avril 2010) | 5 lines Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for the current working directory. Remove also a trailing space, and replace tabulation indentation by spaces. ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r79957 | benjamin.peterson | 2010-04-11 11:13:23 -0500 (Sun, 11 Apr 2010) | 1 line add 3.1.2 ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80125 | benjamin.peterson | 2010-04-16 17:35:32 -0500 (Fri, 16 Apr 2010) | 13 lines Merged revisions 80123-80124 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80123 | benjamin.peterson | 2010-04-16 17:24:16 -0500 (Fri, 16 Apr 2010) | 1 line bytearray -> type2test ........ r80124 | benjamin.peterson | 2010-04-16 17:25:57 -0500 (Fri, 16 Apr 2010) | 1 line fix typo ........ ................ r80128 | benjamin.peterson | 2010-04-16 17:51:37 -0500 (Fri, 16 Apr 2010) | 9 lines Merged revisions 80126 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80126 | benjamin.peterson | 2010-04-16 17:35:38 -0500 (Fri, 16 Apr 2010) | 1 line have a clear error when passing something > sys.maxsize to bytearray ........ ................ r80130 | benjamin.peterson | 2010-04-16 18:00:53 -0500 (Fri, 16 Apr 2010) | 9 lines Merged revisions 80129 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80129 | benjamin.peterson | 2010-04-16 17:52:44 -0500 (Fri, 16 Apr 2010) | 1 line tiny simplification ........ ................
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80108 | victor.stinner | 2010-04-16 13:23:43 +0100 (Fri, 16 Apr 2010) | 4 lines Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(), and disable test_execvpe_with_bad_program() of test_os if the libc uses linuxthreads to avoid the "unknown signal 32" bug (see issue #4970). ........ r80111 | mark.dickinson | 2010-04-16 13:47:52 +0100 (Fri, 16 Apr 2010) | 1 line Keep confstr entries in alphabetical order. ........ r80114 | mark.dickinson | 2010-04-16 14:45:35 +0100 (Fri, 16 Apr 2010) | 1 line Issue #4970: move linuxthreads check outside the affected test, and use skipIf ........ r80115 | mark.dickinson | 2010-04-16 14:51:27 +0100 (Fri, 16 Apr 2010) | 1 line Don't assume that os.confstr_names exists. ........
-
Victor Stinner authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80112 | victor.stinner | 2010-04-16 15:28:05 +0200 (ven., 16 avril 2010) | 3 lines Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII using backslashreplace error handler. ........
-
Victor Stinner authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80116 | victor.stinner | 2010-04-16 17:10:27 +0200 (ven., 16 avril 2010) | 2 lines Issue #7605: Fix test_cmd_line if the current working directory is not ASCII ........
-