Thanks to visit codestin.com
Credit goes to github.com
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 }}
ArdaOzd
/
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
Tools
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 11, 2022
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
Show description for ecfff63
tiran
authored
ecfff63
View commit details
Copy full SHA for ecfff63
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
Show description for de554d6
tiran
authored
de554d6
View commit details
Copy full SHA for de554d6
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
kumaraditya303
authored
8714b6f
View commit details
Copy full SHA for 8714b6f
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Show description for 5081e78
tiran
authored
5081e78
View commit details
Copy full SHA for 5081e78
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31726)
zooba
authored
77446d2
View commit details
Copy full SHA for 77446d2
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
Update grammar_grapher with the new forced (&&) directive (#31704)
lucach
authored
7f07b5e
View commit details
Copy full SHA for 7f07b5e
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
Remove trailing spaces (GH-31695)
serhiy-storchaka
authored
6927632
View commit details
Copy full SHA for 6927632
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles (GH-31677)
zooba
authored
8f31bf4
View commit details
Copy full SHA for 8f31bf4
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
methane
authored
9833bb9
View commit details
Copy full SHA for 9833bb9
View code at this point
Browse repository at this point
bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-31637)
Show description for 21099fc
ericsnowcurrently
authored
21099fc
View commit details
Copy full SHA for 21099fc
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Show description for 08deed1
ericsnowcurrently
authored
08deed1
View commit details
Copy full SHA for 08deed1
View code at this point
Browse repository at this point
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
markshannon
authored
4558af5
View commit details
Copy full SHA for 4558af5
View code at this point
Browse repository at this point
bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)
zooba
authored
da7d99a
View commit details
Copy full SHA for da7d99a
View code at this point
Browse repository at this point
Commits on Feb 26, 2022
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
kumaraditya303
authored
0d9b565
View commit details
Copy full SHA for 0d9b565
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
Show description for eb002db
kumaraditya303
authored
eb002db
View commit details
Copy full SHA for eb002db
View code at this point
Browse repository at this point
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
brandtbucher
authored
0f41aac
View commit details
Copy full SHA for 0f41aac
View code at this point
Browse repository at this point
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Show description for 2c228a7
encukou
authored
2c228a7
View commit details
Copy full SHA for 2c228a7
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
kumaraditya303
authored
4dc7463
View commit details
Copy full SHA for 4dc7463
View code at this point
Browse repository at this point
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31d
vstinner
authored
042f31d
View commit details
Copy full SHA for 042f31d
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
Show description for 1f45536
ericsnowcurrently
authored
1f45536
View commit details
Copy full SHA for 1f45536
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
Fix reporting of specialization stats. (GH-31503)
markshannon
authored
09487c1
View commit details
Copy full SHA for 09487c1
View code at this point
Browse repository at this point
Remove pair-counts from specialization stats. (GH-31500)
markshannon
authored
1320d56
View commit details
Copy full SHA for 1320d56
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)
Show description for 4d8a515
ericsnowcurrently
authored
4d8a515
View commit details
Copy full SHA for 4d8a515
View code at this point
Browse repository at this point
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
Show description for 6c89589
ericsnowcurrently
authored
6c89589
View commit details
Copy full SHA for 6c89589
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
bpo-46541: Discover the global strings. (gh-31346)
Show description for 12360aa
ericsnowcurrently
authored
12360aa
View commit details
Copy full SHA for 12360aa
View code at this point
Browse repository at this point
Commits on Feb 14, 2022
Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
Show description for 1d90364
ericsnowcurrently
authored
1d90364
View commit details
Copy full SHA for 1d90364
View code at this point
Browse repository at this point
Add pair counts to stats output and summary. (GH-31324)
markshannon
authored
0ade875
View commit details
Copy full SHA for 0ade875
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31264)
Show description for 80e4f26
ericsnowcurrently
authored
80e4f26
View commit details
Copy full SHA for 80e4f26
View code at this point
Browse repository at this point
Allow the parser to avoid nested processing of invalid rules (GH-31252)
pablogsal
authored
390459d
View commit details
Copy full SHA for 390459d
View code at this point
Browse repository at this point
Add stats for PRECALL_FUNCTION. (GH-31250)
markshannon
authored
b0662ae
View commit details
Copy full SHA for b0662ae
View code at this point
Browse repository at this point
Right justify numeric columns in stats summary script. (GH-31234)
markshannon
authored
cfc1cec
View commit details
Copy full SHA for cfc1cec
View code at this point
Browse repository at this point
bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)
Show description for cb68788
ericsnowcurrently
authored
cb68788
View commit details
Copy full SHA for cb68788
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
kumaraditya303
authored
c0a5ebe
View commit details
Copy full SHA for c0a5ebe
View code at this point
Browse repository at this point
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
markshannon
authored
f71a69a
View commit details
Copy full SHA for f71a69a
View code at this point
Browse repository at this point
bpo-36876: Update the c-analyzer whitelist. (gh-31225)
Show description for 77bab59
ericsnowcurrently
authored
77bab59
View commit details
Copy full SHA for 77bab59
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.