Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
184 contributions in the last year
Activity overview
Contribution activity
July 2020
nateprewitt has no activity
yet for this period.
June 2020
- nateprewitt/s3transfer Python
Created a pull request in psf/requests that received 1 comment
V2.24.0
2.24.0 (2020-06-17)
Improvements
pyOpenSSL TLS implementation is now only used if Python either doesn't have an ssl module or doesn't support SNI…
+14
−4
•
1
comment
- Clarify that PreparedRequests should not be manually created
- Avoid an unnecessary computation of the length of data for non-stream requests (which determine content-length based upon body content).
- Update number of dependents on requests
- Fix typo in README
- Google App Engine
- Remove what appears to be an un-needed call to self.resolve_redirects when not following redirects as part of creating a request's history.