| *** mahound has quit IRC | 00:03 | |
| *** astoon has joined #zope | 00:22 | |
| *** thetet has quit IRC | 00:26 | |
| CIA-82 | fdrake * r121013 zc.zope3recipes/zc/zope3recipes/debugzope.py: | 00:32 |
|---|---|---|
| CIA-82 | handle $PYTHONSTARTUP the way it should be (like an interactive Python); | 00:32 |
| CIA-82 | globals defined by $PYTHONSTARTUP are in the environment you interact in | 00:32 |
| CIA-82 | fdrake * r121014 zc.zope3recipes/README.txt: add change note | 00:32 |
| CIA-82 | trollfot zca-only * r121015 grokcore.view/ (18 files in 6 dirs): | 00:32 |
| CIA-82 | Using now infrae.testbrowser | 00:32 |
| CIA-82 | Removed tests from features we no longer want to support | 00:32 |
| *** astoon has quit IRC | 00:33 | |
| *** eperez has quit IRC | 00:33 | |
| *** m8 has quit IRC | 00:44 | |
| *** srichter has joined #zope | 00:54 | |
| *** moo-_- has quit IRC | 01:09 | |
| *** moo-_- has joined #zope | 01:09 | |
| *** srichter has quit IRC | 01:09 | |
| *** srichter has joined #zope | 01:10 | |
| *** evilbungle has quit IRC | 01:19 | |
| *** bigkevmcd has quit IRC | 01:19 | |
| *** d2m has left #zope | 01:23 | |
| *** dayne has quit IRC | 01:51 | |
| *** alvaro_o has joined #zope | 02:18 | |
| *** Ariel_Calzada has quit IRC | 02:31 | |
| *** Spanktar has quit IRC | 02:31 | |
| *** MrTango has quit IRC | 02:56 | |
| *** webmaven has quit IRC | 03:07 | |
| *** lucmult has joined #zope | 03:13 | |
| *** alvaro_o has joined #zope | 03:25 | |
| *** lucmult has quit IRC | 04:17 | |
| *** lucmult has joined #zope | 04:17 | |
| *** Ariel_Calzada has joined #zope | 04:18 | |
| *** lucmult has quit IRC | 04:20 | |
| *** lucmult has joined #zope | 04:21 | |
| *** cwarner has joined #zope | 04:25 | |
| *** srichter has quit IRC | 04:28 | |
| *** redir has quit IRC | 04:29 | |
| *** lucmult has quit IRC | 04:46 | |
| *** benji has quit IRC | 04:46 | |
| *** benji has joined #zope | 04:48 | |
| *** redir has joined #zope | 05:01 | |
| *** mcdonc has joined #zope | 05:06 | |
| *** Ariel_Calzada has quit IRC | 05:07 | |
| *** davisagli has quit IRC | 06:01 | |
| *** davisagli has joined #zope | 06:02 | |
| *** xanalogica has joined #zope | 06:15 | |
| *** xanalogica has quit IRC | 06:19 | |
| *** sm has quit IRC | 06:20 | |
| *** xanalogica has joined #zope | 06:37 | |
| *** xanalogica has quit IRC | 06:49 | |
| *** huajie has joined #zope | 06:56 | |
| *** huajie has quit IRC | 08:20 | |
| *** Theuni2 has joined #zope | 08:33 | |
| *** hever has joined #zope | 08:47 | |
| *** wosc has joined #zope | 08:54 | |
| *** __mac__ has joined #zope | 09:03 | |
| *** menesis has joined #zope | 09:03 | |
| *** zagy has joined #zope | 09:07 | |
| *** Theuni2 has quit IRC | 09:15 | |
| *** agroszer has joined #zope | 09:16 | |
| *** bigkevmcd has joined #zope | 09:28 | |
| *** planetzopebot has quit IRC | 09:33 | |
| *** planetzopebot has joined #zope | 09:34 | |
| *** Theuni2 has joined #zope | 09:42 | |
| *** AnneGilles has joined #zope | 09:46 | |
| *** Vejeta has quit IRC | 09:47 | |
| *** Theuni2 has quit IRC | 09:50 | |
| *** Wu has joined #zope | 09:52 | |
| *** Theuni2 has joined #zope | 10:03 | |
| CIA-82 | icemac * r121016 zc.freeze/ (7 files in 2 dirs): | 10:22 |
| CIA-82 | - Updated tests to run with ZTK 1.0 (using a nonpersistent zope.locking token utility is no longer possible as it requires to be persistent to work) | 10:22 |
| CIA-82 | - Updated metadata in setup.py | 10:22 |
| CIA-82 | icemac * r121017 zc.freeze/ (bootstrap.py COPYRIGHT.txt ZopePublicLicense.txt LICENSE.txt): Conform to repository policy. | 10:22 |
| CIA-82 | icemac * r121018 zc.freeze/ (CHANGES.txt src/zc/freeze/tests.py): Using Python's ``doctest`` module instead of depreacted ``zope.testing.doctest``. | 10:22 |
| CIA-82 | icemac 1.0 * r121019 zc.freeze/ (bootstrap.py COPYRIGHT.txt ZopePublicLicense.txt LICENSE.txt): Conform to repository policy. | 10:22 |
| CIA-82 | icemac * r121020 zc.i18n/ (CHANGES.txt src/zc/i18n/tests.py): Using Python's ``doctest`` module instead of depreacted ``zope.testing.doctest``. | 10:22 |
| CIA-82 | icemac * r121021 zc.i18n/ (10 files in 3 dirs): Conform to repository policy. | 10:22 |
| CIA-82 | icemac * r121022 zc.icp/ (6 files in 2 dirs): | 10:22 |
| CIA-82 | - Fixed tests to run on Python 2.4 up to 2.7. | 10:22 |
| CIA-82 | - Moved change log into separate file | 10:22 |
| CIA-82 | icemac * r121023 zc.icp/ (5 files in 2 dirs): Conform to repository policy. | 10:22 |
| CIA-82 | icemac * r121024 zc.icp/ (src/zc/icp/tests.py CHANGES.txt): Using Python's ``doctest`` module instead of depreacted ``zope.testing.doctest``. | 10:22 |
| *** eperez has joined #zope | 10:30 | |
| *** humanfromearth has joined #zope | 10:33 | |
| *** MrTango has joined #zope | 10:43 | |
| *** f10w has quit IRC | 10:47 | |
| *** Ariel_Calzada has joined #zope | 10:53 | |
| *** Gogo|gui has joined #zope | 10:55 | |
| *** d2m has joined #zope | 10:55 | |
| *** avoinea has joined #zope | 11:00 | |
| *** avoinea has joined #zope | 11:00 | |
| *** alexpilz has joined #zope | 11:14 | |
| *** Gogo|gui has quit IRC | 11:14 | |
| *** f10w has joined #zope | 11:19 | |
| *** Gogo|gui has joined #zope | 11:21 | |
| *** cpf_ has joined #zope | 11:24 | |
| *** goschtl has joined #zope | 11:28 | |
| *** evilbungle has joined #zope | 11:36 | |
| *** hever has quit IRC | 11:36 | |
| *** hever has joined #zope | 11:37 | |
| *** fredvd has joined #zope | 11:43 | |
| *** mr_jolly has joined #zope | 11:52 | |
| *** Ariel_Calzada has quit IRC | 11:53 | |
| *** humanfromearth has left #zope | 11:54 | |
| *** Gogo|gui has quit IRC | 11:55 | |
| *** Gogo|gui has joined #zope | 12:01 | |
| *** Gogo|gui has quit IRC | 12:08 | |
| *** Gogo|gui has joined #zope | 12:08 | |
| *** TomBlockley has joined #zope | 12:11 | |
| *** Gogo|gui has quit IRC | 12:14 | |
| *** Gogo|gui has joined #zope | 12:14 | |
| *** Theuni2 has quit IRC | 12:17 | |
| *** sylvain has joined #zope | 12:18 | |
| *** Theuni2 has joined #zope | 12:20 | |
| *** menesis has quit IRC | 12:29 | |
| *** TomBlockley has quit IRC | 12:31 | |
| *** TomBlockley has joined #zope | 12:32 | |
| *** Gogo|gui has quit IRC | 12:39 | |
| *** dayne has joined #zope | 12:46 | |
| *** nitrogenycs has joined #zope | 12:54 | |
| *** TomBlockley has quit IRC | 12:57 | |
| *** teix has joined #zope | 13:00 | |
| *** d2m has quit IRC | 13:19 | |
| *** menesis has joined #zope | 13:21 | |
| *** TomBlockley has joined #zope | 13:22 | |
| *** Theuni2 has quit IRC | 13:23 | |
| CIA-82 | jim python-3-2 * r121025 zc.buildout/src/zc/buildout/buildout.py: | 13:24 |
| CIA-82 | Binary and text modes are now meaningful on non-windows systems in | 13:24 |
| CIA-82 | Python 3. | 13:24 |
| CIA-82 | jim python-3-2 * r121026 zc.buildout/src/zc/buildout/testing.py: | 13:24 |
| CIA-82 | It's important to call wait on subprocess objects to avoid resource | 13:24 |
| CIA-82 | leakage in Python 3. | 13:24 |
| CIA-82 | trollfot zca-only * r121027 grokcore.view/src/grokcore/view/ftests/view/ (view.py require.py macros.py): | 13:24 |
| CIA-82 | We can't test require in a functional test. | 13:24 |
| CIA-82 | That would be assuming that the app can handle authentication. | 13:24 |
| CIA-82 | We have currently no such things. | 13:24 |
| CIA-82 | Using now infrae.testbrowser | 13:24 |
| *** TomBlockley has quit IRC | 13:25 | |
| *** gr0gmint has joined #zope | 13:27 | |
| *** d2m has joined #zope | 13:33 | |
| *** d2m has quit IRC | 13:34 | |
| *** d2m has joined #zope | 13:37 | |
| *** AnneGilles has quit IRC | 13:42 | |
| *** Theuni2 has joined #zope | 13:50 | |
| *** srichter has joined #zope | 13:59 | |
| *** Gogo|gui has joined #zope | 14:17 | |
| *** Gogo|gui has quit IRC | 14:19 | |
| *** TomBlockley has joined #zope | 14:23 | |
| *** Gogo|gui has joined #zope | 14:25 | |
| *** Ariel_Calzada has joined #zope | 14:29 | |
| *** sunew has joined #zope | 14:32 | |
| *** Gogo|gui has quit IRC | 14:34 | |
| *** Gogo|gui has joined #zope | 14:37 | |
| CIA-82 | trollfot zca-only * r121028 grokcore.view/src/grokcore/view/ftests/staticdir: We don't want to support this anymore. | 14:37 |
| *** TomBlockley has quit IRC | 14:40 | |
| *** Wu has quit IRC | 14:41 | |
| *** TomBlockley has joined #zope | 14:50 | |
| *** TomBlockley has joined #zope | 14:51 | |
| *** Gogo|gui has quit IRC | 14:59 | |
| *** vvinet has quit IRC | 14:59 | |
| *** Gogo|gui has joined #zope | 14:59 | |
| *** Theuni2 has quit IRC | 15:01 | |
| *** Gogo|gui has quit IRC | 15:10 | |
| *** Gogo|gui has joined #zope | 15:12 | |
| *** wosc has quit IRC | 15:13 | |
| *** mr_jolly has left #zope | 15:19 | |
| *** Gogo|gui has quit IRC | 15:20 | |
| *** Gogo|gui has joined #zope | 15:21 | |
| *** mr_jolly has joined #zope | 15:25 | |
| *** vvinet has joined #zope | 15:27 | |
| CIA-82 | hannosch * r121029 zope.contenttype/bootstrap.py: Update to latest bootstrap | 15:28 |
| CIA-82 | hannosch * r121030 zope.contenttype/ (CHANGES.txt src/zope/contenttype/mime.types): Added new mime types for web fonts, cache manifest and new media formats. | 15:28 |
| CIA-82 | hannosch * r121031 zope.contenttype/ (CHANGES.txt setup.py): Prepare zope.contenttype 3.5.3. | 15:28 |
| CIA-82 | hannosch * r121032 /zope.contenttype/tags/3.5.3: Tagged zope.contenttype 3.5.3. | 15:28 |
| CIA-82 | hannosch * r121033 zope.contenttype/ (CHANGES.txt setup.py): vb | 15:28 |
| *** lucmult has joined #zope | 15:36 | |
| *** svenn has joined #zope | 15:41 | |
| *** dayne has quit IRC | 15:47 | |
| *** bowe has joined #zope | 15:53 | |
| *** bowe has quit IRC | 15:54 | |
| *** goschtl has quit IRC | 15:57 | |
| *** svenn has quit IRC | 16:03 | |
| *** dayne has joined #zope | 16:10 | |
| *** bowe has joined #zope | 16:14 | |
| *** bowe has quit IRC | 16:15 | |
| *** eperez has quit IRC | 16:28 | |
| *** __mac__ has quit IRC | 16:42 | |
| *** bowe has joined #zope | 16:43 | |
| *** sm has joined #zope | 16:47 | |
| *** sylvain has quit IRC | 17:02 | |
| *** Wu has joined #zope | 17:08 | |
| *** lcpfnyvc has quit IRC | 17:12 | |
| *** fredvd has quit IRC | 17:22 | |
| *** Wu has quit IRC | 17:28 | |
| *** Wu has joined #zope | 17:28 | |
| *** tiwula has joined #zope | 17:30 | |
| *** yvl has quit IRC | 17:31 | |
| CIA-82 | MatthewWilkes * r121034 Zope/sources.cfg: Add ZConfig to sources so we get MvL's fixes to the InetAddr datatype. | 17:32 |
| *** agroszer has quit IRC | 17:40 | |
| *** Gogo|gui has quit IRC | 17:42 | |
| *** J1m has joined #zope | 17:43 | |
| *** TresEquis has joined #zope | 17:53 | |
| *** sunew has quit IRC | 18:03 | |
| *** Ariel_Calzada has quit IRC | 18:12 | |
| *** vvinet has quit IRC | 18:16 | |
| *** dayne1 has joined #zope | 18:20 | |
| *** dayne has quit IRC | 18:21 | |
| CIA-82 | MatthewWilkes * r121034 Zope/sources.cfg: Add ZConfig to sources so we get MvL's fixes to the InetAddr datatype. | 18:23 |
| CIA-82 | MatthewWilkes * r121035 Zope/src/ZServer/datatypes.py: The getaddrinfo API provides a superset of the info provided by gethostbyname but isn't ipv4 specific. | 18:23 |
| CIA-82 | MatthewWilkes * r121036 Zope/src/ZServer/ (medusa/http_server.py tests/test_config.py): Detect IPv6 hosts and use the appropriate address family. | 18:23 |
| CIA-82 | trollfot zca-only * r121037 grokcore.view/src/grokcore/view/ (7 files in 5 dirs): | 18:23 |
| CIA-82 | Added custom cromlech bits. | 18:23 |
| CIA-82 | Changed tests to fit the adaptations | 18:23 |
| CIA-82 | menesis * r121038 zope.app.server/ (3 files in 2 dirs): Remove test_zpasswd.py, it was moved to zope.password. Bump version to 3.6.0dev | 18:23 |
| CIA-82 | menesis * r121039 zope.app.server/src/zope/app/server/tests/ (test_server.py test_servertype.py): Use Python's doctest module instead of deprecated zope.testing.doctest. | 18:23 |
| CIA-82 | menesis * r121040 zope.app.server/src/zope/app/server/tests/test_mkzopeinstance.py: | 18:23 |
| CIA-82 | Select 'Plain Text' password manager in the test to make it pass with any | 18:23 |
| CIA-82 | zope.password version. Implementation of all other password managers was | 18:23 |
| CIA-82 | changed in zope.password 3.7 | 18:23 |
| CIA-82 | menesis * r121041 zope.app.server/ (16 files in 4 dirs): Remove CVS-era Id fossils. | 18:23 |
| *** alecm has quit IRC | 18:26 | |
| *** alexpilz has quit IRC | 18:29 | |
| *** alvaro_o has joined #zope | 18:30 | |
| *** alvaro_o has quit IRC | 18:30 | |
| *** Spanktar has joined #zope | 18:44 | |
| *** Ariel_Calzada has joined #zope | 18:45 | |
| *** zagy has quit IRC | 18:54 | |
| *** alecm has joined #zope | 18:58 | |
| *** alecm has joined #zope | 18:58 | |
| *** __mac__ has joined #zope | 18:58 | |
| *** Gogo|tty has quit IRC | 19:22 | |
| *** mcdonc has quit IRC | 19:30 | |
| *** evilbungle has quit IRC | 19:41 | |
| *** mcdonc has joined #zope | 19:42 | |
| *** __mac__ has quit IRC | 19:44 | |
| *** hever has quit IRC | 19:46 | |
| *** hever has joined #zope | 19:47 | |
| *** lucmult1 has joined #zope | 19:49 | |
| *** lucmult has quit IRC | 19:50 | |
| *** m8 has joined #zope | 19:50 | |
| *** TomBlockley has quit IRC | 19:54 | |
| *** hever has quit IRC | 20:11 | |
| *** avoinea has left #zope | 20:12 | |
| *** hever has joined #zope | 20:12 | |
| *** daMaestro has joined #zope | 20:14 | |
| *** Wu has quit IRC | 20:23 | |
| *** nitrogenycs has quit IRC | 20:24 | |
| *** cpf_ has quit IRC | 20:30 | |
| *** gr0gmint has quit IRC | 20:31 | |
| CIA-82 | srichter * r121042 zope.schema/ (7 files in 3 dirs): (log message trimmed) | 20:36 |
| CIA-82 | After many years of aggrevation, I finally had enough! :-) | 20:36 |
| CIA-82 | - Implemented a ``defaultFactory`` attribute for all fields. It is a callable | 20:36 |
| CIA-82 | that can be used to compute default values. The simplest case is:: | 20:36 |
| CIA-82 | Date(defaultFactory=datetime.date.today) | 20:36 |
| CIA-82 | If the factory needs a context to compute a sensible default value, then it | 20:36 |
| CIA-82 | must provide ``IContextAwareDefaultFactory``, which can be used as follows:: | 20:36 |
| CIA-82 | srichter * r121043 /zope.schema/tags/3.8.0: Create release tag. | 20:36 |
| CIA-82 | srichter * r121044 zope.schema/ (CHANGES.txt setup.py): svb | 20:36 |
| *** __mac__ has joined #zope | 20:42 | |
| *** menesis has quit IRC | 20:55 | |
| *** __mac__ has quit IRC | 21:01 | |
| *** d2m has quit IRC | 21:17 | |
| *** sanman has left #zope | 21:30 | |
| *** d2m has joined #zope | 21:33 | |
| *** __mac__ has joined #zope | 21:45 | |
| *** __mac__ has quit IRC | 21:49 | |
| *** __mac__ has joined #zope | 21:50 | |
| *** menesis has joined #zope | 21:57 | |
| *** avoinea has joined #zope | 22:30 | |
| *** goschtl has joined #zope | 22:40 | |
| *** avoinea has quit IRC | 22:40 | |
| *** menesis has quit IRC | 23:10 | |
| *** goschtl has quit IRC | 23:11 | |
| *** teix has left #zope | 23:12 | |
| *** Ariel_Calzada has quit IRC | 23:16 | |
| *** runyaga has quit IRC | 23:17 | |
| *** lucmult1 has quit IRC | 23:17 | |
| *** __mac__ has quit IRC | 23:21 | |
| *** __mac__ has joined #zope | 23:23 | |
| *** __mac__ has quit IRC | 23:28 | |
| *** Ariel_Calzada has joined #zope | 23:29 | |
| *** J1m has quit IRC | 23:43 | |
| *** tiwula has quit IRC | 23:45 | |
| *** mcdonc has quit IRC | 23:59 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!