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
/
code.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for weak references to code objects. This will be used by an opti...
Collin Winter
2010-03-18
1
-0
/
+1
*
Issue #6042:
Jeffrey Yasskin
2009-05-23
1
-9
/
+6
*
Issue 5954, PyFrame_GetLineNumber:
Jeffrey Yasskin
2009-05-08
1
-0
/
+3
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
1
-0
/
+5
*
Patch #2477: Added from __future__ import unicode_literals
Christian Heimes
2008-03-26
1
-0
/
+1
*
Backport of the print function, using a __future__ import.
Eric Smith
2008-03-18
1
-1
/
+2
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-2
/
+2
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-2
/
+2
*
with and as are now keywords. There are some generated files I can't recreate.
Neal Norwitz
2006-09-06
1
-0
/
+2
*
Move peephole optimizer to separate file. (Forgot .h in previous checkin.)
Jeremy Hylton
2006-08-21
1
-0
/
+3
*
Merge from rjones-funccall branch.
Richard Jones
2006-05-23
1
-0
/
+1
*
Refactor: Move code that uses co_lnotab from ceval to codeobject
Jeremy Hylton
2006-04-18
1
-0
/
+15
*
Don't abbreviate ABS, use long name ABSOLUTE.
Neal Norwitz
2006-04-03
1
-1
/
+1
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
1
-0
/
+6
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-0
/
+1
*
Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo...
Neal Norwitz
2006-02-25
1
-1
/
+4
*
Generators have been permanent for a while. This comment is no longer applic...
Neal Norwitz
2006-02-19
1
-6
/
+1
*
Use the newer names for APIs after the AST merge
Neal Norwitz
2005-10-21
1
-3
/
+3
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0
/
+73