summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF bug [#467265] Compile errors on SuSe Linux on IBM/s390.Tim Peters2001-10-022-2/+7
* Add Garbage Collection support to new-style classes (not yet to theirGuido van Rossum2001-10-025-39/+237
* CVS patch [#466628] Doc changes for doctest patch (#466616), fromTim Peters2001-10-021-25/+2
* pickles():Guido van Rossum2001-10-021-18/+22
* The error reporting here was a bit sparse. In verbose mode, the codeGuido van Rossum2001-10-021-30/+24
* Under certain conditions (sometimes triggered by the test suite),Guido van Rossum2001-10-021-0/+2
* Correct the URL for the license (only used when the LICENSE[.txt] fileGuido van Rossum2001-10-021-1/+1
* Update reference to pydns.Guido van Rossum2001-10-021-5/+3
* SF patch [#466616] Exclude imported items from doctest,Tim Peters2001-10-023-53/+76
* Fredrik tells me the truefalse parameter for boolean() is not part of theFred Drake2001-10-011-5/+3
* Removed stray backslash (a typo -- my fault).Tim Peters2001-10-011-1/+1
* The description of dictionary comparison was out of date. Rather thanTim Peters2001-10-011-9/+12
* SF patch [#466353] Py_HUGE_VAL on BeOS for Intel.Tim Peters2001-10-011-1/+5
* restored 1.5.2 compatibilityFredrik Lundh2001-10-011-46/+39
* SF patch [#466877] SIGBREAK is missing from signal module.Tim Peters2001-10-013-0/+26