*** evilbungle has quit IRC | 00:15 | |
*** m8 has quit IRC | 00:19 | |
*** Arfrever has quit IRC | 00:24 | |
*** eperez has joined #zope | 00:27 | |
*** redir has quit IRC | 00:33 | |
CIA-85 | shane * r119953 relstorage/relstorage/ (zodbconvert.py storage.py): (log message trimmed) | 00:38 |
---|---|---|
CIA-85 | Fixed some bugs in the recent zodbconvert changes: | 00:38 |
CIA-85 | - The changes broke the ability to convert from RelStorage to something | 00:38 |
CIA-85 | else. The existing tests revealed this. Please run the tests before | 00:38 |
CIA-85 | committing. | 00:38 |
CIA-85 | - There was a potential for division by zero when producing log messages, | 00:38 |
CIA-85 | especially on Windows, where time.time() is more granular. | 00:38 |
*** AnneGilles has joined #zope | 00:39 | |
*** rogererens has quit IRC | 00:39 | |
*** alvaro_o__ has quit IRC | 00:55 | |
*** jim_SFU has quit IRC | 00:58 | |
CIA-85 | hannosch * r119954 Products.ZCatalog/ (3 files in 3 dirs): | 01:00 |
CIA-85 | Optimize sorting in presence of batching arguments. If a batch from the end of | 01:00 |
CIA-85 | the result set is requested, we internally reverse the sorting order and at the | 01:00 |
CIA-85 | end reverse the lazy sequence again. In a sequence with 100 entries, if we | 01:00 |
CIA-85 | request the batch with items 80 to 90, we now reverse sort 20 items (100 to 80), | 01:00 |
CIA-85 | slice of the first ten items and then reverse them. Before we would had to sort | 01:00 |
CIA-85 | the first 90 items and then slice of the last 10. | 01:00 |
*** Ariel_Calzada has quit IRC | 01:11 | |
*** rogererens has joined #zope | 01:29 | |
*** allisterb has quit IRC | 01:36 | |
*** menesis has quit IRC | 01:39 | |
*** alecm has quit IRC | 01:40 | |
*** alga has joined #zope | 01:40 | |
*** alecm has joined #zope | 01:40 | |
*** alecm has joined #zope | 01:40 | |
*** nitrogenycs has joined #zope | 01:46 | |
*** rogererens has quit IRC | 01:50 | |
*** dvschramm is now known as dvschramm|away | 01:52 | |
*** AnneGilles has quit IRC | 02:04 | |
*** FSCV has quit IRC | 02:34 | |
*** FSCV has joined #zope | 02:34 | |
*** dayne has quit IRC | 02:37 | |
*** allisterb has joined #zope | 02:41 | |
*** eperez has quit IRC | 02:45 | |
*** Ariel_Calzada has joined #zope | 02:59 | |
*** alga has quit IRC | 02:59 | |
*** FSCV has quit IRC | 03:02 | |
*** tiwula has quit IRC | 03:23 | |
*** Spanktar has quit IRC | 03:35 | |
*** sm_ has joined #zope | 03:52 | |
*** sm_ is now known as sm | 03:55 | |
*** srichter has quit IRC | 04:28 | |
*** srichter has joined #zope | 04:29 | |
*** ccomb has quit IRC | 04:32 | |
*** sm has quit IRC | 06:22 | |
*** gqlewis has joined #zope | 06:40 | |
*** purserj has quit IRC | 07:05 | |
*** purserj has joined #zope | 07:06 | |
*** sm has joined #zope | 07:45 | |
*** sm has quit IRC | 07:52 | |
*** yvl has joined #zope | 07:54 | |
*** denysonique has joined #zope | 08:45 | |
*** zagy has joined #zope | 08:54 | |
*** wosc has joined #zope | 08:55 | |
*** __mac__ has joined #zope | 09:00 | |
*** hever has joined #zope | 09:01 | |
*** tisto has joined #zope | 09:16 | |
*** srichter has quit IRC | 09:27 | |
*** Theuni1 has joined #zope | 09:32 | |
CIA-85 | icemac * r119955 zamplugin.error/ (5 files in 2 dirs): | 09:35 |
CIA-85 | - Updated test and demo app to run with ZTK 1.0, thus requiring zam.api >= 0.7. | 09:35 |
CIA-85 | - Made tests for edit.html page more robust. | 09:35 |
CIA-85 | icemac * r119956 zamplugin.error/ (LICENSE.txt bootstrap.py COPYRIGHT.txt): Conform to repository policy. | 09:35 |
CIA-85 | icemac * r119957 zamplugin.error/ (CHANGES.txt setup.py): Preparing release 0.6.0 | 09:35 |
CIA-85 | icemac * r119958 /zamplugin.error/tags/0.6.0: Tagging 0.6.0 | 09:35 |
*** rogererens has joined #zope | 09:43 | |
*** agroszer has joined #zope | 09:53 | |
*** mr_jolly has joined #zope | 09:57 | |
CIA-85 | icemac * r119959 zam.skin/ (buildout.cfg CHANGES.txt src/zam/skin/app.zcml): - Moved ZCML installation of `zope.app.server` from ``site.zcml`` to ``app.zcml`` as it is required by the `zamplugin.*` packages, too. | 10:01 |
CIA-85 | icemac * r119960 zamplugin.error/ (CHANGES.txt setup.py): Back to development: 0.6.1 | 10:01 |
CIA-85 | icemac * r119961 zam.skin/ (CHANGES.txt setup.py): Preparing release 0.8.0 | 10:01 |
CIA-85 | icemac * r119962 /zam.skin/tags/0.8.0: Tagging 0.8.0 | 10:01 |
CIA-85 | icemac * r119963 zam.skin/ (CHANGES.txt setup.py): Back to development: 0.8.1 | 10:01 |
CIA-85 | icemac * r119964 zam.skin/ (CHANGES.txt setup.py): Updated package metadata. | 10:01 |
CIA-85 | icemac * r119965 zamplugin.error/ (CHANGES.txt setup.py src/zamplugin/error/app.zcml): Updated to `zam.skin` version 0.8. | 10:01 |
CIA-85 | icemac * r119966 zamplugin.navigation/ (buildout.cfg CHANGES.txt setup.py): Updated to `zam.api` version 0.7 to run with ZTK 1.0. | 10:01 |
CIA-85 | icemac * r119967 zamplugin.navigation/ (LICENSE.txt bootstrap.py COPYRIGHT.txt): Conform to repository policy. | 10:01 |
CIA-85 | icemac * r119968 zamplugin.navigation/ (CHANGES.txt setup.py): Preparing release 0.6.0 | 10:01 |
CIA-85 | icemac * r119969 /zamplugin.navigation/tags/0.6.0: Tagging 0.6.0 | 10:01 |
CIA-85 | icemac * r119970 zamplugin.navigation/ (CHANGES.txt setup.py): Back to development: 0.6.1 | 10:01 |
*** mr_jolly has quit IRC | 10:13 | |
*** sylvain has joined #zope | 10:19 | |
*** kosh has quit IRC | 10:22 | |
*** kosh has joined #zope | 10:22 | |
*** planetzopebot has quit IRC | 10:33 | |
*** planetzopebot has joined #zope | 10:34 | |
*** wosc has quit IRC | 10:34 | |
*** Theuni1 has quit IRC | 10:36 | |
*** wosc has joined #zope | 10:36 | |
*** AnneGilles has joined #zope | 10:40 | |
*** j-w has joined #zope | 10:44 | |
*** eperez has joined #zope | 10:49 | |
*** AnneGilles has quit IRC | 10:58 | |
*** Theuni1 has joined #zope | 11:02 | |
*** eperez_ has joined #zope | 11:06 | |
*** menesis has joined #zope | 11:10 | |
CIA-85 | thefunny42 * r119971 /grokcore.view/branches/sylvain-template-inheritance-fix: Make a branch to fix the inheritance issue with grok.template. | 11:12 |
*** alex_morega has joined #zope | 11:14 | |
*** nitrogenycs has left #zope | 11:15 | |
*** martijn|4D has joined #zope | 11:16 | |
*** goschtl has joined #zope | 11:23 | |
*** evilbungle has joined #zope | 11:27 | |
CIA-85 | thefunny42 sylvain-template-inheritance-fix * r119972 grokcore.view/src/grokcore/view/ (14 files in 6 dirs): Fix template inheritance between two different packages if a base module or package is alphabetically sorted smaller than the inherited one. | 11:38 |
*** tisto has quit IRC | 12:08 | |
*** tisto has joined #zope | 12:17 | |
*** tisto_ has joined #zope | 12:30 | |
*** tisto has quit IRC | 12:31 | |
*** merlin1978 has joined #zope | 12:32 | |
*** merlin1978 has left #zope | 12:34 | |
*** hever has quit IRC | 12:37 | |
*** giampaolo has joined #zope | 12:38 | |
*** hever has joined #zope | 12:44 | |
*** teix has joined #zope | 12:45 | |
*** thetet has joined #zope | 12:49 | |
*** totbin has joined #zope | 12:53 | |
totbin | hello | 12:54 |
totbin | anybody online? | 12:54 |
*** ccomb has joined #zope | 12:55 | |
*** d2m has joined #zope | 12:55 | |
CIA-85 | ctheune * r119973 gocept.selenium/src/gocept/selenium/README.txt: small typo | 12:56 |
*** MrTango has joined #zope | 12:59 | |
*** totbin has quit IRC | 13:27 | |
CIA-85 | ctheune * r119973 gocept.selenium/src/gocept/selenium/README.txt: small typo | 13:39 |
CIA-85 | naro * r119974 z3c.form/ (4 files in 4 dirs): Added base of Czech translation | 13:39 |
CIA-85 | ctheune * r119975 gocept.selenium/ (src/gocept/selenium/README.txt CHANGES.txt setup.py): Improve readme a bit. | 13:39 |
CIA-85 | shane * r119976 relstorage/ (4 files in 3 dirs): Log to stderr in zodbpack. Also fixed a comment and a log name. | 13:39 |
*** mr_jolly has joined #zope | 13:44 | |
betabug | no | 13:45 |
betabug | we're all offline | 13:45 |
*** tisto_ is now known as tisto | 14:07 | |
*** Ariel_Calzada has quit IRC | 14:08 | |
*** j-w has quit IRC | 14:14 | |
*** eperez_ has quit IRC | 14:16 | |
*** lucmult has joined #zope | 14:18 | |
*** j-w has joined #zope | 14:22 | |
*** mr_jolly has left #zope | 14:29 | |
*** fredvd has joined #zope | 15:02 | |
*** Ariel_Calzada has joined #zope | 15:03 | |
planetzopebot | HTTP response proxy with Zope 2 (Mock It!) http://mockit.blogspot.com/2011/01/http-response-proxy-with-zope-2.html | 15:04 |
*** jakke has joined #zope | 15:11 | |
jakke | Hi guys | 15:11 |
jakke | I'm trying to enable profiling in zope-2.12.13 - I want the stats file for a caller graph | 15:11 |
*** j-w has quit IRC | 15:12 | |
jakke | even though I enabled the publisher-profile-file in zope.conf ; the zmi still complains about profiling not enabled | 15:12 |
jakke | any idea's ? | 15:12 |
jakke | I did install python-debug package, and in zopepy I can import pstat | 15:13 |
jakke | s/pstat/pstats/ | 15:13 |
*** J1m has joined #zope | 15:37 | |
*** J1m has quit IRC | 15:37 | |
*** yvl has quit IRC | 15:45 | |
*** srichter has joined #zope | 16:05 | |
*** shastry has joined #zope | 16:10 | |
*** FSCV has joined #zope | 16:31 | |
CIA-85 | ctheune * r119977 zope.app.appsetup/ (4 files in 2 dirs): | 16:36 |
CIA-85 | - Added stacking of storages for layer/test level setup separation in derived | 16:36 |
CIA-85 | ZODBLayers. | 16:36 |
CIA-85 | ctheune * r119978 zope.app.appsetup/ (CHANGES.txt setup.py): Preparing release 3.16.0 | 16:36 |
CIA-85 | ctheune * r119979 /zope.app.appsetup/tags/3.16.0: Tagging 3.16.0 | 16:36 |
*** jim_SFU has joined #zope | 16:36 | |
*** eperez has quit IRC | 16:39 | |
*** eperez has joined #zope | 16:42 | |
*** zenwryly has quit IRC | 16:46 | |
*** wosc has quit IRC | 16:48 | |
*** eperez_ has joined #zope | 16:49 | |
*** Theuni1 has quit IRC | 16:50 | |
*** eperez_ has quit IRC | 16:55 | |
*** sm has joined #zope | 16:55 | |
*** __mac__ has quit IRC | 16:57 | |
*** sm_ has joined #zope | 16:58 | |
*** __mac__ has joined #zope | 16:59 | |
*** sm has quit IRC | 16:59 | |
*** sm_ is now known as sm | 16:59 | |
*** Arfrever has joined #zope | 16:59 | |
*** __mac__ has quit IRC | 17:03 | |
*** dvschramm|away is now known as dvschramm | 17:04 | |
*** RiverRat has quit IRC | 17:09 | |
*** MrWu has joined #zope | 17:09 | |
*** dayne has joined #zope | 17:11 | |
*** gwik has quit IRC | 17:14 | |
*** alvaro_o has joined #zope | 17:15 | |
*** gwik has joined #zope | 17:20 | |
*** alecm_ has joined #zope | 17:24 | |
*** shastry has quit IRC | 17:25 | |
*** allisterb has quit IRC | 17:27 | |
*** alecm has quit IRC | 17:27 | |
*** alecm_ is now known as alecm | 17:27 | |
*** shastry has joined #zope | 17:32 | |
teix | jakke: which distro are you using? | 17:32 |
*** tisto has quit IRC | 17:34 | |
*** thetet has quit IRC | 17:35 | |
*** pyqwer has joined #zope | 17:36 | |
jakke | ubuntu | 17:40 |
jakke | I finally got it working on zope 2.11 with products.ZopeProfiler | 17:40 |
jakke | but no way on zope 2.12 :s | 17:40 |
jakke | "just" have to figure out how to make ZopeProfiler write a stat file that epydoc can use for callgraphs | 17:41 |
teix | jakke: «Due to Python bug "http://bugs.python.org/issue7372", you cannot use ZopeProfiler with Zope 2.12 for the moment.» | 17:43 |
jakke | I found that | 17:43 |
jakke | that's why I stepped back to zope 2.11 | 17:44 |
*** mr_jolly has joined #zope | 17:44 | |
jakke | but just putting a profile-publisher-file entry in zope.conf should enable basic python profile | 17:44 |
jakke | but I have profiling now, not with basic profiling of zope, but with ZopeProfiler | 17:45 |
jakke | thanks! | 17:45 |
teix | jakke: hmm right and since pstats (and i suppose profile module too) that should works | 17:47 |
teix | pstats is importable | 17:47 |
jakke | yes, it's importable, i tried that in zopepy | 17:47 |
jakke | ZopeProfile allows to save as a file | 17:48 |
jakke | but I suppose it's not in the right format for epydoc | 17:48 |
jakke | I'm searching for the format now | 17:48 |
*** daMaestro has joined #zope | 17:48 | |
*** Ariel_Calzada has quit IRC | 17:50 | |
*** nitrogenycs has joined #zope | 17:56 | |
*** jim_SFU has quit IRC | 17:57 | |
*** jim_SFU has joined #zope | 17:58 | |
*** thetet has joined #zope | 18:00 | |
*** fredvd has quit IRC | 18:10 | |
*** d2m has quit IRC | 18:15 | |
*** zenwryly has joined #zope | 18:21 | |
*** RiverRat has joined #zope | 18:24 | |
*** fredvd has joined #zope | 18:25 | |
*** tiwula has joined #zope | 18:25 | |
*** d2m has joined #zope | 18:30 | |
*** alex_morega has quit IRC | 18:30 | |
*** goschtl has quit IRC | 18:33 | |
*** rockfruit has joined #zope | 18:34 | |
*** martijn|4D has quit IRC | 18:38 | |
*** hever has quit IRC | 18:43 | |
*** Ariel_Calzada has joined #zope | 18:49 | |
*** FSCV has quit IRC | 18:49 | |
*** FSCV has joined #zope | 18:51 | |
*** sshanx has joined #zope | 18:51 | |
*** Theuni1 has joined #zope | 18:53 | |
*** sshanx has left #zope | 18:54 | |
*** sylvain has quit IRC | 18:54 | |
*** giampaolo has quit IRC | 18:58 | |
*** fredvd has quit IRC | 19:09 | |
*** allisterb has joined #zope | 19:10 | |
*** redir has joined #zope | 19:17 | |
*** cpf_ has joined #zope | 19:21 | |
*** Theuni1 has quit IRC | 19:29 | |
*** pyqwer has quit IRC | 19:33 | |
*** astoon has joined #zope | 19:34 | |
*** agroszer has quit IRC | 19:35 | |
*** evilbungle has quit IRC | 19:35 | |
*** eperez has quit IRC | 19:35 | |
*** cpf_ has quit IRC | 19:35 | |
*** astoon has quit IRC | 19:42 | |
*** m8 has joined #zope | 19:45 | |
CIA-85 | ctheune * r119980 zope.app.appsetup/ (CHANGES.txt setup.py): version bump | 20:09 |
*** Theuni1 has joined #zope | 20:13 | |
*** astoon has joined #zope | 20:15 | |
*** MrWu has quit IRC | 20:16 | |
*** astoon has quit IRC | 20:23 | |
*** Theuni1 has quit IRC | 20:34 | |
*** JT has quit IRC | 20:39 | |
*** JT has joined #zope | 20:39 | |
*** rockfruit has quit IRC | 20:49 | |
*** fredvd has joined #zope | 20:53 | |
*** cpf_ has joined #zope | 20:58 | |
*** fredvd is now known as fredvd|dinner | 21:01 | |
*** benji has quit IRC | 21:18 | |
*** benji has joined #zope | 21:24 | |
*** evilbungle has joined #zope | 21:33 | |
*** thetet has quit IRC | 21:41 | |
*** teix has quit IRC | 21:57 | |
*** fredvd|dinner is now known as fredvd | 22:07 | |
*** fredvd has quit IRC | 22:07 | |
*** fredvd has joined #zope | 22:08 | |
*** Theuni1 has joined #zope | 22:08 | |
*** Theuni1 has quit IRC | 22:11 | |
*** nitrogenycs has quit IRC | 22:22 | |
*** goschtl has joined #zope | 22:24 | |
*** shastry has quit IRC | 22:24 | |
*** zagy has quit IRC | 22:30 | |
*** goschtl has quit IRC | 22:44 | |
*** cpf_ has quit IRC | 22:55 | |
*** AnneGilles has joined #zope | 22:56 | |
*** m8 has quit IRC | 23:06 | |
*** cpf_ has joined #zope | 23:08 | |
*** giampaolo has joined #zope | 23:14 | |
*** astoon has joined #zope | 23:15 | |
*** eperez has joined #zope | 23:16 | |
*** davisagli is now known as davisagli|mtg | 23:17 | |
*** astoon has quit IRC | 23:20 | |
*** lucmult has quit IRC | 23:22 | |
*** goschtl has joined #zope | 23:29 | |
*** eperez has quit IRC | 23:34 | |
*** davisagli|mtg is now known as davisagli | 23:35 | |
*** eperez has joined #zope | 23:42 | |
*** goschtl has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!