summaryrefslogtreecommitdiff
path: root/requests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #629 from saschpe/developKenneth Reitz2012-06-281-0/+4
|\
| * Add openSUSE certificate supportSascha Peilicke2012-06-151-0/+4
* | include certifiKenneth Reitz2012-06-281-2/+2
|/
* by @mwielgoszewskiKenneth Reitz2012-05-291-1/+1
* cleanup #633Kenneth Reitz2012-05-291-9/+4
* this try catch is a poor man's patch for issue #630 see https://github.com/ke...Tzury Bar Yochay2012-05-241-14/+21
* replace utils.randombytes with os.urandomShivaram Lingamneni2012-05-151-12/+1
* A utility function to fetch environment proxiesRohan Jain2012-05-041-0/+16
* Further changes to move cookies to CookieJarShivaram Lingamneni2012-05-011-62/+6
* merge conflictKenneth Reitz2012-04-221-10/+13
* prefer certifi's bundle to the OS bundleShivaram Lingamneni2012-04-221-4/+14
* add the FreeBSD certificate bundle pathShivaram Lingamneni2012-04-191-0/+2
* Try to use the OS's CA certificate bundle for SSL verificationShivaram Lingamneni2012-04-161-0/+15
* Rewrite unquote_unreserved based on urllib.unquoteJonty Wareing2012-04-111-13/+10
* app engine #498Kenneth Reitz2012-03-311-20/+26
* Fix app engine error for #498Kenneth Reitz2012-03-301-1/+1
* dict sequenceKenneth Reitz2012-03-131-1/+9
* catch cookie errors that are prone to failureKenneth Reitz2012-03-091-4/+9
* Merge branch 'develop' of https://github.com/honzajavorek/requests into developKenneth Reitz2012-02-251-1/+1
|\
| * str is redefined in compat module, but was not importedHonza Javorek2012-02-231-2/+2
| * get_unicode_from_response returned str instead of unicodeHonza Javorek2012-02-231-1/+1
* | python3 fixKenneth Reitz2012-02-241-1/+1
|/
* Don't bonk if .netrc isn't readable. Ben2012-02-211-1/+3
* python 3 unicode grrKenneth Reitz2012-02-201-1/+1
* netrc fixKenneth Reitz2012-02-201-2/+4
* netrc parsingKenneth Reitz2012-02-201-1/+33
* Values can be none #433Kenneth Reitz2012-02-201-0/+2
* SCHEMASKenneth Reitz2012-02-201-14/+9
* Fail if unsupported schemas are used.Cory Benfield2012-02-161-0/+7
* remove bunk utils for decodingKenneth Reitz2012-02-151-27/+0
* fix bytesKenneth Reitz2012-02-151-2/+2
* simplifyKenneth Reitz2012-02-151-0/+9
* Merge branch '400-header_expand-unicode' of https://github.com/acdha/requests...Kenneth Reitz2012-02-151-1/+5
|\
| * header_expand: handle Unicode strings (closes #400)Chris Adams2012-02-131-1/+5
* | Rename utils.requote_path to requote_uri.Matt Giuca2012-02-151-4/+4
* | Simplify requote_path.Matt Giuca2012-02-141-3/+1
* | Fixed URI encoding of reserved characters (Issue #369).Matt Giuca2012-02-141-1/+27
* | Fixed URI re-encoding on Python 3 (Issue #369).Matt Giuca2012-02-141-3/+3
|/
* Use basestring instead of str to determine when to return headers as-is. This...Greg Taylor2012-02-051-1/+2
* oh snapKenneth Reitz2012-01-231-2/+5
* SimpleCookieKenneth Reitz2012-01-231-2/+1
* goodKenneth Reitz2012-01-231-8/+2
* blahKenneth Reitz2012-01-231-27/+37
* Default the encoding of "text" media subtypes to "ISO-8859-1"Johannes Gorset2012-01-211-0/+3
* Refactor stream_decode_gzip and _deflate into one function, stream_decompress.Chase Sterling2011-12-301-19/+21
* Implement automatic deflating when using response.iter_content. refs #327Chase Sterling2011-12-301-0/+15
* Fix spelling errors, typos.Nick Hatch2011-12-111-2/+2
* iter_content uses new encoding systemKenneth Reitz2011-11-191-3/+3
* Correct handling of URLs with quoted slashes.Ryan Kelly2011-11-171-0/+12
* Guess filename.Kenneth Reitz2011-11-131-0/+6