psf/black repo issues, pull requests, and releases [back to top]
Fix #4945: parse multiline backslash correctly #4973 [nileshsingal]
Description Fixes #4945. The parser did not correctly handle multiline statements that use explicit backslash (\)...
psf/requests repo issues, pull requests, and releases [back to top]
Streaming gzipped responses #2155 [hheimbuerger] Planned Contributor Friendly Documentation
I need to process big XML responses as a stream. The uncompressed responses can be multiple hundred megabytes in...
docs: clarify gzip decompression behavior when using stream=True #7181 [AhamadAlii]
When using stream=True, Requests does not automatically decompress gzip-encoded responses when accessing...
`no_proxy` setting ignores the `proxies` dictionary #5000 [ofek]
These work: $ python -c "import...
MCP-test #7182 [YashikaVihan-3006]
This is an example payload for creating a GitHub issue via MCP
docs: Clarify connect timeout also includes time for sending request body #7183 [sjoerdsmink]
Adding to the docs that connect timeout includes the time for sending the request body, so people don't set this...
python/peps repo issues, pull requests, and releases [back to top]
PEP 812: Imaginary type and IEC 60559-compatible complex arithmetic #4681 [skirpichev] new-pep
Basic requirements (all PEP Types) Read and followed PEP 1 & PEP 12 File created from the latest PEP template ...
PEP 12: Add list of intersphinx mappings #4610 [zklaus]
PEP 12 is very helpful in writing PEPs and has a section on intersphinx. However, to know the available intersphinx...
PEP 12: Refer to canonical docutils quickref/reference instead of duplicating description of reST syntax #2337 [CAM-Gerlach]
Spawned out of a discussion with @brettcannon and @AA-Turner on #2302 . PEP 12 (PEP-0012) contains a large amount of...
PEP 820: Changes based on discussion & implementation #4788 [encukou]
Change is either: To a Draft PEP To an Accepted or Final PEP, with Steering Council approval To fix an editorial...
PEP 822: update d-string spec and rejected ideas. #4787 [methane]
๐ Documentation preview ๐: https://pep-previews--4787.org.readthedocs.build/
PEP 822: add a Rejected Idea #4795 [methane]
"Allow content after opening quotes" idea is rejected. ref:...
PEP 694: Address PEP Delegate's feedback #4794 [warsaw]
๐ Documentation preview ๐: https://pep-previews--4794.org.readthedocs.build/
PEP 757: Set Status to Final #4168 [vstinner]
๐ Documentation preview ๐: https://pep-previews--4168.org.readthedocs.build/
PEP 815: Mark as Final #4796 [konstin]
See https://discuss.python.org/t/pep-815-deprecate-record-jws-and-record-p7s/105232/10 Jumping straight to final,...
PEP 821: Support for unpacking TypedDicts in Callable type hints #4764 [Daraan] new-pep
Basic requirements (all PEP Types) Read and followed PEP 1 & PEP 12 File created from the latest PEP template ...
cobaltt7: This is a bug in pytokens, there's already a PR up to fix it there - tusharsadhwani/pytokens#19