summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added boolobject.cJack Jansen2002-04-113-0/+0
* At CNRI's request, I'm changing the status of 1.6.1 fromGuido van Rossum2002-04-111-1/+6
* Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.Jack Jansen2002-04-111-6/+0
* These are long obsolete. Get rid of them.Jack Jansen2002-04-115-38/+0
* Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now...Jack Jansen2002-04-114-197/+0
* Got rid of ifdefs for long-obsolete GUSI versions.Jack Jansen2002-04-117-84/+1
* Get rid of USE_CACHE_ALIGNED. It has no function anymore.Jack Jansen2002-04-111-3/+0
* Since xmllib is deprecated now, suppress the DeprecationWarning its testTim Peters2002-04-111-1/+5
* Ignore more deprecation warnings.Tim Peters2002-04-111-4/+6
* Stop sucking up xmllib -- it's deprecated.Tim Peters2002-04-111-1/+0
* I don't expect test_email_codecs to run on Windows.Tim Peters2002-04-111-0/+1
* Added the resource name "all" to enable all of the optional resource uses.Fred Drake2002-04-111-2/+11
* Document __unicode__. Fixes #541245.Martin v. Löwis2002-04-111-0/+7
* Explain octal escapes. Fixes #542226.Martin v. Löwis2002-04-111-5/+3
* SF bug 542181: Realloc behaviorTim Peters2002-04-111-12/+16
* Different .pyc icon - use "paler" colors to better differentiate it from the ...Mark Hammond2002-04-111-0/+0
* Improve coverage of Objects/weakrefobject.c.Fred Drake2002-04-111-0/+16
* Add a nameAndrew M. Kuchling2002-04-101-1/+1
* Add deprecation warning to 'pre' moduleAndrew M. Kuchling2002-04-101-0/+6
* Remove mention of 'pre' moduleAndrew M. Kuchling2002-04-101-9/+0
* Remove support for importing 'pre' moduleAndrew M. Kuchling2002-04-101-14/+2
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-1020-144/+2210
* Bug fix for UTF-8 encoding bug (buffer overrun) #541828.Marc-André Lemburg2002-04-101-39/+46
* Document PyType_CheckExact(), PyType_IS_GC().Fred Drake2002-04-101-1/+16
* Added test case for UTF-8 encoding bug #541828.Marc-André Lemburg2002-04-102-2/+18
* Use random instead of whrandomAndrew M. Kuchling2002-04-101-3/+3
* Use random module instead of whrandomAndrew M. Kuchling2002-04-101-4/+4
* document all the valid encoding valuesSkip Montanaro2002-04-101-1/+4