GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
/
compile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is my patch #876198 plus a NEWS entry and a header frob.
Michael W. Hudson
2004-02-12
1
-5
/
+0
*
Small function call optimization and special build option for call stats.
Jeremy Hylton
2003-02-05
1
-0
/
+6
*
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis
2002-12-11
1
-3
/
+3
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-6
/
+6
*
Removed more hair in support of future-generator stmts.
Tim Peters
2002-04-12
1
-1
/
+1
*
Add helper macro to get the number of free variables for a PyCodeObject.
Jeremy Hylton
2001-12-13
1
-0
/
+1
*
Refactor future feature handling
Jeremy Hylton
2001-08-10
1
-9
/
+1
*
Implement PEP 238 in its (almost) full glory.
Guido van Rossum
2001-08-08
1
-0
/
+6
*
Part way to allowing "from __future__ import generators" to communicate
Tim Peters
2001-07-16
1
-0
/
+8
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
1
-0
/
+3
*
Enable nested scopes by default.
Guido van Rossum
2001-07-12
1
-1
/
+1
*
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters
2001-06-18
1
-0
/
+1
*
If a code object is compiled with nested scopes, define the CO_NESTED flag.
Jeremy Hylton
2001-03-22
1
-0
/
+1
*
Useful future statement support for the interactive interpreter
Jeremy Hylton
2001-03-01
1
-0
/
+2
*
Presumed correct compiler pass for future statements
Jeremy Hylton
2001-02-28
1
-1
/
+1
*
Improved __future__ parser; still more to do
Jeremy Hylton
2001-02-27
1
-3
/
+13
*
Preliminary support for future nested scopes
Jeremy Hylton
2001-02-27
1
-0
/
+3
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-1
/
+4
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
1
-24
/
+24
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21
/
+6
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
1
-3
/
+3
*
Changes to support other object types besides strings
Guido van Rossum
1998-10-07
1
-1
/
+6
*
Add co_firstlineno and co_lnotab, for the line number table generated
Guido van Rossum
1997-01-24
1
-1
/
+4
*
Add co_stacksize field to codeobject structure, and stacksize argument
Guido van Rossum
1997-01-17
1
-1
/
+3
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-12
/
+19
*
keyword arguments and faster function calls
Guido van Rossum
1995-07-18
1
-16
/
+21
*
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum
1995-02-27
1
-1
/
+1
*
The great renaming, phase two: all header files have been updated to
Guido van Rossum
1995-01-12
1
-12
/
+12
*
Added 1995 copyright.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
Changes for dynamic linking under NT
Guido van Rossum
1994-08-18
1
-1
/
+1
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-1
/
+1
*
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
Guido van Rossum
1993-11-30
1
-3
/
+1
*
* compile.[ch]: support for lambda()
Guido van Rossum
1993-10-26
1
-1
/
+3
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
1
-0
/
+11
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-4
/
+8
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1
/
+1
*
Export newcodeobject() interface.
Guido van Rossum
1991-06-04
1
-0
/
+1
*
Satisfy Standard C rules about struct scope.
Guido van Rossum
1991-04-03
1
-0
/
+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0
/
+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-0
/
+23