FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Parser - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
3.7
User selector
Datepicker
Commit history
Commits on Dec 9, 2019
bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) (GH-17522)
Show description for 188d5ae
authored and
ned-deily
committed
188d5ae
View commit details
Copy full SHA for 188d5ae
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
Show description for d27a9b1
miss-islington
and
corona10
authored
d27a9b1
View commit details
Copy full SHA for d27a9b1
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Indent code inside if block. (GH-15284)
Show description for 6ac851f
miss-islington
and
hansrajdas
authored
6ac851f
View commit details
Copy full SHA for 6ac851f
View code at this point
Browse repository at this point
Commits on Mar 28, 2019
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601)
Show description for 6fd3c85
miss-islington
and
ZackerySpytz
authored
6fd3c85
View commit details
Copy full SHA for 6fd3c85
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) (GH-12471)
vstinner
authored
65b9849
View commit details
Copy full SHA for 65b9849
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020)
Show description for 602d307
ZackerySpytz
authored and
serhiy-storchaka
committed
602d307
View commit details
Copy full SHA for 602d307
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
Show description for 985dcd4
miss-islington
and
ZackerySpytz
authored
985dcd4
View commit details
Copy full SHA for 985dcd4
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 2275b77
miss-islington
and
ZackerySpytz
authored
2275b77
View commit details
Copy full SHA for 2275b77
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
Show description for c3af73d
authored and
zooba
committed
c3af73d
View commit details
Copy full SHA for c3af73d
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) (GH-8423)
Show description for 220afff
miss-islington
and
serhiy-storchaka
committed
220afff
View commit details
Copy full SHA for 220afff
View code at this point
Browse repository at this point
Commits on Jun 28, 2018
bpo-31546: Fix input hook integration (GH-7978)
Show description for 9d92524
authored and
zooba
committed
9d92524
View commit details
Copy full SHA for 9d92524
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)
Show description for a4dd46a
miss-islington
and
serhiy-storchaka
authored
a4dd46a
View commit details
Copy full SHA for a4dd46a
View code at this point
Browse repository at this point
Commits on May 29, 2018
bpo-32911: Revert bpo-29463. (GH-7121)
Show description for 2641ee5
serhiy-storchaka
and
methane
authored
2641ee5
View commit details
Copy full SHA for 2641ee5
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL