index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile: added all: and default: targets.
Guido van Rossum
1993-07-05
1
-2/+1
*
Access checks now work, at least for instance data (not for methods
Guido van Rossum
1993-05-20
1
-3/+3
*
Several changes in one:
Guido van Rossum
1993-05-19
1
-55/+82
*
Changes to speed up local variables enormously, by avoiding dictionary
Guido van Rossum
1993-03-30
1
-49/+86
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-12/+31
*
Give code objects a more useful representation.
Guido van Rossum
1992-09-03
1
-1/+18
*
Only * can be used for varargs argument lists
Guido van Rossum
1992-04-05
1
-4/+8
*
fix what lint found
Guido van Rossum
1992-03-27
1
-16/+8
*
Totally get rid of silly '\E' escape.
Guido van Rossum
1992-03-12
1
-3/+0
*
Raise SyntaxError for syntax errors detected in this phase.
Guido van Rossum
1992-01-26
1
-12/+12
*
Use strtoul() for oct/hex constants.
Guido van Rossum
1992-01-19
1
-3/+11
*
Added varargs code.
Guido van Rossum
1992-01-14
1
-9/+28
*
add READONLY to member list.
Guido van Rossum
1992-01-12
1
-4/+4
*
Minor changes.
Guido van Rossum
1991-12-31
1
-5/+10
*
Changed some RuntimeErrors.
Guido van Rossum
1991-12-16
1
-3/+4
*
New argument passing.
Guido van Rossum
1991-12-16
1
-14/+17
*
Implement 'global' and new class syntax.
Guido van Rossum
1991-12-10
1
-15/+92
*
Added shift and mask ops.
Guido van Rossum
1991-10-24
1
-33/+126
*
Comment out 'abort()' call.
Guido van Rossum
1991-10-20
1
-6/+7
*
Use dmore dict2lookup.
Guido van Rossum
1991-08-16
1
-3/+6
*
New syntax: semicolons, continue statement.
Guido van Rossum
1991-07-27
1
-21/+123
*
Check for identical types before comparing objects to see if they
Guido van Rossum
1991-07-01
1
-1/+1
*
Changed and exported newcodeobject() interface, for ".pyc" files.
Guido van Rossum
1991-06-04
1
-10/+9
*
Don't optimize <string> and <stdin> code
Guido van Rossum
1991-05-14
1
-1/+1
*
Added long integer support.
Guido van Rossum
1991-05-05
1
-0/+4
*
BUGFIX! Instructions are unsigned bytes.
Guido van Rossum
1991-04-16
1
-4/+4
*
Added error checking for numeric constants; added local/global variable
Guido van Rossum
1991-04-04
1
-4/+112
*
Create code string with initial size of 1000 instead of 0.
Guido van Rossum
1991-04-03
1
-1/+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Fix bug in input(); add comments to cases in compile().
Guido van Rossum
1991-01-21
1
-7/+6
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-67/+130
*
Compile class definitions.
Guido van Rossum
1990-11-18
1
-27/+176
*
Initial revision
Guido van Rossum
1990-11-18
1
-0/+1537