FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Parser - 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
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Aug 21, 2018
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
ZackerySpytz
authored and
benjaminp
committed
3e26e42
View commit details
Copy full SHA for 3e26e42
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Show description for 7c4ab2a
ZackerySpytz
authored and
benjaminp
committed
7c4ab2a
View commit details
Copy full SHA for 7c4ab2a
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Show description for 53b7d4e
vstinner
authored
53b7d4e
View commit details
Copy full SHA for 53b7d4e
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262)
serhiy-storchaka
authored
aba24ff
View commit details
Copy full SHA for aba24ff
View code at this point
Browse repository at this point
Commits on Jul 21, 2018
Fix Windows compiler warning in tokenize.c (GH-8359)
Show description for c884616
vstinner
authored
c884616
View commit details
Copy full SHA for c884616
View code at this point
Browse repository at this point
Commits on Jul 19, 2018
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
ValeriyaSinevich
authored and
zooba
committed
ce75df3
View commit details
Copy full SHA for ce75df3
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
serhiy-storchaka
authored
cf7303e
View commit details
Copy full SHA for cf7303e
View code at this point
Browse repository at this point
Commits on Jun 28, 2018
bpo-31546: Fix input hook integration (GH-7978)
tacaswell
authored and
zooba
committed
9b9d58f
View commit details
Copy full SHA for 9b9d58f
View code at this point
Browse repository at this point
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 May 29, 2018
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Show description for 73cbe7a
serhiy-storchaka
and
methane
authored
73cbe7a
View commit details
Copy full SHA for 73cbe7a
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 Dec 31, 2017
closes bpo-32460: ensure all non-static globals have initializers (#5061)
benjaminp
authored
0a37a30
View commit details
Copy full SHA for 0a37a30
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
bpo-32150: Expand tabs to spaces in C files. (#4583)
serhiy-storchaka
authored
598ceae
View commit details
Copy full SHA for 598ceae
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Show description for 9e87e77
vstinner
and
ericsnowcurrently
authored
9e87e77
View commit details
Copy full SHA for 9e87e77
View code at this point
Browse repository at this point
Commits on Nov 17, 2017
tokenizer: Remove unused tabs options (#4422)
Show description for f2ddc6a
vstinner
authored
f2ddc6a
View commit details
Copy full SHA for f2ddc6a
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
bpo-32030: Split Py_Main() into subfunctions (#4399)
Show description for f7e5b56
vstinner
authored
f7e5b56
View commit details
Copy full SHA for f7e5b56
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 Oct 6, 2017
bpo-30406: Make async and await proper keywords (#1669)
Show description for ac31770
JelleZijlstra
authored and
Yury Selivanov
committed
ac31770
View commit details
Copy full SHA for ac31770
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
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Show description for 05351c1
ericsnowcurrently
authored
05351c1
View commit details
Copy full SHA for 05351c1
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#2594)
Show description for 76d5abc
ericsnowcurrently
authored
76d5abc
View commit details
Copy full SHA for 76d5abc
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 Jun 1, 2017
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
albertjan
authored and
Mariatta
committed
c9ccace
View commit details
Copy full SHA for c9ccace
View code at this point
Browse repository at this point
Commits on May 31, 2017
bpo-25324: copy tok_name before changing it (#1608)
Show description for fc354f0
albertjan
authored and
vstinner
committed
fc354f0
View commit details
Copy full SHA for fc354f0
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Remove obsolete declaration in tokenizer.h (#962)
DimitrisJim
authored and
serhiy-storchaka
committed
cf1958a
View commit details
Copy full SHA for cf1958a
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Use NULL rather than 0. (#778)
Show description for 0b3ec19
serhiy-storchaka
authored
0b3ec19
View commit details
Copy full SHA for 0b3ec19
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 Feb 22, 2017
bpo-29463: Add docstring field to some AST nodes. (#46)
Show description for cb41b27
methane
authored and
vstinner
committed
cb41b27
View commit details
Copy full SHA for cb41b27
View code at this point
Browse repository at this point
Commits on Feb 5, 2017
Issue #28489: Merge from 3.6
berkerpeksag
committed
d2f4404
View commit details
Copy full SHA for d2f4404
View code at this point
Browse repository at this point
Issue #28489: Fix comment in tokenizer.c
Show description for 6f80562
berkerpeksag
committed
6f80562
View commit details
Copy full SHA for 6f80562
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL