Ian Cordasco
d25280dc20
Replace dead link with StackOverflow answer
2014-07-02 10:34:25 -05:00
np-csu
1bf4af6395
Update quickstart.rst
...
line 394: correct an input error.
2014-06-29 21:05:04 +08:00
Benjamin Kerensa
c451dd2c77
Update out-there.rst
...
Remove french blog post which is now a deadlink.
2014-06-15 00:10:09 -07:00
kennethreitz
b80ed77cdd
Update index.rst
2014-06-11 16:40:23 -04:00
Cory Benfield
22433163b3
Update trivial mentions to RFC 2616.
2014-06-07 09:53:12 +01:00
Cory Benfield
a2413e010f
Ensure that we open files in binary mode.
2014-05-28 16:59:57 +01:00
Martin Geisler
f4d1bbb7c5
faq: add Python 3.4 to list of supported Python versions
...
No code changes were necessary for this.
2014-05-26 16:20:03 +02:00
Martin Geisler
5eea4a3767
faq: mention that PyPy 2.2 works too
...
The FAQ says that PyPy 1.9 is supported. On my Debian Unstable, I can
install PyPy 2.2.1 and the tests work with that version too.
2014-05-26 16:19:17 +02:00
Paweł Romanowski
a7e7241616
Fix typo in advanced.rst docs
...
`Sesssion` -> `Session`
2014-05-13 10:11:40 +02:00
Kenneth Reitz
7fa9799e28
sidebar update
2014-04-26 09:28:05 -04:00
Kenneth Reitz
3e568eb3b0
sidebar update
2014-04-26 09:27:06 -04:00
Cory Benfield
6c1ddeedfb
First pass at update to philosophy section.
2014-04-18 17:28:12 +01:00
Kenneth Reitz
b2c801f3c7
Merge remote-tracking branch 'origin/master'
2014-04-15 19:07:52 -04:00
Kenneth Reitz
f409d65d15
12,000,000
2014-04-15 19:01:41 -04:00
kennethreitz
338c5f6a0b
Merge pull request #1991 from gutworth/patch-1
...
replace reference to crate.io
2014-04-08 10:19:39 -04:00
Cory Benfield
6f52970a6d
Reinstate '$'.
2014-04-05 17:29:00 +01:00
Benjamin Peterson
fb2380c3cc
delete pypi mirror section
2014-04-05 11:57:43 -04:00
Ionel Cristian Mărieș
96936b5616
Make it more clear where install commands are run (so that newbies don't run them in the REPL, I've seen it happen :).
2014-04-05 16:40:13 +03:00
Benjamin Peterson
8a23dd94cb
replace reference to crate.io
...
crate.io is gone, so a different mirror should be used as an example. Also, the list of PyPI mirrors should be mentioned.
2014-04-04 23:58:18 -04:00
Kenneth Reitz
a3cd2f3929
Merge remote-tracking branch 'origin/master'
2014-03-24 11:39:20 -04:00
Kenneth Reitz
b2db089eef
3.4
2014-03-24 11:39:15 -04:00
Cory Benfield
03f444e601
Timeout documentation changes.
2014-03-03 20:23:59 +00:00
Aaron Iles
98b76f4b98
State early in SNI discussion Python2 limitation
...
Reference at the earliest opportunity that Server-Name-Indication is a
limitation of Python 2.6 and 2.7. Avoid describing it as a Requests
issue.
2014-02-04 21:08:11 +11:00
Aaron Iles
8a0bae45c2
Move SNI documentation to FAQ
...
Relocate documentation on Server-Name-Indication from the advanced
section to the frequently asked questions. This is minus details on
enabling SNI on Python2, which is instead captured by linking to Stack
Overflow.
2014-02-02 22:19:10 +11:00
Aaron Iles
b5b8198fd1
Document requirements for SNI support on Python2
...
A section for Request's advanced usage guide on what Server Name
Indication is, its purpose, and how to enable it on Python2.
2014-02-02 20:14:05 +11:00
Alexander
1e3eb4ef9e
Added info about posted files headers
2014-01-28 12:03:59 +03:00
Ian Cordasco
3bd16ce9c5
Add missing sled
...
Thanks @kevinburke
2014-01-21 19:55:00 -06:00
Ian Cordasco
799bf116fe
Add a small note about requests-toolbelt
2014-01-18 22:44:50 -06:00
Cory Benfield
476ab203bc
Document contextlib.closing.
2014-01-16 08:37:29 +00:00
Cory Benfield
ac4e05874a
Fixup the header heirarchy.
2014-01-09 19:50:56 +00:00
Cory Benfield
098865122c
Merge branch 'master' of github.com:dsoprea/requests
...
Conflicts:
docs/user/advanced.rst
2014-01-09 19:46:32 +00:00
Dustin Oprea
3ccdfce2e5
Added an SSL TA example.
2014-01-09 11:41:30 -05:00
kennethreitz
632304209c
Merge pull request #1831 from kevinburke/interlinks
...
Add more interlinks between the documentation
2014-01-08 10:48:25 -08:00
kennethreitz
e93b07eef6
Merge pull request #1832 from kevinburke/docs-warnings
...
Fix warnings when building the docs
2014-01-08 10:45:33 -08:00
Ian Cordasco
14a1839a45
No one checks docs or a license
2014-01-02 16:05:29 -06:00
Kevin Burke
a0e7706440
Fix warnings when building the docs
...
It may be nice to make builds fail if new documentation generates warnings, to
avoid these sorts of problems slipping in in the future.
2013-12-28 00:09:29 -08:00
Kevin Burke
fad8d743b5
Add more interlinks between the documentation
...
Also fixes up tense in a few cases, and adds the `intersphinx` extension so we
can link to the urllib3 documentation when it is called out.
2013-12-27 23:43:55 -08:00
Cory Benfield
4a6a0c3c65
Update docs to highlight the value of r.encoding.
2013-12-20 09:15:12 +00:00
Ian Cordasco
d8d9591076
Update the history and change the last last references to charade
2013-12-18 08:46:49 -06:00
Kenneth Reitz
39d12818fe
8,000,000
2013-12-16 13:19:30 -05:00
Kevin Burke
4b69798796
Add target to build the documentation
2013-11-17 18:38:15 -08:00
Kenneth Reitz
ebdd5cabab
further cleanup examples
2013-10-28 13:39:04 -04:00
Kenneth Reitz
a9839dc7db
Merge remote-tracking branch 'origin/master'
2013-10-28 13:36:08 -04:00
Kenneth Reitz
2c1f51be0e
fix @lukasa's lack of taste :)
...
#1702
2013-10-28 13:36:04 -04:00
kennethreitz
129ee3510f
Merge pull request #1702 from Lukasa/docs_n_stuff
...
Improve the PreparedRequest docs.
2013-10-28 10:34:07 -07:00
Kenneth Reitz
25f86f1347
clean up sidebar
2013-10-24 18:09:12 -04:00
Kenneth Reitz
1f83ccb308
get support
2013-10-24 18:07:47 -04:00
Kenneth Reitz
592fb34a3d
try gumroad overlay
2013-10-24 18:05:24 -04:00
Kenneth Reitz
cb0d4efba2
projects
2013-10-24 18:01:50 -04:00
Kenneth Reitz
3d8d465a90
"get updates"
2013-10-24 18:00:52 -04:00