- 17 Oct, 2008 3 commits
-
-
Barry Warsaw authored
Also, his patch to runtests.sh to pass the -bb option (issue 4125).
-
Barry Warsaw authored
-
Barry Warsaw authored
OpenBSD 4.4.
-
- 16 Oct, 2008 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
........ r66386 | nick.coghlan | 2008-09-11 07:11:06 -0500 (Thu, 11 Sep 2008) | 1 line Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
........ r66386 | nick.coghlan | 2008-09-11 07:11:06 -0500 (Thu, 11 Sep 2008) | 1 line Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66938 | benjamin.peterson | 2008-10-16 16:27:54 -0500 (Thu, 16 Oct 2008) | 1 line fix possible ref leak ........ r66942 | benjamin.peterson | 2008-10-16 16:48:06 -0500 (Thu, 16 Oct 2008) | 1 line fix more possible ref leaks in _json and use Py_CLEAR ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Oct, 2008 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
build_py_2to3.
-
Benjamin Peterson authored
-
- 14 Oct, 2008 1 commit
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66894 | benjamin.peterson | 2008-10-14 17:37:18 -0500 (Tue, 14 Oct 2008) | 1 line remove set compat cruft ........
-
- 13 Oct, 2008 1 commit
-
-
Martin v. Löwis authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66881 | martin.v.loewis | 2008-10-13 13:23:35 +0200 (Mo, 13 Okt 2008) | 2 lines Issue #4018: Disable "for me" installations on Vista. ........
-
- 12 Oct, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 11 Oct, 2008 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 10 Oct, 2008 2 commits
-
-
Benjamin Peterson authored
........ r66822 | skip.montanaro | 2008-10-06 20:55:20 -0500 (Mon, 06 Oct 2008) | 2 lines Simplify individual tests by defining setUp and tearDown methods. ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66703 | gregory.p.smith | 2008-09-30 15:41:13 -0500 (Tue, 30 Sep 2008) | 6 lines Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when calling fork() from a child thread. This disables that unit test (with a note printed to stderr) on those platforms. A caveat about buggy platforms is added to the os.fork documentation. ........ r66708 | andrew.macintyre | 2008-09-30 22:25:25 -0500 (Tue, 30 Sep 2008) | 9 lines fix for issue 3862: test_array fails FreeBSD 7 amd64 FreeBSD 7's underlying malloc() is behaves differently to earlier versions and seriously overcommits available memory on amd64. This may affect other 64bit platforms in some circumstances, so the scale of the problematic test is wound back. Patch by Mark Dickinson, reviewed by Martin von Loewis. ........
-
- 09 Oct, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
contains a ``coding:`` header: the wrong line was displayed, and the encoding was not respected. Patch by Victor Stinner.
-
- 08 Oct, 2008 1 commit
-
-
Georg Brandl authored
-
- 07 Oct, 2008 8 commits
-
-
Amaury Forgeot d'Arc authored
and Microsoft compilers spells it differently.
-
Amaury Forgeot d'Arc authored
Patch by Victor.
-
Martin v. Löwis authored
Reviewed by Benjamin Peterson.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
and results.
-
Skip Montanaro authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66677 | brett.cannon | 2008-09-28 22:41:21 -0500 (Sun, 28 Sep 2008) | 7 lines The _lsprof module could crash the interpreter if it was given an external timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson. ........ r66700 | brett.cannon | 2008-09-30 12:46:03 -0500 (Tue, 30 Sep 2008) | 5 lines Fix a refleak introduced by r66677. Fix suggested by Amaury Forgeot d'Arc. Closes issue #4003. ........
-
Benjamin Peterson authored
........ r66677 | brett.cannon | 2008-09-28 22:41:21 -0500 (Sun, 28 Sep 2008) | 7 lines The _lsprof module could crash the interpreter if it was given an external timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson. ........
-
- 06 Oct, 2008 6 commits
-
-
Brett Cannon authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66819 | brett.cannon | 2008-10-06 15:44:37 -0700 (Mon, 06 Oct 2008) | 4 lines Add the 'patchcheck' build target to .PHONY. Re-closes issue 3758. Thanks to Ralph Corderoy for the catch. ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66814 | martin.v.loewis | 2008-10-06 17:15:40 +0200 (Mo, 06 Okt 2008) | 3 lines Issue #4014: Don't claim that Python has an Alpha release status, in addition to claiming it is Mature. ........
-
Hirokazu Yamamoto authored
........ r66809 | hirokazu.yamamoto | 2008-10-06 10:57:03 +0900 | 1 line Added the test for issue3762. ........ r66810 | hirokazu.yamamoto | 2008-10-06 11:41:59 +0900 | 1 line More strict test. Consider the case sys.executable itself is symlink. ........
-
Hirokazu Yamamoto authored
-
- 05 Oct, 2008 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Mark Hammond authored
-