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
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
Parser
on
3.3
User selector
All users
All time
Commit history
Commits on Feb 28, 2014
Issue #20731: Properly position in source code files even if they
Show description for 815b41b
loewis
committed
815b41b
View commit details
Copy full SHA for 815b41b
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
don't put runtime values in array initializer for C89 compliance (closes #20588)
benjaminp
committed
c2f665e
View commit details
Copy full SHA for c2f665e
View code at this point
Browse repository at this point
Commits on Jan 9, 2014
Do not reset the line number because we already set file position to correct
Show description for 1064a13
serhiy-storchaka
committed
1064a13
View commit details
Copy full SHA for 1064a13
View code at this point
Browse repository at this point
Issue #18960: Fix bugs with Python source code encoding in the second line.
Show description for 768c16c
serhiy-storchaka
committed
768c16c
View commit details
Copy full SHA for 768c16c
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
#18803: fix more typos. Patch by Févry Thibault.
ezio-melotti
committed
7c4a7e6
View commit details
Copy full SHA for 7c4a7e6
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
tiran
committed
9ae513c
View commit details
Copy full SHA for 9ae513c
View code at this point
Browse repository at this point
Commits on Jul 31, 2013
Silence warning about set but unused variable inside compile_atom() in non-debug builds
tiran
committed
5e4d372
View commit details
Copy full SHA for 5e4d372
View code at this point
Browse repository at this point
Commits on Jul 26, 2013
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
tiran
committed
70c94e7
View commit details
Copy full SHA for 70c94e7
View code at this point
Browse repository at this point
Parser/asdl_c.py: use Py_CLEAR()
vstinner
committed
1acc129
View commit details
Copy full SHA for 1acc129
View code at this point
Browse repository at this point
According to the PEP 7, C code must "use 4-space indents"
Show description for ce72e1c
vstinner
committed
ce72e1c
View commit details
Copy full SHA for ce72e1c
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Some compilers complain about 'control reaches end of non-void function'
Show description for 1eb0cb1
tiran
committed
1eb0cb1
View commit details
Copy full SHA for 1eb0cb1
View code at this point
Browse repository at this point
Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging
Show description for 53d2dc4
tiran
committed
53d2dc4
View commit details
Copy full SHA for 53d2dc4
View code at this point
Browse repository at this point
Commits on Jul 16, 2013
move declaration to top of block
benjaminp
committed
265fba4
View commit details
Copy full SHA for 265fba4
View code at this point
Browse repository at this point
check the return value of new_string() (closes #18470)
benjaminp
committed
2dbfd88
View commit details
Copy full SHA for 2dbfd88
View code at this point
Browse repository at this point
Commits on Jun 9, 2013
Issue #18038: SyntaxError raised during compilation sources with illegal
Show description for 3af14aa
serhiy-storchaka
committed
3af14aa
View commit details
Copy full SHA for 3af14aa
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 Oct 21, 2012
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
doko42
committed
aee3c76
View commit details
Copy full SHA for aee3c76
View code at this point
Browse repository at this point
Commits on Sep 30, 2012
#15923: merge with 3.2.
ezio-melotti
committed
8a9cc52
View commit details
Copy full SHA for 8a9cc52
View code at this point
Browse repository at this point
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
ezio-melotti
committed
cb2916a
View commit details
Copy full SHA for cb2916a
View code at this point
Browse repository at this point
Commits on Sep 20, 2012
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
Show description for ca8aa4a
pitrou
committed
ca8aa4a
View commit details
Copy full SHA for ca8aa4a
View code at this point
Browse repository at this point
Commits on Aug 11, 2012
Remove unused variables in parsetok().
birkenfeld
committed
cc98887
View commit details
Copy full SHA for cc98887
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
MERGE: Closes #15512: Correct __sizeof__ support for parser
jcea
committed
88ca04e
View commit details
Copy full SHA for 88ca04e
View code at this point
Browse repository at this point
Closes #15512: Correct __sizeof__ support for parser
jcea
committed
e9c5318
View commit details
Copy full SHA for e9c5318
View code at this point
Browse repository at this point
Commits on Aug 1, 2012
construct fields in the right order (closes #15517)
Show description for 481ae50
benjaminp
committed
481ae50
View commit details
Copy full SHA for 481ae50
View code at this point
Browse repository at this point
Commits on Jul 8, 2012
add gc support to the AST base type (closes #15293)
benjaminp
committed
8107176
View commit details
Copy full SHA for 8107176
View code at this point
Browse repository at this point
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
pitrou
committed
5075074
View commit details
Copy full SHA for 5075074
View code at this point
Browse repository at this point
Commits on Jul 3, 2012
Issue #1677: Unused variable warning in Non-Windows
jcea
committed
035997f
View commit details
Copy full SHA for 035997f
View code at this point
Browse repository at this point
Commits on Jun 29, 2012
Issue #1677: Handle better a race condition between the interactive interpreter and
Show description for 9175c3d
tjguk
committed
9175c3d
View commit details
Copy full SHA for 9175c3d
View code at this point
Browse repository at this point
Issue #1677: Handle better a race condition between the interactive interpreter and
Show description for b92b757
tjguk
committed
b92b757
View commit details
Copy full SHA for b92b757
View code at this point
Browse repository at this point
Commits on Jun 20, 2012
Issue #15096: Drop support for the ur string prefix
Christian Heimes
committed
0b3847d
View commit details
Copy full SHA for 0b3847d
View code at this point
Browse repository at this point
Commits on May 15, 2012
use Py_ssize_t for ast sequence lengths
benjaminp
committed
77fa937
View commit details
Copy full SHA for 77fa937
View code at this point
Browse repository at this point
Commits on Apr 30, 2012
Merge with 3.2: issue #14433
loewis
committed
ce58ed3
View commit details
Copy full SHA for ce58ed3
View code at this point
Browse repository at this point
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
loewis
committed
e654c11
View commit details
Copy full SHA for e654c11
View code at this point
Browse repository at this point
Commits on Mar 15, 2012
free AST's dict
benjaminp
committed
1767e02
View commit details
Copy full SHA for 1767e02
View code at this point
Browse repository at this point
Commits on Mar 13, 2012
Try to fix compilation of Python-ast.c on Visual Studio 2008
vstinner
committed
45e50de
View commit details
Copy full SHA for 45e50de
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.