tools/python-jenkinsapi.git
2013-10-11 Hugh BrownRevert overreaching change
2013-10-11 Hugh BrownRemove passing now-deleted parameter (deleted because...
2013-10-11 Hugh BrownRename Result.id() to Result.identifier (builtin id)
2013-10-11 Hugh Brownpylint fixes for jenkinsapi_tests/
2013-10-11 Hugh Brownpylint fixes for jenkinsapi/
2013-10-11 Hugh BrownFix None comparisons and arithmetic spacing
2013-10-11 Hugh BrownFix pep8 errors in examples/
2013-10-11 Hugh BrownFix pep8 errors in examples/
2013-10-11 Hugh Brownpep8 fixes in test and utils directories
2013-10-11 Hugh BrownFix pep8 errors in setup.py
2013-10-11 Hugh BrownPatch tests and utils: exceptions to custom_exceptions
2013-10-11 Hugh BrownPatch tests and utils: exceptions to custom_exceptions
2013-10-11 Hugh BrownDisable I0011 pylint message
2013-10-11 Hugh BrownRename exceptions to custom_exceptions (because excepti...
2013-10-10 Hugh BrownDisable 'Unexpected keyword arg' error
2013-10-10 Hugh BrownUnnecessary lambda?
2013-10-10 Hugh BrownDo not use variables that clash with builtins (id,...
2013-10-10 Hugh BrownBest guess at using unused variable
2013-10-10 Hugh BrownBest guess at why a variable is undefined
2013-10-10 Hugh BrownUse longer variable name
2013-10-10 Hugh BrownUse longer variable name
2013-10-10 Hugh BrownUse good variable name
2013-10-10 Hugh BrownUse longer variable name
2013-10-10 Hugh BrownFix use of for-else with no break
2013-10-10 Hugh BrownFool with pylintrc
2013-10-10 Hugh BrownSplit overlong line
2013-10-10 Hugh BrownLookup in dict
2013-10-10 Hugh BrownMove docstring before code
2013-10-10 Hugh BrownModify over-long lines
2013-10-10 Hugh BrownRenaming variable that masks one in outer scope
2013-10-10 Hugh BrownInitialize instance variable inside ctor
2013-10-10 Hugh BrownFix dangerous default argument
2013-10-10 Hugh BrownAdd docstring to class
2013-10-10 Hugh BrownRemove unneeded argument in internal method
2013-10-10 Hugh BrownSplit long lines
2013-10-10 Hugh BrownImplement methods with dict-like primitives
2013-10-10 Hugh BrownPut dict to use
2013-10-10 Hugh BrownFix pylint errors relating to collection implementation
2013-10-10 Hugh BrownUse dict.get to simplify test and iteration
2013-10-10 Hugh BrownChange class name jenkins_invoke to JenkinsInvoke ...
2013-10-10 Hugh BrownAdd module and class docstrings
2013-10-10 Hugh BrownRemove dead file
2013-10-10 Hugh BrownRemove unused imports
2013-10-10 Hugh BrownFix pylint error relating to logging
2013-10-10 Hugh BrownAdd module docstring
2013-10-10 Hugh BrownUse list comprehension; split long lines
2013-10-10 Hugh BrownMerge multiple docstrings
2013-10-10 Hugh BrownRemove unneeded imports
2013-10-10 Hugh BrownFix over-indentation
2013-10-10 Hugh BrownAdd pylint config
2013-10-10 Hugh BrownAdd pep8 and pylint to .travis.yml
2013-10-10 Hugh BrownChange import for pylint error
2013-10-10 Hugh BrownReformat __all__
2013-10-10 Hugh BrownFix really long lines
2013-10-10 Hugh BrownFix indentation of block
2013-10-10 Hugh BrownRemove use of has_key
2013-10-10 Hugh BrownSplit lines joined by semicolon
2013-10-10 Hugh BrownFix whitespace around operators
2013-10-10 Hugh BrownAdd trailing newline in file
2013-10-10 Hugh BrownFix whitespace issues
2013-10-06 Salim FadhleyMerge pull request #175 from Smartesting/fetch_all_builds
2013-10-04 Christophe... Fetch full build list when incomplete
2013-10-04 Christophe... ensure virtualenv installed and WORKSPACE defined
2013-10-04 Christophe... Add Plugins#__str__
2013-10-01 Salim FadhleyMerge pull request #172 from kworr/patch-1
2013-10-01 kworrfix exceptions inheritance
2013-09-27 salimfadhleyadd license to setup file
2013-09-27 salimfadhleyversion bump
2013-09-27 Salim FadhleyMerge pull request #167 from victorgp/master
2013-09-27 Salim FadhleyMerge pull request #170 from rocktavious/master
2013-09-27 KyleREADME work
2013-09-12 Victor Garcíachanging test to check the fix
2013-09-12 Victor Garcíaupdating and fixing tests
2013-09-12 Victor Garcíafixing queue url format, the api/python part was duplicated
2013-09-12 Victor Garcíafixing get_last_build when the build is running and...
2013-09-12 Victor Garcíaupdating with original repo
2013-09-08 Aleksey MaksimovMerge pull request #163 from TageNielsen/master
2013-09-07 Tage NielsenPip 1.4+ compatibility with pytz
2013-08-31 Aleksey MaksimovMerge pull request #162 from kbriggs/topic-matrix-runs
2013-08-30 Kieron BriggsAdd Build.get_matrix_runs()
2013-08-30 Kieron BriggsMake test_jenkins_artifacts more forgiving
2013-08-22 salimfadhleyVersion bump
2013-08-18 Aleksey MaksimovMerge pull request #161 from lechat/block_fix
2013-08-18 Aleksey MaksimovFixed last build number in invocation
2013-08-16 Aleksey MaksimovMerge pull request #154 from pkocandr/unstable-sslnoverify
2013-08-16 Aleksey MaksimovMerge pull request #154 from pkocandr/unstable-sslnoverify
2013-08-04 Aleksey MaksimovMerge pull request #159 from lechat/invoke_fix
2013-08-04 Aleksey MaksimovFixed problem with get_build_number (Issue #158)
2013-08-04 Aleksey MaksimovRemoved debug printout
2013-07-28 Aleksey MaksimovMerge branch 'master' of github.com:lechat/jenkinsapi
2013-07-26 Petr KocandrleAllow no verification of server certificate when using...
2013-07-24 Aleksey MaksimovMerge pull request #151 from lechat/plugins
2013-07-24 Aleksey MaksimovAdded ability to query for installed plugins
2013-07-18 salimfadhleyVersion bump
2013-07-18 salimfadhleyThis whole file is disabled for now.
2013-07-18 salimfadhleyfix for queue delete issue
2013-07-12 Aleksey MaksimovMore files to ignore
2013-07-10 Aleksey MaksimovMerge pull request #147 from lechat/pythonic_views
2013-07-10 Aleksey MaksimovChnged views() to views in tests and examples
2013-07-10 lechatMade views() a property, added safety in case view...
next