1. ea79ba9 Tentative MkDistr scripts for 1.6a2. by Jack Jansen · 24 years ago
  2. 12a37b7 Updated for 1.6a2. by Jack Jansen · 24 years ago
  3. 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
  4. 7972a5a We should define both USE_GUSI and USE_GUSI2. by Jack Jansen · 24 years ago
  5. 18856b8 Added the ability to sneak extra flags onto the C compiler command line by Greg Ward · 24 years ago
  6. 4b1235c Toby Dickenson: by Guido van Rossum · 24 years ago
  7. 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
  8. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  9. 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
  10. 9d61d1b Got rid of PyMem_XDEL. by Jack Jansen · 24 years ago
  11. 850d118 Got rid of w/MSL in the version string. by Jack Jansen · 24 years ago
  12. 68552dd Automatically dump distribution folders where I want them, next to the vise scripts. by Jack Jansen · 24 years ago
  13. b8f820c The methods islower(), isupper(), isspace(), isdigit() and istitle() by Guido van Rossum · 24 years ago
  14. 3a03d4c Add two scenarios by Vladimir Marangozov that show how to use your own by Guido van Rossum · 24 years ago
  15. 4cea605 Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was by Guido van Rossum · 24 years ago
  16. 5193114 Alas, Vladimir's patch was too aggressive, and started causing really by Guido van Rossum · 24 years ago
  17. 706262b Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, by Guido van Rossum · 24 years ago
  18. 69529ad When the UTF-8 conversion to Unicode fails, return an 8-bit string by Guido van Rossum · 24 years ago
  19. 03e29f1 Mark Hammond should get his act into gear (his words :-). Zero length by Guido van Rossum · 24 years ago
  20. 301f3f6 Added accessor for kControlListBoxDoubleClickPart by Jack Jansen · 24 years ago
  21. 990f5c6 Two changes to improve (I hope) Unicode support. by Guido van Rossum · 24 years ago
  22. cc229ea Add useless 'return 1' to prtrace() to shut up VC++. by Guido van Rossum · 24 years ago
  23. 4951782 Raise ImportError when os.fork does not exist. by Guido van Rossum · 24 years ago
  24. 42c29aa Fix warning detected by VC++ on assignment of Py_UNICODE to char. by Guido van Rossum · 24 years ago
  25. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  26. 2808b74 Remove all references to stdwin. by Guido van Rossum · 24 years ago
  27. 31c9a27 >>Boing!<< by Guido van Rossum · 24 years ago
  28. 98e189d Vladimir Marangozov: by Guido van Rossum · 24 years ago
  29. a7cfca2 A bit of cleanup: by Guido van Rossum · 24 years ago
  30. 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 24 years ago
  31. 25871c0 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  32. ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 24 years ago
  33. 4e751c3 Mark Hammond withdraws his fix -- the size includes the trailing 0 so by Guido van Rossum · 24 years ago
  34. a6edfd9 Mark Hammond: by Guido van Rossum · 24 years ago
  35. 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
  36. 6a06680 Removed, the core-python getmtime works fine with GUSI2. by Jack Jansen · 24 years ago
  37. 19dde10 Mark Hammond to the rescue: by Guido van Rossum · 24 years ago
  38. be317e6 patches from Mark Hammond by Jeremy Hylton · 24 years ago
  39. 0a4f1ff patches from Mark Hammond by Jeremy Hylton · 24 years ago
  40. 7d64b48 Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I by Guido van Rossum · 24 years ago
  41. 75a6e67 Added an unused Unicode string for testing. by Barry Warsaw · 24 years ago
  42. fa5c315 PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and by Barry Warsaw · 24 years ago
  43. 48719d3 _PyBuiltin_Init_2(): Remove the misleading comment. by Barry Warsaw · 24 years ago
  44. 47eeb9b initerrors(): Remove this function. String-based standard exceptions by Barry Warsaw · 24 years ago
  45. 57e11ae usage_mid: Remove the description of the -X flag; it's gone now. by Barry Warsaw · 24 years ago
  46. 3ce0964 Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C by Barry Warsaw · 24 years ago
  47. e326b1e At last, this backward compatibility file bites the dust. by Guido van Rossum · 24 years ago
  48. ee98e4e Ignore a bunch of generated files. by Barry Warsaw · 24 years ago
  49. c26cc91 Added descriptions of \versionadded and \versionchanged. by Fred Drake · 24 years ago
  50. 52e7684 do_cmd_versionchanged(): by Fred Drake · 24 years ago
  51. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 24 years ago
  52. a6e8339 \versionchanged: Added optional parameter for explanation of change. by Fred Drake · 24 years ago
  53. 1b6aecb I know this is only a temporary stop-gap measure, but the match() and by Guido van Rossum · 24 years ago
  54. 823eb4b Caolan McNamara: by Guido van Rossum · 24 years ago
  55. ce33eb3 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  56. 26af93c The debug settings for zlib contained a bogus reference to msvcrt in by Guido van Rossum · 24 years ago
  57. 0e4f657 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  58. 96774c1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  59. d67ddbb Eric Raymond: by Guido van Rossum · 24 years ago
  60. 4b83ecb Eric Raymond: by Guido van Rossum · 24 years ago
  61. eb4e11a Eric Raymond: by Guido van Rossum · 24 years ago
  62. b16d197 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  63. fdc8bdb Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  64. c15a9a1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  65. 22b65a8 Robin Becker: The following patch seems to fix a module case bug in by Guido van Rossum · 24 years ago
  66. 93a8eac Document the new additional signature for utime(). In addition to the by Barry Warsaw · 24 years ago
  67. d58c26f Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  68. 3cef856 posix_utime(): Allow the second argument to be None, which invokes the by Barry Warsaw · 24 years ago
  69. 6650320 Get rid of memory leak caused by assingning sys.exc_info() to a local. by Guido van Rossum · 24 years ago
  70. 1cb6cd0 As Marc-Andre Lemburg points out, the magic number needs to change by Guido van Rossum · 24 years ago
  71. 40ee7ac \file and \filenq should not be used in section titles; they are not by Fred Drake · 24 years ago
  72. 20bab56 Don't worry about the output dirs for the distutils manuals. by Fred Drake · 24 years ago
  73. 8187cb9 Added distutils manuals. by Fred Drake · 24 years ago
  74. e78298a Stripped leading 'sec:' from all section labels -- generates bad filenames, by Greg Ward · 24 years ago
  75. e9792c4 When building HTML releases, refer to */*.css and */*.html instead of by Greg Ward · 24 years ago
  76. 3abb104 Added the Distutils manuals. by Greg Ward · 24 years ago
  77. 0784c33 Added the Distutils manuals: inst and dist. by Greg Ward · 24 years ago
  78. 0862f80 Added 'inst' and 'dist' -- the two Distutils manuals. by Greg Ward · 24 years ago
  79. a2ace6a Charles G Waldman: by Guido van Rossum · 24 years ago
  80. 3c3507f Documentation patch describing the 'u' and 'u#' format specifiers, by Fred Drake · 24 years ago
  81. 25d3447 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  82. 6664bb8 Sjoerd Mullender: cmp.py is obsolete... by Guido van Rossum · 24 years ago
  83. eca4784 Mark Hammond: For Windows debug builds, we now only offer to dump by Guido van Rossum · 24 years ago
  84. 7c4f96f Deviant1 didn't work as advertised by Jeremy Hylton · 24 years ago
  85. 37b1a26 add list_contains and tuplecontains: efficient implementations of tp_contains by Jeremy Hylton · 24 years ago
  86. 035a07e add some more contains tests on the builtin types by Jeremy Hylton · 24 years ago
  87. 638ae9d Support for the special macros used by the distutils documentation. by Fred Drake · 24 years ago
  88. 8823acc Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  89. ec5b776 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  90. 3c1bb80 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  91. 700c6ff Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  92. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  93. 6a647bb Added the "--root" option as a sort of meta-install-base; if supplied, by Greg Ward · 24 years ago
  94. 67f75d4 Added 'change_root()' to forcibly slap a new root directory onto a pathname, by Greg Ward · 24 years ago
  95. bad9c76 Almost ready for 1.6a2. by Jack Jansen · 24 years ago
  96. c410e92 Jack Jansen: by Guido van Rossum · 24 years ago
  97. 9e392e2 potentially useless optimization by Jeremy Hylton · 24 years ago
  98. 50422b4 Michael Hudson: by Guido van Rossum · 24 years ago
  99. 868b50a Michael Hudson fixes a case where execv() is called (for a test) with by Guido van Rossum · 24 years ago
  100. ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 24 years ago