Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9a2eda5ea55a7618deeb89da1c5555bff824a6b6
/
Include
/
compile.h
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
2bbdba3
Removed more hair in support of future-generator stmts.
by Tim Peters
· 23 years ago
12ce485
Add helper macro to get the number of free variables for a PyCodeObject.
by Jeremy Hylton
· 23 years ago
fdd12f6
Refactor future feature handling
by Jeremy Hylton
· 23 years ago
4668b00
Implement PEP 238 in its (almost) full glory.
by Guido van Rossum
· 23 years ago
5ba5866
Part way to allowing "from __future__ import generators" to communicate
by Tim Peters
· 23 years ago
b09f7ed
Preliminary support for "from __future__ import generators" to enable
by Guido van Rossum
· 23 years ago
aa31429
Enable nested scopes by default.
by Guido van Rossum
· 23 years ago
5ca576e
Merging the gen-branch into the main line, at Guido's direction. Yay!
by Tim Peters
· 23 years ago
061d106
If a code object is compiled with nested scopes, define the CO_NESTED flag.
by Jeremy Hylton
· 24 years ago
9f324e9
Useful future statement support for the interactive interpreter
by Jeremy Hylton
· 24 years ago
39e2f3f
Presumed correct compiler pass for future statements
by Jeremy Hylton
· 24 years ago
4db62b1
Improved __future__ parser; still more to do
by Jeremy Hylton
· 24 years ago
29906ee
Preliminary support for future nested scopes
by Jeremy Hylton
· 24 years ago
64949cb
PEP 227 implementation
by Jeremy Hylton
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
ea9cb5a
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
d076c73
Changes to support other object types besides strings
by Guido van Rossum
· 26 years ago
7675798
Add co_firstlineno and co_lnotab, for the line number table generated
by Guido van Rossum
· 28 years ago
3f6e408
Add co_stacksize field to codeobject structure, and stacksize argument
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
884afd6
keyword arguments and faster function calls
by Guido van Rossum
· 29 years ago
051ab12
make the type a parameter of the DL_IMPORT macro, for Borland C
by Guido van Rossum
· 30 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
e89bc75
Changes for dynamic linking under NT
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
590baa4
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
by Guido van Rossum
· 31 years ago
12d12c5
* compile.[ch]: support for lambda()
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
4ed1ad5
Export newcodeobject() interface.
by Guido van Rossum
· 33 years ago
e543a94
Satisfy Standard C rules about struct scope.
by Guido van Rossum
· 34 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago