FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Parser/asdl_c.py - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
asdl_c.py
on
pythoncapi
User selector
Datepicker
Commit history
Commits on May 31, 2018
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
serhiy-storchaka
authored
a5c4228
View commit details
Copy full SHA for a5c4228
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
Show description for bba2239
serhiy-storchaka
authored
bba2239
View commit details
Copy full SHA for bba2239
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Show description for b091bec
pitrou
authored and
vstinner
committed
b091bec
View commit details
Copy full SHA for b091bec
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
serhiy-storchaka
authored and
benjaminp
committed
5d84cb3
View commit details
Copy full SHA for 5d84cb3
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
bpo-31095: fix potential crash during GC (GH-2974)
methane
authored
a6296d3
View commit details
Copy full SHA for a6296d3
View code at this point
Browse repository at this point
Commits on Aug 4, 2017
Fix a shadow-compatible-local warning (#2180)
Show description for 2af565b
OswinC
authored and
ambv
committed
2af565b
View commit details
Copy full SHA for 2af565b
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249)
Show description for 4c78c52
methane
authored
4c78c52
View commit details
Copy full SHA for 4c78c52
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
Issue #29369: Use Py_IDENTIFIER in Python-ast.c
methane
committed
fc48908
View commit details
Copy full SHA for fc48908
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Issue #24098: Fixed possible crash when AST is changed in process of
Show description for 5e80855
serhiy-storchaka
committed
5e80855
View commit details
Copy full SHA for 5e80855
View code at this point
Browse repository at this point
Issue #24098: Fixed possible crash when AST is changed in process of
Show description for cf38060
serhiy-storchaka
committed
cf38060
View commit details
Copy full SHA for cf38060
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
Issue #26146: remove useless code
Show description for 25219f5
vstinner
committed
25219f5
View commit details
Copy full SHA for 25219f5
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Add ast.Constant
Show description for f2c1aa1
vstinner
committed
f2c1aa1
View commit details
Copy full SHA for f2c1aa1
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Show description for c106c68
vstinner
committed
c106c68
View commit details
Copy full SHA for c106c68
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
merge 3.5 (#25502)
benjaminp
committed
860c8a4
View commit details
Copy full SHA for 860c8a4
View code at this point
Browse repository at this point
remove duplicated imports (closes #25502)
benjaminp
committed
669ff66
View commit details
Copy full SHA for 669ff66
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Merge with 3.5.
serhiy-storchaka
committed
fc632e3
View commit details
Copy full SHA for fc632e3
View code at this point
Browse repository at this point
Commits on Sep 6, 2015
Make asdl_c.py to generate Python-ast.c changed in issue #15989.
serhiy-storchaka
committed
481d3af
View commit details
Copy full SHA for 481d3af
View code at this point
Browse repository at this point
Commits on May 10, 2014
Issue #19655: Replace the ASDL parser carried with CPython
Show description for 5e3d338
eliben
committed
5e3d338
View commit details
Copy full SHA for 5e3d338
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
merge 3.3 (#20588)
benjaminp
committed
42ec031
View commit details
Copy full SHA for 42ec031
View code at this point
Browse repository at this point
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 Oct 12, 2013
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Show description for d01d396
pitrou
committed
d01d396
View commit details
Copy full SHA for d01d396
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
#18803: merge with 3.3.
ezio-melotti
committed
d640fe2
View commit details
Copy full SHA for d640fe2
View code at this point
Browse repository at this point
#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 Jul 26, 2013
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
tiran
committed
b7f1b38
View commit details
Copy full SHA for b7f1b38
View code at this point
Browse repository at this point
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
(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
vstinner
committed
b318990
View commit details
Copy full SHA for b318990
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
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
Show description for ee4b59c
vstinner
committed
ee4b59c
View commit details
Copy full SHA for ee4b59c
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 16, 2013
Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError)
vstinner
committed
bdf630c
View commit details
Copy full SHA for bdf630c
View code at this point
Browse repository at this point
Commits on May 20, 2013
change AST codegen to use PyModule_AddIntMacro
benjaminp
committed
8d89c2a
View commit details
Copy full SHA for 8d89c2a
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
placate msvc
benjaminp
committed
7654ab9
View commit details
Copy full SHA for 7654ab9
View code at this point
Browse repository at this point
refactor to fix refleaks
benjaminp
committed
b72406b
View commit details
Copy full SHA for b72406b
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Show description for cda75be
benjaminp
committed
cda75be
View commit details
Copy full SHA for cda75be
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL