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
Accelerator
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
Type
/
to 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 }}
pythonicca
/
cpython
Public
forked from
idobatter/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
Objects
on
master
User selector
All users
All time
Commit history
Commits on Jan 18, 2017
Cleanup _PyMethodDef_RawFastCallDict()
Show description for 8b7c895
vstinner
committed
8b7c895
View commit details
Copy full SHA for 8b7c895
View code at this point
Browse repository at this point
Rephrase !PyErr_Occurred() comment: may=>can
Show description for efd2b7e
vstinner
committed
efd2b7e
View commit details
Copy full SHA for efd2b7e
View code at this point
Browse repository at this point
_PyObject_FastCallKeywords() now checks !PyErr_Occurred()
Show description for bdd4a2f
vstinner
committed
bdd4a2f
View commit details
Copy full SHA for bdd4a2f
View code at this point
Browse repository at this point
PyCFunction_Call() now calls _PyCFunction_FastCallDict()
Show description for dcc2a62
vstinner
committed
dcc2a62
View commit details
Copy full SHA for dcc2a62
View code at this point
Browse repository at this point
Fix _PyMethodDef_RawFastCallDict() argument parsing
Show description for 5063079
vstinner
committed
5063079
View commit details
Copy full SHA for 5063079
View code at this point
Browse repository at this point
_PyObject_FastCallKeywords() now checks the result
Show description for 63df57c
vstinner
committed
63df57c
View commit details
Copy full SHA for 63df57c
View code at this point
Browse repository at this point
Optimize methoddescr_call(): avoid temporary PyCFunction
Show description for 1bb1576
vstinner
committed
1bb1576
View commit details
Copy full SHA for 1bb1576
View code at this point
Browse repository at this point
Remove unused func parameter of _PyStack_UnpackDict()
Show description for bd4b3a0
vstinner
committed
bd4b3a0
View commit details
Copy full SHA for bd4b3a0
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Convert some OrderedDict methods to Argument Clinic
Show description for 81482e1
vstinner
committed
81482e1
View commit details
Copy full SHA for 81482e1
View code at this point
Browse repository at this point
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for 6c00466
vstinner
committed
6c00466
View commit details
Copy full SHA for 6c00466
View code at this point
Browse repository at this point
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for ea82eb9
vstinner
committed
ea82eb9
View commit details
Copy full SHA for ea82eb9
View code at this point
Browse repository at this point
_PyStack_UnpackDict() now returns -1 on error
Show description for 2128d97
vstinner
committed
2128d97
View commit details
Copy full SHA for 2128d97
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 24e9a60
vstinner
committed
24e9a60
View commit details
Copy full SHA for 24e9a60
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
type_prepare() now uses fast call (METH_FASTCALL)
vstinner
committed
ea4b2b0
View commit details
Copy full SHA for ea4b2b0
View code at this point
Browse repository at this point
Add _PyStack_AsTupleSlice() helper
vstinner
committed
a4d82b8
View commit details
Copy full SHA for a4d82b8
View code at this point
Browse repository at this point
Optimize _PyCFunction_FastCallKeywords()
Show description for 0b74fbd
vstinner
committed
0b74fbd
View commit details
Copy full SHA for 0b74fbd
View code at this point
Browse repository at this point
Issue #20180: forgot to update AC output.
methane
committed
d9a9a4b
View commit details
Copy full SHA for d9a9a4b
View code at this point
Browse repository at this point
Issue #20180: convert unicode methods to AC.
methane
committed
4df3df2
View commit details
Copy full SHA for 4df3df2
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
Merge doc fixes from 3.6
vadmium
committed
41ec1bc
View commit details
Copy full SHA for 41ec1bc
View code at this point
Browse repository at this point
Merge doc fixes from 3.5
vadmium
committed
6569ef9
View commit details
Copy full SHA for 6569ef9
View code at this point
Browse repository at this point
Fix grammar, typos and markup in documentation and code comments
Show description for ed43dee
vadmium
committed
ed43dee
View commit details
Copy full SHA for ed43dee
View code at this point
Browse repository at this point
Issue #1621: Overflow should not be possible in listextend()
vadmium
committed
9530f48
View commit details
Copy full SHA for 9530f48
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Show description for 082aa06
serhiy-storchaka
committed
082aa06
View commit details
Copy full SHA for 082aa06
View code at this point
Browse repository at this point
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Show description for a02df97
serhiy-storchaka
committed
a02df97
View commit details
Copy full SHA for a02df97
View code at this point
Browse repository at this point
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Show description for dc16b6c
serhiy-storchaka
committed
dc16b6c
View commit details
Copy full SHA for dc16b6c
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Disable _PyStack_AsTuple() inlining
Show description for 3ca4e9b
vstinner
committed
3ca4e9b
View commit details
Copy full SHA for 3ca4e9b
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
call_method() now uses _PyObject_FastCall()
Show description for 8f06e88
vstinner
committed
8f06e88
View commit details
Copy full SHA for 8f06e88
View code at this point
Browse repository at this point
Issue #29145: Merge 3.6.
zhangyangyu
committed
cb642ab
View commit details
Copy full SHA for cb642ab
View code at this point
Browse repository at this point
Issue #29145: Merge 3.5.
zhangyangyu
committed
45db87c
View commit details
Copy full SHA for 45db87c
View code at this point
Browse repository at this point
Issue #29145: Fix overflow checks in str.replace() and str.join().
Show description for 0aca59d
zhangyangyu
committed
0aca59d
View commit details
Copy full SHA for 0aca59d
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
Merge 3.6
methane
committed
0e2c2c7
View commit details
Copy full SHA for 0e2c2c7
View code at this point
Browse repository at this point
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
methane
committed
3d89e43
View commit details
Copy full SHA for 3d89e43
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
Issue #28839: Optimize function_call()
Show description for 1f71b3e
vstinner
committed
1f71b3e
View commit details
Copy full SHA for 1f71b3e
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
Merge 3.6.
skrah
committed
d0a2f68
View commit details
Copy full SHA for d0a2f68
View code at this point
Browse repository at this point
Merge 3.5.
skrah
committed
fc04a1d
View commit details
Copy full SHA for fc04a1d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.