summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Tim's boom example.Jeremy Hylton2003-04-041-20/+54
* Use fcntl() to put the audio device *back* into blocking mode afterGreg Ward2003-04-041-0/+9
* Add get_referrents() helper function.Jeremy Hylton2003-04-031-1/+1
* Add get_referrents() helper function.Jeremy Hylton2003-04-031-1/+32
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-038-892/+2
* Fix description: u"%c" % 0xffffffff returned a ValueError not a TypeError.Walter Dörwald2003-04-021-1/+1
* Change formatchar(), so that u"%c" % 0xffffffff now raisesWalter Dörwald2003-04-023-4/+5
* Fix a commentBarry Warsaw2003-04-021-1/+1
* Added a note about scripting support and the IDE builtin help.Jack Jansen2003-04-011-0/+6
* The minimal scripting example now actually works.Jack Jansen2003-04-011-8/+10
* Sigh... The get() and set() commands are not declared in the aete forJack Jansen2003-04-011-9/+18
* Regenerated with property names with _Prop_ prepended.Jack Jansen2003-04-0153-2860/+1697
* Properties (like enums) are not in the global namespace but only validJack Jansen2003-04-011-23/+23
* Turned the suite compiler into an object.Jack Jansen2003-04-011-254/+258