summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* - All messages are now dependent on the --verbose option.Jack Jansen2003-04-011-47/+85
* init_bsddb(): Added a few symbols that Greg forgot.Barry Warsaw2003-03-311-1/+4
* Remove duplicate test.Walter Dörwald2003-03-311-2/+2
* Fix PyString_Format() so that '%c' % u'a' returns u'a'Walter Dörwald2003-03-315-0/+18
* - add the "download_url" field to the pre-2.2.3 metadata compatibility noteFred Drake2003-03-311-26/+26
* Fix typo.Walter Dörwald2003-03-311-1/+1
* SF patch #712367, get build working on AIXNeal Norwitz2003-03-313-3/+17
* Added a File->Generate OSA Suite command.Jack Jansen2003-03-311-0/+5
* Added 1-page introductions to creating GUIs in Python and the OSAJack Jansen2003-03-313-0/+108
* Fix symbol in grammar; this should fix some hyperlinking in the HTMLFred Drake2003-03-311-1/+1
* Subclasses of ObjectSpecifier can now be packed and unpacked. This allowsJack Jansen2003-03-311-3/+20
* In TalkTo.send(), check that we have access to the window manager,Jack Jansen2003-03-311-1/+13