1. 6f205ff Fix `_encode_files` detection for `__getattr__`-based file wrappers (#7502) by Loïc Pernod · 8 days ago main
  2. 661970d Disable commonly ignored Pyright linting rules (#7497) by Joren Hammudoglu · 8 days ago
  3. fbd0eb3 Bump https://github.com/astral-sh/ruff-pre-commit (#7503) by dependabot[bot] · 8 days ago
  4. 1190afd Add type annotation for `Request.hooks` (#7498) by Joren Hammudoglu · 12 days ago
  5. e50e594 Improve static typing of 3rd party imports (#7496) by Joren Hammudoglu · 12 days ago
  6. 3be097d Bump https://github.com/astral-sh/ruff-pre-commit (#7493) by dependabot[bot] · 2 weeks ago
  7. a634611 Bump github/codeql-action from 4.35.1 to 4.36.0 in the actions group (#7492) by dependabot[bot] · 2 weeks ago
  8. c4367f2 Add AI Policy by Ian Stapleton Cordasco · 2 weeks ago
  9. cd90742 docs: indent continuation line in Session.get :param params: (#7460) by aldbr · 4 weeks ago
  10. 6e83187 v2.34.2 by Nate Prewitt · 5 weeks ago v2.34.2
  11. 84d10f0 Move Request.headers back to Mapping (#7441) by Nate Prewitt · 5 weeks ago
  12. b7b549b v2.34.1 by Nate Prewitt · 5 weeks ago v2.34.1
  13. e511bc7 Fix mutability issues with headers input types (#7431) by Nate Prewitt · 5 weeks ago
  14. 5691f59 Update JsonType containers to read-based collections (#7436) by Nate Prewitt · 5 weeks ago
  15. 2144213 Constrain Response.reason to str (#7437) by Nate Prewitt · 5 weeks ago
  16. 6404f34 Fix `prepare_body` stream detection for `__getattr__`-based file wrappers (#7433) by Kaeun Kim · 5 weeks ago
  17. 0b401c7 v2.34.0 by Nate Prewitt · 5 weeks ago v2.34.0
  18. 86b378d Align Session.get parameters with requests.get (#7429) by Nate Prewitt · 5 weeks ago
  19. a4f9a59 Port bpo-39057 to Requests (#7427) by Nate Prewitt · 5 weeks ago
  20. 3816cfa Parameterize SupportsItems to handle Mapping key invariance (#7426) by Nate Prewitt · 5 weeks ago
  21. b684dcb sessions: fix hooks type (#7425) by Sebastian Meyer · 5 weeks ago
  22. dc9dbdf Formalize 3.15 support (#7422) by Nate Prewitt · 5 weeks ago
  23. 25340eb Clear proxy env vars before every test run (#7423) by Nate Prewitt · 5 weeks ago
  24. fd62809 Preserve leading slashes in request path_url (#7315) by typhon8 · 5 weeks ago
  25. e8d2c01 docs: Fix missing hook output in docs example (#7421) by eggsort · 5 weeks ago
  26. eb173bc Add 3.14t support to CI (#7419) by Nate Prewitt · 6 weeks ago
  27. d60f477 Cleanup remaining http:// reference URIs by Nate Prewitt · 6 weeks ago
  28. f64a0d7 docs: update stale Sphinx link in contributing guide by Joshua Kothapalle · 6 weeks ago
  29. 04d7505 Bump https://github.com/astral-sh/ruff-pre-commit (#7411) by dependabot[bot] · 6 weeks ago
  30. f7822f7 v2.34.0.dev1 by Nate Prewitt · 6 weeks ago v2.34.0.dev1
  31. 561e4b6 Add inline types to Requests (#7272) by Nate Prewitt · 6 weeks ago
  32. 8f6cda9 Add tests for hasattr/getattr usage on LookupDict (#7401) by Nate Prewitt · 7 weeks ago
  33. 27e0981 Fix remaining typos (#7395) by Dimitri Papadopoulos Orfanos · 7 weeks ago
  34. 6ec76b4 Ruff rule UP038 has been removed (#7393) by Dimitri Papadopoulos Orfanos · 7 weeks ago
  35. f43f750 Bump https://github.com/astral-sh/ruff-pre-commit (#7390) by dependabot[bot] · 8 weeks ago
  36. 9450dd5 Create groups for GHA and pre-commit dependabot PRs (#7387) by Nate Prewitt · 8 weeks ago
  37. 93bf533 Update index.rst to match README info (#7386) by Nate Prewitt · 8 weeks ago
  38. 79f4df8 Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#7378) by dependabot[bot] · 8 weeks ago
  39. b294b08 Consider urllib3 version has 3 numbers at most (#7375) (#7376) by Dejan SANADER · 8 weeks ago
  40. 5f3ff9b Fix typos discovered by codespell (#7371) by Christian Clauss · 8 weeks ago
  41. 514c162 Update README and remove extraneous images (#7366) by Nate Prewitt · 9 weeks ago
  42. d2f6bde Clarify decode_unicode behaviour in iter_{content,lines} docstrings (#7365) by Chris Riches · 9 weeks ago
  43. a044b02 Move DigestAuth hash algorithms to use usedforsecurity=False (#7310) by Nate Prewitt · 9 weeks ago
  44. 16df2a0 Move pytest pin to support 9.x series (#7364) by Nate Prewitt · 9 weeks ago
  45. fe2063b Don't hide navigation on mobile webpage (#7360) by Nate Prewitt · 9 weeks ago
  46. 4b0b1a3 Update pre-commit versions (#7348) by Nate Prewitt · 9 weeks ago
  47. 185f587 Cleanup docs and add i18n wrappers (#7354) by Nate Prewitt · 9 weeks ago
  48. ef439eb Prevent Response self-reference in redirect history (#7328) by Nate Prewitt · 2 months ago
  49. cbce031 Add Zizmor workflow and make initial updates by Nate Prewitt · 3 months ago
  50. 6360477 Bump github/codeql-action from 4.34.1 to 4.35.1 by dependabot[bot] · 3 months ago
  51. 111d2b7 v2.33.1 by Nate Prewitt · 3 months ago v2.33.1
  52. f0198e6 Fix malformed value parsing for Content-Type (#7309) by Nate Prewitt · 3 months ago
  53. bc7dd0f Fix cosmetic header validity parsing regex (#7308) by Nate Prewitt · 3 months ago
  54. 4443b1a Fix unintended test extra (#7306) by Nate Prewitt · 3 months ago
  55. 389eea5 Cleanup extracted file after extract_zipped_path test (#7305) by Nate Prewitt · 3 months ago
  56. 7407309 Packaging: DRY out extras definition (#7277) by Frank Dana · 3 months ago
  57. bc04dfd v2.33.0 by Nate Prewitt · 3 months ago v2.33.0
  58. 66d21cb Merge commit from fork by Nate Prewitt · 3 months ago
  59. 8b9bc8f Move badges to top of README (#7293) by Nate Prewitt · 3 months ago
  60. e331a28 Remove unused extraction call (#7292) by Nate Prewitt · 3 months ago
  61. 753fd08 docs: fix FAQ grammar in httplib2 example by rohan436 · 3 months ago
  62. 774a0b8 docs(socks): same block as other sections by Magsen (CD) · 3 months ago
  63. 9c72a41 Bump github/codeql-action from 4.33.0 to 4.34.1 by dependabot[bot] · 3 months ago
  64. ebf7190 Bump github/codeql-action from 4.32.0 to 4.33.0 by dependabot[bot] · 3 months ago
  65. 0e4ae38 docs: exclude Response.is_permanent_redirect from API docs (#7244) by Dr Alex Mitre · 3 months ago
  66. d568f47 docs: clarify Quickstart POST example (#6960) by Ethan Price · 4 months ago
  67. b2a1d33 Increase chardet upper limit to 8 by Dan Blanchard · 4 months ago
  68. 392b01f Bump actions/download-artifact from 7.0.0 to 8.0.0 by dependabot[bot] · 4 months ago
  69. 27f8b40 Bump actions/upload-artifact from 6.0.0 to 7.0.0 by dependabot[bot] · 4 months ago
  70. 4bd79e3 Increase chardet upper limit to 7 by Amin Vakil · 4 months ago
  71. da9113c Add CODEOWNERS file to repo (#7208) by Nate Prewitt · 4 months ago
  72. a2ce3d8 Remove harden runner from publish workflow (#7207) by Nate Prewitt · 4 months ago
  73. 5e7cb71 Bump version to dev for test publish by Nate Prewitt · 4 months ago
  74. 00600b3 Update publish workflow and add test pypi option by Nate Prewitt · 4 months ago
  75. 5f33844 Update docstring for Session.verify to include string support (#6859) (#6865) by m0d3v · 4 months ago
  76. 4791422 Fix empty netrc entry usage (#7205) by Nate Prewitt · 4 months ago
  77. 1b40fdd Merge pull request #7200 from psf/dependabot/github_actions/step-security/harden-runner-2.14.2 by Nate Prewitt · 4 months ago
  78. 514b3f2 Bump step-security/harden-runner from 2.13.0 to 2.14.2 by dependabot[bot] · 4 months ago
  79. dedee0f Merge pull request #7199 from psf/dependabot/github_actions/dessant/lock-threads-6.0.0 by Nate Prewitt · 4 months ago
  80. 7112775 Bump dessant/lock-threads from 5.0.0 to 6.0.0 by dependabot[bot] · 4 months ago
  81. 733b201 Update floors for certifi and urllib3 (#7189) by Nate Prewitt · 4 months ago
  82. 0c2bbe7 Drop support for Python 3.9 (#7196) by Nate Prewitt · 4 months ago
  83. 32e26af Start testing Python 3.15 Alpha (#7195) by Nate Prewitt · 4 months ago
  84. 421b873 Merge pull request #7101 from psf/dependabot/github_actions/github/codeql-action-4.31.6 by Nate Prewitt · 5 months ago
  85. 9688636 Bump github/codeql-action from 4.30.8 to 4.31.6 by dependabot[bot] · 5 months ago
  86. 0b950d8 Merge pull request #7100 from psf/dependabot/github_actions/actions/setup-python-6.1.0 by Nate Prewitt · 5 months ago
  87. 42eaeb4 Bump actions/setup-python from 6.0.0 to 6.1.0 by dependabot[bot] · 5 months ago
  88. 49f8968 Merge pull request #7092 from psf/dependabot/github_actions/actions/checkout-6.0.0 by Nate Prewitt · 5 months ago
  89. 8e39833 Bump actions/checkout from 5.0.0 to 6.0.0 by dependabot[bot] · 5 months ago
  90. 5f33bdd Merge pull request #7073 from psf/dependabot/github_actions/actions/download-artifact-6.0.0 by Nate Prewitt · 5 months ago
  91. ca78ca9 Bump actions/download-artifact from 5.0.0 to 6.0.0 by dependabot[bot] · 5 months ago
  92. 8e5ac8e Merge pull request #7071 from psf/dependabot/github_actions/actions/upload-artifact-5.0.0 by Nate Prewitt · 5 months ago
  93. 6c88b6b Bump actions/upload-artifact from 4.6.2 to 5.0.0 by dependabot[bot] · 5 months ago
  94. cb2c800 Migrate build system to PEP 517 (#7012) by Nate Prewitt · 5 months ago
  95. a389aaa Update maintainers in the AUTHORS.rst (#7191) by Nate Prewitt · 5 months ago
  96. f8bec2f Fix CI and build failures (#7190) by Nate Prewitt · 5 months ago
  97. 7029833 Merge pull request #7042 from psf/dependabot/github_actions/github/codeql-action-4.30.8 by Nate Prewitt · 8 months ago
  98. 6e4134b Bump github/codeql-action from 3.30.0 to 4.30.8 by dependabot[bot] · 8 months ago
  99. 420d16b Merge pull request #7026 from psf/dependabot/github_actions/actions/setup-python-6.0.0 by Nate Prewitt · 9 months ago
  100. 3c8decb Bump actions/setup-python from 5.6.0 to 6.0.0 by dependabot[bot] · 9 months ago