- 03 Nis, 2008 5 kayıt (commit)
-
-
Trent Nelson yazdı
Reimplement kill_python. The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path. The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'. The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks. In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete. Tested on both Win32 and x64. Change set (included to improve usefulness of svnmerge log entry): M PCbuild\pythoncore.vcproj M PCbuild\pcbuild.sln M PCbuild\release.vsprops A PCbuild\kill_python.vcproj M PCbuild\debug.vsprops A PCbuild\kill_python.c D Tools\buildbot\kill_python.bat D Tools\buildbot\kill_python.mak M Tools\buildbot\build.bat D Tools\buildbot\Makefile M Tools\buildbot\build-amd64.bat M Tools\buildbot\buildmsi.bat D Tools\buildbot\kill_python.c
-
Trent Nelson yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 02 Nis, 2008 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period.
-
Trent Nelson yazdı
Update information pertaining to building external components, as well as notes on x64 builds. This file now accurately describes the build process as is; however, there's still a lot of room for improvement, especially with regards to how we build Tcl/Tk, Tix, and OpenSSL. Watch this space for further improvements.
-
Neal Norwitz yazdı
on various platforms, most recently the Alpha Tru64.
-
Jeffrey Yasskin yazdı
test_itimer_prof.
-
Amaury Forgeot d'Arc yazdı
Rebuild the DocTestSuite on each iteration.
-
Amaury Forgeot d'Arc yazdı
When cls is an ABCMeta, every call to isinstance(x, cls) records type(x) in the cls._abc_cache of cls_abc_negative_cache. So we clear these caches at the end of the test. inspect.isabstract() is not the correct test for all ABCs, because there is no @abstractmethod in io.py (why?) isinstance(cls, ABCMeta) would be more exact, but it fails with an infinite recursion. So I used a hack to determine whether a class is an ABCMeta. The true correction would be to turn cls._abc_cache &co into a WeakSet, as py3k does. But classic classes are not weak referenceable... Of course, this change should not be merged into the py3k branch.
-
- 01 Nis, 2008 6 kayıt (commit)
-
-
Guido van Rossum yazdı
I have the email trail to prove that George Neville-Neil approved this.
-
Amaury Forgeot d'Arc yazdı
it registers the same codec on each iteration. Do it only once at load time.
-
Amaury Forgeot d'Arc yazdı
with python 2.6, enumerating bytes yields 1-char strings, not numbers. Don't merge this into the py3k branch.
-
Brett Cannon yazdı
of effort to do so.
-
Brett Cannon yazdı
it is easy to capture stderr if desired.
-
Neal Norwitz yazdı
fine, but the last change may be required for the test to pass on Windows. Should we always close the mmap too?
-
- 31 Mar, 2008 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r62017 | david.wolever | 2008-03-28 21:54:37 +0100 (Fr, 28 Mär 2008) | 1 line Fixed an out-of-date comment. ........
-
Neal Norwitz yazdı
-
Jeffrey Yasskin yazdı
-
- 30 Mar, 2008 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 29 Mar, 2008 6 kayıt (commit)
-
-
Gerhard Häring yazdı
-
Benjamin Peterson yazdı
Thanks to Wummel for the patch
-
Amaury Forgeot d'Arc yazdı
the test itself doesn't do anything on windows, focus on setUp and tearDown.
-
Amaury Forgeot d'Arc yazdı
http://www.python.org/dev/buildbot/trunk/x86%20W2k8%20trunk/builds/255/step-test/0 Temporarily increase verbosity of this test.
-
Georg Brandl yazdı
compile() when compiling an AST node.
-
Amaury Forgeot d'Arc yazdı
except in verbose mode. Support code is much simpler.
-