COMMITS
/ Python/ceval.c August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 17, 2006
N
_Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer
Neal Norwitz committed
March 16, 2006
N
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 10, 2006
G
Um, I thought I'd already checked this in.
Guido van Rossum committed
March 7, 2006
G
Checking in the code for PEP 357.
Guido van Rossum committed
H
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang committed
March 2, 2006
N
Use Py_ssize_t since we are working with list size below
Neal Norwitz committed
March 1, 2006
T
Put back the essence of Jeremy's original XXX comment.
Thomas Wouters committed
B
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon committed
February 28, 2006
G
Updates to the with-statement:
Guido van Rossum committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 27, 2006
B
Check the return code for PyErr_Warn() when warning about raising string
Brett Cannon committed
G
PEP 343 -- the with-statement.
Guido van Rossum committed
February 19, 2006
G
Bug #801349: document that start/stop/step slice arguments can be None
Georg Brandl committed
February 17, 2006
M
Remove size constraints in SLICE opcodes.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
February 10, 2006
T
Explain the clearing of the stack in a comment in Python/ceval.c's
Thomas Wouters committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
October 21, 2005
N
Fix some mods that got dropped from the AST merge
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
September 20, 2005
A
clean-up tracing of C functions. In particular, don't call the trace func
Armin Rigo committed
August 15, 2005
B
Port from the Python 2.4 branch, patches for SF bug # 900092,
Barry Warsaw committed
August 2, 2005
P
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby committed
June 25, 2005
B
Fix signedness of various char variables to stop causing a warning under gcc 4.
Brett Cannon committed
B
Add comments about PyThreadState and the usage of its fields.
Brett Cannon committed
April 4, 2005
H
Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define
Hye-Shik Chang committed
January 18, 2005
M
Change the name of the macro used by --with-tsc builds to the less
Michael W. Hudson committed
January 8, 2005
S
comment tweak
Skip Montanaro committed
November 23, 2004
K
Hye-Shik Chang's fix for Bug 875692.
Kurt B. Kaiser committed
October 11, 2004
T
SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick
Tim Peters committed
September 16, 2004
R
SF bug #1014215: Unspecific errors with metaclass
Raymond Hettinger committed
August 29, 2004
M
Centralize WITH_TSC processing.
Martin v. Löwis committed
August 12, 2004
M
This is my patch:
Michael W. Hudson committed
August 7, 2004
A
This was quite a dark bug in my recent in-place string concatenation
Armin Rigo committed
August 6, 2004
R
SF patch #980695: efficient string concatenation
Raymond Hettinger committed
August 2, 2004
M
Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem
Michael W. Hudson committed
R
Completed the patch for Bug #215126.
Raymond Hettinger committed
July 8, 2004
N
Remove unused macros in .c files
Neal Norwitz committed
July 7, 2004
M
This closes patch:
Michael W. Hudson committed
July 2, 2004
R
SF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger committed
June 27, 2004
M
Patch #966493: Cleanup generator/eval_frame exposure.
Martin v. Löwis committed
June 26, 2004
R
Get ceval.c to compile again by moving declarations before other statments.
Raymond Hettinger committed
June 25, 2004
N
Massive performance improvement for C extension and builtin tracing code
Nicholas Bastin committed
June 22, 2004
N
Less ugly #ifdefs for C profiling fix
Nicholas Bastin committed