Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
xiaolanpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
http
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 4, 2017
bpo-30166: Import command-line parsing modules only when needed. (#1293)
serhiy-storchaka
authored
7e4db2f
View commit details
Copy full SHA for 7e4db2f
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
serhiy-storchaka
authored
2e576f5
View commit details
Copy full SHA for 2e576f5
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Show description for 351adda
PierreQuentel
authored and
serhiy-storchaka
committed
351adda
View commit details
Copy full SHA for 351adda
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
Issue #29192: Removed deprecated features in the http.cookies module.
serhiy-storchaka
committed
cc28337
View commit details
Copy full SHA for cc28337
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Remove unused imports.
serhiy-storchaka
committed
70d28a1
View commit details
Copy full SHA for 70d28a1
View code at this point
Browse repository at this point
Commits on Nov 19, 2016
Issue #28548: Parse HTTP request version even if too many words received
vadmium
committed
e82338d
View commit details
Copy full SHA for e82338d
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
Issue #23214: Remove BufferedReader.read1(-1) workaround
vadmium
committed
741d494
View commit details
Copy full SHA for 741d494
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #22493: Inline flags now should be used only at the start of the
Show description for bd48d27
serhiy-storchaka
committed
bd48d27
View commit details
Copy full SHA for bd48d27
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Show description for d048637
tiran
committed
d048637
View commit details
Copy full SHA for d048637
View code at this point
Browse repository at this point
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
ericvsmith
committed
451d0e3
View commit details
Copy full SHA for 451d0e3
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
[merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest
Show description for 10427f4
orsenthil
committed
10427f4
View commit details
Copy full SHA for 10427f4
View code at this point
Browse repository at this point
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code.
orsenthil
committed
5dc504c
View commit details
Copy full SHA for 5dc504c
View code at this point
Browse repository at this point
#27364: fix "incorrect" uses of escape character in the stdlib.
Show description for 44b548d
bitdancer
committed
44b548d
View commit details
Copy full SHA for 44b548d
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
vadmium
committed
0be894b
View commit details
Copy full SHA for 0be894b
View code at this point
Browse repository at this point
Commits on Sep 3, 2016
Issue 27921: Remove backslash from another f-string.
ericvsmith
committed
6e02560
View commit details
Copy full SHA for 6e02560
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
rhettinger
committed
15f44ab
View commit details
Copy full SHA for 15f44ab
View code at this point
Browse repository at this point
Commits on Aug 27, 2016
Issue #12319: Always send file request bodies using chunked encoding
Show description for ef91bb2
vadmium
committed
ef91bb2
View commit details
Copy full SHA for ef91bb2
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Merge
rhettinger
committed
f74c33a
View commit details
Copy full SHA for f74c33a
View code at this point
Browse repository at this point
Issue 19504: Change "customise" to "customize" American spelling.
rhettinger
committed
7ea386e
View commit details
Copy full SHA for 7ea386e
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Issue #12319: Support for chunked encoding of HTTP request bodies
Show description for 3c0d0ba
vadmium
committed
3c0d0ba
View commit details
Copy full SHA for 3c0d0ba
View code at this point
Browse repository at this point
Commits on Jul 10, 2016
[merge from 3.5] - Issue #27466: Change time format returned by
Show description for 290b42d
orsenthil
committed
290b42d
View commit details
Copy full SHA for 290b42d
View code at this point
Browse repository at this point
Issue #27466: Change time format returned by http.cookie.time2netscape,
Show description for d5b47fb
orsenthil
committed
d5b47fb
View commit details
Copy full SHA for d5b47fb
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
Issue #25738: Merge HTTP server from 3.5
vadmium
committed
40de69a
View commit details
Copy full SHA for 40de69a
View code at this point
Browse repository at this point
Issue #25738: Don’t send message body for 205 Reset Content
Show description for e42e129
vadmium
committed
e42e129
View commit details
Copy full SHA for e42e129
View code at this point
Browse repository at this point
Commits on May 26, 2016
Issue #27076: Merge spelling from 3.5
vadmium
committed
3e04d5b
View commit details
Copy full SHA for 3e04d5b
View code at this point
Browse repository at this point
Issue #27076: Doc, comment and tests spelling fixes
Show description for 46f5072
vadmium
committed
46f5072
View commit details
Copy full SHA for 46f5072
View code at this point
Browse repository at this point
Commits on May 8, 2016
Merge typo fixes from 3.5
vadmium
committed
1ce738e
View commit details
Copy full SHA for 1ce738e
View code at this point
Browse repository at this point
Fix typos in comments, documentation and test method names
vadmium
committed
f056416
View commit details
Copy full SHA for f056416
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
Issue #24902: Print server URL on http.server startup
Show description for 3a31cca
berkerpeksag
committed
3a31cca
View commit details
Copy full SHA for 3a31cca
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Issue #26657: Merge http.server fix from 3.5
vadmium
committed
791ac54
View commit details
Copy full SHA for 791ac54
View code at this point
Browse repository at this point
Issue #26657: Fix Windows directory traversal vulnerability with http.server
Show description for d274b3f
vadmium
committed
d274b3f
View commit details
Copy full SHA for d274b3f
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
vadmium
committed
0cab9c1
View commit details
Copy full SHA for 0cab9c1
View code at this point
Browse repository at this point
Commits on Apr 11, 2016
Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)
Show description for da3bb38
vadmium
committed
da3bb38
View commit details
Copy full SHA for da3bb38
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Merge typo fixes from 3.5
vadmium
committed
c86c91a
View commit details
Copy full SHA for c86c91a
View code at this point
Browse repository at this point
Fix typos in documentation and comments
vadmium
committed
cc71a79
View commit details
Copy full SHA for cc71a79
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.