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 }}
python3lover
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 20, 2018
bpo-32503: Avoid creating too small frames in pickles. (#5127)
serhiy-storchaka
authored
1211c9a
View commit details
Copy full SHA for 1211c9a
Browse repository at this point
bpo-32602: Test ECDSA certs (#5247)
Show description for bd5c7d2
tiran
authored
bd5c7d2
View commit details
Copy full SHA for bd5c7d2
Browse repository at this point
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Show description for ff5be6e
tiran
authored
ff5be6e
View commit details
Copy full SHA for ff5be6e
Browse repository at this point
bpo-32226: PEP 560: improve typing module (#4906)
Show description for d911e40
ilevkivskyi
authored
d911e40
View commit details
Copy full SHA for d911e40
Browse repository at this point
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Show description for d57f26c
CuriousLearner
authored and
ncoghlan
committed
d57f26c
View commit details
Copy full SHA for d57f26c
Browse repository at this point
bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241)
methane
authored
6690bb9
View commit details
Copy full SHA for 6690bb9
Browse repository at this point
bpo-25910: Link redirections in docs (#1933)
Show description for 338cd83
CuriousLearner
authored and
vstinner
committed
338cd83
View commit details
Copy full SHA for 338cd83
Browse repository at this point
Commits on Jan 19, 2018
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
asvetlov
authored
7464e87
View commit details
Copy full SHA for 7464e87
Browse repository at this point
Commits on Jan 18, 2018
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
zooba
authored
2507e29
View commit details
Copy full SHA for 2507e29
Browse repository at this point
Removed unnecesssary bit inversion which doesn't improve dispersion statistics (#5235)
rhettinger
authored
fa78806
View commit details
Copy full SHA for fa78806
Browse repository at this point
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Show description for 05d68a8
vstinner
authored
05d68a8
View commit details
Copy full SHA for 05d68a8
Browse repository at this point
bpo-32576: use queue.SimpleQueue in critical places (#5216)
Show description for ab74504
pitrou
authored
ab74504
View commit details
Copy full SHA for ab74504
Browse repository at this point
Commits on Jan 17, 2018
Fix typo in thread_nt.h code comment (GH-5211)
Show description for 6027802
shangdahao
authored and
Mariatta
committed
6027802
View commit details
Copy full SHA for 6027802
Browse repository at this point
Use assertCountEqual instead of assertEqual. (#5223)
Show description for 3941499
gpshead
authored
3941499
View commit details
Copy full SHA for 3941499
Browse repository at this point
bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)
vstinner
authored
e860089
View commit details
Copy full SHA for e860089
Browse repository at this point
pythoninfo: add time.time and datetime.datetime.now (#5214)
vstinner
authored
7d91c02
View commit details
Copy full SHA for 7d91c02
Browse repository at this point
bpo-32248: Fix test_importlib.test_open() (#5213)
Show description for 3a0cf93
vstinner
authored
3a0cf93
View commit details
Copy full SHA for 3a0cf93
Browse repository at this point
Fix Git attributes of test_importlib data files (#5209)
Show description for 44a70e9
vstinner
authored
44a70e9
View commit details
Copy full SHA for 44a70e9
Browse repository at this point
Commits on Jan 16, 2018
bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
Show description for ced9cb5
tiran
authored
ced9cb5
View commit details
Copy full SHA for ced9cb5
Browse repository at this point
bpo-32403: Faster date and datetime constructors (#4993)
Show description for 9f1b7b9
pganssle
authored and
abalkin
committed
9f1b7b9
View commit details
Copy full SHA for 9f1b7b9
Browse repository at this point
bpo-32410: Implement loop.sock_sendfile() (#4976)
asvetlov
authored
6b5a279
View commit details
Copy full SHA for 6b5a279
Browse repository at this point
Skip test_readline.test_nonascii() on C locale (#5203)
Show description for c495e79
vstinner
authored
c495e79
View commit details
Copy full SHA for c495e79
Browse repository at this point
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
serhiy-storchaka
authored
4d9aec0
View commit details
Copy full SHA for 4d9aec0
Browse repository at this point
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
Show description for 378edee
methane
authored
378edee
View commit details
Copy full SHA for 378edee
Browse repository at this point
bpo-26163: Frozenset hash improvement (#5194)
rhettinger
authored
b44c516
View commit details
Copy full SHA for b44c516
Browse repository at this point
Commits on Jan 15, 2018
bpo-14976: Reentrant simple queue (#3346)
Show description for 94e1696
pitrou
authored
94e1696
View commit details
Copy full SHA for 94e1696
Browse repository at this point
Implement the get_resource_reader() API for file system imports (#5168)
warsaw
authored
5ec0fee
View commit details
Copy full SHA for 5ec0fee
Browse repository at this point
Make asyncio tests run when there's no SSL module (#5196)
Yury Selivanov
authored
21102f0
View commit details
Copy full SHA for 21102f0
Browse repository at this point
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Show description for cb064fc
vstinner
authored
cb064fc
View commit details
Copy full SHA for cb064fc
Browse repository at this point
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Show description for 7ed7aea
vstinner
authored
7ed7aea
View commit details
Copy full SHA for 7ed7aea
Browse repository at this point
bpo-26330: Update shutil.disk_usage() documentation (GH-5184)
Show description for ee3b835
csabella
authored and
Mariatta
committed
ee3b835
View commit details
Copy full SHA for ee3b835
Browse repository at this point
bpo-15221: Update os.path.is*() documentation (GH-5185)
Show description for b3dd18d
csabella
authored and
Mariatta
committed
b3dd18d
View commit details
Copy full SHA for b3dd18d
Browse repository at this point
Commits on Jan 14, 2018
bpo-29476: Simplify set_add_entry() (#5175)
rhettinger
authored
3329992
View commit details
Copy full SHA for 3329992
Browse repository at this point
Commits on Jan 13, 2018
Add itertools recipe for directly finding the n-th combination (#5161)
rhettinger
authored
d37258d
View commit details
Copy full SHA for d37258d
Browse repository at this point
Improve enum.Flag code example (GH-5167)
Show description for 0f31c74
JulianKahnert
authored and
Mariatta
committed
0f31c74
View commit details
Copy full SHA for 0f31c74
Browse repository at this point
Previous
Next
You can’t perform that action at this time.