summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* | Update README.rst to better reflect new documentation.Jon Wayne Parrott2016-07-292-1/+32
* | Add more advanced usage docsJon Wayne Parrott2016-07-291-0/+77
|/
* Bow before our fruit overlords.Cory Benfield2016-07-191-1/+1
* Update docs guide with new dependenciesCory Benfield2016-07-191-7/+7
* Fixed typosdalguji2016-07-171-2/+2
* Fix doc syntax in user-guide.rstKevin Houdebert2016-07-071-1/+1
* Adding docs/requirements.txt for readthedocs.Jon Wayne Parrott2016-06-301-0/+4
* Addressing review commentsJon Wayne Parrott2016-06-291-1/+1
* Addressing review commentsJon Wayne Parrott2016-06-291-1/+1
* Addressing review commentsJon Wayne Parrott2016-06-292-19/+40
* Addressing review commentsJon Wayne Parrott2016-06-294-15/+15
* Removing TODOJon Wayne Parrott2016-06-281-1/+1
* Small pass at contributingJon Wayne Parrott2016-06-281-0/+3
* Adding app engine docsJon Wayne Parrott2016-06-281-0/+29
* Adding all reference docsJon Wayne Parrott2016-06-2810-405/+214
* Adding proxy sectionJon Wayne Parrott2016-06-281-3/+28
* Moving some stuff around.Jon Wayne Parrott2016-06-281-6/+12
* Moving some stuff to advanced usage.Jon Wayne Parrott2016-06-282-118/+129
* Urllib3 -> urllib3Jon Wayne Parrott2016-06-282-11/+12
* Adding logging and exceptions.Jon Wayne Parrott2016-06-281-0/+9
* Adding retry sectionJon Wayne Parrott2016-06-281-4/+62
* Adding timeout sectionJon Wayne Parrott2016-06-281-0/+36
* Clarifying a few things.Jon Wayne Parrott2016-06-281-35/+50
* Adding SSL verification section to user guide.Jon Wayne Parrott2016-06-281-4/+196
* Removing uneeded files.Jon Wayne Parrott2016-06-282-341/+0
* Removing unneeded scratch file.Jon Wayne Parrott2016-06-281-268/+0
* Updating intersphinx to python 3.4Jon Wayne Parrott2016-06-281-1/+2
* Fleshing out user guide.Jon Wayne Parrott2016-06-281-1/+118
* Updating copy on landing page.Jon Wayne Parrott2016-06-281-5/+12
* Fixing some referencesJon Wayne Parrott2016-06-281-5/+5
* Starting o the user guide.Jon Wayne Parrott2016-06-282-172/+253
* First stab at the new index pageJon Wayne Parrott2016-06-2815-375/+365
* More alabaster customizations, starting on TOCJon Wayne Parrott2016-06-282-12/+29
* Switching to alabaster themeJon Wayne Parrott2016-06-281-2/+5
* Moving docs creation into toxJon Wayne Parrott2016-06-282-26/+0
* Version added 1.17Cory Benfield2016-06-011-1/+1
* Merge branch 'master' into sigmavirus24-feature/accept-context-objsAndrey Petrov2016-05-312-1/+45
|\
| * Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
| * Key connection pools off custom keysAndrey Petrov2016-04-211-0/+44
| |\
| | * Add ``source_address`` to the HTTP and HTTPS pool keysJeremy Cline2016-04-191-7/+7
| | * Update ``key_fn_by_scheme`` functions to use functools.partialJeremy Cline2016-04-181-1/+2
| | * Rename pool_key_funcs_by_scheme to key_fn_by_schemeJeremy Cline2016-04-171-2/+2
| | * Pool keys are now case-insensitive for `scheme` and `host`Jeremy Cline2016-04-151-2/+4
| | * Add documentation for pool keys by schemeJeremy Cline2016-04-041-0/+41
* | | Document the SSLContext options.Cory Benfield2016-04-221-0/+38
|/ /
* | Merge branch 'patch-1' of https://github.com/alecz20/urllib3 into alecz20-pat...Cory Benfield2016-04-071-0/+12
|\ \ | |/ |/|
| * minor typo correctionalecz202015-02-241-1/+1
| * simplified the example a bitalecz202015-01-081-6/+3
| * fixed NameError for filenamealecz202015-01-081-0/+1
| * Example downloading files with shutil.copyfileobjalecz202015-01-081-0/+14