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
*
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
*
changes for MPW
Guido van Rossum
1995-03-04
1
-1/+5
*
for MPW __SC__ compiler
Guido van Rossum
1995-02-27
1
-2/+6
*
don't complain about too many args if arg is a dict
Guido van Rossum
1995-02-27
1
-1/+1
*
explicitly init flags in methodlists
Guido van Rossum
1995-02-19
2
-13/+17
*
NeXT/Sparc 3.3 fix
Guido van Rossum
1995-02-13
1
-1/+13
*
use Py_CHARMASK; and don't check for neg. float to the float power here
Guido van Rossum
1995-02-10
3
-12/+8
*
make size arg signed
Guido van Rossum
1995-02-10
1
-1/+1
*
round up list item counts to improve realloc performance
Guido van Rossum
1995-01-26
1
-3/+17
*
added findmethodinchain and methodchain data types
Guido van Rossum
1995-01-26
1
-23/+50
*
removed unused vars
Guido van Rossum
1995-01-26
1
-1/+0
*
apply dictclear to dict of deleted modules
Guido van Rossum
1995-01-26
1
-1/+3
*
move callable() here
Guido van Rossum
1995-01-26
1
-0/+29
*
fix leak in func_dealloc (forgot to decref name)
Guido van Rossum
1995-01-20
1
-0/+1
*
Fix NULL dereference in case of out-of-memory condition
Jack Jansen
1995-01-19
1
-4/+5
*
fix strobject() behavior
Guido van Rossum
1995-01-17
1
-2/+4
*
added reverselist; free recycling bin on error exit
Guido van Rossum
1995-01-17
1
-0/+16
*
long_scan is no longer used
Guido van Rossum
1995-01-17
1
-0/+2
*
make a few things static
Guido van Rossum
1995-01-17
1
-2/+2
*
don't declare fmod/pow for any STDC compiler
Guido van Rossum
1995-01-17
1
-1/+1
*
different init for __builtins__
Guido van Rossum
1995-01-17
1
-0/+2
*
added $& to $(LIB) target for Sequent
Guido van Rossum
1995-01-17
1
-1/+1
*
fix reentrancy bug in slice assignment
Guido van Rossum
1995-01-17
1
-4/+20
*
properly implement cmp() for class instances
Guido van Rossum
1995-01-12
1
-0/+31
*
move coerce() from bltinmodule.c to object.c and implement builtin_coerce() d...
Guido van Rossum
1995-01-10
1
-0/+33
*
implement coercions involving instances properly
Guido van Rossum
1995-01-10
1
-1/+53
*
fix memory leak and null pointer dereference
Guido van Rossum
1995-01-10
2
-2/+6
*
add restrictions in restricted mode
Guido van Rossum
1995-01-10
3
-25/+45
*
add builtins handling and restricted flag
Guido van Rossum
1995-01-10
1
-2/+14
*
* Objects/classobject.c: added 5th (function) parameter to
Guido van Rossum
1995-01-07
1
-27/+49
*
* Objects/methodobject.c: changed drastically, the object now
Guido van Rossum
1995-01-07
1
-27/+44
*
Added __doc__ attribute (alias func_doc), initialized from first
Guido van Rossum
1995-01-07
1
-1/+16
*
initialize __doc__ to None
Guido van Rossum
1995-01-07
1
-0/+2
*
added getattr(), supporting __doc__ and _name__
Guido van Rossum
1995-01-07
1
-2/+33
*
attribute-less object is AttributeError, not TypeError
Guido van Rossum
1995-01-07
1
-1/+1
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
19
-47/+50
*
* Objects/mappingobject.c (mappingremove): don't call
Guido van Rossum
1995-01-02
2
-0/+6
*
Lots of minor changes. Note for mappingobject.c: the hash table pointer
Guido van Rossum
1995-01-02
12
-96/+170
*
fix comparison of instances without _-cmp__
Guido van Rossum
1994-11-10
1
-3/+3
*
Comparison of two class instances without __cmp__ or __rcmp__ methods
Sjoerd Mullender
1994-10-19
1
-2/+5
*
* Include/classobject.h, Objects/classobject.c, Python/ceval.c:
Guido van Rossum
1994-09-28
6
-204/+219
*
rearranged code in debugging version of DELREF to avoid touching data
Guido van Rossum
1994-09-07
1
-1/+2
*
Yet another version (by me) of __getattr__ etc.
Guido van Rossum
1994-09-05
1
-174/+51
*
Mods (really diffs to 2.29) by Michael Scharf for alternative __getattr__ etc.
Guido van Rossum
1994-09-05
1
-105/+204
*
Merge back to main trunk
Guido van Rossum
1994-08-30
9
-128/+258
[next]