summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Integrate a bunch of new text from Guido.Fred Drake2002-04-121-6/+262
* AddrlistClass -> AddressListBarry Warsaw2002-04-121-2/+2
* AddrlistClass -> AddressListBarry Warsaw2002-04-121-2/+2
* Small anal correctness tweaks:Tim Peters2002-04-121-2/+2
* BDFL agreed with Tim: rehabilitate randint().Fred Drake2002-04-121-1/+0
* Update the type of the tp_free slot.Fred Drake2002-04-121-1/+1
* Warn people away from PyModule_GetDict(), but not too strongly.Fred Drake2002-04-121-0/+3
* News about dict.pop().Guido van Rossum2002-04-121-0/+3
* Do not use PyModule_GetDict().Fred Drake2002-04-121-23/+27
* Change example of retrieving & calling a Python function to not useFred Drake2002-04-121-12/+9
* Change the type of the tp_dealloc back to what it really is.Fred Drake2002-04-121-2/+2
* Bump AC_PREREQ to 2.53.Martin v. Löwis2002-04-122-2/+2
* I am mad. This test never worked!Guido van Rossum2002-04-121-16/+14
* Modernize the minimal example of an extension type.Fred Drake2002-04-121-7/+15
* Add a (very) simple description of PyType_Ready().Fred Drake2002-04-121-0/+4
* Update the type of tp_dealloc.Fred Drake2002-04-121-1/+1
* Spell Raymond Hettinger's name writeNeal Norwitz2002-04-121-1/+1
* Add Raymond Hettinger, CPA.Guido van Rossum2002-04-121-0/+1
* Add Raymond Hettinger's d.pop(). See SF patch 539949.Guido van Rossum2002-04-123-0/+56
* - Added support for inherent pointer types (typedefs of arrays)Jack Jansen2002-04-121-0/+34
* Give type name when complaining about using input-only type for outputJack Jansen2002-04-121-2/+2
* Remove acconfig.h.Martin v. Löwis2002-04-124-41/+10
* Remove unused macros.Martin v. Löwis2002-04-121-23/+0
* Update to autoconf 2.5x.Martin v. Löwis2002-04-124-4824/+13539
* _PyObject_DebugRealloc(): rewritten to let the underlying realloc doTim Peters2002-04-121-27/+30
* _PyObject_DebugDumpAddress(): clarify an output message.Tim Peters2002-04-121-1/+1
* PYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove the PYMALLOC_Tim Peters2002-04-121-34/+39
* First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz withTim Peters2002-04-124-70/+61
* First cut at repairing out-of-date comments; make alignment of macro defsTim Peters2002-04-121-15/+24
* Move PyObject_Malloc and PyObject_Free here from object.c. RemoveNeil Schemenauer2002-04-121-61/+33
* Move PyObject_Malloc and PyObject_Free to obmalloc.c.Neil Schemenauer2002-04-121-21/+2
* Remove PyMalloc_*.Neil Schemenauer2002-04-121-5/+5
* Change signature of _PyObject_GC_Malloc to match PyObject_MALLOC.Neil Schemenauer2002-04-121-6/+6
* PyObject_GC_Del can now be used as a function designator.Neil Schemenauer2002-04-121-1/+1
* Remove PyMalloc_New and PyMalloc_Del.Neil Schemenauer2002-04-122-4/+4
* Remove PyMalloc_New, _PyMalloc_MALLOC, and PyMalloc_Del.Neil Schemenauer2002-04-121-7/+7
* Remove PyMalloc_New and PyMalloc_Del.Neil Schemenauer2002-04-121-2/+2
* PyObject_GC_Del can now be used as a function designator.Neil Schemenauer2002-04-123-3/+3
* PyObject_Del can now be used as a function designator.Neil Schemenauer2002-04-126-7/+7
* PyObject_GC_Del and PyObject_Del can now be used as a functionNeil Schemenauer2002-04-121-3/+3
* Allow PyObject_Del to be used as a function designator. Provide binaryNeil Schemenauer2002-04-121-14/+39
* Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc ifNeil Schemenauer2002-04-121-30/+0
* Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc ifNeil Schemenauer2002-04-121-38/+44
* Change the type of the tp_free from 'destructor' to 'freefunc'.Neil Schemenauer2002-04-121-1/+2
* Removed more hair in support of future-generator stmts.Tim Peters2002-04-123-4/+4
* Get rid of backward compatibility modules. Do this fairly early in the 2.3 cy...Jack Jansen2002-04-1145-180/+0
* Clean up the "all" support for -u.Fred Drake2002-04-111-1/+2
* Guido sez to remove the deprecation warning for a year.Fred Drake2002-04-111-5/+0
* Got rid of obsolete defines.Jack Jansen2002-04-1111-37/+3
* Got rid of obsolete appearance flag.Jack Jansen2002-04-111-5/+0