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 }}
cppfool
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
on
master
User selector
All users
All time
Commit history
Commits on Feb 21, 2015
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Show description for e1ad8fa
zooba
committed
e1ad8fa
View commit details
Copy full SHA for e1ad8fa
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
Merge 3.4 (typo)
vstinner
committed
a9f2854
View commit details
Copy full SHA for a9f2854
View code at this point
Browse repository at this point
Fix typo: PyMem_Alloc => PyMem_Malloc
vstinner
committed
f6f8d76
View commit details
Copy full SHA for f6f8d76
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
Post-release updates for Python 3.5.0a1.
larryhastings
committed
0bf198d
View commit details
Copy full SHA for 0bf198d
View code at this point
Browse repository at this point
Post-release updates for Python 3.4.3rc1.
larryhastings
committed
dac71e1
View commit details
Copy full SHA for dac71e1
View code at this point
Browse repository at this point
Release bump for 3.5.0a1.
larryhastings
committed
25bd00d
View commit details
Copy full SHA for 25bd00d
View code at this point
Browse repository at this point
Version bump for 3.4.3rc1.
larryhastings
committed
ed326ae
View commit details
Copy full SHA for ed326ae
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 50c1aa5
serhiy-storchaka
committed
50c1aa5
View commit details
Copy full SHA for 50c1aa5
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
merge
rhettinger
committed
b7f5715
View commit details
Copy full SHA for b7f5715
View code at this point
Browse repository at this point
Move the set search finger before the smalltable.
rhettinger
committed
19933e4
View commit details
Copy full SHA for 19933e4
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Closes #22668: Merge from 3.4.
skrah
committed
5610754
View commit details
Copy full SHA for 5610754
View code at this point
Browse repository at this point
Issue #22668: Ensure that format strings survive slicing after casting.
skrah
committed
29627a1
View commit details
Copy full SHA for 29627a1
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Remove unneeded dummy test from the set search loop (when the hashes match we know the key is not a dummy).
rhettinger
committed
b1e5722
View commit details
Copy full SHA for b1e5722
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Issue #23119: Simplify setobject by inlining the special case for unicode equality testing.
rhettinger
committed
a3f0349
View commit details
Copy full SHA for a3f0349
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
Issue20284: Implement PEP461
ethanfurman
committed
c249798
View commit details
Copy full SHA for c249798
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash field instead of the setobject.
rhettinger
committed
4cd4166
View commit details
Copy full SHA for 4cd4166
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
merge 3.4 (#23221)
benjaminp
committed
e815c3c
View commit details
Copy full SHA for e815c3c
View code at this point
Browse repository at this point
fix instances of consecutive articles (closes #23221)
Show description for 9dd6d17
benjaminp
committed
9dd6d17
View commit details
Copy full SHA for 9dd6d17
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
Show description for 4a65c6e
vstinner
committed
4a65c6e
View commit details
Copy full SHA for 4a65c6e
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
Minor comment clean-up
rhettinger
committed
bcf538a
View commit details
Copy full SHA for bcf538a
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
Neaten-up setobject.h
Show description for 48daf0f
rhettinger
committed
48daf0f
View commit details
Copy full SHA for 48daf0f
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
75003f3
View commit details
Copy full SHA for 75003f3
View code at this point
Browse repository at this point
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
9f6e503
View commit details
Copy full SHA for 9f6e503
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
Issue #19676: Added the "namereplace" error handler.
serhiy-storchaka
committed
8f7a634
View commit details
Copy full SHA for 8f7a634
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for 7dfc33e
ncoghlan
committed
7dfc33e
View commit details
Copy full SHA for 7dfc33e
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Issue #22453: Removed non-documented macro PyObject_REPR().
serhiy-storchaka
committed
fce1bbc
View commit details
Copy full SHA for fce1bbc
View code at this point
Browse repository at this point
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Show description for 269891a
serhiy-storchaka
committed
269891a
View commit details
Copy full SHA for 269891a
View code at this point
Browse repository at this point
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Show description for bcc2075
serhiy-storchaka
committed
bcc2075
View commit details
Copy full SHA for bcc2075
View code at this point
Browse repository at this point
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
serhiy-storchaka
committed
8a07d48
View commit details
Copy full SHA for 8a07d48
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Show description for a6f8f12
serhiy-storchaka
committed
a6f8f12
View commit details
Copy full SHA for a6f8f12
View code at this point
Browse repository at this point
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Show description for 2a4a19d
serhiy-storchaka
committed
2a4a19d
View commit details
Copy full SHA for 2a4a19d
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Issue #22591: Drop support of MS-DOS
Show description for cb105b2
vstinner
committed
cb105b2
View commit details
Copy full SHA for cb105b2
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 6f4d604
serhiy-storchaka
committed
6f4d604
View commit details
Copy full SHA for 6f4d604
View code at this point
Browse repository at this point
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 572b688
serhiy-storchaka
committed
572b688
View commit details
Copy full SHA for 572b688
View code at this point
Browse repository at this point
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Show description for 6f8b2b2
pitrou
committed
6f8b2b2
View commit details
Copy full SHA for 6f8b2b2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.