summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add a separate build step to pra script3.0.0Oliver Bestwalter2018-04-021-0/+6
* release preparation for 3.0.0Oliver Bestwalter2018-04-021-48/+17
* install twine just to make sureOliver Bestwalter2018-03-231-0/+1
* small fixes in release script, adjust to branch based release processOliver Bestwalter2018-03-231-5/+14
* add changelog entryOliver Bestwalter2018-03-231-1/+2
* release preparation for 3.0.0rc43.0.0rc4Oliver Bestwalter2018-03-231-0/+6
* #773 allow cmdline to be called bot with and without args, make args use sys....Gábor Bernát2018-03-232-3/+10
* release preparation for 3.0.0rc3Oliver Bestwalter2018-03-222-1/+10
* remove already integrated news and add missing one for #773Oliver Bestwalter2018-03-225-4/+1
* #773 revert breaking change of tox.cmdline not callable with no args (#775)Gábor Bernát2018-03-223-2/+6
* fix wrong usage info (devpi username not necessary for test)Oliver Bestwalter2018-03-031-1/+1
* release preparation for 3.0.0rc23.0.0rc2Oliver Bestwalter2018-03-031-0/+27
* Use 'any' to derive boolean of any of a sequence. (#767)Jason R. Coombs2018-02-251-4/+4
* Hint for possible signal upon InvocationError (#766)ederag2018-02-187-26/+101
* Change favicon to the vector beach ball (#764)Hazal Ozturk2018-02-122-0/+1
* Display exit code with InvocationErrors (#760)ederag2018-02-076-1/+80
* typo: "Memebrs" => "Members" (#759)ederag2018-02-031-1/+1
* Skip alwayscopy tests for SuSE (#753)ederag2018-02-021-1/+3
* Fix #755 by reverting the ``cmdline`` import to the old location and changing...Florian Schulze2018-01-304-5/+4
* Add example symptomatic output for the described issue (#757)Tom Dalton2018-01-301-0/+11
* small improvements in release helper3.0.0rc1Oliver Bestwalter2018-01-281-8/+5
* fix more links to changed devpi community addressOliver Bestwalter2018-01-271-2/+2
* revert change introduced in 6b16b09 (breaks tests in release package)Oliver Bestwalter2018-01-271-3/+1
* change devpi server to new community serverOliver Bestwalter2018-01-271-1/+1
* generate CHANGELOGOliver Bestwalter2018-01-2718-31/+78
* add 3.0 projectOliver Bestwalter2018-01-271-0/+1
* fix wrongly named news fragments (trivial -> misc)Oliver Bestwalter2018-01-262-0/+0
* Package stat plugin (#730)Anthony Shaw2018-01-245-16/+40
* venv: Stop ignoring PYTHONDONTWRITEBYTECODE (#745)Stephen Finucane2018-01-163-2/+4
* Remove redundant Python 2.6 code (#746)Hugo2018-01-166-20/+17
* Change the logo/fav-icon (#743)Hazal Ozturk2018-01-143-44/+451
* passenv PROCESSOR_ARCHITECTURE by default on windows (#742)Anthony Sottile2018-01-143-0/+4
* Fix minor error in documentation (#741)pierreluctg2018-01-122-1/+2
* Fix generation of JSON files with --skip-missing-interpreters option. Fixes #...Mariusz Rusiniak2018-01-116-4/+34
* Fix #426 by writing directly to stdout buffer if possible to prevent str vs b...Florian Schulze2018-01-113-3/+10
* Fix issue #727: The reading of command output sometimes failed with ``IOError...Florian Schulze2018-01-113-4/+6
* Prevent test failure due to Travis pyenv misconfiguration (#738)Ryan P Kilby2018-01-101-3/+3
* Remove unused ispython3 (#736)Anthony Sottile2018-01-101-3/+0
* Fix link to PULL_REQUEST_TEMPLATE.md. (#735)Florian Schulze2018-01-081-2/+2
* fix CI trailing line failure (#732)Gábor Bernát2018-01-081-1/+1
* Upgrade pre-commit to 1.4.4 (#731)Anthony Sottile2018-01-081-1/+1
* Small typo: environments not envirements in platform.rst (#729)Jacob Windle2018-01-062-1/+2
* add safety wrapper around sys.stdout assignment (#724)Anthony Shaw2018-01-052-3/+10
* Upgrade pre-commit: better python detection on windows (#722)Anthony Sottile2018-01-031-1/+1
* fix running internal tox test runs from path with spaces (#716)Jurko Gospodnetić2017-12-181-6/+6
* fix silly test data typo (#719)Jurko Gospodnetić2017-12-181-1/+1
* trim trailing whitespaceJurko Gospodnetić2017-12-181-1/+1
* FIX: console script invokation fails, add tests to catch itBernat Gabor2017-12-186-9/+29
* #488 document developing the project in PyCharm (#713)Gábor Bernát2017-12-122-1/+12
* cmd simplify, use pytest stderr/stdout management, and use regex instead of f...Gábor Bernát2017-12-1215-508/+389