1. 2c2068c Added example of using positional and keyword args with atexit.register(). by Fred Drake · 21 years ago
  2. de7ad2c Markup fix. by Fred Drake · 21 years ago
  3. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  4. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  5. fb2ab4d Comment repair; no semantic changes. by Tim Peters · 21 years ago
  6. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  7. df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 21 years ago
  8. cb8ed53 add note suggested by rhettinger about example. by Anthony Baxter · 21 years ago
  9. b3303ef patch [ 698505 ] docs for hotshot module by Anthony Baxter · 21 years ago
  10. 1155887 initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size. by Tim Peters · 21 years ago
  11. 259272b handle_finalizers(): Rewrote to call append_objects() and gc_list_merge() by Tim Peters · 21 years ago
  12. f394df4 SF bug #699934: Obscure error message by Raymond Hettinger · 21 years ago
  13. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  14. 50c61d5 Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that by Tim Peters · 21 years ago
  15. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  16. f6ae7a4 move_finalizers(): Rewrote. It's not necessary for this routine by Tim Peters · 21 years ago
  17. 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't by Tim Peters · 21 years ago
  18. 86b993b New comments. Rewrote has_finalizer() as a sequence of ifs instead of by Tim Peters · 21 years ago
  19. 93ad66d Fixed new seemingly random segfaults, by moving the initialization of by Tim Peters · 21 years ago
  20. c377cbf SF bug #715145: unittest.py still uses != in failUnlessEqual by Raymond Hettinger · 21 years ago
  21. dee38ac Add Tim's gc boom test to the test suite. by Jeremy Hylton · 21 years ago
  22. ce136e9 Fix Tim's boom example. by Jeremy Hylton · 21 years ago
  23. 76ffb19 Use fcntl() to put the audio device *back* into blocking mode after by Greg Ward · 21 years ago
  24. 059b094 Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  25. 5bd378b Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  26. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  27. 1e469c5 Fix description: u"%c" % 0xffffffff returned a ValueError not a TypeError. by Walter Dörwald · 21 years ago
  28. 44f527f Change formatchar(), so that u"%c" % 0xffffffff now raises by Walter Dörwald · 21 years ago
  29. 7ba256f Fix a comment by Barry Warsaw · 21 years ago
  30. a02b7a8 Added a note about scripting support and the IDE builtin help. by Jack Jansen · 21 years ago
  31. b603529 The minimal scripting example now actually works. by Jack Jansen · 21 years ago
  32. 9dd7810 Sigh... The get() and set() commands are not declared in the aete for by Jack Jansen · 21 years ago
  33. 842273b Regenerated with property names with _Prop_ prepended. by Jack Jansen · 21 years ago
  34. bc95605 Properties (like enums) are not in the global namespace but only valid by Jack Jansen · 21 years ago
  35. 3279cb0 Turned the suite compiler into an object. by Jack Jansen · 21 years ago
  36. 18c9b13 - All messages are now dependent on the --verbose option. by Jack Jansen · 21 years ago
  37. 1baa982 init_bsddb(): Added a few symbols that Greg forgot. by Barry Warsaw · 21 years ago
  38. 56fbcb5 Remove duplicate test. by Walter Dörwald · 21 years ago
  39. 43440a6 Fix PyString_Format() so that '%c' % u'a' returns u'a' by Walter Dörwald · 21 years ago
  40. 2a04623 - add the "download_url" field to the pre-2.2.3 metadata compatibility note by Fred Drake · 21 years ago
  41. fa86bf5 Fix typo. by Walter Dörwald · 21 years ago
  42. 0b27ff9 SF patch #712367, get build working on AIX by Neal Norwitz · 21 years ago
  43. aca44e2 Added a File->Generate OSA Suite command. by Jack Jansen · 21 years ago
  44. 71ad9fb Added 1-page introductions to creating GUIs in Python and the OSA interface. by Jack Jansen · 21 years ago
  45. 007fadd Fix symbol in grammar; this should fix some hyperlinking in the HTML version. by Fred Drake · 21 years ago
  46. fc71026 Subclasses of ObjectSpecifier can now be packed and unpacked. This allows by Jack Jansen · 21 years ago
  47. 397e914 In TalkTo.send(), check that we have access to the window manager, by Jack Jansen · 21 years ago
  48. 1fff697 Lib/plat-mac/lib-scriptpackages/SystemEvents added. by Jack Jansen · 21 years ago
  49. 068a1e2 Regenerated again, now clases are sorted by code, and with synonyms after by Jack Jansen · 21 years ago
  50. 2dc16f2 Classes have to be sorted by code, not name, and synonyms have to by Jack Jansen · 21 years ago
  51. ddb4f62 SF patch #667548, Add some audio constants by Michael Pruett by Neal Norwitz · 21 years ago
  52. 1ac3e39 Get build working with pre-C99 compilers by Neal Norwitz · 21 years ago
  53. 1a99cf0 Bump to version 2.5.1 by Barry Warsaw · 21 years ago
  54. 9c505ae test_whitespace_eater_unicode_2(): Test case for SF bug #710498. by Barry Warsaw · 21 years ago
  55. ba1548a __unicode__(): Fix the logic for calculating whether to add a by Barry Warsaw · 21 years ago
  56. 742dde4 SF patch #706338, Fix a few broken links in pydoc by Greg Chapman by Neal Norwitz · 21 years ago
  57. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  58. 852ba7e Patch #672053: Return a result from Py_Main, instead of exiting. by Martin v. Löwis · 21 years ago
  59. e98922f Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. by Martin v. Löwis · 21 years ago
  60. 24b8881 Patch #701395: Correct documentation of PyUnicode_Splitlines. by Martin v. Löwis · 21 years ago
  61. 12a7f96 Patch #712124: Remove obsolete comment. by Martin v. Löwis · 21 years ago
  62. 103d6e7 Support '' as the argument for the setlocale emulation. Fixes #678259. by Martin v. Löwis · 21 years ago
  63. 45ec95d Use soname option when building a shared libpython. Fixes #701823. by Martin v. Löwis · 21 years ago
  64. 3163a3b Patch #545300: Support marked sections. by Martin v. Löwis · 21 years ago
  65. a965649 Wrap thread stuff in WITH_THREAD. Fixes #704641. by Martin v. Löwis · 21 years ago
  66. 52ae6f6 Fake bool API for Python 2.2. by Martin v. Löwis · 21 years ago
  67. 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 21 years ago
  68. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 21 years ago
  69. 1269be5 - Added an is_scriptable method to test applications for having by Jack Jansen · 21 years ago
  70. 150753c The test for setpgrp having two arguments didn't actually test anything. by Jack Jansen · 21 years ago
  71. 7035c98 Move Mac/Windows specific expected skips from each platform list by Neal Norwitz · 21 years ago
  72. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  73. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  74. 694570e Regenerated with the new way to get terminology (through AppleEvents), by Jack Jansen · 21 years ago
  75. 0fc192a - Prefer using events (in stead of poking around in resource files) to by Jack Jansen · 21 years ago
  76. 8307e02 Sometimes a class is used as a base class of itself. Obviously there's by Jack Jansen · 21 years ago
  77. d6ab153 On OSX the finder will return from an open() event before the application by Jack Jansen · 21 years ago
  78. d4885f8 Sigh: didn't catch all lists that needed to be sorted. Regenerated again. by Jack Jansen · 21 years ago
  79. 00c3483 Sigh: didn't catch all lists that needed to be sorted. by Jack Jansen · 21 years ago
  80. 9ddac3e make nt altsep forward slash - closes bug 709428 backport candidate by Skip Montanaro · 21 years ago
  81. 7377bec Regenerated (from resource files) with sorting version of gensuitemodule. by Jack Jansen · 21 years ago
  82. 03b9c91 - Sort various lists (list of events, OSA-classes, etc) before generating by Jack Jansen · 21 years ago
  83. c2a7f22 Minimal test suite of the generated packages in plat-mac/lib-scriptpackages. by Jack Jansen · 21 years ago
  84. a9d7142 Disable _XOPEN_SOURCE for Solaris 2.6. Fixes #690317. by Martin v. Löwis · 21 years ago
  85. 4daacb1 Add test for setpgrp. Fixes #690317. by Martin v. Löwis · 21 years ago
  86. bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 21 years ago
  87. d9e213e Hide private names beginning with _ (but don't hide __special__ names). by Ka-Ping Yee · 21 years ago
  88. b38bbbd Make module lookup a little more robust (certain kinds of fiddling to by Ka-Ping Yee · 21 years ago
  89. e9638cc Move testing code into "if __name__ == '__main__'" so it's not run on import. by Ka-Ping Yee · 21 years ago
  90. 5b75c38 Factored out test for absolute jumps. by Raymond Hettinger · 21 years ago
  91. 6e5c179 4.1.5 by Gregory P. Smith · 21 years ago
  92. fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 21 years ago
  93. 3ae0f7a Replace criterium with criterion. Fixes #705120. by Martin v. Löwis · 21 years ago
  94. 0e85e7a If GetAppTerminology fails (which seems to be the usual case on OSX?) by Jack Jansen · 21 years ago
  95. e159d58 Temporary bump of the version number. by Barry Warsaw · 21 years ago
  96. cd7051f typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  97. 8af5677 typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  98. 11cfbd6 Fix typo. by Walter Dörwald · 21 years ago
  99. a154262 Modified to accept a command line argument too. by Jack Jansen · 21 years ago
  100. 97951de Add two tests for simple error cases. by Walter Dörwald · 21 years ago