Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 13, 2020
  2. Oct 06, 2020
  3. Jul 14, 2020
  4. Jun 12, 2020
  5. Jun 08, 2020
  6. Mar 17, 2020
  7. Feb 07, 2020
  8. Feb 03, 2020
  9. Dec 19, 2019
    • scott snyder's avatar
      RootUtils: More python 3 fixes · 78950067
      scott snyder authored
       - For python 3, one needs to use PyInstanceMethod_New to create an instance
         method, not PyMethod_New as in python 2.
       - basestring
       - map is now a generator
       - commands -> subprocess
       - it.next() -> next(it)
      78950067
    • scott snyder's avatar
      PyUtils: Update CORAL attribute access for python 3. · 4f2dc43e
      scott snyder authored
      Update the handling of CORAL attributes to work with both py3 and py2.
      Can simplify it now using a pyroot template proxy.
      Also remove reference to izip, which doesn't exist in py3.
      4f2dc43e
  10. Oct 24, 2019
  11. Oct 04, 2019
  12. Sep 09, 2019
  13. Aug 16, 2019
  14. Jul 12, 2019
  15. Jun 26, 2019
  16. Jun 21, 2019
  17. May 25, 2019
  18. Feb 06, 2019
  19. Oct 12, 2018
    • Frank Winklmeier's avatar
      acmd.py: Remove unnecessary ROOT import in diff_root_files · 224d8af7
      Frank Winklmeier authored
      acmd.py loads all available plugins (modules in its script directory)
      each time it is executed. Removing unnecessary imports at the module
      level speeds up this process significantly. For example, removing the
      unnecessary ROOT import in diff_root_files.py saves 2 out of the 3
      seconds when running `acmd.py -h`.
      
      
      Former-commit-id: 788c04c2
      224d8af7
  20. Jun 07, 2017
    • Marcin Nowak's avatar
      PyUtils Reflex cleanup · ef436409
      Marcin Nowak authored
      Removing references to PyCintex, Reflex and ROOT6Setup from PyUtils
      as final cleanup after the ROOT6 transition
      ROOT6Setup remains in Helpers as it is still in use by other packages
      Note: Dso.py was earlier disabled and this commit does not fix it
      
      Former-commit-id: 5e9f6d2e
      ef436409
  21. May 27, 2016
    • Walter Lampl's avatar
      rewrite of get-tag-diff.py to be cmt and cmake compatible (PyUtils-00-14-75) · 6c4a1fa3
      Walter Lampl authored
      2016-04-27 Walter Lampl <walter.lampl@ cern.ch>
      	* rewrite of get-tag-diff.py to be cmt and cmake compatible
      	* tag PyUtils-00-14-75
      
      2016-04-12  scott snyder  <snyder@bnl.gov>
      
      	* Tagging PyUtils-00-14-74.
      	* python/RootUtils.py: Remove diagnostics.  Keep temp files open
      	through the end of program execution to avoid cling caching
      	issues.
      
      2016-04-11  scott snyder  <snyder@bnl.gov>
      
      	* Tagging PyUtils-00-14-73.
      	* Still working on ATN test failure.  Seems to be related to
      	ROOT-7059.
      
      2016-04-11 Will Buttinger <will@cern.ch>
      	* bin/getAMIDatasetParameters.py: improved default printout, preserve order of specified datasets, and preserve comments/blanklines from file in the inDsTxt
      	* Tagging PyUtils-00-14-72
      ...
      (Long ChangeLog diff - truncated)
      6c4a1fa3
  22. Oct 10, 2015
  23. Aug 05, 2015
    • Marcin Nowak's avatar
      PoolFile.py TypeError fix (PyUtils-00-14-34-01) · 02792844
      Marcin Nowak authored
      	* merged diff between PyUtils-00-14-37 PyUtils-00-14-38:
      	* python\PoolFile.py (extract_streams_from_tag): workaround for
      	PyROOT getattr(tree, branchname) bug in ROOT 5.34.25 for reading
      	Tokens from TAG files (https://its.cern.ch/jira/browse/ATLASRECTS-1489)
      	* Tagging PyUtils-00-14-34-01
      
      2015-06-04  Marcin Nowak  <Marcin.Nowak@cern.ch>
      	* bin\getTagDiff.py: improved handling of LCG and MIG tags
      	* Tagging PyUtils-00-14-34
      
      2015-06-01  Marcin Nowak  <Marcin.Nowak@cern.ch>
      	* python\scripts\diff_root_files.py: fix --ignore-leaves which
      	broke in the last tag
      	* Tagging PyUtils-00-14-32
      	* make --ignore-leaves able to ignore subbranches
      	* Tagging PyUtils-00-14-33
      
      2015-05-28  Marcin Nowak  <Marcin.Nowak@cern.ch>
      	* python\scripts\diff_root_files.py: rewrote the code to
      	handle differencies better
      ...
      (Long ChangeLog diff - truncated)
      02792844
  24. Feb 18, 2015
    • Graeme Stewart's avatar
      * bin/pkgco.py · c7cce36b
      Graeme Stewart authored
      	- Fix pkgco.py for checkout of Gaudi packages
      	* python/RootUtils.py
      	- Enable cppyy in import_root helper
      	* Tagging as PyUtils-00-14-11 (PyUtils-00-14-11)
      
      	* bin/pkgco.py
      	- Fix pkgco.py for checkout of Gaudi packages
      	* python/RootUtils.py
      	- Enable cppyy in import_root helper
      	* Tagging as PyUtils-00-14-11
      
      2015-01-16  Marcin Nowak  <Marcin.Nowak@cern.ch>
      	* python\Dso.py: Add ROOT6 setup
      	* Tagging as PyUtils-00-14-10
      
      2014-12-22 Peter van Gemmeren  <gemmeren@anl.gov>
      	* python/scripts/diff_root_files.py: Add ROOT6 setup
      	* Tagging as PyUtils-00-14-09
      
      2014-12-18 Graeme Stewart <graeme.andrew.stewart@cern.ch>
      	* python/AmiLib.py
      	- Remove duplicate results from get_pkg_info
      	* python/scripts/tc_submit_tag.py
      	- Fix readline history in query_project
      c7cce36b
  25. Sep 19, 2014
Loading