summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MessageBeep() API.Guido van Rossum2003-04-092-2/+23
* Detabified.Guido van Rossum2003-04-091-20/+5
* Make it possible to call instancemethod() with 2 arguments.Guido van Rossum2003-04-091-2/+2
* Reformat a few docstrings that caused line wraps in help() output.Guido van Rossum2003-04-092-12/+12
* Fix two crashes on Windows:Guido van Rossum2003-04-091-2/+2
* Various improvements to the way the table is formatted, to deal withGuido van Rossum2003-04-091-21/+36
* - New function sys.call_tracing() allows pdb to debug codeGuido van Rossum2003-04-095-0/+78
* Minor markup adjustments.Fred Drake2003-04-091-3/+2
* Try to discourage use of PyObject_Type().Guido van Rossum2003-04-091-0/+5
* Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose wayGuido van Rossum2003-04-091-2/+2
* Re-indent example; fix typoAndrew M. Kuchling2003-04-091-4/+4
* property_traverse() should also traverse into prop_doc -- there's noGuido van Rossum2003-04-091-0/+1
* Patch #709178: remove -static option from cygwinccompilerJason Tishler2003-04-091-8/+2
* Created a minimal MacOSX section.Jack Jansen2003-04-091-92/+176
* Detabbed.Jack Jansen2003-04-0923-7956/+7970
* Remove the --verify option in favor of the standard -n/--dry-run optionAndrew M. Kuchling2003-04-091-4/+1
* Lots of small markup adjustments.Fred Drake2003-04-092-113/+118
* Add dependency information for the hotshot package docs.Fred Drake2003-04-091-0/+1
* extra punctuation removedAnthony Baxter2003-04-091-1/+1
* Add dependency information for the timeit module docs.Fred Drake2003-04-091-0/+1
* + libtimeitSkip Montanaro2003-04-091-0/+1
* doc for timeit module/script - mostly just a recast of Tim's docstringSkip Montanaro2003-04-091-0/+184
* Make staticmethods and classmethods participate in GC.Jeremy Hylton2003-04-081-8/+45
* tentative fix for #712322: modification time stamp checking failedJust van Rossum2003-04-081-1/+1
* install timeit.py as a command line scriptSkip Montanaro2003-04-081-0/+1
* add a #! line for unix weeniesSkip Montanaro2003-04-081-0/+2
* New tests identical to boom and boom2, except using new-style classes.Tim Peters2003-04-081-0/+44
* correct a couple docstring nitsSkip Montanaro2003-04-081-3/+3
* Typo repair.Tim Peters2003-04-081-2/+2
* Added example of using positional and keyword args with atexit.register().Fred Drake2003-04-081-0/+15
* Markup fix.Fred Drake2003-04-081-2/+2
* s/referrents/referents/g. Gotta love that referrers remains rife with rs.Tim Peters2003-04-084-22/+22
* Finished implementing gc.get_referrents(): dealt with error and endTim Peters2003-04-084-7/+58
* Comment repair; no semantic changes.Tim Peters2003-04-071-4/+5
* Reworked has_finalizer() to use the new _PyObject_Lookup() insteadTim Peters2003-04-073-78/+59
* New private API function _PyInstance_Lookup. gc will use this to figureTim Peters2003-04-072-0/+33
* add note suggested by rhettinger about example.Anthony Baxter2003-04-071-0/+3
* patch [ 698505 ] docs for hotshot moduleAnthony Baxter2003-04-072-0/+124
* initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size.Tim Peters2003-04-061-17/+14
* handle_finalizers(): Rewrote to call append_objects() and gc_list_merge()Tim Peters2003-04-061-36/+31
* SF bug #699934: Obscure error messageRaymond Hettinger2003-04-062-7/+4
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-0623-2472/+2460
* Switched from METH_VARARGS to METH_NOARGS for the 7 module functions thatTim Peters2003-04-061-44/+17
* Reworked move_finalizer_reachable() to create two distinct lists:Tim Peters2003-04-062-35/+89
* move_finalizers(): Rewrote. It's not necessary for this routineTim Peters2003-04-051-29/+20
* test_boom: More comments. Also check that len(gc.garbage) doesn'tTim Peters2003-04-051-4/+9
* New comments. Rewrote has_finalizer() as a sequence of ifs instead ofTim Peters2003-04-051-6/+21
* Fixed new seemingly random segfaults, by moving the initialization ofTim Peters2003-04-051-8/+11
* SF bug #715145: unittest.py still uses != in failUnlessEqualRaymond Hettinger2003-04-042-2/+6
* Add Tim's gc boom test to the test suite.Jeremy Hylton2003-04-041-0/+19