summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* type_new(): cast PyObject_MALLOC's result to char*, for clarity.Tim Peters2001-10-041-1/+1
* Whitespace normalization.Tim Peters2001-10-0418-65/+65
* SF bug [#467331] ClassType.__doc__ always None.Tim Peters2001-10-043-7/+59
* Hopefully fix the profiler right. Add a test suite that checks thatGuido van Rossum2001-10-043-18/+136
* Expand the documentation of the low-level tracing/profiling interface.Fred Drake2001-10-031-2/+23
* Add some more test cases to be sure we do the right thing in various cases.Fred Drake2001-10-031-0/+117
* Undo previous patch; it did not quite work out.Fred Drake2001-10-031-1/+1
* Fix a spelling error that has been bugging me for longer than I care to admit.Greg Ward2001-10-031-1/+1
* Set .addr in a few more places (patch approved by Sam Rushing)Andrew M. Kuchling2001-10-031-0/+2
* dynamics(): add a dummy __getattr__ method to the C class so that theGuido van Rossum2001-10-031-0/+5
* typeobject.c, slot_tp_gettattr_hook(): fix the speedup hack -- theGuido van Rossum2001-10-031-0/+12
* remove empty __del__ method from BaseRequestHandler to avoid cyclic garbageSkip Montanaro2001-10-031-3/+0
* *EXPERIMENTAL* speedup of slot_sq_item. This sped up the followingGuido van Rossum2001-10-033-40/+96
* Made the classmethod docstring test a bit less trivial.Tim Peters2001-10-031-3/+3
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-034-8/+167
* Mark treatment of binary operators for __rop__-before-__op__ as done.Guido van Rossum2001-10-031-5/+15
* call_method(), call_maybe(): fix a performance bug: the argumentGuido van Rossum2001-10-031-8/+3
* Note removal of Demo/dns, point to PyDNS.Guido van Rossum2001-10-021-1/+5
* Removed Demo/dns -- see sf.net/projects/pydns/ instead.Guido van Rossum2001-10-026-717/+0
* SF patch [#466616] Exclude imported items from doctest.Tim Peters2001-10-021-7/+13