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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test for negative # to the nonintegral float power here.
Guido van Rossum
1996-08-16
1
-15/+12
*
Disable support for access statement
Guido van Rossum
1996-08-12
3
-4/+37
*
Define reference count admin debug functions to return void.
Guido van Rossum
1996-08-12
1
-0/+4
*
Optimizations by Sjoerd:
Guido van Rossum
1996-08-09
1
-81/+172
*
Support for tp_getattro, tp_setattro (Sjoerd)
Guido van Rossum
1996-08-09
3
-0/+33
*
Use pre-created string objects for most common exceptions
Guido van Rossum
1996-08-09
1
-2/+8
*
Correct wrong calculation of pow(0.0, 0.0, negative_number)
Guido van Rossum
1996-08-09
1
-5/+6
*
Allow compilation by K&R C compiler.
Guido van Rossum
1996-08-01
1
-8/+8
*
repr("...") -> "Ellipses"
Guido van Rossum
1996-07-30
1
-1/+1
*
Added sliceobject.c
Guido van Rossum
1996-07-30
2
-2/+189
*
Speedup suggested by Sjoerd
Guido van Rossum
1996-07-30
2
-6/+8
*
Use NEWOBJ() macro instead of calling newobject() directly.
Guido van Rossum
1996-07-22
1
-1/+1
*
complex -> Py_complex
Guido van Rossum
1996-07-21
1
-40/+40
*
Hacks for MS_COREDLL
Guido van Rossum
1996-07-21
1
-0/+19
*
Only __dict__ and __class__ are read-only instance attributes
Guido van Rossum
1996-07-21
1
-2/+4
*
Different logic for defining CHECK(); 16-bit MSC specific define.
Guido van Rossum
1996-06-26
1
-2/+8
*
rename printrefs, getobjects to _Py_ prefix
Guido van Rossum
1996-05-24
1
-2/+2
*
make some things static
Guido van Rossum
1996-05-24
2
-6/+6
*
new debugger symbol names
Guido van Rossum
1996-05-23
3
-8/+8
*
TRACE_REFS -> Py_TRACE_REFS.
Guido van Rossum
1996-05-22
1
-1/+5
*
Plug memory leak in the previous fix :-(
Guido van Rossum
1996-05-21
1
-1/+0
*
Fix obscure bug in string%mapping where the mapping creates its items
Guido van Rossum
1996-05-21
1
-21/+12
*
Added __name__ attribute to class instance method objects.
Guido van Rossum
1996-05-14
1
-7/+15
*
use 'j' instead of 'i' for imaginary constants
Guido van Rossum
1996-01-25
1
-2/+2
*
Removed unused var
Jack Jansen
1996-01-25
1
-1/+0
*
added complex and c objects
Guido van Rossum
1996-01-12
1
-2/+6
*
Hack to force loading of cobject.o
Guido van Rossum
1996-01-12
1
-0/+4
*
better power implementation
Guido van Rossum
1996-01-12
1
-18/+54
*
Added PyComplex_AsCComplex
Guido van Rossum
1996-01-12
1
-0/+12
*
complex numbers a la Konrad Hinsen
Guido van Rossum
1996-01-12
1
-0/+562
*
opaque C object a la Jim Fulton
Guido van Rossum
1996-01-12
1
-0/+100
*
fix free memory reads in dictlookup et al
Guido van Rossum
1995-12-08
2
-20/+14
*
adapted to K&R C
Guido van Rossum
1995-09-18
1
-35/+89
*
Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise
Sjoerd Mullender
1995-09-18
1
-1/+1
*
Implemented two new functions in sys:
Sjoerd Mullender
1995-08-29
1
-0/+58
*
Fixed calling of __del__ method with TRACE_REFS defined.
Sjoerd Mullender
1995-08-28
1
-1/+23
*
class objects are read-only in restricted mode
Guido van Rossum
1995-08-04
1
-0/+5
*
better err checks in resizetuple
Guido van Rossum
1995-08-04
1
-2/+2
*
changes for keyword args to built-in functions and classes
Guido van Rossum
1995-07-26
2
-7/+8
*
better policy regarding NULL locals
Guido van Rossum
1995-07-26
1
-9/+13
*
changes for keyword arguments and fast function call; added abstract.c
Guido van Rossum
1995-07-18
3
-67/+80
*
Generic Abstract Object Interface
Guido van Rossum
1995-07-18
1
-0/+972
*
args to call_object must be tuple or NULL
Guido van Rossum
1995-07-12
3
-17/+7
*
fix read(0), readline(0); make tuple for call_object args
Guido van Rossum
1995-07-10
1
-14/+17
*
MW does not always set errno on failing fopen()
Jack Jansen
1995-04-23
1
-0/+11
*
change comparing instance methods
Guido van Rossum
1995-04-06
1
-4/+3
*
change in counting freed objects
Guido van Rossum
1995-04-06
1
-4/+4
*
Use mappinglookup instead of dictlookup for looking up __builtin__.
Sjoerd Mullender
1995-04-04
1
-1/+7
*
fix dusty debugging macros
Guido van Rossum
1995-03-29
3
-3/+3
*
a few peephole optimizations
Guido van Rossum
1995-03-09
5
-8/+12
[next]