aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/getting-started.rst
Commit message (Collapse)AuthorAgeFilesLines
* Sphinx's website is now https (#4662)Alex Gaynor2018-12-301-1/+1
| | | | | | * Sphinx's website is now https * Sphinx's website is now https
* Enhance info on pip requirements intallation (#4499)André Almeida2018-10-191-0/+4
| | | | | | | | | | * Enhance info on pip requirements intallation * Remove virtualenv files from remote * Fix "pacakges" typo * Removing trailling whitespaces
* Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236)Ville Skyttä2018-05-131-1/+1
| | | | http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot
* Update URLs for new pypi! (#4194)Alex Gaynor2018-04-161-5/+5
| | | | | | | | * Update URLs for new pypi! * trailing slash * grump
* updated link to sphinx docs (#4181)Alex Gaynor2018-04-011-1/+1
|
* expunge python 2.6 (#3962)Paul Kehrer2017-10-111-2/+1
| | | | | | | | | | * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported
* allow global suppression of link flags (#3592)Paul Kehrer2017-05-241-1/+1
| | | | | CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS will now suppress link flags regardless of platform. Additionally, CRYPTOGRAPHY_WINDOWS_LINK_LEGACY_OPENSSL is now the flag you need if you want to link against < 1.1.0 on windows.
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-14/+0
| | | | | | | | | | | | | | | | * time to remove commoncrypto, fare thee well * remove even more * update the changelog * remove more things * don't need this function * remove CAST5 CTR tests since that was only supported in commoncrypto * assert a thing
* update dev docs to also say macOS and use openssl 1.1 (#3452)Paul Kehrer2017-03-141-4/+4
|
* This is HTTPS now (#3407)Alex Gaynor2017-02-181-1/+1
|
* Use the canonical host for two urls on the OpenSSL website (#3219)Alex Gaynor2016-11-061-1/+1
|
* Clarified Windows development installation and docd upstream enchant bug (#3128)Nick Badger2016-09-031-3/+13
| | | | | | | | * Clarified Windows development installation and doc'd upstream enchant bug * Fixed whitespace problems * Fixed merge resolution mistake
* Random grammar stuff (#2955)Alex Gaynor2016-06-021-1/+1
|
* Update getting-started.rst to clarify OS X Homebrew pip install (#2876)Chris Collis2016-04-231-3/+31
| | | | | | | | | | | | | | | | * Update getting-started.rst to clarify OS X Homebrew pip install On OS X El Capitan following the current instructions fails with fatal error: 'openssl/opensslv.h' file not found on pip install -r dev-requirements.txt; this change adds to the instructions to clarify that CFLAGS and LDFLAGS may need to be set. I based this on the instructions in the Installation page. * Address reaperhulk comments, OpenSSL must be installed. Clarify that OpenSSL must be installed via Homebrew or MacPorts and how to build statically. * Make Homebrew, MacPorts, OpenSSL links * Fix doc errors and improve overall flow Insert tip about tox needing the same flags Make console example multi-line so that pip install is visible Change heading levels to allow OS X sub-section
* remove python 3.2 from every other place I could findPaul Kehrer2015-04-181-1/+0
|
* add note about enchant dependency for spellcheck in docsPaul Kehrer2014-06-271-0/+3
|
* Wrap a long line (seriously, why is doc8 not catching these)Alex Gaynor2014-06-261-4/+4
|
* Fix other typo and use doc link insteadNic Young2014-06-121-2/+1
|
* Fixed typoNic Young2014-06-121-1/+1
|
* Add link about installation depdenciesNic Young2014-06-121-3/+5
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-4/+4
|
* add explicit backend selection examples in a code blockPaul Kehrer2014-02-111-2/+7
|
* fix some indentation and a missing newlinePaul Kehrer2014-02-111-19/+19
|
* reorganize contributing into development sectionPaul Kehrer2014-02-111-0/+84