Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0163c9aa0cb0b3a6ada1bf351ee84375cc5dc9e8
/
Include
/
parsetok.h
7f2fee3
Issue #10785: Store the filename as Unicode in the Python parser.
by Victor Stinner
· 14 years ago
00676d1
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
by Victor Stinner
· 14 years ago
4d0d471
Merge branches/pep-0384.
by Martin v. Löwis
· 14 years ago
e3944a5
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
by Brett Cannon
· 16 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
4d6ec85
Merged revisions 61952-61953 via svnmerge from
by Christian Heimes
· 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
45aecf4
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
by Guido van Rossum
· 19 years ago
34aa7ba
from __future__ import with_statement addon for 'with', mostly written by Neal.
by Thomas Wouters
· 19 years ago
d3ab37f
Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
by Guido van Rossum
· 22 years ago
4b499dd3
- Finally fixed the bug in compile() and exec where a string ending
by Guido van Rossum
· 22 years ago
95292d6
Constify filenames and scripts. Fixes #651362.
by Martin v. Löwis
· 22 years ago
91a681d
Excise DL_EXPORT from Include.
by Mark Hammond
· 22 years ago
6b17abf
Fix SF Bug 564931: compile() traceback must include filename.
by Thomas Heller
· 22 years ago
c24ea08
Disable the parser hacks that enabled the "yield" keyword using a future
by Neil Schemenauer
· 23 years ago
fe2127d
Ugly. A pile of new xxxFlags() functions, to communicate to the parser
by Tim Peters
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
85f3639
Create two new exceptions: IndentationError and TabError. These are
by Fred Drake
· 24 years ago
5eb6d4e
ANSI-fication and Py_PROTO extermination.
by Fred Drake
· 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
43466ec
Add DL_IMPORT(returntype) for all officially exported functions.
by Guido van Rossum
· 26 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
caa6380
The great renaming, phase two: all header files have been updated to
by Guido van Rossum
· 30 years ago
5799b52
Added 1995 copyright.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch 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
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
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 34 years ago