index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #2605 -- require setuptools 1.0
Alex Gaynor
2015-12-30
1
-1
/
+1
*
Revert "pin pytest to disallow 2.8.4 which breaks tests"
Paul Kehrer
2015-12-11
1
-1
/
+1
*
pin pytest to disallow 2.8.4 which breaks tests
Alex Gaynor
2015-12-07
1
-1
/
+1
*
switch to using pyasn1_modules for the test
Paul Kehrer
2015-10-27
1
-1
/
+1
*
encode countryName with PrintableString
Paul Kehrer
2015-10-20
1
-0
/
+1
*
add shebang for setup.py scripts
Dominic Chen
2015-10-10
1
-0
/
+2
*
unpin pytest now that 2.8.2 is released
Paul Kehrer
2015-10-07
1
-1
/
+1
*
hypothesis-pytest is no longer a required package
Paul Kehrer
2015-10-02
1
-1
/
+0
*
Address comments.
Terry Chia
2015-09-30
1
-4
/
+2
*
== should be !=.
Terry Chia
2015-09-26
1
-1
/
+1
*
Add plumbing for hypothesis.
Terry Chia
2015-09-26
1
-0
/
+4
*
Pin pytest to <2.8, there's a bug with deprecation warnings
Alex Gaynor
2015-09-19
1
-1
/
+1
*
added a trove classifier
Alex Gaynor
2015-09-17
1
-0
/
+1
*
raise an error if trying to install on PyPy < 2.6
Paul Kehrer
2015-08-20
1
-1
/
+7
*
Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!
Alex Gaynor
2015-06-22
1
-2
/
+2
*
setup requires can be cffi only now
Paul Kehrer
2015-06-08
1
-1
/
+3
*
convert to cffi 1.0 precompile system
Paul Kehrer
2015-06-07
1
-56
/
+19
*
require idna 2.0 or better because it's better
Paul Kehrer
2015-05-18
1
-1
/
+1
*
Support Subject Alternative Name in the OpenSSL backend
Paul Kehrer
2015-04-20
1
-0
/
+1
*
remove python 3.2 from the classifiers
Paul Kehrer
2015-04-18
1
-1
/
+0
*
Merge pull request #1783 from reaperhulk/san-class
Alex Gaynor
2015-04-18
1
-0
/
+3
|
\
|
*
Add GeneralName and SubjectAlternativeName classes
Paul Kehrer
2015-04-14
1
-0
/
+3
*
|
Simplify setup.py slightly
Alex Gaynor
2015-04-13
1
-6
/
+3
|
/
*
Remove the setuptools and CFFI requirements, which break pip install -U
Julian Berman
2015-03-08
1
-1
/
+3
*
Tell py.test to only run the tests from the local tests dir.
Alex Gaynor
2015-02-20
1
-1
/
+2
*
make enum34 installation conditional on python < 3.4
Paul Kehrer
2014-12-18
1
-1
/
+3
*
initial x509 version support
Paul Kehrer
2014-12-15
1
-0
/
+1
*
add pyasn1 as a dependency
Paul Kehrer
2014-11-27
1
-1
/
+1
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
1
-12
/
+3
*
Move the cryptography package into a src/ subdirectory
Donald Stufft
2014-11-13
1
-2
/
+8
*
Build FFI instance when class is created, load library when instantiated
Donald Stufft
2014-11-07
1
-2
/
+2
*
Update the license in setup.py
Alex Gaynor
2014-10-31
1
-0
/
+1
*
Fix PEP-8 violations
Peter Odding
2014-09-29
1
-5
/
+10
*
Fix for keywords_with_side_effects() (compatibility with pip metadata discovery)
Peter Odding
2014-09-29
1
-3
/
+26
*
Simplify dummy commands (fix inheritance, remove finalize_options())
Peter Odding
2014-09-29
1
-12
/
+3
*
Bullet proof (?) detection of arguments that don't need setup_requires
Peter Odding
2014-09-29
1
-11
/
+45
*
Bug fix for implementation of dummy commands
Peter Odding
2014-09-29
1
-1
/
+7
*
Replace commands that depend on setup_requires with no-op that raises error
Peter Odding
2014-09-29
1
-1
/
+48
*
PEP-8 fixes pointed out by Travis CI
Peter Odding
2014-09-29
1
-3
/
+4
*
Change nested dictionary literal to match house style
Peter Odding
2014-09-29
1
-4
/
+8
*
Make sys.argv an argument of keywords_with_side_effects()
Peter Odding
2014-09-29
1
-4
/
+7
*
Work around for side effects in setup.py script
Peter Odding
2014-09-29
1
-8
/
+33
*
Fix?
Alex Gaynor
2014-08-11
1
-0
/
+1
*
Removed need for Binding entry_point
Terry Chia
2014-07-28
1
-10
/
+18
*
Added entry_points.
Terry Chia
2014-07-27
1
-1
/
+15
*
Check for errors when invoking the vectors setup.py
Alex Gaynor
2014-07-11
1
-2
/
+3
*
use pyasn1 for creating the dss-sig-value structure
Paul Kehrer
2014-04-30
1
-0
/
+1
*
Fix pep8 errors for latest import linter
Alex Stapleton
2014-04-20
1
-1
/
+1
*
Import lint error
Alex Stapleton
2014-04-20
1
-1
/
+1
*
Add custom 'install' command class
Sascha Peilicke
2014-04-01
1
-18
/
+34
[next]