Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish converting tests to work both on Python 2 and 3. Also, drop 2to3 for ↵ | Claudiu Popa | 2015-03-26 | 1 | -6/+0 |
| | | | | tests. | ||||
* | Use the license from __pkginfo__, not the builtin function. | Claudiu Popa | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Remove support for subpackage_of. Use absolute path for readme. Use absolute ↵ | Ionel Cristian Maries | 2015-02-14 | 1 | -55/+28 |
| | | | | path for __pkginfo__.py. Graft the tests dir (via MANIFEST.in). | ||||
* | Check for easy_install_lib instead of easy_install, the latter might not exist. | Claudiu Popa | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | Don't compile test files when installing. | Claudiu Popa | 2015-01-12 | 1 | -4/+24 |
| | |||||
* | Fix typo. | Pedro Algarvio | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | New style tuple syntax is only supported on Python >= 2.7 | Pedro Algarvio | 2014-11-28 | 1 | -2/+2 |
| | |||||
* | Use a with statement in setup.py | Claudiu Popa | 2014-10-26 | 1 | -3/+2 |
| | |||||
* | Update the list of exclusions from 2to3. | Claudiu Popa | 2014-09-30 | 1 | -3/+2 |
| | |||||
* | Use ignore parameter for shutil.copytree in setup.py. | Claudiu Popa | 2014-09-30 | 1 | -8/+2 |
| | |||||
* | Use with statement to prevent resource warnings. | Claudiu Popa | 2014-09-30 | 1 | -1/+2 |
| | |||||
* | Use absolute imports | Brett Cannon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -9/+3 |
| | |||||
* | More test cases moved to the new test framework. | Torsten Marek | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -9/+9 |
| | |||||
* | oops, drop unintentionnaly commited print, breaking py3 install | Sylvain Th?nault | 2014-04-18 | 1 | -1/+0 |
| | |||||
* | [packaging] attempt to skip byte-compilation for tests files | Sylvain Th?nault | 2014-04-18 | 1 | -3/+9 |
| | | | | | | | | This doesn't occurs when using bare distutils but does when using setuptools (eg from easy_install/pip). As setuptools seems broken on my box, I've not been able to test that. (Hopefuly) closes #171 | ||||
* | code commented and import moved so it won't run when python>2.5 | Ricardo Gemignani | 2014-03-06 | 1 | -0/+3 |
| | |||||
* | except as replaced by commas, one with_statement future import added and ↵ | Ricardo Gemignani | 2014-03-06 | 1 | -1/+6 |
| | | | | StringFormat used to replace string.format when python < 2.6 | ||||
* | give trove classifiers to distutils. Closes #152 | Sylvain Th?nault | 2014-02-26 | 1 | -1/+2 |
| | |||||
* | various pylint fixes | Sylvain Th?nault | 2013-12-22 | 1 | -16/+18 |
| | |||||
* | setup.py: don't call 2to3 directly | Benedikt Morbach | 2013-10-03 | 1 | -8/+2 |
| | |||||
* | #51: Building pylint Windows installer for Python3 fails | T.Rzepka | 2013-09-21 | 1 | -1/+7 |
| | |||||
* | [pkg] install tests and run 2to3 on them | Julien Cristau | 2013-06-19 | 1 | -15/+13 |
| | | | | Don't run 2to3 on a file with syntax errors in it. | ||||
* | create a console_scripts entry point to be used by easy_install, buildout ↵ | Sylvain Th?nault | 2012-09-14 | 1 | -4/+13 |
| | | | | | | and pip. Closes #103949 uniformize run interface and update licensing on the way | ||||
* | Do not include tests files for installation in setup.py. Clean setup.py for ↵ | FELD Boris | 2012-07-26 | 1 | -8/+1 |
| | | | | python3. Closes #72022. Closes #82417. Closes #76910. | ||||
* | py3k packaging: remove removed files from P3K_FILES_TO_IGNORE | Emile Anclin | 2010-12-16 | 1 | -5/+3 |
| | |||||
* | fix #51228: script shortcuts on Windows | Emile Anclin | 2010-12-09 | 1 | -4/+2 |
| | |||||
* | [debian] py3k: override build_py command with filtering some test files | Julien Jehannet | 2010-12-06 | 1 | -1/+30 |
| | |||||
* | [pkginfo] make setup.py py3k compatible | Julien Jehannet | 2010-11-19 | 1 | -3/+3 |
| | |||||
* | packaging : add py3k target; update setup.py and other files to make py3k ↵ | Emile Anclin | 2010-11-10 | 1 | -72/+91 |
| | | | | packaging work | ||||
* | pkginfo: minor changes to stick to new policy | Julien Jehannet | 2010-05-25 | 1 | -2/+2 |
| | |||||
* | cleanup, d-t-w, fix remaining [en|dis] method call | Sylvain Th?nault | 2010-04-19 | 1 | -12/+2 |
| | |||||
* | use generic disable / enable methods and inline option | Sylvain Th?nault | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | fix #19498: apply windows batch patch | Emile Anclin | 2010-03-23 | 1 | -1/+2 |
| | |||||
* | copyright update : date up 2010 | Emile Anclin | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | d-t-w, cleanup | Sylvain Th?nault | 2009-08-26 | 1 | -2/+0 |
| | |||||
* | d-t-w | Sylvain Th?nault | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | setuptools fixes | sylvain thenault | 2009-03-24 | 1 | -9/+11 |
| | |||||
* | disable setuptools XXX | Emile Anclin | 2009-03-19 | 1 | -9/+11 |
| | |||||
* | cleanup | sylvain thenault | 2009-03-09 | 1 | -8/+0 |
| | |||||
* | less generic but cleaner setup.py script, stop adding test into include_dirs ↵ | sylvain thenault | 2009-03-09 | 1 | -50/+10 |
| | | | | to avoid byte-compilation pb w/ syntax error in test data | ||||
* | setup.py fix | sylvain thenault | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | use join | sylvain thenault | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | setuptools compat | sylvain thenault | 2009-01-21 | 1 | -32/+40 |
| | |||||
* | fix spelling mistake pointed out by skip@pobox.com | Alexandre Fayolle | 2006-05-27 | 1 | -1/+1 |
| | |||||
* | check ChangeLog | syt | 2006-05-09 | 1 | -2/+3 |
| | |||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+187 |
forget the past. |