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
compile.c
on
3.3
User selector
All users
All time
Commit history
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 Apr 19, 2013
Fix indentation.
ezio-melotti
committed
1b6424f
View commit details
Copy full SHA for 1b6424f
View code at this point
Browse repository at this point
Commits on Apr 6, 2013
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
pitrou
committed
55bff89
View commit details
Copy full SHA for 55bff89
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
Issue #16546: make ast.YieldFrom argument mandatory.
mdickinson
committed
ded35ae
View commit details
Copy full SHA for ded35ae
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
Issue #5765: Apply a hard recursion limit in the compiler
Show description for aab9c2b
ncoghlan
committed
aab9c2b
View commit details
Copy full SHA for aab9c2b
View code at this point
Browse repository at this point
Commits on Jul 18, 2012
remove unused variable
benjaminp
committed
51ab283
View commit details
Copy full SHA for 51ab283
View code at this point
Browse repository at this point
Issue #15368: fixing variable typo.
meadori
committed
9544aa3
View commit details
Copy full SHA for 9544aa3
View code at this point
Browse repository at this point
Issue #15368: fixing variable typo.
meadori
committed
f69e24e
View commit details
Copy full SHA for f69e24e
View code at this point
Browse repository at this point
Issue #15368: make bytecode generation deterministic.
meadori
committed
1f336ad
View commit details
Copy full SHA for 1f336ad
View code at this point
Browse repository at this point
Issue #15368: make bytecode generation deterministic.
meadori
committed
2ca6315
View commit details
Copy full SHA for 2ca6315
View code at this point
Browse repository at this point
Commits on May 27, 2012
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
ncoghlan
committed
0b43bcf
View commit details
Copy full SHA for 0b43bcf
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Show description for 8f82506
vstinner
committed
8f82506
View commit details
Copy full SHA for 8f82506
View code at this point
Browse repository at this point
Commits on Apr 17, 2012
merge 3.2 (#14607)
benjaminp
committed
2a1fdc4
View commit details
Copy full SHA for 2a1fdc4
View code at this point
Browse repository at this point
mangle keyword-only argname when loading defaults (closes #14607)
benjaminp
committed
32c59b6
View commit details
Copy full SHA for 32c59b6
View code at this point
Browse repository at this point
Commits on Mar 15, 2012
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Show description for 2afe6ae
benjaminp
committed
2afe6ae
View commit details
Copy full SHA for 2afe6ae
View code at this point
Browse repository at this point
Commits on Jan 14, 2012
make YieldFrom its own distinct from Yield (closes #13780)
benjaminp
committed
527c622
View commit details
Copy full SHA for 527c622
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Implement PEP 380 - 'yield from' (closes #11682)
ncoghlan
committed
1f7ce62
View commit details
Copy full SHA for 1f7ce62
View code at this point
Browse repository at this point
Commits on Nov 25, 2011
PEP 3155 / issue #13448: Qualified name for classes and functions.
pitrou
committed
86a36b5
View commit details
Copy full SHA for 86a36b5
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Check for PyUnicode_CopyCharacters() failure
Victor Stinner
committed
6c7a52a
View commit details
Copy full SHA for 6c7a52a
View code at this point
Browse repository at this point
Implement PEP 393.
loewis
committed
d63a3b8
View commit details
Copy full SHA for d63a3b8
View code at this point
Browse repository at this point
Commits on Jun 20, 2011
use a invalid name for the __class__ closure for super() (closes #12370)
Show description for f5ff223
benjaminp
committed
f5ff223
View commit details
Copy full SHA for f5ff223
View code at this point
Browse repository at this point
Commits on May 29, 2011
unify TryExcept and TryFinally (closes #12199)
benjaminp
committed
43af12b
View commit details
Copy full SHA for 43af12b
View code at this point
Browse repository at this point
Commits on May 27, 2011
merge 3.2
benjaminp
committed
d8255e0
View commit details
Copy full SHA for d8255e0
View code at this point
Browse repository at this point
merge 3.1
benjaminp
committed
a290bac
View commit details
Copy full SHA for a290bac
View code at this point
Browse repository at this point
fix spacing
benjaminp
committed
0a5dad9
View commit details
Copy full SHA for 0a5dad9
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
4a0f20f
View commit details
Copy full SHA for 4a0f20f
View code at this point
Browse repository at this point
merge 3.1
benjaminp
committed
5218853
View commit details
Copy full SHA for 5218853
View code at this point
Browse repository at this point
fix indentation
benjaminp
committed
74897ba
View commit details
Copy full SHA for 74897ba
View code at this point
Browse repository at this point
reflect with statements with multiple items in the AST (closes #12106)
benjaminp
committed
bf1bbc1
View commit details
Copy full SHA for bf1bbc1
View code at this point
Browse repository at this point
Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions
Show description for 4f2dab5
Victor Stinner
committed
4f2dab5
View commit details
Copy full SHA for 4f2dab5
View code at this point
Browse repository at this point
try to use the same str object for all code filenames when compiling or unmarshalling (#12190)
Show description for 43b0686
benjaminp
committed
43b0686
View commit details
Copy full SHA for 43b0686
View code at this point
Browse repository at this point
Commits on May 26, 2011
Avoid useless "++" at the end of functions
Show description for 97e561e
Victor Stinner
committed
97e561e
View commit details
Copy full SHA for 97e561e
View code at this point
Browse repository at this point
Commits on Mar 2, 2011
Remove useless argument of _PyUnicode_AsDefaultEncodedString()
Victor Stinner
committed
f3fd733
View commit details
Copy full SHA for f3fd733
View code at this point
Browse repository at this point
Commits on Dec 4, 2010
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
birkenfeld
committed
8334fd9
View commit details
Copy full SHA for 8334fd9
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
Remove redundant includes of headers that are already included by Python.h.
birkenfeld
committed
e5b99f0
View commit details
Copy full SHA for e5b99f0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.