PMXBOT Log file Viewer

Help | Karma | Search:

#buildout logs for Saturday the 27th of October, 2012

(Back to #buildout overview) (Back to channel listing) (Animate logs)
[21:27:41] <aclark> Zart: don't want to clog up pyramid :-)
[21:27:51] <Zart> yeah, offtopic there
[21:28:11] <Zart> anyway, i'm doint 'git diff 1.6.2..1.6.3' on 1.6.x branch
[21:28:57] <Zart> so all those performance improvements from removing excess scanning or something were already in 1.6.2 release?
[21:29:47] <aclark> Zart: right
[21:30:10] <aclark> they were in 1.6.0 and newer
[21:30:24] <Zart> what i dont like much is multitude of bootstrap.py files broken one way or the other
[21:30:39] <aclark> yeah
[21:30:49] <aclark> the 1.6.x bootstrap should remain stable
[21:30:58] <Zart> right now we have 1.6.x and master branches
[21:31:12] <Zart> jim removed setuptools support for py3k branch 8\
[21:32:08] <Zart> 1.6.x bootstrap is full of cruft tho
[21:32:17] <aclark> sure
[21:32:19] <Zart> like subprocess gets imported 2 or 3 times
[21:32:40] <Zart> and there is that venerable copy of quote() still
[21:33:02] <Zart> and the whole -S handling sucks on windows
[21:34:04] <aclark> Zart: that's gone in master too IIUC
[21:34:11] <Zart> yes
[21:34:49] <Zart> version on master is quite better, but lacks setuptools support now
[21:35:21] <Zart> distribute on windows still hasn't fixed UAC shit