index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...
Miss Islington (bot)
2019-03-28
1
-1/+0
*
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) (GH-12470)
Victor Stinner
2019-03-20
1
-2/+8
*
[2.7] bpo-18368: Fix memory leaks in PyOS_StdioReadline() when realloc() fail...
stratakis
2019-03-19
1
-5/+17
*
bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)
tzickel
2018-09-10
1
-0/+5
*
[2.7] bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833). (GH-8849)
Zackery Spytz
2018-08-22
1
-2/+4
*
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Miss Islington (bot)
2018-08-15
1
-1/+1
*
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
Serhiy Storchaka
2018-07-31
1
-1/+1
*
bpo-27780: Make pgen.c C89 compliant (GH-7915)
Zachary Ware
2018-06-26
1
-2/+3
*
make pgen.c C89 compliant again (GH-7870)
Benjamin Peterson
2018-06-23
1
-1/+2
*
[2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780
Benjamin Peterson
2018-06-23
3
-2/+35
*
bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119)
Serhiy Storchaka
2018-05-31
1
-0/+2
*
Fix a shadow-compatible-local warning (#2182)
Yuan Chao Chou
2017-08-04
1
-3/+3
*
reinit the TLS before anything else (#130)
Benjamin Peterson
2017-02-21
1
-1/+1
*
Silenced compiler warnings.
Serhiy Storchaka
2016-10-08
1
-2/+3
*
Issue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka
2016-10-07
1
-0/+7
*
Revert unintended commit to asdl_c.py
Martin Panter
2016-09-24
1
-1/+1
*
Fix incomplete format error in asdl.py
Martin Panter
2016-09-24
2
-2/+2
*
properly handle the single null-byte file (closes #24022)
Benjamin Peterson
2016-09-19
1
-1/+1
*
Spelling and grammar fixes in code comments and documentation
Martin Panter
2016-07-28
1
-1/+1
*
Issue #22463: Backport compiler warning fixes and workarounds
Martin Panter
2016-06-21
1
-0/+1
*
Issue #25388: Fixed tokenizer hang when processing undecodable source code
Serhiy Storchaka
2015-11-14
1
-3/+6
*
add missing NULL checks to get_coding_spec (closes #24854)
Benjamin Peterson
2015-08-14
1
-1/+4
*
Issue #22221: Backported fixes from Python 3 (issue #18960).
Serhiy Storchaka
2014-09-05
1
-3/+17
*
Issue #21789: fix broken link (reported by Jan Varho)
Ned Deily
2014-06-17
1
-1/+1
*
allow the keyword else immediately after (no space) an integer (closes #21642)
Benjamin Peterson
2014-06-07
1
-5/+14
*
complain if the codec doesn't return unicode
Benjamin Peterson
2013-12-28
1
-0/+6
*
#18803: fix more typos. Patch by FĂ©vry Thibault.
Ezio Melotti
2013-08-25
1
-1/+1
*
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
1
-7/+7
*
Make PyAST_obj2mod C89 compliant.
Trent Nelson
2012-12-13
1
-3/+11
*
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf8...
Ezio Melotti
2012-09-30
1
-1/+1
*
Remove unused variables in parsetok().
Georg Brandl
2012-08-11
1
-2/+1
*
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
1
-0/+26
*
Issue #1677: Unused variable warning in Non-Windows
Jesus Cea
2012-07-03
1
-0/+3
*
Backed out changeset 7ccc2cea6969
Jesus Cea
2012-07-03
1
-3/+0
*
Issue #1667: Unused variable warning in Non-Windows
Jesus Cea
2012-07-03
1
-0/+3
*
Issue #1677: Handle better a race condition between the interactive interpret...
Tim Golden
2012-06-29
1
-23/+16
*
allow None identifiers
Benjamin Peterson
2011-07-22
1
-1/+1
*
verify the types of AST strings and identifiers (closes #12609 and #12610)
Benjamin Peterson
2011-07-22
1
-2/+19
*
hardcode the old svn __version__
Benjamin Peterson
2011-07-22
1
-5/+3
*
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
Victor Stinner
2011-05-30
1
-0/+1
*
(Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
Victor Stinner
2011-05-09
1
-0/+1
*
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
Victor Stinner
2011-04-09
1
-45/+49
*
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
Stefan Krah
2010-06-24
1
-1/+1
*
spacing nit; this isn't C
Benjamin Peterson
2010-06-22
1
-1/+1
*
fix code formatting
Benjamin Peterson
2010-06-09
1
-2/+3
*
Doc Fix. Correct link to Zephyr ASDL Abstract page.
Senthil Kumaran
2010-05-18
1
-1/+1
*
Use 4-spaces for indentation (instead of tabs) in pgen outputs
Victor Stinner
2010-05-15
1
-10/+10
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
17
-3286/+3286
*
use our own locale independent ctype macros
Benjamin Peterson
2010-04-03
1
-19/+3
*
ensure that the locale does not affect the tokenization of identifiers
Benjamin Peterson
2010-04-03
1
-4/+18
[next]