COMMITS
/ Python/compile.c 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
November 28, 2001
B
code_repr(), com_addop_varname(), com_list_comprehension(),
Barry Warsaw committed
M
Fixes for possible buffer overflows in sprintf() usages.
Marc-André Lemburg committed
November 9, 2001
J
Use PyObject_CheckReadBuffer().
Jeremy Hylton committed
J
Fix SF buf #480096: Assign to __debug__ still allowed
Jeremy Hylton committed
November 4, 2001
T
Part of SF bug #478003 possible memory leaks in err handling.
Tim Peters committed
October 18, 2001
J
Fix for SF bug [ #471928 ] global made w/nested list comprehensions
Jeremy Hylton committed
October 17, 2001
J
Fix computation of stack depth for classdef and closures.
Jeremy Hylton committed
October 15, 2001
G
Very subtle syntax change: in a list comprehension, the testlist in
Guido van Rossum committed
September 20, 2001
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
September 14, 2001
J
Supply code objects a new-style tp_members slot and tp_getattr impl.
Jeremy Hylton committed
September 7, 2001
T
SF bug [#458941] Looks like a unary minus bug.
Tim Peters committed
August 30, 2001
F
When re-writing a factor containing a unary negation of a literal, only
Fred Drake committed
S
Removed unreachable goto statement to silence SGI compiler.
Sjoerd Mullender committed
August 27, 2001
J
If an integer constant can't be generated from an integer literal
Jeremy Hylton committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
August 14, 2001
J
Fix SF bug [ #450909 ] __future__.division fails at prompt
Jeremy Hylton committed
August 12, 2001
J
SF Patch [ 429024 ] deal with some unary ops at compile time
Jeremy Hylton committed
August 11, 2001
J
Remove st_nested_scopes from struct symtable,
Jeremy Hylton committed
T
st_nested_scopes was uninitialized trash. Jeremy should fix in a better
Tim Peters committed
August 10, 2001
J
Refactor future feature handling
Jeremy Hylton committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
August 6, 2001
J
Another bug fix for recent import * warning (caught by Thomas Wouters)
Jeremy Hylton committed
J
Fix error message for import * in function/class scope
Jeremy Hylton committed
J
Fix SF bug [ #445474 ] warn about import * inside functions
Jeremy Hylton committed
July 16, 2001
G
jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base'
Guido van Rossum committed