- Aug 18, 2020
-
-
scott snyder authored
Remove call to obsolete enable_tree_speedups().
-
- Jun 04, 2020
-
-
Frank Winklmeier authored
Delete the `gen/load_typeregistry_dso` functions that could create/load a `typereg_dso_db.csv` file with type information. However, the generate function currently just creates an empty file and thus this code seems no longer necessary.
-
- Apr 17, 2020
-
-
scott snyder authored
Remove support for pre-MT thinning (ThinningSvc).
-
- Nov 26, 2019
-
-
scott snyder authored
- xrange -> range - take basestring from past.builtins - long - take reload from imp
-
- Oct 30, 2019
-
-
Frank Winklmeier authored
-
- Oct 28, 2019
-
-
Frank Winklmeier authored
Enable flake8 for all python modules and make them compliant.
-
- Apr 18, 2019
-
-
scott snyder authored
Initial python3 port. Not yet meant to be complete; only enough to run basic athena/configuration jobs.
-
- Jun 22, 2017
-
-
Marcin Nowak authored
Removing uses of PyCintex, CINT, Reflex and ROOT5 from packages in Control - they are not needed in ROOT6 world. Former-commit-id: 61252ce5
-
- Apr 10, 2017
-
-
Alexey Boldyrev authored
Former-commit-id: 56a7a78c27828483a3f9d143788ae799752b3178
-
- Nov 27, 2015
-
-
Scott Snyder authored
* Tagging AthenaPython-00-06-40-01. * Merge from trunk: 2015-11-15 scott snyder <snyder@bnl.gov> * Tagging AthenaPython-00-06-45. * python/Bindings.py (_py_init_ClassIDSvc): Make sure dictionaries get loaded with root6.
-
- Jan 19, 2015
-
-
Peter Van Gemmeren authored
* python/Bindings.py: Protect IThinningSvc.RemovedIdx assignment (needed by ROOT 6). * Tag AthenaPython-00-06-39 2014-11-26 Karsten Koeneke <karsten.koeneke@cern.ch> * python/PyAthenaComps.py: Move to new ICutFlowSvc. * Tag AthenaPython-00-06-38 2014-11-13 Will Buttinger <will@cern.ch> * src/PyAthenaAlg.cxx and PyAthenaComps.py : added resetExecuted method callthrough to python so this can be implemented in python * added setExecuted and isExecuted accessors to underlying cpp handle as well * Tag AthenaPython-00-06-37 2014-11-10 Marcin Nowak <Marcin.Nowak@cern.ch> * python\FilePeekerLib.py(process_metadata): enabled coral::Attribute::data<bool> reading for ROOT6 after fix: https://sft.its.cern.ch/jira/browse/ROOT-6067 * Tag AthenaPython-00-06-36 ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Graeme Stewart authored
-