COMMITS
/ Python/compile.c April 29, 2003
M
Use Tim's suggestion to fix
Michael W. Hudson committed
April 24, 2003
R
Revert the previous enhancement to the bytecode optimizer.
Raymond Hettinger committed
April 22, 2003
R
Improved the bytecode optimizer.
Raymond Hettinger committed
April 15, 2003
R
Extend SF patch #707257: Improve code generation
Raymond Hettinger committed
March 28, 2003
R
Factored out test for absolute jumps.
Raymond Hettinger committed
March 26, 2003
R
SF patch #707257: Improve code generation
Raymond Hettinger committed
March 24, 2003
T
symtable_cellvar_offsets(): This leaked references to little integers
Tim Peters committed
February 12, 2003
G
SF #660455 : patch by NNorwitz.
Guido van Rossum committed
February 10, 2003
J
patch #683515: "Add unicode support to compile(), eval() and exec"
Just van Rossum committed
February 5, 2003
J
Small function call optimization and special build option for call stats.
Jeremy Hylton committed
January 16, 2003
M
A. Lloyd Flanagan pointed out a spelling error on c.l.py.
Michael W. Hudson committed
December 31, 2002
J
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton committed
December 23, 2002
G
Oops. Roll back that last change. It wasn't ready for release. :-(
Guido van Rossum committed
G
Add warning for assignment to None, True and False. This is patch
Guido van Rossum committed
December 18, 2002
N
SF # 654960, remove unnecessary static variable
Neal Norwitz committed
December 16, 2002
G
Fixing bug
Gustavo Niemeyer committed
December 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
November 21, 2002
W
Move three variables that are only used inside an if block into the block,
Walter Dörwald committed
October 3, 2002
M
Clamp code objects' tp_compare result to [-1, 1].
Michael W. Hudson committed
August 30, 2002
M
Further SET_LINENO reomval fixes. See comments in patch #587933.
Michael W. Hudson committed
August 16, 2002
G
Add warnings for arguments named None. All set. (I could add a
Guido van Rossum committed
G
Add warning for None used as keyword argument name in function call.
Guido van Rossum committed
G
Add warnings for assignment or deletion of variables and attributes
Guido van Rossum committed
G
Minor cleanup of parsename() and parsestr(): the 'struct compiling *'
Guido van Rossum committed
August 15, 2002
M
This is my patch
Michael W. Hudson committed
August 14, 2002
B
Added a FutureWarning for constructs that will change semantically in
Barry Warsaw committed
M
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis committed
August 12, 2002
G
Use PyErr_WarnExplicit() to warn about hex/oct constants, so the
Guido van Rossum committed
August 11, 2002
G
Reset errno to zero after calling PyErr_Warn(). It can potentially do
Guido van Rossum committed
G
Implement stage B0 of PEP 237: add warnings for operations that
Guido van Rossum committed
August 7, 2002
M
Use Py_FatalError instead of abort.
Martin v. Löwis committed
M
Fix PEP 263 code --without-unicode. Fixes #591943.
Martin v. Löwis committed
August 4, 2002
M
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis committed
A
SF patch #578297:
Andrew MacIntyre committed
July 25, 2002
S
remove spurious SET_LINENO from com_list_for and com_list_if. All they do
Skip Montanaro committed
June 20, 2002
R
SF 569257 -- Name mangle double underscored variable names in __slots__.
Raymond Hettinger committed
June 14, 2002
G
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum committed
May 31, 2002
J
Fix SF bug [ 561825 ] Confusing error for "del f()"
Jeremy Hylton committed
May 28, 2002
G
Accept u"..." literals even when Unicode is disabled. But these
Guido van Rossum committed
May 24, 2002
G
Disambiguate the grammar for backtick.
Guido van Rossum committed
April 26, 2002
N
If Py_OptimizeFlag is false then always evaluate assert conditions, don't
Neil Schemenauer committed
April 22, 2002
T
Moving pymalloc along.
Tim Peters committed
April 14, 2002
M
Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars.
Martin v. Löwis committed
March 3, 2002
M
Patch #50002: Display line information for bad \x escapes:
Martin v. Löwis committed
January 29, 2002
N
Fix missing space between words. Bugfix candidate.
Neal Norwitz committed
N
Fix spelling mistakes. Bugfix candidates.
Neal Norwitz committed
January 15, 2002
G
A tentative fix for SF bug #503837 (Roeland Rengelink):
Guido van Rossum committed
January 1, 2002
M
Patch #494783: Rename cmp_op enumerators.
Martin v. Löwis committed
December 13, 2001
J
Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code
Jeremy Hylton committed
December 4, 2001
J
SF bug #488687 reported by Neal Norwitz
Jeremy Hylton committed