1. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
  2. 3988358 If we use frameworks we should include CoreServices/CoreServices.h, not the by Jack Jansen · 23 years ago
  3. 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 23 years ago
  4. ca06bc6 - On OSX add -no-cpp-precomp to OPT. The user still has to manually specify by Jack Jansen · 23 years ago
  5. 446b3b2 ICFindConfigFile isn't needed, and it's gone under carbon. by Jack Jansen · 23 years ago
  6. 83e6ae9 EasyDialogs has a working version of this. by Jack Jansen · 23 years ago
  7. 7f9a63c These stopped working a long time ago, and they're not worth fixing. by Jack Jansen · 23 years ago
  8. 5150edd Obsolete, EasyDialogs has the same code (but working:-). by Jack Jansen · 23 years ago
  9. dffae32 Obsolete: uses old applescript support. by Jack Jansen · 23 years ago
  10. b4c975a Obsolete, uses the old non-package-based applescript suite support. by Jack Jansen · 23 years ago
  11. 7a9f955 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  12. 4369b00 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  13. 54ad7f5 Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality. by Jack Jansen · 23 years ago
  14. 3a22c86 Obsolete, superseded by :Mac:Demo:imgbrowse and friends. by Jack Jansen · 23 years ago
  15. ba24ace Obsolete, superseded by :Mac:Demo:TE by Jack Jansen · 23 years ago
  16. 5291fb1 Obsolete, superseded by :Mac:Demo:waste by Jack Jansen · 23 years ago
  17. 1cd9522 Obsolete, removed. by Jack Jansen · 23 years ago
  18. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  19. cb60dae Documented the runtimemodel attribute. by Jack Jansen · 23 years ago
  20. ddafd2b (Finally) converted to new-style args. by Jack Jansen · 23 years ago
  21. 2d713d1 Added descrobject.c and mysnprintf.c by Jack Jansen · 23 years ago
  22. 66298f1 Regenerated for new description stuff. by Jack Jansen · 23 years ago
  23. fffd722 The test opened the binary test data files in text mode! Fixed. by Jack Jansen · 23 years ago
  24. 5756ee0 Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). by Jack Jansen · 23 years ago
  25. 2aadd36 No more Inno Envy: the "Start Installation" dialog now displays a nice by Tim Peters · 23 years ago
  26. ae26dc2 Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928. by Martin v. Löwis · 23 years ago
  27. 952d0a5 further work on config dialog, particularly highligthing config by Steven M. Gava · 23 years ago
  28. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  29. 5d54879 Fix some of the example code; the reference objects do not support a by Fred Drake · 23 years ago
  30. f980301 Finish my log of the final merge process. Mark the merge task complete. by Tim Peters · 23 years ago
  31. 8dd6ffd User-defined methods *can* contain things other than user-defined functions by Fred Drake · 23 years ago
  32. 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
  33. c916cdc Miscellaneous minor cleanups. by Fred Drake · 23 years ago
  34. f90490e Move away from apply() to using extended call syntax for some example by Fred Drake · 23 years ago
  35. d342c62 This test failed under python -O. by Tim Peters · 23 years ago
  36. 044bb4d Explain that __init__() methods do not get to return values. by Fred Drake · 23 years ago
  37. 2b8d7bd Fix SF #442791 (revisited): No __delitem__ wrapper was defined. by Guido van Rossum · 23 years ago
  38. 388f37e Add anentry for the distutils.sysconfig module docs. by Fred Drake · 23 years ago
  39. ab70b38 Update some incorrect comments about the bdist commands that exist. by Fred Drake · 23 years ago
  40. 25376c4 Documentation for the distutils.sysconfig module. by Fred Drake · 23 years ago
  41. 394a47b Unit test for improved package import semantics. by Guido van Rossum · 23 years ago
  42. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
  43. d429ab6 Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671. by Martin v. Löwis · 23 years ago
  44. 5962cbf Fix the test_weakref.py failure. Introduced by resolving "a conflict" by Tim Peters · 23 years ago
  45. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  46. 52d55a3 Cleaned up the docstring for readline.set_completer(). by Fred Drake · 23 years ago
  47. 905dc55 Cleaned up the description of readline.set_completer(). by Fred Drake · 23 years ago
  48. 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
  49. 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
  50. a7f6de7 Just changes to comments. by Tim Peters · 23 years ago
  51. 6051557 Repair more ways in which the "backup files" dialog differed from all the by Tim Peters · 23 years ago
  52. b363c1f Turn an octal constant into a hex constant. by Guido van Rossum · 23 years ago
  53. 236ddd6 Added more names. by Fred Drake · 23 years ago
  54. 20c9491 Minor re-wording in the exaplantion of sequence comparisons. by Fred Drake · 23 years ago
  55. e74f8de Added an example of a string value for the replacement parameter to by Fred Drake · 23 years ago
  56. 630a63c Fix description of buffer_info(), and add a note that there is a better way... by Fred Drake · 23 years ago
  57. 5a99e0c We always wrote a pair of lines to the Wise install.log telling it to by Tim Peters · 23 years ago
  58. b8b3291 Hmm. The Backup/Replace dialog also had back/next buttons three pixels by Tim Peters · 23 years ago
  59. bbeb69e Aha! Finally figured out something else that's been driving me nuts: by Tim Peters · 23 years ago
  60. 4951a98 The "Select Destination Directory" dialog didn't ask for confirmation by Tim Peters · 23 years ago
  61. 1f7862e Remove useless Back button from Finished dialog. by Tim Peters · 23 years ago
  62. aa6111f Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c. by Tim Peters · 23 years ago
  63. 03d1b18 Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and by Marc-André Lemburg · 23 years ago
  64. 7770767 Move C-level changes into a section of their own by Andrew M. Kuchling · 23 years ago
  65. d627791 Moved the news items about C API topics down to the C API section. by Marc-André Lemburg · 23 years ago
  66. 48dbfe9 Add news item about Unicode API name mangling. by Marc-André Lemburg · 23 years ago
  67. b5ac6f6 As discussed on python-dev: this patch adds name mangling to by Marc-André Lemburg · 23 years ago
  68. 888fac0 Add news items. by Marc-André Lemburg · 23 years ago
  69. cecd9e0 va_list is defined in stdarg.h. by Marc-André Lemburg · 23 years ago
  70. e5006eb This patch turns the Python API mismatch notice into a standard by Marc-André Lemburg · 23 years ago
  71. b9d07b5 A more lightweight (and read only) way to view help text by Steven M. Gava · 23 years ago
  72. d721c48 indentation style changed to match existing source by Steven M. Gava · 23 years ago
  73. 885c0bb improve viewfile handling indentation style changed to match existing source by Steven M. Gava · 23 years ago
  74. 6cd441d Add dead imports of modules that are "magically" imported. by Martin v. Löwis · 23 years ago
  75. bbe500e Remove obsolete entries from regen scripts. by Martin v. Löwis · 23 years ago
  76. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
  77. 7d9ed72 activate new about dialog for testing by Steven M. Gava · 23 years ago
  78. 646c65c removed redundant separate idlfefork ver by Steven M. Gava · 23 years ago
  79. 44d3d1a some new dialogs and support files for new about and configuration implementations by Steven M. Gava · 23 years ago
  80. 0fbca4a New name. by Guido van Rossum · 23 years ago
  81. 3fc9582 Amazing. This would open the sound file in text mode. Fixed. SF bug #446219. by Guido van Rossum · 23 years ago
  82. ce5f13a I hope this irons out the Add/Remove kinks on Win2K for users w/o Admin by Tim Peters · 23 years ago
  83. f4ccf58 Rewrite MBCS paragraph following MH's suggestions, and credit him by Andrew M. Kuchling · 23 years ago
  84. 85a5bae Remove oodles of pointless file date and size stamps. I caught the Wise by Tim Peters · 23 years ago
  85. 108efac test_codeup should not have had an expected-output file; removing it. by Tim Peters · 23 years ago
  86. 96e1d2f Massive fiddling to get the install to work at all on a Win2K box under a by Tim Peters · 23 years ago
  87. b7a7731 Add tests for getattr() and hasattr() with non-string args by Jeremy Hylton · 23 years ago
  88. 302b54a Do for hasattr() what was done for getattr() by Jeremy Hylton · 23 years ago
  89. c974bf4 Get the whitespace right! by Fred Drake · 23 years ago
  90. 0eb1115 Fix for SF byg [ #420304 ] getattr function w/ default by Jeremy Hylton · 23 years ago
  91. 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
  92. 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
  93. 15c1c4f Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
  94. e3c37d6 Ugly fix used when pyexpat is not available. by Jeremy Hylton · 23 years ago
  95. 3c19ec4 Fix when pyexpat not built by Jeremy Hylton · 23 years ago
  96. 0b8de98 Temporarily work around bug #445928: Force usage of getaddrinfo emulation by Martin v. Löwis · 23 years ago
  97. 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 23 years ago
  98. 27c430e Patch #445538: add completion for pstats.py sort cmd. by Martin v. Löwis · 23 years ago
  99. a1fd050 Add a dialog for the backup directory (default "yes I want one, and by Tim Peters · 23 years ago
  100. 6ea8baa Now stop distutils and xml from getting *too* much (like .pyc files). by Tim Peters · 23 years ago