]> mj.ucw.cz Git - eval.git/shortlog
eval.git
2011-06-24 Martin MaresFixed a couple of typos in the documentation python
2011-01-12 Tomas GavenciakMerge branch 'python-newpipe' into python
2011-01-12 Tomas GavenciakRefactor
2011-01-12 Tomas GavenciakWrote new pipeline
2011-01-11 Tomas GavenciakMake logs global (class was stupid)
2011-01-11 Tomas GavenciakStarted rewrite to dependency based pipelines
2010-11-27 Martin MaresStatus file docs: A couple of minor improvements
2010-11-27 Martin MaresWhitespace cleanup
2010-11-27 Tomas GavenciakMinor updates (docs, status.py)
2010-11-27 Tomas GavenciakFix in status parsing, add test, add update test
2010-11-27 Tomas GavenciakTests for status, status.py fixes, minor changes
2010-11-27 Tomas GavenciakSeveral changes in status.py, wrote docs
2010-11-23 Tomas GavenciakRethemed html docs (sidebar optional)
2010-11-23 Tomas GavenciakAdded function config_escape
2010-11-23 Tomas GavenciakRewrite docs of config
2010-09-24 Tomas GavenciakMinor fix in log, extend default config
2010-09-24 Tomas GavenciakMoving things around, WIP batch tasktype via hooks
2010-09-24 Tomas GavenciakChanged pipeline.insert syntax - now guesses the functi...
2010-09-24 Tomas GavenciakAdded unfix(), corrected fix()
2010-09-22 Tomas GavenciakAdapted test-pipeline runner in dummy tasktype to use...
2010-09-22 Tomas GavenciakAdd context manager to ConfigTree.parse
2010-09-22 Tomas GavenciakAdded ConfigTree.remove, adapted parse and parse_file
2010-09-22 Tomas GavenciakFixed ConfigVar.variables in case of no operations
2010-09-22 Tomas GavenciakAdded a paranoid test for evaluation order
2010-09-22 Tomas GavenciakFixed variable-list returning functions and removing...
2010-09-18 Tomas GavenciakModified test.py (almost rewrite) python-dummy-working
2010-09-18 Tomas GavenciakRenamed MoeStatus -> Status
2010-09-18 Tomas GavenciakWriting status uses dump
2010-09-18 Tomas GavenciakMinor pretty-printing
2010-09-18 Tomas GavenciakFix the hooks in eval.py (self -> e), status writing
2010-09-18 Tomas GavenciakUpdates in status and pipeline debugging
2010-09-18 Tomas GavenciakNew task "sum" - dummy for now
2010-09-18 Tomas GavenciakFixed dummy task type
2010-09-18 Tomas GavenciakMany changes to pipeline.py
2010-09-18 Tomas GavenciakPipeline functions now get keyword arguments
2010-09-18 Tomas GavenciakFixed pipeline.insert args order
2010-09-18 Tomas GavenciakMinor fix config dumping
2010-09-18 Tomas GavenciakMinor fix extensions loading in eval.py
2010-09-18 Tomas GavenciakFixes around DEBUG_LEVEL
2010-09-18 Tomas GavenciakFix log.py
2010-09-18 Tomas GavenciakMinor fix in util.py
2010-09-18 Tomas GavenciakFix dummy task-type
2010-09-18 Tomas GavenciakFix dummy extension
2010-09-18 Tomas GavenciakMoved some basic settings from eval.py to config
2010-09-18 Tomas GavenciakFixes in config and config parsing
2010-09-18 Tomas GavenciakAdded status write to string
2010-09-11 Tomas GavenciakMade ConfigTree.fix take list os well, added test
2010-09-11 Tomas GavenciakTimeline change, multiple changes in Eval
2010-09-11 Tomas GavenciakMoved module loading, use __import__() now
2010-09-11 Tomas GavenciakForgotten __init__.py
2010-09-11 Tomas GavenciakHOOKS->EXTENSIONS (with explanation), added dummy extension
2010-09-11 Tomas GavenciakAdded dummy task type
2010-09-10 Tomas GavenciakUpdate makefile
2010-09-10 Tomas GavenciakAdd ConfigTree.fix, improve parse_file and use it in...
2010-09-10 Tomas GavenciakPlayed with the documentation
2010-09-10 Tomas GavenciakMinor doc updates and fixes
2010-09-10 Tomas GavenciakUpdated documentation and tidyed up eval.py
2010-09-10 Tomas GavenciakFidex several errors in log.py
2010-09-10 Tomas GavenciakRewriting eval.py with new log, config and timeline
2010-09-10 Tomas GavenciakCreated documentation
2010-09-10 Tomas GavenciakRewrite of moe.log using python logging
2010-09-07 Tomas GavenciakRenamed conf -> config, refactoring inside config
2010-09-07 Tomas GavenciakAdded shorthand access moe.ConfTree[key] to conf
2010-07-10 Tomas GavenciakUpdated tests, added priority (levels) test
2010-07-10 Tomas GavenciakFixed small error (which should manifest anyway)
2010-07-10 Tomas GavenciakImplemented varname as a shorthand for "{varname}"
2010-07-10 Tomas GavenciakAdd unicode and file parsing test
2010-07-10 Tomas GavenciakTest variable fixing, update TODO
2010-07-10 Tomas GavenciakFixed stupid order error in fixing
2010-07-10 Tomas GavenciakSanitize by adding newlines detween defs
2010-07-10 Tomas GavenciakImplemented simple variable fixing.
2010-07-10 Tomas GavenciakFix local import name
2010-07-09 Martin MaresConfig parser: added one forgotten WS
2010-05-29 Tomas GavenciakSeveral new tests, updated, all passed
2010-05-29 Tomas GavenciakNow moe module, update ConfigError, minor fix
2010-05-29 Tomas GavenciakNew ConfigError subclasses, move re_VARNAME
2010-05-29 Tomas GavenciakFixed invalidating conditions and chained condition...
2010-05-29 Tomas GavenciakFixed minor bug in conf condition eval
2010-05-29 Tomas GavenciakMany fixes to config parser, many (passed) tests.
2010-05-29 Tomas GavenciakFixed minor type typo
2010-05-29 Tomas GavenciakIncluded *.pyc to .gitignore
2010-05-25 Tomas GavenciakConfig parser complete, but completely untested.
2010-05-25 Tomas GavenciakChanges to config operations structure.
2010-05-24 Tomas GavenciakSyntax constants localized to parser class.
2010-05-23 Tomas GavenciakComplete, but untested config parser.
2010-05-23 Tomas GavenciakRenamed VARNAME_re to re_VARNAME
2010-05-23 Tomas GavenciakChanged clause->formula in ConfigCondition, added formu...
2010-05-22 Tomas GavenciakNew file for conf parser, move and update conf file...
2010-05-11 Tomas GavenciakAdded syntax for config files (to be reviewed)
2010-05-09 Tomas GavenciakImporoved and shortened conf.py code
2010-05-07 Tomas GavenciakNew module for config evaluation. Basic testing.
2009-08-15 Martin MaresSaved the example task
2009-08-14 Martin MaresBetter logging of exceptions
2009-08-14 Martin MaresMake "+=" insert spaces as necessary
2009-08-14 Martin MaresRemoved config resolution caching
2009-08-14 Martin MaresImplemented syntax checkers and output filters
2009-08-14 Martin MaresBackward-compatible point files implemented
2009-08-14 Martin MaresUnify names of exception variables
2009-08-14 Martin Marese.cfgs[x] can be shortened to e[x]
2009-08-14 Martin MaresJudges can return single-line verdicts on stderr instea...
next