- 10 Jun, 2015 1 commit
-
-
Jason R. Coombs authored
Detect Cython later in the build process, allowing the library to be specified in setup_requires. Fixes #288.
-
- 08 Jun, 2015 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Backed out unintended changes made in f572ec9, restoring use of 'imp' module for dynamic module creation originally committed in 06ac3674 and 4c121bd24f.
-
- 07 Jun, 2015 7 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Expand the range of valid operators to include comparators
-
Jason R. Coombs authored
-
- 29 May, 2015 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 28 May, 2015 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Arfrever Frehtes Taifersar Arahesis authored
-
- 27 May, 2015 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 22 May, 2015 1 commit
-
-
James Polley authored
-
- 18 May, 2015 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 16 May, 2015 1 commit
-
-
Alex Grönholm authored
-
- 03 May, 2015 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Replace ValueErrors containing implicit contract about the structure of the message with a RequirementParseError explicitly joining arguments for the string representation.
-
Jason R. Coombs authored
-
- 01 May, 2015 1 commit
-
-
Marc Abramowitz authored
Instead of: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers We now have the more helpful: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers. Error: Expected version spec in smsdk.authsvc>=0.0.8,2.0 at 2.0 It took me longer than it should to find the problem with the old error message. The new error message would've helped greatly.
-
- 27 Apr, 2015 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 26 Apr, 2015 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Check for Jython using sys.platform, not os.name
-