summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* _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
* Document addition of chroot.Martin v. Löwis2001-10-041-0/+2
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-045-3/+27
* Update a couple of old addresses that point to CNRI.Fred Drake2001-10-042-9/+11
* Non-failing test for SF bug #467059.Fred Drake2001-10-041-0/+42
* Apply modified SF patch 467580: ConfigParser.getboolean(): FALSE, TRUE.Guido van Rossum2001-10-041-6/+8
* run_suite(): If testclass is not available, provide an even more generalFred Drake2001-10-041-4/+8
* Make new classes dynamic by default.Guido van Rossum2001-10-043-26/+24
* Changed the reindenter to strip only trailing spaces and tabs from lines,Tim Peters2001-10-041-3/+16
* Fix bug in profiler modifications detected only in debug builds.Fred Drake2001-10-041-3/+26
* TestIterators: Tim Peters suggests a more succinct spelling ofBarry Warsaw2001-10-041-12/+4
* More test data for test_email.pyBarry Warsaw2001-10-042-0/+49
* test_header_splitter(), test_body_line_iterator(): Move the test dataBarry Warsaw2001-10-041-70/+32
* Give me back my page breaks.Barry Warsaw2001-10-0412-22/+22
* Add note about profiling.Guido van Rossum2001-10-041-0/+15
* Script arguments localhost:localport and remotehost:remoteport are nowBarry Warsaw2001-10-041-18/+28
* Add various typecasts (back and forth from char * to unsigned char *)Greg Ward2001-10-041-5/+5
* Remove a couple of unused local variables (bug #445960, compiler warningsGreg Ward2001-10-041-4/+2
* Updated to reflect the rationalized profiler event reporting.Fred Drake2001-10-041-46/+27
* Rationalize the events passed to the profiler (no changes for the tracer).Fred Drake2001-10-042-10/+6
* Add note about profile fix.Guido van Rossum2001-10-041-0/+5
* Make clear that tuple() accepts the same kind of arguments as list().Tim Peters2001-10-041-1/+3
* Added a little type/class NEWS.Tim Peters2001-10-041-0/+6
* This test relied on hard tab characters, so failed after whitespaceTim Peters2001-10-041-5/+5
* class_docstrings(): The new-style class tests should use new-styleTim Peters2001-10-041-4/+4