python-requests.org
How to Help — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/dev/todo
Requests is under active development, and contributions are more than welcome! Check for open issues or open a fresh issue to start a discussion around a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet. On GitHub and start making your changes to a new branch. Write a test which shows that the bug was fixed. You'll need to install py.test in order to run the Requests' test suite:. Records: SQL for Humans. Enter search term...
python-requests.org
Index — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/genindex
Add cookie header() (requests.cookies.RequestsCookieJar method). Add dict to cookiejar() (in module requests.utils). Add headers() (requests.adapters.HTTPAdapter method). Apparent encoding (requests.Response attribute). Auth (requests.Session attribute). AuthBase (class in requests.auth). BaseAdapter (class in requests.adapters). Body (requests.PreparedRequest attribute). Build response() (requests.adapters.HTTPAdapter method). Cert (requests.Session attribute). Codes (in module requests). Get connection...
python-requests.org
Development Philosophy — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/dev/philosophy
Requests is an open but opinionated library, created by an open but opinionated developer. Is the BDFL. He has final say in any decision related to the Requests project. Kenneth is responsible for the direction and form of the library. In addition to making decisions based on technical merit, he is responsible for making decisions based on the development philosophy of Requests. Only Kenneth may merge code into Requests. Simplicity is always better than functionality. Listen to everyone, then disregard it.
python-requests.org
Contributor's Guide — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/dev/contributing
If you're reading this, you're probably interested in contributing to Requests. Thank you very much! Open source projects live-and-die based on the support they receive from others, and the fact that you're even considering contributing to the Requests project is. If you have non-technical feedback, philosophical ponderings, crazy ideas, or other general thoughts about Requests or its position within the Python ecosystem, the BDFL, Kenneth Reitz. Would love to hear from you. Be cordial or be on your way.
python-requests.org
Vulnerability Disclosure — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/community/vulnerabilities
If you think you have found a potential security vulnerability in requests, please email sigmavirus24. Directly. Do not file a public issue. Our PGP Key fingerprints are:. 0161 BB7E B208 B5E0 4FDC 9F81 D9DA 0A04 9113 F853 (@sigmavirus24). 90DC AE40 FEA7 4B14 9B70 662D F25F 2144 EEC1 373D (@lukasa). Please also include the code you used to find the problem and the shortest amount of code necessary to reproduce it. When you report an issue, one of the project members will respond to you within two days.
python-requests.org
Developer Interface — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/api
This part of the documentation covers all the interfaces of Requests. For parts where Requests depends on external libraries, we document the most important right here and provide links to the canonical documentation. All of Requests' functionality can be accessed by these 7 methods. They all return an instance of the. Constructs and sends a. Method for the new. URL for the new. Optional) Dictionary or bytes to be sent in the query string for the. Optional) json data to send in the body of the. Optional)...
python-requests.org
Community Updates — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/community/updates
If you'd like to stay up to date on the community and development of Requests, there are several options:. The best way to track the development of Requests is through the GitHub repo. The author, Kenneth Reitz, often tweets about new features and releases of Requests. Release and Version History. Fixed a bug when using. For streamed bodies would raise. This bug was introduced in 2.11. Added support for the. Requests would incorrectly ignore a non-CIDR IP address in the. Added type checks to ensure that.
python-requests.org
Integrations — Requests 2.11.1 documentation
http://www.python-requests.org/en/latest/community/out-there
Requests is built into the wonderful Python for iOS. To give it a try, simply:. Python for the Web. Teaches how to use Python to interact with the web, using Requests. Daniel Greenfeld's Review of Requests. My 'Python for Humans' talk. Issac Kelly's 'Consuming Web APIs' talk. Blog post about Requests via Yum. Russian blog post introducing Requests. Sending JSON in Requests. Receive updates on new releases and upcoming projects. Records: SQL for Humans. Legit: Git for Humans. 2016 A Kenneth Reitz.
docs.python-guide.org
Virtual Environments — The Hitchhiker's Guide to Python
http://docs.python-guide.org/en/latest/dev/virtualenvs
A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them. It solves the “Project X depends on version 1.x but, Project Y needs 4.x” dilemma, and keeps your global site-packages directory clean and manageable. For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. Install virtualenv via pip:. Create a virtual environment for a project:.
cn.python-requests.org
更新 — Requests 2.10.0 文档
http://cn.python-requests.org/zh_CN/latest/community/updates.html
如果你想和社区以及开发版的 Requests 保持最新的联系, 这有几种方式:. 最好的方式是追踪 Requests 开发版本的 GitHub 库. Requires PySocks; $ pip install requests[socks]). Updated bundled urllib3 to 1.15.1. Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore. Don't use redirect cache if allow redirects=False. When passed objects that throw exceptions from. Send them via chunked transfer encoding instead of failing. Raise a ProxyError for proxy related connection issues. Sessions are now closed in all ...