summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* approximately double dump performance by moving import of cgi.escape back toSkip Montanaro2001-10-011-6/+4
* simple dumps/loads test case for xmlrpclibSkip Montanaro2001-10-011-0/+23
* Miscellaneous code fiddling:Guido van Rossum2001-10-011-28/+41
* binary_op1(), ternary_op(): rearrange the code so that slotw is testedGuido van Rossum2001-10-011-14/+14
* "boolean" --> "Boolean" (per the style guide).Fred Drake2001-10-014-5/+5
* Fix some minor style-guide conformance bugs.Fred Drake2001-10-011-7/+8
* Undo last checkin.Martin v. Löwis2001-10-011-2/+0
* Straighten out some markup.Fred Drake2001-10-011-3/+4
* Undo last checkin, since it duplicated the code.Martin v. Löwis2001-10-011-25/+0
* slot_sq_length(): squash a leak.Guido van Rossum2001-10-011-1/+4
* Refer to the objects which define __len__(), __*item__(), and __iter__()Fred Drake2001-10-011-17/+35
* slot_tp_new(): newargs was leaking.Guido van Rossum2001-10-011-0/+1
* Clarify comments about mailbox objects being iterable.Fred Drake2001-10-011-2/+3
* Docs for SF patch #462628Guido van Rossum2001-10-011-2/+8
* Another SF patch contributor.Guido van Rossum2001-10-011-0/+1
* SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file.Guido van Rossum2001-10-011-19/+37
* Fix typo found by doerwalter.Guido van Rossum2001-10-011-1/+1