- Jun 08, 2020
-
-
Delete unused fileutils, path and merge_join modules. Also delete pep8 and avn alias. The pep8 script is superseded by flake8. And the avn alias was pointing to a non-existent script.
-
- Mar 23, 2020
-
-
Marcin Nowak authored
Second fix, more general, should help with ATR-20928 too
-
- Mar 19, 2020
-
-
Marcin Nowak authored
The importhook by itself was OK, but in some cases it would cause a crash in XML parsing due to 2 conflicting copies of pyexpat.so in LCG_96
-
- Dec 04, 2019
-
-
scott snyder authored
- print function. - except statement syntax - bytes/string conversion
-
- Apr 19, 2019
-
-
scott snyder authored
Not yet intended to be complete --- only what's needed by basic Athena and configuration jobs.
-
- Aug 10, 2017
-
-
Stewart Martin-Haugh authored
Former-commit-id: 2db86708
-
- Jul 03, 2017
-
-
Marcin Nowak authored
Final commit for the PyCintex cleanup of Master. Includes Trigger packages and the removal of PyCintex support from Tools/PyUtils/python/Helpers.py:ROOT6Setup() Former-commit-id: 08c7b751
-
- May 27, 2016
-
-
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)
-
- May 17, 2015
-
-
Scott Snyder authored
* Tagging PyUtils-00-14-27. * python/RootUtils.py: Don't dump transient members. 2015-04-23 Alexandre Vaniachine <vaniachine@anl.gov> * Tagging PyUtils-00-14-25 * python/AthFile/impl.py: Fix for ATEAM-122: IS_DATA for BS files from SFO 2015-04-22 scott snyder <snyder@bnl.gov> * Tagging PyUtils-00-14-24. * python/RootUtils.py (RootFileDumper): Fix for non-class branches. 2015-04-16 Graeme Stewart <graeme.andrew.stewart@cern.ch> * bin/diffTAGTree.py - Continue to check events that do match between TAG files even when TAG files have different content or have duplicates ... (Long ChangeLog diff - truncated)
-
- Mar 03, 2015
-
-
R D Schaffer authored
* bin/checkxAOD.py: extend to work with ESD - summing together the aux and dyn, and adding in extra trees for the indet/muon tracking * tagging as PyUtils-00-14-15 2015-02-20 Marcin Nowak <Marcin.Nowak@cern.ch> * python\Dso.py (CxxDsoDb.__init__): another ROOT version check fix * Tagging as PyUtils-00-14-14 * python\Dso.py (gen_typeregistry_dso): Fixed ROOT version checks for ROOT5: ATEAM-112. Disabled DSO functionality for ROOT6 * Tagging as PyUtils-00-14-13 2015-02-16 Will Buttinger <will@cern.ch> * python/WorkAreaLib.py: added AthAnalysisBase to exceptions list, so that WorkArea requirements file is generated correctly * Tagging as PyUtils-00-14-12
-
- Jan 19, 2015
-
-
Graeme Stewart authored
reporting, throw proper exceptions. Prevent AthFileLits from running AthenaMP mode (PyUtils-00-14-07) * python/AmiLib.py - Remove commented out code * Tagging as PyUtils-00-14-07 2014-12-18 Graeme Stewart <graeme.andrew.stewart@cern.ch> * python/AmiLib.py - Another big refactoring: - badresult improved and now returns a boolean and an error message - Rename dry_run to dryrun for consistency - Introduce PyUtilsAMIException exception, which now gets thrown consistently if there are problems - Consolidate the functions of get_project_of_pkg, get_version_of_pkg and tc_submit_tag._get_projects into single method get_pkg_info - Rewrite get_version_of_pkg_with_deps to use module utilities - Simplify find_pkg to remove callback function * python/scripts/tc_find_pkg.py * python/scripts/tc_find_tag.py - Embed script in try: except PyUtilsAMIException: * python/scripts/tc_show_clients.py - Update to get_pkg_info (N.B. Script is still non-functional and disabled) ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Walter Lampl authored
gen_klass of AlgTool: Remove obsolete usage of StoreGateSvc (done by AthAlgTool base now) (PyUtils-00-13-22)
-