Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
aa9100567f20ac12c6bb1f8800344e18135cc96f
/
Parser
5fbb8e3
Fix a shadow-compatible-local warning (#2182)
by Yuan Chao Chou
· 7 years ago
d9a7574
reinit the TLS before anything else (#130)
by Benjamin Peterson
· 8 years ago
6a35bf6
Silenced compiler warnings.
by Serhiy Storchaka
· 8 years ago
08995a3
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 8 years ago
0d0aa32
Revert unintended commit to asdl_c.py
by Martin Panter
· 8 years ago
5d4dd9a
Fix incomplete format error in asdl.py
by Martin Panter
· 8 years ago
274a763
properly handle the single null-byte file (closes #24022)
by Benjamin Peterson
· 8 years ago
3d36f0f
Spelling and grammar fixes in code comments and documentation
by Martin Panter
· 8 years ago
646b528
Issue #22463: Backport compiler warning fixes and workarounds
by Martin Panter
· 8 years ago
5d7d26c
Issue #25388: Fixed tokenizer hang when processing undecodable source code
by Serhiy Storchaka
· 9 years ago
223546d
add missing NULL checks to get_coding_spec (closes #24854)
by Benjamin Peterson
· 9 years ago
3eb554f
Issue #22221: Backported fixes from Python 3 (issue #18960).
by Serhiy Storchaka
· 10 years ago
24b8209
Issue #21789: fix broken link (reported by Jan Varho)
by Ned Deily
· 10 years ago
93e51aa
allow the keyword else immediately after (no space) an integer (closes #21642)
by Benjamin Peterson
· 10 years ago
22d9ee7
complain if the codec doesn't return unicode
by Benjamin Peterson
· 11 years ago
6d0f0f2
#18803: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
729ad5c
Issue #18038: SyntaxError raised during compilation sources with illegal
by Serhiy Storchaka
· 11 years ago
05c197c
Make PyAST_obj2mod C89 compliant.
by Trent Nelson
· 12 years ago
c820de5
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
by Ezio Melotti
· 12 years ago
02144cc
Remove unused variables in parsetok().
by Georg Brandl
· 12 years ago
3e3192d
Closes #15512: Correct __sizeof__ support for parser
by Jesus Cea
· 12 years ago
d0f5f48
Issue #1677: Unused variable warning in Non-Windows
by Jesus Cea
· 12 years ago
99ad1f1
Backed out changeset 7ccc2cea6969
by Jesus Cea
· 12 years ago
263afe2
Issue #1667: Unused variable warning in Non-Windows
by Jesus Cea
· 12 years ago
4702336
Issue #1677: Handle better a race condition between the interactive interpreter and
by Tim Golden
· 12 years ago
5eed306
allow None identifiers
by Benjamin Peterson
· 13 years ago
7782024
verify the types of AST strings and identifiers (closes #12609 and #12610)
by Benjamin Peterson
· 13 years ago
59c6951
hardcode the old svn __version__
by Benjamin Peterson
· 13 years ago
08563d9
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
by Victor Stinner
· 13 years ago
2c585f6
(Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
by Victor Stinner
· 14 years ago
5de51ac
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
by Victor Stinner
· 14 years ago
3db4161
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
by Stefan Krah
· 14 years ago
c009735
spacing nit; this isn't C
by Benjamin Peterson
· 14 years ago
1056ca2
fix code formatting
by Benjamin Peterson
· 14 years ago
cccfce1
Doc Fix. Correct link to Zephyr ASDL Abstract page.
by Senthil Kumaran
· 15 years ago
3bea1ed
Use 4-spaces for indentation (instead of tabs) in pgen outputs
by Victor Stinner
· 15 years ago
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
88623d7
use our own locale independent ctype macros
by Benjamin Peterson
· 15 years ago
4ceeeb0
ensure that the locale does not affect the tokenization of identifiers
by Benjamin Peterson
· 15 years ago
6664426
Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt
by Victor Stinner
· 15 years ago
d23d393
Issue #7820: The parser tokenizer restores all bytes in the right if the BOM
by Victor Stinner
· 15 years ago
b64d613
#2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.
by Andrew M. Kuchling
· 15 years ago
b646547
Issue #2333: Backport set and dict comprehensions syntax.
by Alexandre Vassalotti
· 15 years ago
ee936a2
Issue #2335: Backport set literals syntax from Python 3.x.
by Alexandre Vassalotti
· 15 years ago
5f429e0
account for PyObject_IsInstance's new ability to fail
by Benjamin Peterson
· 15 years ago
42d6384
rewrite translate_newlines for clarity
by Benjamin Peterson
· 15 years ago
e36199b
fix several compile() issues by translating newlines in the tokenizer
by Benjamin Peterson
· 15 years ago
e3383b8
spelling
by Benjamin Peterson
· 15 years ago
9586cf8
fix some coding style
by Benjamin Peterson
· 15 years ago
d12f86c
http://bugs.python.org/issue6836
by Kristján Valur Jónsson
· 15 years ago
08a0bbc
don't mask encoding errors when decoding a string #6289
by Benjamin Peterson
· 15 years ago
a72be3b
when no module is given in a 'from' relative import, make ImportFrom.module NULL
by Benjamin Peterson
· 15 years ago
f0c9e46
Delete outdated make file for building the parser with MSVC 6.
by Alexandre Vassalotti
· 15 years ago
b4347a2
remove has_key
by Benjamin Peterson
· 15 years ago
5c33d86
use booleans for flags
by Benjamin Peterson
· 15 years ago
dea29d0
always inherit from an appropiate base class
by Benjamin Peterson
· 15 years ago
bd9508a
inherit from object
by Benjamin Peterson
· 15 years ago
b3b7d85
Issue #4279: Fix build of parsermodule under Cygwin.
by Martin v. Löwis
· 16 years ago
bc13092
Remove useless string literal.
by Georg Brandl
· 16 years ago
bdca942
fix __future__ imports when multiple features are given
by Benjamin Peterson
· 16 years ago
aff36f1
fix compiler warning
by Benjamin Peterson
· 16 years ago
35e01fb
Fixed #4067 by implementing _attributes and _fields for the AST root node.
by Armin Ronacher
· 16 years ago
84076d8
update asdl_c.py from r66377
by Benjamin Peterson
· 16 years ago
110a48c
#3367: revert rev. 65539: this change causes test_parser to fail
by Andrew M. Kuchling
· 16 years ago
efa61bc
#3367 from Kristjan Valur Jonsson:
by Andrew M. Kuchling
· 16 years ago
114f7e5
#1683 prevent forking from interfering in threading storage
by Benjamin Peterson
· 16 years ago
9d53457
Merge in release25-maint r60793:
by Gregory P. Smith
· 16 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 16 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
5216721
Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).
by Amaury Forgeot d'Arc
· 17 years ago
820b51c
#2627 Let it be known what pgen generates
by Benjamin Peterson
· 17 years ago
371d174
Use file.write instead of print to make it easier to merge with 3k.
by Neal Norwitz
· 17 years ago
e34c21c
Make AST nodes pickleable.
by Georg Brandl
· 17 years ago
1721e75
Fix error message -- "expects either 0 or 0 arguments"
by Georg Brandl
· 17 years ago
2c55c59
Make _fields attr for no fields consistent with _attributes attr.
by Georg Brandl
· 17 years ago
c52ed59
#2505: allow easier creation of AST nodes.
by Georg Brandl
· 17 years ago
a48f3ab
Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum.
by Georg Brandl
· 17 years ago
f2bfd54
Properly check for consistency with the third argument of
by Georg Brandl
· 17 years ago
aa5fbdd
Silence compiler warning at the source.
by Georg Brandl
· 17 years ago
fc8eef3
Patch #1810 by Thomas Lee, reviewed by myself:
by Georg Brandl
· 17 years ago
d183bdd
Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings.
by Neal Norwitz
· 17 years ago
342212c
Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD
by Christian Heimes
· 17 years ago
3c60833
Patch #2477: Added from __future__ import unicode_literals
by Christian Heimes
· 17 years ago
d5b635f
Make Py3k warnings consistent w.r.t. punctuation; also respect the
by Georg Brandl
· 17 years ago
7c47894
Backport of the print function, using a __future__ import.
by Eric Smith
· 17 years ago
9ff19b5
Finished backporting PEP 3127, Integer Literal Support and Syntax.
by Eric Smith
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
5224d28
Patch #1759: Backport of PEP 3129 class decorators with some help from Georg
by Christian Heimes
· 17 years ago
fc2d010
Issue 1881. Increased the stack limit from 500 to 1500. Also added
by Facundo Batista
· 17 years ago
c44af33
Add assertion that we do not blow out newl
by Neal Norwitz
· 17 years ago
082c9b0
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
by Christian Heimes
· 17 years ago
898f187
Add a "const" to make gcc happy.
by Georg Brandl
· 17 years ago
38d1715
Issue #1882: when compiling code from a string, encoding cookies in the
by Georg Brandl
· 17 years ago
14404b6
Fix #1679: "0x" was taken as a valid integer literal.
by Georg Brandl
· 17 years ago
288e89a
Added bytes and b'' as aliases for str and ''
by Christian Heimes
· 17 years ago
7b1e119
Coverity issue CID #167
by Christian Heimes
· 17 years ago
76b30d1
Fix #define ordering.
by Georg Brandl
· 17 years ago
dfe5dc8
Make Python compile with --disable-unicode.
by Georg Brandl
· 17 years ago
6dae85f
Warning "<> not supported in 3.x" should be enabled only when the -3 option is set.
by Amaury Forgeot d'Arc
· 17 years ago
02c9ab5
Fixed problems in the last commit. Filenames and line numbers weren't reported correctly.
by Christian Heimes
· 17 years ago
Next »