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
/
Include
/
objimpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0.
Tim Peters
2001-10-11
1
-12/+15
*
Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2.
Tim Peters
2001-10-07
1
-28/+24
*
_PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value.
Tim Peters
2001-10-06
1
-11/+35
*
Repaired the debug Windows deaths in test_descr, by allocating enough
Tim Peters
2001-10-06
1
-1/+2
*
Add Garbage Collection support to new-style classes (not yet to their
Guido van Rossum
2001-10-02
1
-3/+8
*
Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is
Neil Schemenauer
2001-09-03
1
-2/+2
*
Change the GC type flag since the API has changed. Allow types using
Neil Schemenauer
2001-08-29
1
-50/+66
*
Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurr...
Jack Jansen
2001-08-03
1
-2/+0
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-1/+14
*
A small change to the C API for weakly-referencable types: Such types
Fred Drake
2001-03-22
1
-5/+1
*
Add Vladimir Marangozov's object allocator. It is disabled by default. This
Neil Schemenauer
2001-02-27
1
-0/+7
*
Use a type flag to determine the applicability of the tp_weaklistoffset
Fred Drake
2001-02-02
1
-1/+3
*
PEP 205, Weak References -- initial checkin.
Fred Drake
2001-02-01
1
-1/+11
*
PyGC_Dump() -> _PyGC_Dump()
Barry Warsaw
2001-01-24
1
-1/+1
*
Add prototype for PyGC_Dump() -- but only inside the #ifdef
Barry Warsaw
2001-01-23
1
-0/+2
*
Fix comment.
Neil Schemenauer
2001-01-20
1
-2/+2
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Updated comment
Andrew M. Kuchling
2000-08-16
1
-1/+1
*
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Peter Schneider-Kamp
2000-07-31
1
-2/+3
*
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp
2000-07-31
1
-1/+1
*
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Thomas Wouters
2000-07-25
1
-7/+7
*
A small comment fix just to make sure I got my cvs/ssh setup right.
Vladimir Marangozov
2000-07-10
1
-1/+1
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
1
-16/+17
*
Neil Schemenauer: small fixes for GC
Guido van Rossum
2000-07-01
1
-6/+3
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton
2000-06-30
1
-3/+58
*
part 2 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
1
-0/+6
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-25/+187
*
Got rid of silly "123456789-..." lines in comments.
Guido van Rossum
2000-03-01
1
-2/+0
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
1
-4/+4
*
Oops, another forgotten renaming: varobject -> PyVarObject.
Guido van Rossum
1997-05-15
1
-3/+3
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Hacks for MS_COREDLL
Guido van Rossum
1996-07-21
1
-0/+14
*
make newvarobj's size arg signed
Guido van Rossum
1995-02-10
1
-1/+1
*
The great renaming, phase two: all header files have been updated to
Guido van Rossum
1995-01-12
1
-7/+7
*
Added 1995 copyright.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-1/+1
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
1
-0/+11
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Remove StopPrint hack
Guido van Rossum
1991-06-07
1
-2/+0
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-5/+0
*
Changed strdup prototype to use const.
Guido van Rossum
1990-10-21
1
-1/+1
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+31