*** alexpilz has quit IRC | 00:04 | |
*** dayne has joined #zope | 00:24 | |
*** Spanktar has joined #zope | 00:49 | |
*** CaveJohnsonHere has joined #zope | 00:49 | |
CaveJohnsonHere | is it possible to change a value of an existing variable in TAL? | 00:50 |
---|---|---|
kosh | sorry that one I don't know | 00:54 |
*** zagy1 has joined #zope | 00:58 | |
*** zagy has quit IRC | 00:58 | |
*** alga has quit IRC | 01:12 | |
*** Spanktar has quit IRC | 01:15 | |
*** pjfd4 has joined #zope | 01:33 | |
*** Spanktar has joined #zope | 01:40 | |
*** Spanktar has quit IRC | 01:47 | |
*** Spanktar has joined #zope | 01:49 | |
*** dayne1 has joined #zope | 02:56 | |
*** pjfd4 has quit IRC | 02:56 | |
*** dayne has quit IRC | 02:58 | |
*** ccomb has quit IRC | 02:59 | |
*** Arfrever has quit IRC | 04:03 | |
*** pjfd4 has joined #zope | 04:18 | |
*** pjfd4 has quit IRC | 04:35 | |
*** zagy has joined #zope | 05:21 | |
*** zagy has quit IRC | 05:23 | |
*** zagy1 has quit IRC | 05:24 | |
*** Spanktar has quit IRC | 06:10 | |
*** Spanktar has joined #zope | 06:11 | |
*** davisagli has quit IRC | 06:34 | |
*** davisagli has joined #zope | 06:36 | |
*** kleist has joined #zope | 06:47 | |
*** slackrunner has quit IRC | 07:19 | |
*** trustedsage has quit IRC | 07:22 | |
*** trustedsage has joined #zope | 07:23 | |
*** davisagli has left #zope | 08:30 | |
*** davisagli has quit IRC | 08:30 | |
*** CaveJohnsonHere has quit IRC | 09:16 | |
*** webmaven has quit IRC | 09:27 | |
*** planetzopebot has quit IRC | 10:08 | |
*** planetzopebot has joined #zope | 10:09 | |
*** ccomb has joined #zope | 10:18 | |
*** slackrunner has joined #zope | 11:54 | |
*** mr_jolly has joined #zope | 12:12 | |
*** mr_jolly has quit IRC | 12:14 | |
*** mr_jolly has joined #zope | 12:17 | |
*** mr_jolly has left #zope | 12:37 | |
CIA-83 | hannosch * r121575 DateTime/src/DateTime/tests/ (testDateTime.py julian_testdata.txt.gz julian_testdata.txt): Avoid some brute-force tests using every day in the range of 1970 to 2020 | 13:40 |
*** m8 has joined #zope | 13:43 | |
CIA-83 | hannosch * r121576 DateTime/src/DateTime/tests/testDateTime.py: Test some interesting dates, instead of every date in a year in `testInternationalDateformat` | 14:37 |
CIA-83 | hannosch * r121577 DateTime/ (4 files in 3 dirs): | 14:37 |
CIA-83 | Make DateTime a new-style class and limit its available attributes via a slots | 14:37 |
CIA-83 | definition. The pickle size increases to 110 bytes thanks to the | 14:37 |
CIA-83 | `ccopy_reg\n_reconstructor` stanza. But the memory size drops from 3kb to 500 | 14:37 |
CIA-83 | bytes for each instance. | 14:37 |
CIA-83 | hannosch * r121578 DateTime/ (CHANGES.txt src/DateTime/DateTime.py src/DateTime/pytz.txt): Moved pytz cache from `DateTime._tzinfo` to a module global `_TZINFO`. | 14:37 |
CIA-83 | hannosch * r121579 DateTime/src/DateTime/ (DateTime.py tests/testDateTime.py): Some PEP8, avoid module level _cache alias for the PytzCache class | 14:37 |
*** mr_jolly has joined #zope | 15:07 | |
CIA-83 | hannosch * r121580 DateTime/src/DateTime/DateTime.py: More PEP8 | 15:56 |
CIA-83 | hannosch * r121581 DateTime/src/DateTime/DateTime.py: Move functions before classes | 15:56 |
CIA-83 | hannosch * r121582 DateTime/src/DateTime/DateTime.py: Turn strftimeFormatter into a function | 15:56 |
CIA-83 | hannosch * r121583 DateTime/src/DateTime/DateTime.py: Move class variable definition to the top of the class | 15:56 |
CIA-83 | hannosch * r121584 DateTime/src/DateTime/DateTime.py: I should have removed _tzinfo when I said so | 15:56 |
CIA-83 | hannosch * r121585 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): Removed deprecated `_isDST` and `_localzone` class variables. | 15:56 |
CIA-83 | hannosch * r121586 DateTime/ (4 files in 3 dirs): No longer provide the `DateError`, `DateTimeError`, `SyntaxError` and `TimeError` exceptions as class attributes, import them from their canonical `DateTime.interfaces` location instead. | 15:56 |
CIA-83 | hannosch * r121587 DateTime/src/DateTime/DateTime.py: Move various internal variables to constants at module scope | 15:56 |
CIA-83 | hannosch * r121588 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): Moved various internal parsing related class variables to module constants. | 15:56 |
CIA-83 | hannosch * r121589 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): Avoid storing `_aday`, `_fday` and `_pday` in memory. | 15:56 |
CIA-83 | hannosch * r121590 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): | 15:56 |
CIA-83 | Avoid storing `_aday`, `_fday`, `_pday`, `_amon`, `_fmon` and `_pmon` in memory | 15:56 |
CIA-83 | for every instance but look them up dynamically based on `_dayoffset` and | 15:56 |
CIA-83 | `_month`. This saves another 150 bytes of memory per DateTime instance. | 15:56 |
CIA-83 | hannosch * r121591 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): No longer store _pm and _pmhour | 15:56 |
*** morphex has joined #zope | 15:56 | |
*** motto has joined #zope | 16:06 | |
*** motto has quit IRC | 16:06 | |
*** m8 has quit IRC | 16:07 | |
*** youyou has quit IRC | 16:32 | |
CIA-83 | hannosch * r121592 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): Updated exception raising syntax to current style. | 16:33 |
CIA-83 | hannosch * r121593 DateTime/src/DateTime/DateTime.py: PEP8 | 16:33 |
*** youyou has joined #zope | 16:33 | |
*** ccomb1 has joined #zope | 17:03 | |
*** ccomb has quit IRC | 17:03 | |
*** ccomb1 has quit IRC | 17:21 | |
*** ccomb has joined #zope | 17:21 | |
*** ccomb1 has joined #zope | 17:24 | |
*** ccomb has quit IRC | 17:25 | |
*** ccomb1 has quit IRC | 17:25 | |
CIA-83 | hannosch * r121594 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): Avoid storing `_t` representing the time as a float in seconds since the epoch, as we already have `_micros` doing the same as a long. Memory use is down to about 300 bytes per DateTime instance. | 17:26 |
CIA-83 | hannosch * r121595 DateTime/src/DateTime/DateTime.py: Explain why we store a float, instead of directly taking the _micros long -> 10 bytes less in the common case :) | 17:26 |
*** ccomb has joined #zope | 17:29 | |
*** ccomb has quit IRC | 17:38 | |
CIA-83 | hannosch * r121596 DateTime/ (3 files in 3 dirs): Added back support for reading old DateTime pickles without a `_micros` value. | 18:23 |
CIA-83 | hannosch * r121597 Products.CMFDefault/Products/CMFDefault/ (4 files in 2 dirs): Revert c121570, DateTime got back support for `_micro`-less pickles | 18:23 |
CIA-83 | hannosch * r121598 DateTime/ (CHANGES.txt setup.py): Prepare DateTime 3.0a2. | 18:23 |
CIA-83 | hannosch * r121599 /DateTime/tags/3.0a2: Tagged DateTime 3.0a2. | 18:23 |
CIA-83 | hannosch * r121600 DateTime/ (CHANGES.txt setup.py): vb | 18:23 |
CIA-83 | hannosch * r121601 Zope/ (doc/CHANGES.rst versions.cfg): DateTime = 3.0a2 | 18:23 |
CIA-83 | hannosch * r121602 Zope/src/ZPublisher/xmlrpc.py: Retain support for marhalling DateTime objects via xmlrpc | 18:23 |
*** srichter has joined #zope | 18:41 | |
*** davisagli has joined #zope | 18:58 | |
*** davisagli has quit IRC | 19:20 | |
*** davisagli has joined #zope | 19:21 | |
kosh | well it looks like DataTime is going to get much smaller then before | 19:22 |
kosh | that will definitely help my apps | 19:22 |
CIA-83 | hannosch * r121603 Products.CMFCalendar/Products/CMFCalendar/ (CHANGES.txt tests/test_Event.py): Fixed tests to be compatibility with DateTime 3. | 19:40 |
CIA-83 | hannosch * r121604 DateTime/ (CHANGES.txt src/DateTime/tests/testDateTime.py): Added tests for read-only class attributes and interface. | 19:40 |
CIA-83 | hannosch * r121605 DateTime/ (CHANGES.txt src/DateTime/DateTime.py): Restored `strftimeFormatter` as a class. | 19:40 |
CIA-83 | hannosch * r121606 Zope/src/ (3 files in 3 dirs): Some cleanup and fixes for changed DateTime.SyntaxError import location | 19:40 |
*** srichter has quit IRC | 19:46 | |
*** jham has quit IRC | 19:47 | |
*** srichter has joined #zope | 19:47 | |
*** lynucs has joined #zope | 19:48 | |
*** lynucs has quit IRC | 19:55 | |
*** kleist_ has joined #zope | 19:55 | |
*** kleist has quit IRC | 19:58 | |
*** kleist_ has quit IRC | 20:14 | |
*** River-Rat is now known as RiverRat | 20:16 | |
CIA-83 | hannosch * r121607 Products.PluggableAuthService/ (2 files in 2 dirs): Added forward compatibility with DateTime 3. | 20:27 |
CIA-83 | hannosch * r121608 DateTime/ (CHANGES.txt setup.py): Prepare DateTime 3.0b1. | 20:27 |
CIA-83 | hannosch * r121609 /DateTime/tags/3.0b1: Tagged DateTime 3.0b1. | 20:27 |
CIA-83 | hannosch * r121610 DateTime/ (CHANGES.txt setup.py): vb | 20:27 |
CIA-83 | hannosch * r121611 Zope/ (doc/CHANGES.rst versions.cfg): DateTime = 3.0b1 | 20:27 |
CIA-83 | hannosch 2.2 * r121612 Products.CMFCalendar/Products/CMFCalendar/ (tests/test_Event.py CHANGES.txt): Backport c121603 from trunk | 20:27 |
CIA-83 | hannosch 2.2 * r121613 Products.CMFTopic/Products/CMFTopic/ (tests/test_exportimport.py CHANGES.txt): Backported c121571 from trunk | 20:27 |
CIA-83 | d2m * r121614 zopeorg.buildout/ (bootstrap.py buildout.cfg README.txt dev.cfg): initial import from github | 20:27 |
CIA-83 | d2m * r121615 zopeorg.plonetheme/ (83 files in 16 dirs): initial import from github | 20:27 |
CIA-83 | d2m * r121616 zopeorg.buildout/ (buildout.cfg dev.cfg): adjust buildout | 20:27 |
CIA-83 | hannosch 2.13 * r121617 Zope/ (5 files in 4 dirs): Added forward compatibility with DateTime 3 by backporting c121602 and c121606 from trunk | 20:27 |
CIA-83 | hannosch 2.12 * r121618 Zope/ (doc/CHANGES.rst versions.cfg setup.py): Prepare Zope2 2.12.18. | 20:27 |
CIA-83 | hannosch * r121619 /Zope/tags/2.12.18: Tagged Zope2 2.12.18. | 20:27 |
CIA-83 | hannosch 2.12 * r121620 Zope/ (doc/CHANGES.rst versions.cfg setup.py): vb | 20:27 |
*** morphex has quit IRC | 20:51 | |
*** shastry has joined #zope | 20:58 | |
*** mr_jolly has left #zope | 21:03 | |
*** m8 has joined #zope | 21:04 | |
*** markvandenborre has quit IRC | 21:09 | |
*** markvandenborre has joined #zope | 21:09 | |
*** Arfrever has joined #zope | 21:19 | |
*** srichter has quit IRC | 21:26 | |
CIA-83 | hannosch 2.13 * r121621 Zope/ (doc/CHANGES.rst versions.cfg setup.py): Prepare Zope2 2.13.7. | 21:31 |
CIA-83 | hannosch * r121622 /Zope/tags/2.13.7: Tagged Zope2 2.13.7. | 21:31 |
CIA-83 | hannosch 2.13 * r121623 Zope/ (doc/CHANGES.rst versions.cfg setup.py): vb | 21:31 |
CIA-83 | hannosch * r121624 zope2docs/releases: New bugfix releases | 21:31 |
CIA-83 | d2m * r121625 /branches: remove folder, was created by wrong import | 21:31 |
CIA-83 | d2m * r121626 /tags: remove folder, was created by wrong import | 21:31 |
CIA-83 | d2m * r121627 /trunk: remove folder, was created by wrong import | 21:31 |
CIA-83 | d2m * r121628 /zopeorg.plonetheme: remove folder, was created by wrong import | 21:31 |
*** alga has joined #zope | 21:37 | |
*** lynucs has joined #zope | 21:37 | |
*** lynucs has joined #zope | 21:37 | |
*** lynucs is now known as jham | 21:51 | |
*** slackrunner has quit IRC | 22:05 | |
*** slackrunner_ has joined #zope | 22:05 | |
*** m8 has quit IRC | 22:11 | |
*** jham has quit IRC | 22:16 | |
*** lynucs has joined #zope | 22:17 | |
*** lynucs is now known as jham | 22:18 | |
*** slackrunner has joined #zope | 23:05 | |
*** slackrunner has quit IRC | 23:06 | |
*** slackrunner_ has quit IRC | 23:07 | |
*** slackrunner has joined #zope | 23:08 | |
*** __mac__ has joined #zope | 23:10 | |
*** __mac__ has quit IRC | 23:12 | |
*** dayne1 has quit IRC | 23:26 | |
*** dayne has joined #zope | 23:27 | |
CIA-83 | jim * r121629 ZODB/src/BTrees/ (SetOpTemplate.c MergeTemplate.c): Reindented. | 23:48 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!