Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
: Make smtpd private to port its users
Merge branch 'main' into privatize-smtpd
Move smtpd to its only user for further porting to asyncio
Point test_logging to the new smtpd location too
Remove smptd from standalone module lists
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Address the review of AA-Turner (using suggestion batching)
Merge branch 'main' into privatize-smtpd
Merge branch 'main' into privatize-smtpd
Merge branch 'main' into privatize-smtpd
Update 3.12.rst Wording suggestion.
Update 3.12.rst Small reword suggestion.
: Make smtpd private before porting its users (
gh-72719: Remove deprecated asyncore and asynchat modules #96580
tests still rely on the removed stdlib modules asyncore/asynchat #93243