summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Keep track of a type's subclasses (subtypes), in tp_subclasses, whichGuido van Rossum2001-10-082-1/+73
* Mac OS X build instructions talked about --without-toolbox-glue, butJack Jansen2001-10-081-1/+1
* Do not add -shared to linker_so. Any necessary options should already beMartin v. Löwis2001-10-081-4/+1
* Provide explicit program when trying to link pthread_create.Martin v. Löwis2001-10-082-250/+252
* Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandlerJack Jansen2001-10-081-0/+19
* Added weakrefobject.c and regenerated .exp files.Jack Jansen2001-10-084-6/+38
* Put the deprecated .ignore() method back where it was.Tim Peters2001-10-081-4/+4
* Widespread random code cleanup.Tim Peters2001-10-081-87/+54
* Implement isinstance(x, (A, B, ...)). Note that we only allow tuples,Guido van Rossum2001-10-072-3/+20
* merged port binding error message patchSteven M. Gava2001-10-071-14/+33
* merged win spawn patchSteven M. Gava2001-10-071-1/+1
* merged status bar packing patchSteven M. Gava2001-10-071-2/+4
* Only close sockets if they have been created. Reported by Blake Winton.Martin v. Löwis2001-10-075-6/+15
* Typo repair in comment.Tim Peters2001-10-071-1/+1
* Support OpenUNIX like UnixWare.Martin v. Löwis2001-10-072-9/+9
* Guido points out that the comments for self.cur[2] were subtly butTim Peters2001-10-071-17/+29
* Use AC_TRY_RUN for checking for -Kpthread.Martin v. Löwis2001-10-072-359/+378
* At Guido's request, changed the code that's conceptually asserting stuffTim Peters2001-10-071-11/+9
* Repair some longstanding comment errors:Tim Peters2001-10-071-4/+4
* Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2.Tim Peters2001-10-074-48/+32
* Remove code and docs for the OldProfile and HotProfile classes: codeTim Peters2001-10-073-285/+32
* _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value.Tim Peters2001-10-064-61/+70
* Repaired the debug Windows deaths in test_descr, by allocating enoughTim Peters2001-10-063-21/+33
* _PyObject_GetDictPtr():Tim Peters2001-10-061-8/+12
* _PyObject_GC_Malloc(): split a complicated line in two. As is, there wasTim Peters2001-10-061-2/+3
* Update the documentation to reflect the changes to ReferenceError.Fred Drake2001-10-062-1/+13
* The fix to profile semantics broke the miserable but advertised way toTim Peters2001-10-051-25/+26
* Teach Windows how to build the new weakref module.Tim Peters2001-10-051-0/+15
* Remove bogus declaration.Fred Drake2001-10-051-2/+0
* Add documentation for the public API for weak reference objects.Fred Drake2001-10-051-1/+70
* Adjust the _weakref module to use the public API for the weak referenceFred Drake2001-10-051-717/+15
* PyObject_ClearWeakRefs() is now a real function instead of a function pointer;Fred Drake2001-10-052-16/+1
* Add dependencies for the weakref object.Fred Drake2001-10-051-0/+2
* Include the weakref object interface.Fred Drake2001-10-051-0/+1
* ReferenceError is now built-in, so pick it up from the right place.Fred Drake2001-10-051-1/+3
* The weak reference implementation, separated from the weakref module.Fred Drake2001-10-052-0/+765
* weakref.ReferenceError becomes a built-in exception now that weak ref objectsFred Drake2001-10-052-0/+7
* Martijn Pieters convinced me that when readline() strips the trailingGuido van Rossum2001-10-051-2/+5
* Enable GC for new-style instances. This touches lots of files, sinceGuido van Rossum2001-10-0513-26/+90
* With Andrew's blessing: distutils version number is now 1.0.3.Thomas Heller2001-10-051-1/+1
* Introduced the oddly-missing PyList_CheckExact(), and used it to replaceTim Peters2001-10-052-1/+2
* Explicitely list the metadata attributes to showThomas Heller2001-10-051-295/+304
* Get rid of unique local ISSTRICTINT macro in favor of std PyInt_CheckExact.Tim Peters2001-10-051-9/+6
* A regexp example was rendered asTim Peters2001-10-051-1/+1
* SMTPServer.__init__(): Print the start information on the DEBUGSTREAMBarry Warsaw2001-10-051-1/+2
* Remove false statement about running make in the Modules directory.Guido van Rossum2001-10-051-3/+2
* Remove some long-unsupported Mac OS modules.Fred Drake2001-10-055-425/+0
* Frankly, I'd like my "L." as well!Fred Drake2001-10-051-1/+1
* Another contributor.Guido van Rossum2001-10-051-1/+2
* Fix typo in docstringAndrew M. Kuchling2001-10-051-1/+1