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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
githubink
/
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
Objects
on
master
User selector
All users
All time
Commit history
Commits on Jun 26, 2019
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
brandtbucher
authored and
serhiy-storchaka
committed
2a7d596
View commit details
Copy full SHA for 2a7d596
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
bpo-37388: Add PyUnicode_Decode(str, 0) fast-path (GH-14385)
Show description for ed076ed
vstinner
authored
ed076ed
View commit details
Copy full SHA for ed076ed
View code at this point
Browse repository at this point
bpo-37388: Development mode check encoding and errors (GH-14341)
Show description for 22eb689
vstinner
authored
22eb689
View commit details
Copy full SHA for 22eb689
View code at this point
Browse repository at this point
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Show description for 894263b
serhiy-storchaka
authored
894263b
View commit details
Copy full SHA for 894263b
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
jdemeyer
authored and
encukou
committed
a8b27e6
View commit details
Copy full SHA for a8b27e6
View code at this point
Browse repository at this point
bpo-37348: optimize decoding ASCII string (GH-14283)
Show description for 770847a
methane
authored
770847a
View commit details
Copy full SHA for 770847a
View code at this point
Browse repository at this point
Commits on Jun 20, 2019
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
jdemeyer
authored and
methane
committed
7e1a9aa
View commit details
Copy full SHA for 7e1a9aa
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Show description for b45d259
vstinner
authored
b45d259
View commit details
Copy full SHA for b45d259
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
jdemeyer
authored and
methane
committed
5954334
View commit details
Copy full SHA for 5954334
View code at this point
Browse repository at this point
bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)
jdemeyer
authored and
methane
committed
988e6aa
View commit details
Copy full SHA for 988e6aa
View code at this point
Browse repository at this point
bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972)
jdemeyer
authored and
methane
committed
c78fe32
View commit details
Copy full SHA for c78fe32
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Show description for 2ff58a2
vstinner
authored
2ff58a2
View commit details
Copy full SHA for 2ff58a2
View code at this point
Browse repository at this point
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
jdemeyer
authored and
methane
committed
2e9954d
View commit details
Copy full SHA for 2e9954d
View code at this point
Browse repository at this point
bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
jdemeyer
authored and
methane
committed
0456df4
View commit details
Copy full SHA for 0456df4
View code at this point
Browse repository at this point
Commits on Jun 16, 2019
closes bpo-37300: Remove unnecessary Py_XINCREF in classobject.c. (GH-14120)
shihai1991
authored and
benjaminp
committed
c83356c
View commit details
Copy full SHA for c83356c
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
bpo-37249: add declaration of _PyObject_GetMethod (GH-14015)
jdemeyer
authored and
methane
committed
b2f9473
View commit details
Copy full SHA for b2f9473
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
bpo-37231: optimize calls of special methods (GH-13973)
jdemeyer
authored and
methane
committed
b4b814b
View commit details
Copy full SHA for b4b814b
View code at this point
Browse repository at this point
bpo-37257: obmalloc: stop simple arena thrashing (#14039)
Show description for d1c85a2
tim-one
authored
d1c85a2
View commit details
Copy full SHA for d1c85a2
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
paulmon
authored and
zooba
committed
ff6bb0a
View commit details
Copy full SHA for ff6bb0a
View code at this point
Browse repository at this point
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997)
Show description for 376ce98
vstinner
authored
376ce98
View commit details
Copy full SHA for 376ce98
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965)
rhettinger
authored
1f11cf9
View commit details
Copy full SHA for 1f11cf9
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
jdemeyer
authored and
gpshead
committed
1f95317
View commit details
Copy full SHA for 1f95317
View code at this point
Browse repository at this point
bpo-37151: simplify classmethoddescr_call (GH-13340)
jdemeyer
authored and
encukou
committed
3f345c3
View commit details
Copy full SHA for 3f345c3
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
ZackerySpytz
authored and
vstinner
committed
dc24765
View commit details
Copy full SHA for dc24765
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
Show description for ea9f168
vstinner
authored
ea9f168
View commit details
Copy full SHA for ea9f168
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Show description for 91234a1
methane
authored
91234a1
View commit details
Copy full SHA for 91234a1
View code at this point
Browse repository at this point
bpo-36027: Really fix "incompatible pointer type" compiler warning (GH-13761)
Show description for 1e375c6
encukou
authored
1e375c6
View commit details
Copy full SHA for 1e375c6
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
bpo-36974: add some assertions for PEP 590 (GH-13682)
jdemeyer
authored and
encukou
committed
be718c3
View commit details
Copy full SHA for be718c3
View code at this point
Browse repository at this point
bpo-37012: Clean up special cases in PyType_FromSpecWithBases slot assignments (GH-13496)
Show description for 7f4ae1b
encukou
authored
7f4ae1b
View commit details
Copy full SHA for 7f4ae1b
View code at this point
Browse repository at this point
bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13758)
encukou
authored
e584cbf
View commit details
Copy full SHA for e584cbf
View code at this point
Browse repository at this point
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Show description for fb9423f
encukou
authored
fb9423f
View commit details
Copy full SHA for fb9423f
View code at this point
Browse repository at this point
Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)
pablogsal
authored
3caf4de
View commit details
Copy full SHA for 3caf4de
View code at this point
Browse repository at this point
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
pablogsal
authored
7ffcf84
View commit details
Copy full SHA for 7ffcf84
View code at this point
Browse repository at this point
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
mdickinson
authored
c529967
View commit details
Copy full SHA for c529967
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
serhiy-storchaka
authored
bdbad71
View commit details
Copy full SHA for bdbad71
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.