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
.
pythonStudy2017
/
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
Python
bltinmodule.c
on
3.3
User selector
All users
All time
Commit history
Commits on Dec 7, 2013
document that compile() can take bytes (closes #19910)
benjaminp
committed
933142a
View commit details
Copy full SHA for 933142a
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 9594942
serhiy-storchaka
committed
9594942
View commit details
Copy full SHA for 9594942
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
704e2d3
View commit details
Copy full SHA for 704e2d3
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
#18424: PEP8ify the tense of the sum docstring.
bitdancer
committed
87ead11
View commit details
Copy full SHA for 87ead11
View code at this point
Browse repository at this point
Commits on Apr 6, 2013
Revert a premature patch for issue #14010 (changeset aaaf36026511).
serhiy-storchaka
committed
278d03b
View commit details
Copy full SHA for 278d03b
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 e8f706e
serhiy-storchaka
committed
e8f706e
View commit details
Copy full SHA for e8f706e
View code at this point
Browse repository at this point
Commits on Apr 3, 2013
Issue #17619: Make input() check for Ctrl-C correctly on Windows.
shibturn
committed
614c578
View commit details
Copy full SHA for 614c578
View code at this point
Browse repository at this point
Commits on Feb 15, 2013
#17178: merge with 3.2.
ezio-melotti
committed
293ab97
View commit details
Copy full SHA for 293ab97
View code at this point
Browse repository at this point
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
ezio-melotti
committed
b19ed57
View commit details
Copy full SHA for b19ed57
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
Remove unused variabile "plain" in builtin_exec.
ezio-melotti
committed
3c76aa6
View commit details
Copy full SHA for 3c76aa6
View code at this point
Browse repository at this point
Commits on Aug 20, 2012
Merge 3.2.
skrah
committed
66d1eb2
View commit details
Copy full SHA for 66d1eb2
View code at this point
Browse repository at this point
Issue #15741: Fix potential NULL dereference. Found by Coverity.
skrah
committed
07795df
View commit details
Copy full SHA for 07795df
View code at this point
Browse repository at this point
Commits on Aug 15, 2012
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Show description for 721738f
pitrou
committed
721738f
View commit details
Copy full SHA for 721738f
View code at this point
Browse repository at this point
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Show description for 6f430e4
pitrou
committed
6f430e4
View commit details
Copy full SHA for 6f430e4
View code at this point
Browse repository at this point
Commits on Aug 10, 2012
Fix issue #15607: Update the print builtin function docstring with the new flush keyword.
Show description for e9175bd
orsenthil
committed
e9175bd
View commit details
Copy full SHA for e9175bd
View code at this point
Browse repository at this point
Commits on Aug 6, 2012
Issue #15471: Don't use mutable object as default values for the
Show description for cb4996a
brettcannon
committed
cb4996a
View commit details
Copy full SHA for cb4996a
View code at this point
Browse repository at this point
Commits on Jul 30, 2012
Issue #15508: Fix the docstring for __import__ to not mention negative
Show description for 722d3ae
brettcannon
committed
722d3ae
View commit details
Copy full SHA for 722d3ae
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
Remove outdated statement
pitrou
committed
edc6018
View commit details
Copy full SHA for edc6018
View code at this point
Browse repository at this point
Commits on Jun 2, 2012
merge 3.2
benjaminp
committed
3a37b83
View commit details
Copy full SHA for 3a37b83
View code at this point
Browse repository at this point
don't leak if the __class__ closure is set
benjaminp
committed
8e8fbea
View commit details
Copy full SHA for 8e8fbea
View code at this point
Browse repository at this point
Commits on Apr 14, 2012
Issue #2377: Make importlib the implementation of __import__().
Show description for fd07415
brettcannon
committed
fd07415
View commit details
Copy full SHA for fd07415
View code at this point
Browse repository at this point
Commits on Apr 3, 2012
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
committed
31668b8
View commit details
Copy full SHA for 31668b8
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Closes #13761: add a "flush" keyword argument to print().
birkenfeld
committed
bc3b682
View commit details
Copy full SHA for bc3b682
View code at this point
Browse repository at this point
Commits on Jan 12, 2012
fold into one if statement
benjaminp
committed
0010256
View commit details
Copy full SHA for 0010256
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
0ab2a26
View commit details
Copy full SHA for 0ab2a26
View code at this point
Browse repository at this point
Commits on Jan 3, 2012
fix formatting
benjaminp
committed
a12d5c6
View commit details
Copy full SHA for a12d5c6
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
332503d
View commit details
Copy full SHA for 332503d
View code at this point
Browse repository at this point
Commits on Nov 22, 2011
Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide
Victor Stinner
committed
63ab875
View commit details
Copy full SHA for 63ab875
View code at this point
Browse repository at this point
Commits on Nov 7, 2011
quote the type name for improved readability
pjenvey
committed
50add04
View commit details
Copy full SHA for 50add04
View code at this point
Browse repository at this point
Commits on Nov 5, 2011
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Show description for 5ee9d8a
pitrou
committed
5ee9d8a
View commit details
Copy full SHA for 5ee9d8a
View code at this point
Browse repository at this point
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Show description for 0d776b1
pitrou
committed
0d776b1
View commit details
Copy full SHA for 0d776b1
View code at this point
Browse repository at this point
Commits on Oct 28, 2011
Remove unused variable.
florentx
committed
4d46c2a
View commit details
Copy full SHA for 4d46c2a
View code at this point
Browse repository at this point
Merge 3.2 (linked to issue #1294232)
florentx
committed
908ae24
View commit details
Copy full SHA for 908ae24
View code at this point
Browse repository at this point
Commits on Oct 23, 2011
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
ncoghlan
committed
de31b19
View commit details
Copy full SHA for de31b19
View code at this point
Browse repository at this point
Merge issue 1294232 patch from 3.2
ncoghlan
committed
9715d26
View commit details
Copy full SHA for 9715d26
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.