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
Python
bltinmodule.c
on
master
User selector
All users
All time
Commit history
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
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 26bcf8d
serhiy-storchaka
committed
26bcf8d
View commit details
Copy full SHA for 26bcf8d
View code at this point
Browse repository at this point
Commits on Sep 6, 2014
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Show description for 834b51b
serhiy-storchaka
committed
834b51b
View commit details
Copy full SHA for 834b51b
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
Issue #20184: Add signature introspection for 30 of the builtins
Show description for 4be2942
ncoghlan
committed
4be2942
View commit details
Copy full SHA for 4be2942
View code at this point
Browse repository at this point
Commits on Aug 15, 2014
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Show description for 64c6271
vstinner
committed
64c6271
View commit details
Copy full SHA for 64c6271
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
Issue #22146: Fix typo in __build_class__ error message
zware
committed
e4984c3
View commit details
Copy full SHA for e4984c3
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Show description for 8acdd36
terryjreedy
committed
8acdd36
View commit details
Copy full SHA for 8acdd36
View code at this point
Browse repository at this point
Commits on May 19, 2014
Issue 20620: Update the min()/max() docs for the new default argument.
Show description for ac26301
rhettinger
committed
ac26301
View commit details
Copy full SHA for ac26301
View code at this point
Browse repository at this point
Commits on Apr 18, 2014
correct len signature in docstring (closes #21294)
benjaminp
committed
ef6f3c1
View commit details
Copy full SHA for ef6f3c1
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
Issue #20189: Four additional builtin types (PyTypeObject,
Show description for 440f4f0
larryhastings
committed
440f4f0
View commit details
Copy full SHA for 440f4f0
View code at this point
Browse repository at this point
Commits on Dec 7, 2013
merge 3.3 (#19910)
benjaminp
committed
a5a6a8b
View commit details
Copy full SHA for a5a6a8b
View code at this point
Browse repository at this point
document that compile() can take bytes (closes #19910)
benjaminp
committed
f5c96db
View commit details
Copy full SHA for f5c96db
View code at this point
Browse repository at this point
Commits on Nov 24, 2013
Issue #3158: doctest can now find doctests in functions and methods
Show description for f1b1cdd
zware
committed
f1b1cdd
View commit details
Copy full SHA for f1b1cdd
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Show description for 302fd4b
vstinner
committed
302fd4b
View commit details
Copy full SHA for 302fd4b
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
Issue #19512: builtin print() function uses an identifier instead of literal
Show description for 947b753
vstinner
committed
947b753
View commit details
Copy full SHA for 947b753
View code at this point
Browse repository at this point
Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string
vstinner
committed
2c2f11c
View commit details
Copy full SHA for 2c2f11c
View code at this point
Browse repository at this point
Issue #19512: add some common identifiers to only create common strings once,
Show description for f9499d1
vstinner
committed
f9499d1
View commit details
Copy full SHA for f9499d1
View code at this point
Browse repository at this point
Issue #19512: eval() and exec() now use an identifier for "__builtins__" string
vstinner
committed
35d00d3
View commit details
Copy full SHA for 35d00d3
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Show description for e6423b1
vstinner
committed
e6423b1
View commit details
Copy full SHA for e6423b1
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
74dc84d
View commit details
Copy full SHA for 74dc84d
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 927e5f7
serhiy-storchaka
committed
927e5f7
View commit details
Copy full SHA for 927e5f7
View code at this point
Browse repository at this point
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 13689b5
serhiy-storchaka
committed
13689b5
View commit details
Copy full SHA for 13689b5
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 4b2fd0a
vstinner
committed
4b2fd0a
View commit details
Copy full SHA for 4b2fd0a
View code at this point
Browse repository at this point
Commits on Jul 26, 2013
Issue #18560: Fix potential NULL pointer dereference in sum()
tiran
committed
7486ffe
View commit details
Copy full SHA for 7486ffe
View code at this point
Browse repository at this point
Issue #18560: Fix potential NULL pointer dereference in sum()
tiran
committed
c4ee8df
View commit details
Copy full SHA for c4ee8df
View code at this point
Browse repository at this point
Commits on Jul 16, 2013
Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
vstinner
committed
5b92a53
View commit details
Copy full SHA for 5b92a53
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
Merge: #18424: PEP8ify the tense of the sum docstring.
bitdancer
committed
2c5aa24
View commit details
Copy full SHA for 2c5aa24
View code at this point
Browse repository at this point
#18424: PEP8ify the tense of the sum docstring.
bitdancer
committed
07fbe80
View commit details
Copy full SHA for 07fbe80
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
Issue 18111: Add a default argument to min() and max()
rhettinger
committed
06942a1
View commit details
Copy full SHA for 06942a1
View code at this point
Browse repository at this point
Commits on May 16, 2013
rather than passing locals to the class body, just execute the class body in the proper environment
benjaminp
committed
5e5acee
View commit details
Copy full SHA for 5e5acee
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
properly lookup the __round__ special method (closes #17722)
benjaminp
committed
28bb532
View commit details
Copy full SHA for 28bb532
View code at this point
Browse repository at this point
Commits on Apr 6, 2013
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
serhiy-storchaka
committed
8eecb91
View commit details
Copy full SHA for 8eecb91
View code at this point
Browse repository at this point
Revert a premature patch for issue #14010 (changeset aaaf36026511).
serhiy-storchaka
committed
320d178
View commit details
Copy full SHA for 320d178
View code at this point
Browse repository at this point
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Show description for 90f3adf
serhiy-storchaka
committed
90f3adf
View commit details
Copy full SHA for 90f3adf
View code at this point
Browse repository at this point
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Show description for b983887
serhiy-storchaka
committed
b983887
View commit details
Copy full SHA for b983887
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.