IRC log of #zope3-dev for Thursday, 2009-07-09

*** davisagli has quit IRC00:09
*** gary_poster has joined #zope3-dev00:10
J1m_kobold, constantly moving things around driven solely by a desire to minimizing dependencies isn't really a good idea.00:11
*** davisagli has joined #zope3-dev00:11
J1m_We need to think about cohesion, not just coupling.00:12
koboldJ1m_, you are right, in fact I'm not trying to minimize dependencies00:12
J1m_Maybe zope.container depends on zope.publisher already, but it shouldn't and this change is just more of the same.00:12
koboldJ1m_: I'm more trying to make the dependency graph sane00:12
J1m_so, I don't think it's sane for zope.container to depend on zope.publisher.00:13
*** davisagli has quit IRC00:13
koboldJ1m_: your are probably right, that's why I wanted to ask on the mailing list00:13
J1m_Or at least we need to think harder about it.00:13
J1m_is the a EuroPython sprint going on now?00:13
J1m_is there a EuroPython sprint going on now?00:13
kobolduh? I don't know00:14
* J1m_ wonders about some of the activity00:14
J1m_I thought maybe you're sprinting.00:14
koboldno, I am not, but I ported one of our applications from zope 3.3 to the pypi eggs00:14
koboldand I couldn't run it because I had missing dependencies (the packages that I want to release)00:15
koboldor extra dependencies (like the zope.sendmail one, alreadyy fixed in svn)00:15
*** junkafarian has joined #zope3-dev00:15
J1m_Yeah, we have a number of applications that we can't get to run with current packages.00:16
koboldso I'm trying to contribute end help out to make things cleaner, but I don't want to brake anything, so I prefer to ask and learn from the mailing list00:16
J1m_Thanks!00:16
mgedminthe sprints are over00:17
J1m_ah00:17
koboldJ1m_: anyway, I'm willing to help out with the testing of the eggs as a whole, so if you need help... O:-)00:17
J1m_I'd love some help.00:17
* kobold read about zope.release & friends on the mailing list...00:17
J1m_I'm just responding to your note.00:17
* mgedmin would like a large helping of sanity00:17
koboldJ1m_: looking forward to your reply00:18
* mgedmin is starting to really truly deeply hate zcml00:23
mgedminthis is supposed to be a happy fun vacation project, not an excursion into the swamplands00:24
J1m_mgedmin, check out zc.publication.00:25
mgedminhttp://pypi.python.org/pypi/zc.publication -> 40400:25
J1m_It's not finished yet, but I think it will provide a good staring point for traditional zope 3 appls.00:25
J1m_It's not finished. Look in svn.00:25
J1m_mgedmin, have you looked at bobo at all? :)00:26
mgedminjust barely00:26
J1m_I'd have finsished zc.publication by now, but got bogged down in the fact that we no longer have passking KGS tests.00:27
J1m_zc.publication is something that I think would be generally useful, but is also needed to make writing bozo tests saner.00:28
* mgedmin reconsiders trying to get stuff working on python 2.600:29
koboldJ1m_: do we have a buildbot which runs automated tests on the KGS?00:32
*** junk|home has quit IRC00:32
mgedminkobold: we have a couple00:32
mgedminone is under my care (the one that handles 3.4 KGS)00:32
mgedminthe tests are run in one large buildout containing all KGS packages (which is constructed by a script from zope.release) and therefore will not check for correct dependency info00:33
koboldmgedmin: Jim just wrote that "we no longer have passing KGS tests", but I did not see any "test failing" message to the mailing list, so I wonder...00:33
mgedminmy KGS never had passing KGS tests00:33
mgedminthere are some ZODB tests that are apparently fragile and sometimes just fail00:34
*** pelle_ has quit IRC00:34
koboldmgedmin: would you share the configuration of your buildbot?00:34
mgedminotoh I'm sure Jim meant the current bleeding edge KGS rather than the ancient 3.4 KGS00:34
J1m_kobold, I'm not familiar with our buildbot setups.  It would be great to get to a point where a kgs trunk passes tests and have a buildbot help keep them passing.00:34
mgedminkobold: here you are: http://zope3.pov.lt/master.cfg00:34
koboldJ1m_: I think I can work on this, it would be great to have it.00:34
koboldmgedmin: thanks, you are my personal hero!00:35
J1m_btw, I would exclide the ZODB tests because:00:35
J1m_- They take a long time to run00:35
J1m_- are run failrly frequently00:35
* mgedmin blinks00:35
J1m_- have intermittent test failures (I need to work on those)00:35
mgedminthat's obviously a good idea00:35
mgedminall it would take was to edit the .cfg file in zope.release 3.4 branch and add a single line00:36
J1m_yup00:36
J1m_I'm more interested in a kgs trunk than in a tag. :)00:36
mgedminI understand :)00:36
* benji stands near kobold so he can be J1m_'s hero too.00:37
koboldnice, I'll try to make the buildbot work with a minimal up-to-date KGS and have the tests00:37
koboldthen we'll see how to enlarge the KGS and/or exclude the ZODB and/or whatever is needed00:38
*** nathany_call is now known as nathany00:38
mgedminBTW the ZODB failures I get on my buildbot aren't intermittent, they're very stable and predictable00:38
mgedminI never found time to investigate them :(00:38
J1m_really?00:38
J1m_which ones?00:38
J1m_I suspect they are more intermittent on faster hardware.00:39
mgedmin.../ZODB3-3.8.1-py2.4-linux-i686.egg/ZEO/tests/invalidations_while_connecting.test00:39
mgedminmight be00:39
mgedminsince the test fails on only one of the two build machines00:39
J1m_Hm, I never see that failing, although I don't run the 3.8 tests anymore.00:40
mgedminhey, there was one intermittent failure too recently:    testNOK (ZEO.tests.testAuth.PlainTextAuth)00:40
mgedminI assume it was intermittent since nobody ever commits to 3.4 any more, and buildbot still runs every night00:40
J1m_That sounds familiar. I think that's fixed in 3.9.00:40
*** davisagli has joined #zope3-dev00:40
mgedmingood00:41
*** dunny has joined #zope3-dev00:45
*** danfairs has joined #zope3-dev00:45
*** greenman has quit IRC00:46
*** sp0cksbeard has joined #zope3-dev00:47
*** lucielejard has quit IRC00:47
*** benji has quit IRC00:53
*** CSWookie_ has left #zope3-dev00:58
*** thekorn has quit IRC01:00
* mgedmin is now trying to find the magical zcml incantation that enables error logging into the logging framework01:00
*** aaronv has quit IRC01:03
*** aaronv has joined #zope3-dev01:05
*** nathany has quit IRC01:06
mgedminold data.fs + latest kgs packages == AttributeError: '_LocalAdapterRegistry' object has no attribute '_provided' on every notify()01:09
mgedminbug in BBB code or are ancient data.fs'es explicitly not supported?01:10
*** pelle_ has joined #zope3-dev01:10
mgedminit works with the 3.4 kgs01:10
mgedminand I think I ran all the evolution scripts that come in 3.401:10
*** JaRoel|4D has quit IRC01:15
* mgedmin has success at last01:18
*** romanofski has joined #zope3-dev01:21
*** J1m_ has quit IRC01:23
*** jamur2 has quit IRC01:24
*** greenman has joined #zope3-dev01:26
*** sunoano has quit IRC01:27
*** aaronv has quit IRC01:29
*** romanofski has quit IRC01:38
*** tarek has joined #zope3-dev01:46
*** mgedmin has quit IRC01:49
*** dvschramm is now known as dvschramm|away01:49
*** lurkymclurkleton has quit IRC01:54
*** tarek has quit IRC01:56
*** srichter has quit IRC01:56
*** hathawsh has joined #zope3-dev01:58
*** romanofski has joined #zope3-dev02:12
*** kaeru_ has quit IRC02:36
*** kaeru has joined #zope3-dev02:44
*** gary_poster has quit IRC02:47
*** cshenton has left #zope3-dev02:49
*** redir has quit IRC02:49
*** cshenton_ has joined #zope3-dev02:56
*** srichter has joined #zope3-dev03:01
*** ChanServ sets mode: +o srichter03:01
*** lurkymclurkleton has joined #zope3-dev03:18
*** cbcunc has quit IRC03:27
*** hathawsh has quit IRC03:34
*** hathawsh has joined #zope3-dev03:34
*** dunny has quit IRC03:38
*** redir has joined #zope3-dev03:48
*** hathawsh has quit IRC03:57
*** dunny has joined #zope3-dev03:58
*** hathawsh has joined #zope3-dev04:00
*** hathawsh has quit IRC04:08
*** pcardune has quit IRC04:22
*** lurkymclurkleton has quit IRC04:32
*** hathawsh has joined #zope3-dev04:35
*** junkafarian_ has joined #zope3-dev04:54
*** alecm has quit IRC05:06
*** junkafarian has quit IRC05:06
*** stub has joined #zope3-dev05:11
*** junkafarian_ has quit IRC05:32
*** junkafarian has joined #zope3-dev05:34
*** junkafarian has quit IRC05:35
*** junkafarian has joined #zope3-dev05:35
*** junkafarian has joined #zope3-dev05:36
*** nathany has joined #zope3-dev05:39
*** rtctrl has joined #zope3-dev05:39
*** hathawsh has quit IRC05:40
*** davisagli has quit IRC05:42
*** junkafarian_ has joined #zope3-dev05:47
*** junkafarian_ has quit IRC05:50
*** junkafarian has quit IRC05:51
*** nathany has quit IRC05:58
*** linmyat has joined #zope3-dev05:59
*** rtctrl has quit IRC06:23
*** davisagli has joined #zope3-dev06:33
*** kursor has joined #zope3-dev06:36
*** afd__ has joined #zope3-dev06:38
*** Jell-O-Fishi has joined #zope3-dev06:45
*** kursor has quit IRC06:51
*** kaeru has quit IRC06:53
*** allisterb has joined #zope3-dev07:02
*** allisterb__ has joined #zope3-dev07:09
*** kaeru has joined #zope3-dev07:12
*** allisterb_ has quit IRC07:19
*** allisterb has quit IRC07:26
*** hathawsh has joined #zope3-dev07:36
*** JaRoel|4D has joined #zope3-dev07:37
*** allisterb_ has joined #zope3-dev07:45
*** allisterb__ has quit IRC08:03
*** afd__ has quit IRC08:04
*** redir has quit IRC08:05
*** allisterb_ has quit IRC08:07
*** stub has quit IRC08:07
*** allisterb has joined #zope3-dev08:08
*** baijum has joined #zope3-dev08:08
*** thekorn has joined #zope3-dev08:22
*** redir has joined #zope3-dev08:25
*** JaRoel|4D has quit IRC08:28
*** davisagli has quit IRC08:33
*** davisagli has joined #zope3-dev08:34
*** jukart has joined #zope3-dev08:42
*** allisterb_ has joined #zope3-dev08:43
*** sweh has joined #zope3-dev08:49
*** jukart has quit IRC08:51
*** allisterb has quit IRC09:00
*** markusleist has quit IRC09:01
*** kaeru has quit IRC09:03
*** kaeru has joined #zope3-dev09:04
*** sunoano has joined #zope3-dev09:04
*** sunoano has quit IRC09:11
*** __mac__ has joined #zope3-dev09:12
*** redir has quit IRC09:18
*** Theuni1 has joined #zope3-dev09:20
*** jukart has joined #zope3-dev09:20
*** greenman has quit IRC09:23
*** JaRoel|4D has joined #zope3-dev09:25
*** sunoano has joined #zope3-dev09:29
*** zagy has joined #zope3-dev09:38
*** JaRoel|4D has quit IRC09:38
*** JaRoel|4D has joined #zope3-dev09:39
*** JaRoel|4D has quit IRC09:43
*** stub has joined #zope3-dev09:44
*** JaRoel|4D has joined #zope3-dev09:48
*** goschtl has joined #zope3-dev09:49
*** djinni has quit IRC10:13
*** djinni has joined #zope3-dev10:13
*** tarek has joined #zope3-dev10:17
*** markusleist has joined #zope3-dev10:25
*** El_Rolando has joined #zope3-dev10:26
*** reinout has joined #zope3-dev10:30
*** SpeedyGhost has quit IRC10:36
*** afd__ has joined #zope3-dev10:36
*** SpeedyGhost has joined #zope3-dev10:36
*** sweh has quit IRC10:43
*** Aiste has joined #zope3-dev10:43
*** danfairs has quit IRC10:45
*** sweh has joined #zope3-dev10:48
*** allisterb has joined #zope3-dev10:57
*** jpcw has joined #zope3-dev10:58
*** junkafarian has joined #zope3-dev11:06
*** junkafarian is now known as junk|afk11:15
*** davisagli has quit IRC11:17
*** junk|afk has quit IRC11:24
*** lamike has joined #zope3-dev11:30
*** lamike has left #zope3-dev11:30
*** danfairs has joined #zope3-dev11:40
*** romanofski has quit IRC12:02
*** ignas has joined #zope3-dev12:05
*** mkerrin has joined #zope3-dev12:18
*** menesis has joined #zope3-dev12:24
*** ktwilight_ has quit IRC12:32
*** ktwilight_ has joined #zope3-dev12:32
*** iham has joined #zope3-dev12:36
*** tarek has quit IRC12:59
*** ktwilight_ has quit IRC13:11
*** danfairs has quit IRC13:11
*** sweh has quit IRC13:11
*** srichter has quit IRC13:11
*** mcdonc has quit IRC13:11
*** sidnei has quit IRC13:11
*** allisterb has quit IRC13:11
*** zagy has quit IRC13:11
*** aclark has quit IRC13:11
*** SpeedyGhost has quit IRC13:11
*** sunoano has quit IRC13:11
*** SteveA has quit IRC13:11
*** run|away has quit IRC13:11
*** lisppaste6 has quit IRC13:11
*** dvschramm|away has quit IRC13:11
*** jpcw has quit IRC13:11
*** allisterb_ has quit IRC13:11
*** hathawsh has quit IRC13:11
*** linmyat has quit IRC13:11
*** dbfrombrc has quit IRC13:11
*** sawdog has quit IRC13:11
*** iham has quit IRC13:11
*** afd__ has quit IRC13:11
*** reinout has quit IRC13:11
*** jukart has quit IRC13:11
*** BjornT has quit IRC13:11
*** fcorrea has quit IRC13:11
*** djinni has quit IRC13:11
*** Theuni1 has quit IRC13:11
*** __mac__ has quit IRC13:11
*** skriv has quit IRC13:11
*** kobold has quit IRC13:11
*** kaeru has quit IRC13:11
*** mgedmin has joined #zope3-dev13:12
*** jpcw has joined #zope3-dev13:12
*** allisterb has joined #zope3-dev13:12
*** SpeedyGhost has joined #zope3-dev13:12
*** djinni has joined #zope3-dev13:12
*** zagy has joined #zope3-dev13:12
*** sunoano has joined #zope3-dev13:12
*** Theuni1 has joined #zope3-dev13:12
*** __mac__ has joined #zope3-dev13:12
*** kaeru has joined #zope3-dev13:12
*** allisterb_ has joined #zope3-dev13:12
*** hathawsh has joined #zope3-dev13:12
*** linmyat has joined #zope3-dev13:12
*** skriv has joined #zope3-dev13:12
*** dvschramm|away has joined #zope3-dev13:12
*** lisppaste6 has joined #zope3-dev13:12
*** sawdog has joined #zope3-dev13:12
*** kobold has joined #zope3-dev13:12
*** run|away has joined #zope3-dev13:12
*** SteveA has joined #zope3-dev13:12
*** aclark has joined #zope3-dev13:12
*** dbfrombrc has joined #zope3-dev13:12
*** srichter has joined #zope3-dev13:13
*** ktwilight_ has joined #zope3-dev13:13
*** danfairs has joined #zope3-dev13:13
*** sweh has joined #zope3-dev13:13
*** sidnei has joined #zope3-dev13:13
*** mcdonc has joined #zope3-dev13:13
*** irc.freenode.net sets mode: +o srichter13:13
*** iham has joined #zope3-dev13:13
*** afd__ has joined #zope3-dev13:13
*** reinout has joined #zope3-dev13:13
*** jukart has joined #zope3-dev13:13
*** BjornT has joined #zope3-dev13:13
*** fcorrea has joined #zope3-dev13:13
*** thekorn has quit IRC13:16
*** linmyat has quit IRC13:23
*** JaRoel|4D has quit IRC13:24
*** ktwilight__ has joined #zope3-dev13:28
*** fcorrea has quit IRC13:28
*** BjornT has quit IRC13:28
*** reinout has quit IRC13:28
*** afd__ has quit IRC13:28
*** jukart has quit IRC13:28
*** iham has quit IRC13:28
*** iham has joined #zope3-dev13:29
*** afd__ has joined #zope3-dev13:29
*** reinout has joined #zope3-dev13:29
*** jukart has joined #zope3-dev13:29
*** BjornT has joined #zope3-dev13:29
*** fcorrea has joined #zope3-dev13:29
mgedminstormy today13:32
*** ktwilight_ has quit IRC13:43
*** JaRoel|4D has joined #zope3-dev13:46
*** allisterb__ has joined #zope3-dev13:58
*** lamike has joined #zope3-dev14:00
*** lamike has left #zope3-dev14:00
*** hathawsh is now known as hath|away14:02
*** allisterb has quit IRC14:03
*** allisterb_ has quit IRC14:03
*** JaRoel|4D has quit IRC14:04
*** allisterb has joined #zope3-dev14:04
*** hath|away is now known as hathawsh14:05
*** aaronv has joined #zope3-dev14:06
*** JaRoel|4D has joined #zope3-dev14:09
*** tarek has joined #zope3-dev14:11
*** tarek has quit IRC14:17
*** iham has quit IRC14:24
*** hathawsh is now known as hath|away14:32
*** aaronv has quit IRC14:36
*** junkafarian has joined #zope3-dev14:43
*** projekt01 has joined #zope3-dev14:47
*** tarek has joined #zope3-dev14:48
*** romanofski has joined #zope3-dev14:48
*** thekorn has joined #zope3-dev15:00
*** iham has joined #zope3-dev15:03
*** allisterb__ has quit IRC15:05
*** allisterb has quit IRC15:10
*** benji has joined #zope3-dev15:14
*** tisto has joined #zope3-dev15:14
*** Aiste has quit IRC15:16
*** tisto_ has joined #zope3-dev15:22
*** tisto has quit IRC15:24
*** iham has quit IRC15:27
*** gary_poster has joined #zope3-dev15:31
*** allisterb has joined #zope3-dev15:37
*** afd__ has quit IRC15:38
*** lamike has joined #zope3-dev15:41
*** lamike has left #zope3-dev15:41
*** iham has joined #zope3-dev15:50
*** yotaff has joined #zope3-dev15:50
*** jamur2 has joined #zope3-dev16:00
*** tarek has quit IRC16:02
*** tarek has joined #zope3-dev16:02
*** lurkymclurkleton has joined #zope3-dev16:02
*** J1m has joined #zope3-dev16:05
*** rtctrl has joined #zope3-dev16:08
* VladDrac is fighting with docstring ...matches... 16:12
VladDracI never get them right16:12
VladDracnever, ever16:12
*** markusleist has quit IRC16:12
VladDracI would guess that <span>openquestion1 changed</span><span>\n                         (Original question when answered: openquestion1)16:13
VladDracmatches ...openquestion1 changed...(Original question when aswered: openquestion1)...16:13
VladDracbut it doesn't16:13
VladDracah.. duh.. typo16:14
VladDracstill doesn't do the trick16:15
VladDractime to give up16:16
VladDracgod....16:17
VladDracI can't use "" quotes16:17
VladDrachow lame16:17
VladDracor I can.. I don't know anymore16:17
VladDracargh16:17
*** lurkymclurkleton has quit IRC16:20
*** lurkymclurkleton has joined #zope3-dev16:24
*** __mac__ has quit IRC16:28
*** kursor has joined #zope3-dev16:28
*** __mac__ has joined #zope3-dev16:35
*** dvschramm|away is now known as dvschramm16:40
*** lamike has joined #zope3-dev16:41
*** lamike has left #zope3-dev16:41
*** hath|away is now known as hathawsh16:49
*** multani has joined #zope3-dev16:49
*** baijum has quit IRC16:52
*** srichter has quit IRC16:52
*** srichter has joined #zope3-dev16:54
*** ChanServ sets mode: +o srichter16:54
*** nathany has joined #zope3-dev16:56
*** __mac__ has quit IRC16:58
*** hathawsh is now known as hath|away16:59
*** iham has quit IRC17:05
*** rtctrl has quit IRC17:12
*** jpcw has quit IRC17:14
*** yvl has quit IRC17:14
*** junkafarian_ has joined #zope3-dev17:15
*** junkafarian has quit IRC17:16
*** sunoano has quit IRC17:26
*** sunoano has joined #zope3-dev17:28
*** sweh has quit IRC17:29
*** tarek has quit IRC17:36
*** redir has joined #zope3-dev17:36
*** cshenton has joined #zope3-dev17:40
multanihi, i'm trying to plug repoze.who in our zope3 application17:44
multaniwe are using a bunch of zope.* packages I'm not very familiar with, and there's "something" which returns me a 401 error when I'm not authenticated17:45
*** allisterb_ has joined #zope3-dev17:45
multanii'm looking for some help to localize this "something"17:45
*** tarek has joined #zope3-dev17:46
*** ktwilight_ has joined #zope3-dev17:48
*** lamike has joined #zope3-dev17:48
*** lamike has left #zope3-dev17:48
*** ktwilight__ has quit IRC17:48
*** El_Rolando has quit IRC17:54
*** romanofski has quit IRC17:58
*** redir has quit IRC18:00
mcdoncmultani: the something probably depends on the "identifier" who plugin that you're using.. are you using form authentication?18:00
*** jukart has quit IRC18:02
multanimcdonc, in fact, i'm looking for something below repoze.who18:05
mcdoncmultani: ok... i didnt know whether you meant the form that was rendered by r.who or not18:05
mcdoncmultani: have you seen http://svn.repoze.org/repoze.whooze/trunk/18:05
*** reinout has quit IRC18:06
multanimcdonc, no, i didn't know that18:06
*** allisterb has quit IRC18:06
ignaswhy and how zope testrunner might fail to show a proper diff/ do proper output matching for an exception being thrown if ellipsis is used?18:08
*** dunny has quit IRC18:19
*** alga has joined #zope3-dev18:30
mgedminignas: pastebin18:30
mgedminwe won't help you, but we'll at least look at it and say "ooh, that's difficult"18:30
*** jhauser has joined #zope3-dev18:32
ignasmgedmin: http://paste.lisp.org/display/8329918:35
benjiignas: the behavior you're seeing is because doctest special-cases exception handling, it doesn't treat it like regular text in example output18:38
*** stub has quit IRC18:44
*** hazmat has joined #zope3-dev18:47
*** ChanServ sets mode: +o hazmat18:47
*** hazmat has quit IRC18:47
*** alga has quit IRC18:52
*** alecm has joined #zope3-dev18:54
*** projekt01 has quit IRC18:59
*** hazmat has joined #zope3-dev19:05
*** ChanServ sets mode: +o hazmat19:05
*** hazmat has quit IRC19:07
mgedminwhat does OOBTree.__getstate__ return?19:07
* mgedmin finds the descriptive comment in the C file19:09
*** redir has joined #zope3-dev19:12
*** __mac__ has joined #zope3-dev19:14
*** junkafarian has joined #zope3-dev19:22
*** junkafarian_ has quit IRC19:24
*** runyaga has joined #zope3-dev19:25
*** pelle_ has quit IRC19:26
*** ktwilight__ has joined #zope3-dev19:28
*** ktwilight_ has quit IRC19:28
*** ktwilight__ is now known as ktwilight19:30
*** davisagli has joined #zope3-dev19:32
*** davisagli has quit IRC19:38
*** ktwilight has quit IRC19:39
*** cshenton_ has joined #zope3-dev19:46
*** cshenton has quit IRC19:47
*** yotaff has quit IRC19:47
*** hath|away is now known as hathawsh19:50
*** afd__ has joined #zope3-dev19:54
*** nathany has quit IRC19:55
*** ignas has quit IRC19:56
*** nathany has joined #zope3-dev19:58
*** mkerrin has quit IRC19:59
*** pcardune has joined #zope3-dev20:00
*** cshenton_ has quit IRC20:01
*** davisagli has joined #zope3-dev20:02
*** runyaga has quit IRC20:06
*** cshenton has joined #zope3-dev20:08
*** mgedmin has quit IRC20:12
*** SpeedyGhost has quit IRC20:14
*** afd_ has joined #zope3-dev20:21
*** afd__ has quit IRC20:21
*** zagy_ has joined #zope3-dev20:23
*** __mac__ has quit IRC20:29
*** afd__ has joined #zope3-dev20:29
*** afd_ has quit IRC20:29
*** tisto_ has quit IRC20:35
*** sunew has joined #zope3-dev20:38
*** multani0 has joined #zope3-dev20:41
*** multani0 has quit IRC20:42
*** zagy has quit IRC20:42
*** JaRoel|4D has quit IRC20:46
*** __mac__ has joined #zope3-dev20:51
*** zagy_ has quit IRC20:52
*** menesis has quit IRC21:00
*** pelle_ has joined #zope3-dev21:00
*** lucielejard has joined #zope3-dev21:01
*** __mac__ has quit IRC21:03
*** redir_ has joined #zope3-dev21:04
*** gqlewis has joined #zope3-dev21:09
*** redir has quit IRC21:12
*** afd_ has joined #zope3-dev21:20
*** afd__ has quit IRC21:20
*** multani has quit IRC21:26
*** runyaga has joined #zope3-dev21:30
*** multani has joined #zope3-dev21:32
*** hathawsh is now known as hath|away21:45
*** hath|away is now known as hathawsh21:45
*** hathawsh is now known as hath|away21:47
*** kursor has quit IRC21:50
*** thekorn_ has joined #zope3-dev21:50
*** JaRoel|4D has joined #zope3-dev21:54
*** ktwilight has joined #zope3-dev21:59
*** tarek_ has joined #zope3-dev22:03
*** sunew has quit IRC22:07
*** hexsprite has quit IRC22:07
*** hexsprite_ has joined #zope3-dev22:07
*** tarek has quit IRC22:11
*** alecm has quit IRC22:12
*** thekorn has quit IRC22:17
*** tarek_ has quit IRC22:22
*** hath|away is now known as hathawsh22:29
*** afd__ has joined #zope3-dev22:32
*** afd_ has quit IRC22:32
*** thekorn_ is now known as thekorn22:45
*** runyaga has quit IRC22:50
*** lucielejard has quit IRC22:55
*** allisterb__ has joined #zope3-dev23:00
*** afd__ has quit IRC23:00
*** supton has joined #zope3-dev23:01
*** jhauser has quit IRC23:11
*** allisterb_ has quit IRC23:15
*** ktwilight_ has joined #zope3-dev23:26
*** jpcw has joined #zope3-dev23:28
*** ktwilight has quit IRC23:40
*** Theuni2 has joined #zope3-dev23:42
*** runyaga has joined #zope3-dev23:44
*** lurkymclurkleton has quit IRC23:56
*** Theuni1 has quit IRC23:58
*** gqlewis has quit IRC23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!