1. 12e89e4 Fixed to work again without USE_GUSI by Jack Jansen · 24 years ago
  2. 48b486b Added unicodedata and _codecs modules (which had apparently slipped through until now). by Jack Jansen · 24 years ago
  3. 092580b First tiny steps towards Carbon: this project currently builds a PythonStandSmall without GUSI and with standard MSL malloc. Socket and select are the main victims of this. by Jack Jansen · 24 years ago
  4. 98b0404 Removing thread.h -- it has been obsolete for quite a while. by Guido van Rossum · 24 years ago
  5. 6fafca4 Added comment/docstring/revision header. by Gregory P. Smith · 24 years ago
  6. 17f641c Fixed 'select_scheme()' so it doesn't override a directory attribute that's by Gregory P. Smith · 24 years ago
  7. 74ead8f Added --skip-build option, so lazy debuggers/testers (mainly me) don't by Gregory P. Smith · 24 years ago
  8. f8f2b98 Caught up with renaming in 'install_misc' base class. by Gregory P. Smith · 24 years ago
  9. ae988a5 Deleted some cruft. by Gregory P. Smith · 24 years ago
  10. ce2b6b8 In 'install_misc' class: by Gregory P. Smith · 24 years ago
  11. 147e5f3 Doc patch from Bastein Kleineidam: start to describe the 'install' command by Gregory P. Smith · 24 years ago
  12. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  13. bb8c71d Call 'parse_config_files()' at the appropriate point. by Gregory P. Smith · 24 years ago
  14. 1426354 Preliminary support for config files: by Gregory P. Smith · 24 years ago
  15. e7e35ac Made 'check_environ()' "public" by stripping the leading underscore; by Gregory P. Smith · 24 years ago
  16. 6cd0c43 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  17. 9668b78 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  18. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  19. a28518a Add check for rint() in math library. by Guido van Rossum · 24 years ago
  20. 99f235d Remove stdwin references by Guido van Rossum · 24 years ago
  21. 6a1b133 Removing junk by Guido van Rossum · 24 years ago
  22. 81b4e41 removing more stdwin users by Guido van Rossum · 24 years ago
  23. 9ab06ee Added a few new names... by Guido van Rossum · 24 years ago
  24. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  25. dab6cb8 removing more stdwin users by Guido van Rossum · 24 years ago
  26. ede8c6e Bill Tutt: by Guido van Rossum · 24 years ago
  27. 65e6900 Oops, better also note that the module initialization function must be by Fred Drake · 24 years ago
  28. 2d54523 Section "The Module's Method Table and Initialization Function": by Fred Drake · 24 years ago
  29. cf3ba65 At Bob Kahn's request, add CNRI to the copyright string (but not to by Guido van Rossum · 24 years ago
  30. 6cd948e Rename the "browser" module to "BrowserControl", since Guido did not by Fred Drake · 24 years ago
  31. 8638ace EditorWindow.python_docs(): by Fred Drake · 24 years ago
  32. 95a4000 Collection of classes and convenience functions to control external by Fred Drake · 24 years ago
  33. 9cfce18 GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets. by Jack Jansen · 24 years ago
  34. da5cc82 Trent Mick: by Guido van Rossum · 24 years ago
  35. 230cae7 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  36. a69ef82 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  37. 774c931 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  38. 8b4d01d M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  39. 766de83 M.-A. Lemburg <mal@lemburg.com>: Moved some docs to the include file. by Fred Drake · 24 years ago
  40. c640b18 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  41. 785d14f Minimal change so I can add the rest of MAL's checkin message: by Fred Drake · 24 years ago
  42. e4315f5 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  43. aff6018 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  44. cb093fe M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  45. 3ac3edc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  46. ea2b715 New version from Jim Fulton to fix a problem that Eric Raymond ran by Guido van Rossum · 24 years ago
  47. 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 24 years ago
  48. 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  49. 51313f1 Define \seeurl in the seealso environment. Two parameters: url, why. by Fred Drake · 24 years ago
  50. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 24 years ago
  51. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 24 years ago
  52. 57af072 Add a simple directory listing function. by Guido van Rossum · 24 years ago
  53. 18865de Set HTTPServer class variable allow_reuse_address to 1, so restarting by Guido van Rossum · 24 years ago
  54. e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 24 years ago
  55. fd4114e ConfigParser.read(): by Fred Drake · 24 years ago
  56. bd7b8b3 Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' by Fred Drake · 24 years ago
  57. c18a6f4 Replace PyErr_BadArgument() error in PyInt_AsLong() with "an integer by Guido van Rossum · 24 years ago
  58. b8872e6 Trent Mick: by Guido van Rossum · 24 years ago
  59. 2a91cd4 Caolan McNamara: properly undo the byte-stuffing of lines starting by Guido van Rossum · 24 years ago
  60. 9cef99f USE_GUSI2 should be defined, not USE_GUSI1. by Jack Jansen · 24 years ago
  61. 6f8a6d2 Selecting the macfsn option didn't work, fixed. by Jack Jansen · 24 years ago
  62. 317b2a6 Import this to replace open() by an extended version that uses by Jack Jansen · 24 years ago
  63. 1500374 Added comment about the MSVC-specific kludge. by Greg Ward · 24 years ago
  64. 5879a53 Deleted some modules that are no longer supported. by Guido van Rossum · 24 years ago
  65. aad6761 The usual... by Guido van Rossum · 24 years ago
  66. 0b095bc Deleted the stdwin-based test() function. by Guido van Rossum · 24 years ago
  67. 813008e Deleting all stdwin library modules. by Guido van Rossum · 24 years ago
  68. e298c30 if the GzipFile constructor fails, the __del__ method is still by Jeremy Hylton · 24 years ago
  69. c554505 Trent Mick: by Guido van Rossum · 24 years ago
  70. 23ef82f Trent Mick: by Guido van Rossum · 24 years ago
  71. c66ae96 Trent Mick: by Guido van Rossum · 24 years ago
  72. c682140 Trent Mick: by Guido van Rossum · 24 years ago
  73. 20c6add Trent Mick: by Guido van Rossum · 24 years ago
  74. 7c36ada Trent Mick: by Guido van Rossum · 24 years ago
  75. 80dc16b Trent Mick: by Guido van Rossum · 24 years ago
  76. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  77. 8b41d53 Updated for the 1.6a2 distribution: added a note about the special Tcl/Tk distribution, about Quicktime Exschange and a few minor updates. by Jack Jansen · 24 years ago
  78. e4d7b5e Changed for the new preference resource version. by Jack Jansen · 24 years ago
  79. 31e2d73 The applets need more memory nowadays, it seems (because of navservices, maybe?). Give them 4M, that should be okay for a while. by Jack Jansen · 24 years ago
  80. e3c843e Installer for 1.6a2. This is not the optimal location for the VCT file, it should be one level higher, but I can't be bothered fixing that this time around. by Jack Jansen · 24 years ago
  81. 6c2d7f8 1.6a2 directive files. by Jack Jansen · 24 years ago
  82. 0e17c58 These were never used, removed. by Jack Jansen · 24 years ago
  83. 09c79b8 Moved and renamed by Jack Jansen · 24 years ago
  84. 4779cdf Don't use 'set_option()' or 'get_option()' method -- direct attribute access, by Greg Ward · 24 years ago
  85. c4537ac Got rid of several little-used and not-very-useful methods: 'get_option()', by Greg Ward · 24 years ago
  86. f4f8e64 Got rid of some little-used and not-very-useful methods: 'get_option()' and by Greg Ward · 24 years ago
  87. ea79ba9 Tentative MkDistr scripts for 1.6a2. by Jack Jansen · 24 years ago
  88. 12a37b7 Updated for 1.6a2. by Jack Jansen · 24 years ago
  89. caaa982 Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process. by Jack Jansen · 24 years ago
  90. 7972a5a We should define both USE_GUSI and USE_GUSI2. by Jack Jansen · 24 years ago
  91. 18856b8 Added the ability to sneak extra flags onto the C compiler command line by Greg Ward · 24 years ago
  92. 4b1235c Toby Dickenson: by Guido van Rossum · 24 years ago
  93. dd8024e Adding projects to the repository again, this time in MacBinary form. If you have added the MMPr filetype as "plain binary" in the MacCVS preferences you should revert this before doing this update. by Jack Jansen · 24 years ago
  94. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  95. 1fdadcd Auto-install on import, if NavServices is available. Unless a "no navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs. by Jack Jansen · 24 years ago
  96. 9d61d1b Got rid of PyMem_XDEL. by Jack Jansen · 24 years ago
  97. 850d118 Got rid of w/MSL in the version string. by Jack Jansen · 24 years ago
  98. 68552dd Automatically dump distribution folders where I want them, next to the vise scripts. by Jack Jansen · 24 years ago
  99. b8f820c The methods islower(), isupper(), isspace(), isdigit() and istitle() by Guido van Rossum · 24 years ago
  100. 3a03d4c Add two scenarios by Vladimir Marangozov that show how to use your own by Guido van Rossum · 24 years ago