1. 51313f1 Define \seeurl in the seealso environment. Two parameters: url, why. by Fred Drake · 24 years ago
  2. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 24 years ago
  3. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 24 years ago
  4. 57af072 Add a simple directory listing function. by Guido van Rossum · 24 years ago
  5. 18865de Set HTTPServer class variable allow_reuse_address to 1, so restarting by Guido van Rossum · 24 years ago
  6. e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 24 years ago
  7. fd4114e ConfigParser.read(): by Fred Drake · 24 years ago
  8. bd7b8b3 Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' by Fred Drake · 24 years ago
  9. c18a6f4 Replace PyErr_BadArgument() error in PyInt_AsLong() with "an integer by Guido van Rossum · 24 years ago
  10. b8872e6 Trent Mick: by Guido van Rossum · 24 years ago
  11. 2a91cd4 Caolan McNamara: properly undo the byte-stuffing of lines starting by Guido van Rossum · 24 years ago
  12. 9cef99f USE_GUSI2 should be defined, not USE_GUSI1. by Jack Jansen · 24 years ago
  13. 6f8a6d2 Selecting the macfsn option didn't work, fixed. by Jack Jansen · 24 years ago
  14. 317b2a6 Import this to replace open() by an extended version that uses by Jack Jansen · 24 years ago
  15. 1500374 Added comment about the MSVC-specific kludge. by Greg Ward · 24 years ago
  16. 5879a53 Deleted some modules that are no longer supported. by Guido van Rossum · 24 years ago
  17. aad6761 The usual... by Guido van Rossum · 24 years ago
  18. 0b095bc Deleted the stdwin-based test() function. by Guido van Rossum · 24 years ago
  19. 813008e Deleting all stdwin library modules. by Guido van Rossum · 24 years ago
  20. e298c30 if the GzipFile constructor fails, the __del__ method is still by Jeremy Hylton · 24 years ago
  21. c554505 Trent Mick: by Guido van Rossum · 24 years ago
  22. 23ef82f Trent Mick: by Guido van Rossum · 24 years ago
  23. c66ae96 Trent Mick: by Guido van Rossum · 24 years ago
  24. c682140 Trent Mick: by Guido van Rossum · 24 years ago
  25. 20c6add Trent Mick: by Guido van Rossum · 24 years ago
  26. 7c36ada Trent Mick: by Guido van Rossum · 24 years ago
  27. 80dc16b Trent Mick: by Guido van Rossum · 24 years ago
  28. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  29. 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
  30. e4d7b5e Changed for the new preference resource version. by Jack Jansen · 24 years ago
  31. 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
  32. 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
  33. 6c2d7f8 1.6a2 directive files. by Jack Jansen · 24 years ago
  34. 0e17c58 These were never used, removed. by Jack Jansen · 24 years ago
  35. 09c79b8 Moved and renamed by Jack Jansen · 24 years ago
  36. 4779cdf Don't use 'set_option()' or 'get_option()' method -- direct attribute access, by Greg Ward · 24 years ago
  37. c4537ac Got rid of several little-used and not-very-useful methods: 'get_option()', by Greg Ward · 24 years ago
  38. f4f8e64 Got rid of some little-used and not-very-useful methods: 'get_option()' and by Greg Ward · 24 years ago
  39. ea79ba9 Tentative MkDistr scripts for 1.6a2. by Jack Jansen · 24 years ago
  40. 12a37b7 Updated for 1.6a2. by Jack Jansen · 24 years ago
  41. 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
  42. 7972a5a We should define both USE_GUSI and USE_GUSI2. by Jack Jansen · 24 years ago
  43. 18856b8 Added the ability to sneak extra flags onto the C compiler command line by Greg Ward · 24 years ago
  44. 4b1235c Toby Dickenson: by Guido van Rossum · 24 years ago
  45. 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
  46. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  47. 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
  48. 9d61d1b Got rid of PyMem_XDEL. by Jack Jansen · 24 years ago
  49. 850d118 Got rid of w/MSL in the version string. by Jack Jansen · 24 years ago
  50. 68552dd Automatically dump distribution folders where I want them, next to the vise scripts. by Jack Jansen · 24 years ago
  51. b8f820c The methods islower(), isupper(), isspace(), isdigit() and istitle() by Guido van Rossum · 24 years ago
  52. 3a03d4c Add two scenarios by Vladimir Marangozov that show how to use your own by Guido van Rossum · 24 years ago
  53. 4cea605 Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was by Guido van Rossum · 24 years ago
  54. 5193114 Alas, Vladimir's patch was too aggressive, and started causing really by Guido van Rossum · 24 years ago
  55. 706262b Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, by Guido van Rossum · 24 years ago
  56. 69529ad When the UTF-8 conversion to Unicode fails, return an 8-bit string by Guido van Rossum · 24 years ago
  57. 03e29f1 Mark Hammond should get his act into gear (his words :-). Zero length by Guido van Rossum · 24 years ago
  58. 301f3f6 Added accessor for kControlListBoxDoubleClickPart by Jack Jansen · 24 years ago
  59. 990f5c6 Two changes to improve (I hope) Unicode support. by Guido van Rossum · 24 years ago
  60. cc229ea Add useless 'return 1' to prtrace() to shut up VC++. by Guido van Rossum · 24 years ago
  61. 4951782 Raise ImportError when os.fork does not exist. by Guido van Rossum · 24 years ago
  62. 42c29aa Fix warning detected by VC++ on assignment of Py_UNICODE to char. by Guido van Rossum · 24 years ago
  63. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  64. 2808b74 Remove all references to stdwin. by Guido van Rossum · 24 years ago
  65. 31c9a27 >>Boing!<< by Guido van Rossum · 24 years ago
  66. 98e189d Vladimir Marangozov: by Guido van Rossum · 24 years ago
  67. a7cfca2 A bit of cleanup: by Guido van Rossum · 24 years ago
  68. 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 24 years ago
  69. 25871c0 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  70. ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 24 years ago
  71. 4e751c3 Mark Hammond withdraws his fix -- the size includes the trailing 0 so by Guido van Rossum · 24 years ago
  72. a6edfd9 Mark Hammond: by Guido van Rossum · 24 years ago
  73. 69652f8 Moved to the Compat folder (in case anyone still wants to try MPW building), it hasn't been used for years. by Jack Jansen · 24 years ago
  74. 6a06680 Removed, the core-python getmtime works fine with GUSI2. by Jack Jansen · 24 years ago
  75. 19dde10 Mark Hammond to the rescue: by Guido van Rossum · 24 years ago
  76. be317e6 patches from Mark Hammond by Jeremy Hylton · 24 years ago
  77. 0a4f1ff patches from Mark Hammond by Jeremy Hylton · 24 years ago
  78. 7d64b48 Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I by Guido van Rossum · 24 years ago
  79. 75a6e67 Added an unused Unicode string for testing. by Barry Warsaw · 24 years ago
  80. fa5c315 PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and by Barry Warsaw · 24 years ago
  81. 48719d3 _PyBuiltin_Init_2(): Remove the misleading comment. by Barry Warsaw · 24 years ago
  82. 47eeb9b initerrors(): Remove this function. String-based standard exceptions by Barry Warsaw · 24 years ago
  83. 57e11ae usage_mid: Remove the description of the -X flag; it's gone now. by Barry Warsaw · 24 years ago
  84. 3ce0964 Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C by Barry Warsaw · 24 years ago
  85. e326b1e At last, this backward compatibility file bites the dust. by Guido van Rossum · 24 years ago
  86. ee98e4e Ignore a bunch of generated files. by Barry Warsaw · 24 years ago
  87. c26cc91 Added descriptions of \versionadded and \versionchanged. by Fred Drake · 24 years ago
  88. 52e7684 do_cmd_versionchanged(): by Fred Drake · 24 years ago
  89. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 24 years ago
  90. a6e8339 \versionchanged: Added optional parameter for explanation of change. by Fred Drake · 24 years ago
  91. 1b6aecb I know this is only a temporary stop-gap measure, but the match() and by Guido van Rossum · 24 years ago
  92. 823eb4b Caolan McNamara: by Guido van Rossum · 24 years ago
  93. ce33eb3 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  94. 26af93c The debug settings for zlib contained a bogus reference to msvcrt in by Guido van Rossum · 24 years ago
  95. 0e4f657 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  96. 96774c1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  97. d67ddbb Eric Raymond: by Guido van Rossum · 24 years ago
  98. 4b83ecb Eric Raymond: by Guido van Rossum · 24 years ago
  99. eb4e11a Eric Raymond: by Guido van Rossum · 24 years ago
  100. b16d197 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago