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
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-8/+133
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-100/+58
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-6/+49
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-9/+5
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-17/+0
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-0/+6
*
Remove support for backticks from the grammar and compiler.
Brett Cannon
2006-08-25
1
-5/+0
*
Check for exceptions set by PyDict_GetItem().
Jeremy Hylton
2006-08-23
1
-0/+2
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-605/+4
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-31/+104
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-14/+29
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-13/+6
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-52/+83
*
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz
2006-03-17
1
-1/+0
*
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz
2006-03-16
1
-6/+0
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
1
-19/+4
*
Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...
Nick Coghlan
2006-03-13
1
-24/+29
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
1
-3/+1
*
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.
Neal Norwitz
2006-03-03
1
-3/+4
*
Fix refleak if from __future__ import was not first
Neal Norwitz
2006-03-02
1
-0/+1
*
Update known issues to reflect reality
Neal Norwitz
2006-03-02
1
-4/+1
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-2/+2
*
Tabify and reflow some long lines.
Jeremy Hylton
2006-03-01
1
-696/+702
*
Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out
Thomas Wouters
2006-02-28
1
-4/+4
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
1
-0/+2
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-0/+27
*
Clarify C-style exception handling with proper label name.
Thomas Wouters
2006-02-27
1
-3/+3
*
Fix assertions.
Thomas Wouters
2006-02-27
1
-3/+3
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
1
-4/+162
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
1
-0/+26
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-9/+13
*
Fix icc warnings: single bit fields should be unsigned, shadowing local varia...
Neal Norwitz
2006-01-07
1
-16/+16
*
Adjust usage of compiler_use_new_block to its return type.
Martin v. Löwis
2006-01-02
1
-2/+2
*
fixed compilation with an ordinary C89 compiler
Fredrik Lundh
2005-12-18
1
-2/+1
*
Fix Armin's bug 1333982. He found it, he didn't created it :-)
Neal Norwitz
2005-12-18
1
-9/+1
*
Handle more error conditions with SystemError
Neal Norwitz
2005-12-18
1
-8/+22
*
Set MemoryError when alloc fails
Neal Norwitz
2005-12-18
1
-3/+11
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-11/+14
*
Simplify logic for handling import *
Neal Norwitz
2005-12-06
1
-6/+3
*
Fix a few more ref leaks. Backport candidate
Neal Norwitz
2005-11-24
1
-0/+2
*
Fix a few more memory leaks
Neal Norwitz
2005-11-20
1
-0/+3
*
Last batch of ref leaks in new AST code.
Neal Norwitz
2005-11-19
1
-25/+50
*
Correctly handle identifiers for anonymous scopes and align genexpr name with...
Nick Coghlan
2005-11-16
1
-11/+17
*
Fix a lot of memory and ref leaks in error paths.
Neal Norwitz
2005-11-13
1
-9/+35
*
make internal method static
Neal Norwitz
2005-11-13
1
-1/+1
*
Ensure that compiler_exit_scope() is called as necessary to free memory
Neil Schemenauer
2005-10-25
1
-10/+18
*
Fix problem handling EXTENDED_ARGs from SF bug # 1333982
Neal Norwitz
2005-10-23
1
-1/+30
*
cleanup a bit and reuse instrsize (instruction size). working towards fixing...
Neal Norwitz
2005-10-23
1
-30/+24
*
Remove unnecessary local variable.
Neil Schemenauer
2005-10-23
1
-3/+2
*
Fix private name mangling. The symtable also must do mangles so that
Neil Schemenauer
2005-10-23
1
-4/+16
[next]