Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bac04e51ca37c07fde25c42554ad4570ab0ffdb2
/
Parser
/
tokenizer.h
2b15bd8
#10222: fix for overzealous AIX compiler.
by Georg Brandl
· 14 years ago
4c7c8c3
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
by Victor Stinner
· 14 years ago
22a351a
Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file
by Victor Stinner
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
aeaa592
Merged revisions 76230 via svnmerge from
by Benjamin Peterson
· 15 years ago
f5b5224
ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626
by Benjamin Peterson
· 16 years ago
da78043
Latin-1 source code was not being properly decoded when passed through
by Brett Cannon
· 16 years ago
40d20bc
Issue 1267, continued.
by Guido van Rossum
· 17 years ago
ce3a72a
Patch 1267 by Christian Heimes.
by Guido van Rossum
· 17 years ago
3f993c3
Use an enum for decoding_state. It makes the code a little more understandable.
by Neil Schemenauer
· 17 years ago
89d996e
Merged revisions 57778-58052 via svnmerge from
by Thomas Wouters
· 17 years ago
85bcc66
Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100.
by Martin v. Löwis
· 17 years ago
49c5da1
Patch #1440601: Add col_offset attribute to AST nodes.
by Martin v. Löwis
· 19 years ago
66485ae
Remove unused field.
by Martin v. Löwis
· 19 years ago
95292d6
Constify filenames and scripts. Fixes #651362.
by Martin v. Löwis
· 22 years ago
f62a89b
Ignore encoding declarations inside strings. Fixes #603509.
by Martin v. Löwis
· 22 years ago
1ee99d3
Make pgen compile with pydebug. Duplicate normalized names, as it may
by Martin v. Löwis
· 22 years ago
00f1e3f
Patch #534304: Implement phase 1 of PEP 263.
by Martin v. Löwis
· 22 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
926f13a
Add checking for inconsistent tab usage
by Guido van Rossum
· 27 years ago
86bea46
Another directory quickly renamed.
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
b9f8d6e
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
1d5735e
Merge back to main trunk
by Guido van Rossum
· 30 years ago
248a50c
* Grammar: corrected old typo (class instead of 'class')
by Guido van Rossum
· 31 years ago
a330996
* Added support for X11 modules.
by Guido van Rossum
· 31 years ago
a849b83
* selectmodule.c: fix (another!) two memory leaks -- this time in list2set
by Guido van Rossum
· 32 years ago
6ac258d
* pythonrun.c: Print exception type+arg *after* stack trace instead of
by Guido van Rossum
· 32 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
5113f5f
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 34 years ago