1. 3abb104 Added the Distutils manuals. by Greg Ward · 24 years ago
  2. 0784c33 Added the Distutils manuals: inst and dist. by Greg Ward · 24 years ago
  3. 0862f80 Added 'inst' and 'dist' -- the two Distutils manuals. by Greg Ward · 24 years ago
  4. a2ace6a Charles G Waldman: by Guido van Rossum · 24 years ago
  5. 3c3507f Documentation patch describing the 'u' and 'u#' format specifiers, by Fred Drake · 24 years ago
  6. 25d3447 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  7. 6664bb8 Sjoerd Mullender: cmp.py is obsolete... by Guido van Rossum · 24 years ago
  8. eca4784 Mark Hammond: For Windows debug builds, we now only offer to dump by Guido van Rossum · 24 years ago
  9. 7c4f96f Deviant1 didn't work as advertised by Jeremy Hylton · 24 years ago
  10. 37b1a26 add list_contains and tuplecontains: efficient implementations of tp_contains by Jeremy Hylton · 24 years ago
  11. 035a07e add some more contains tests on the builtin types by Jeremy Hylton · 24 years ago
  12. 638ae9d Support for the special macros used by the distutils documentation. by Fred Drake · 24 years ago
  13. 8823acc Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  14. ec5b776 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  15. 3c1bb80 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  16. 700c6ff Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  17. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  18. 6a647bb Added the "--root" option as a sort of meta-install-base; if supplied, by Greg Ward · 24 years ago
  19. 67f75d4 Added 'change_root()' to forcibly slap a new root directory onto a pathname, by Greg Ward · 24 years ago
  20. bad9c76 Almost ready for 1.6a2. by Jack Jansen · 24 years ago
  21. c410e92 Jack Jansen: by Guido van Rossum · 24 years ago
  22. 9e392e2 potentially useless optimization by Jeremy Hylton · 24 years ago
  23. 50422b4 Michael Hudson: by Guido van Rossum · 24 years ago
  24. 868b50a Michael Hudson fixes a case where execv() is called (for a test) with by Guido van Rossum · 24 years ago
  25. ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 24 years ago
  26. 64b72b6 Define \seerfc within the seealso environment. by Fred Drake · 24 years ago
  27. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 24 years ago
  28. ff2d9b7 Hacked things up a bit so that configuration variables are expanded by Greg Ward · 24 years ago
  29. 6ce94b7 Harry Henry Gebel: import exception classes. by Greg Ward · 24 years ago
  30. e5a584e Harry Henry Gebel: add 'long_description' to DistributionMetadata. by Greg Ward · 24 years ago
  31. 839d532 Supply short form for --manifest-only (-o) and --force-manifest (-f) options. by Greg Ward · 24 years ago
  32. 1b8e1d4 Harry Henry Gebel: Fix 'sdist.write_manifest()' to respect the value of dry_run. by Greg Ward · 24 years ago
  33. 14f3f59 Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not by Guido van Rossum · 24 years ago
  34. 2c8bcb8 Patch by Charles G Waldman: by Guido van Rossum · 24 years ago
  35. f3335e1 Patch inspired by Just van Rossum: on the Mac, in savefilename(), make by Guido van Rossum · 24 years ago
  36. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  37. c4428c5 Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc if by Guido van Rossum · 24 years ago
  38. 7da3cc5 Michael Hudson: by Guido van Rossum · 24 years ago
  39. e7ab64e validate_arglist(): Re-written to reflect extended call syntax. by Fred Drake · 24 years ago
  40. c35a20e Mark Hammond: Added dependency of winsound project on python16 by Guido van Rossum · 24 years ago
  41. 4a9e722 Added section headers for "Extending the Distutils" section (just by Greg Ward · 24 years ago
  42. a74ce01 Bumped version to 0.8.2. by Greg Ward · 24 years ago
  43. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  44. 464023f Lyle Johnson: fixed broken logic in 'native_path()'. by Greg Ward · 24 years ago
  45. e92e610 Christian Tismer -- total rewrite on trashcan code. by Guido van Rossum · 24 years ago
  46. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  47. ff3ab42 Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the by Guido van Rossum · 24 years ago
  48. ddc3b63 Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac) by Guido van Rossum · 24 years ago
  49. 59903fe Added tests for socklen_t by Guido van Rossum · 24 years ago
  50. b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 24 years ago
  51. 095249f Jack Jansen: Posix threads are now supported on the Macintosh too. by Guido van Rossum · 24 years ago
  52. 0f7bd3c Added site-packages. (Sorry, forgot who submitted this patch.) by Guido van Rossum · 24 years ago
  53. e56b4cf Jack Jansen: A few new types needed by new API calls. by Guido van Rossum · 24 years ago
  54. 1d8fcda Oops -- Mark forgot to add "0x" to the /base: argument. by Guido van Rossum · 24 years ago
  55. 43c5af0 Fix to previous patch: send the request data when it's provided by Andrew M. Kuchling · 24 years ago
  56. c148841 Added a provision to stop all threads before exiting from the test: by Guido van Rossum · 24 years ago
  57. 9d90a94 Remove Windows line endings. by Guido van Rossum · 24 years ago
  58. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 24 years ago
  59. 841c2f6 Changes by Mark Hammond to ignore more by-products of the build. by Guido van Rossum · 24 years ago
  60. 00f09b3 Security patch for Unix by Chris McDonough. by Guido van Rossum · 24 years ago
  61. bfbf113 Don't build the _tkinter project from Build, only the one from Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder. by Jack Jansen · 24 years ago
  62. 322e158 Tk 8.3.0 resources. by Jack Jansen · 24 years ago
  63. 3c6f0e6 Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it. by Jack Jansen · 24 years ago
  64. 141e989 Fixed bug reported by JP Calderone: https:// URL's didn't work. by Andrew M. Kuchling · 24 years ago
  65. 66bf446 Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff. by Greg Ward · 24 years ago
  66. 01ae9eb Added a couple of contributors. Still needs work for the next distribution. by Jack Jansen · 24 years ago
  67. 6a2fdab Erik van Blokland's CaptureAE. by Jack Jansen · 24 years ago
  68. 2ea47f9 Added a reference to the Open Directory page on macPython. by Jack Jansen · 24 years ago
  69. 82add28 The .exp file hadn't been regenerated after adding the threading stuff. This means that building a nonthreaded PythonCore will now require massaging of the .exp. by Jack Jansen · 24 years ago
  70. 2f2c5f6 Added a note about Personal Webserver, and replaced "netpresenz" by a list of the current mac webservers. by Jack Jansen · 24 years ago
  71. 968cde9 Added Corran Webster's explanation of how to write extensions in MPW and a pointer to his W documentation. by Jack Jansen · 24 years ago
  72. 3af07e9 Sporadic, untested Python 1.5.1 compatibility changes. by Greg Ward · 24 years ago
  73. aa458bc Merged in Python 1.5.1 compatibility changes from the 0.1.3 branch: by Greg Ward · 24 years ago
  74. d80506c Merged in code from the 0.1.5 release to handle IOError and OSError by Greg Ward · 24 years ago
  75. 6a9a545 Check that 'self.formats' is good early on. by Greg Ward · 24 years ago
  76. ddad73b Catch DistutilsOptionError in 'setup()' -- it's thrown either because of by Greg Ward · 24 years ago
  77. db80754 Extracted the "what-do-I-do-for-this-format" logic from code in by Greg Ward · 24 years ago
  78. 4982f98 Fix how we generate the meta-data query methods to include 'get_fullname()' by Greg Ward · 24 years ago
  79. 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 24 years ago
  80. ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 24 years ago
  81. 6dd9fc1 Added winsound project to workspace, and added -I options to winsound by Guido van Rossum · 24 years ago
  82. 5796d26 Patch by Vladimir Marangozov to unload additionally imported modules by Guido van Rossum · 24 years ago
  83. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 24 years ago
  84. a8ee4c3 Mark Hammond: by Guido van Rossum · 24 years ago
  85. 7053b8a Mark Hammond: by Guido van Rossum · 24 years ago
  86. 25826c9 Charles Waldman writes: by Guido van Rossum · 24 years ago
  87. 5ce78f8 Patch by Charles G Waldman to avoid a sneaky memory leak in by Guido van Rossum · 24 years ago
  88. 84219682 Charles Waldman writes: by Guido van Rossum · 24 years ago
  89. 83addc7 Charles Waldman writes: by Guido van Rossum · 24 years ago
  90. 2dd8ddd Use an explicit macro SOCKETCLOSE which expands to closesocket (on by Guido van Rossum · 24 years ago
  91. ace88ae Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing by Guido van Rossum · 24 years ago
  92. e0cd291 Doc strings for the spawn* functions, by Michael Hudson. by Guido van Rossum · 24 years ago
  93. 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 24 years ago
  94. 87da1ea Patch from Andrew Kuchling: document the new multiple pattern feature in the by Greg Ward · 24 years ago
  95. 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 24 years ago
  96. 58ec6ed Fixed the '--license' option so it's officially an alias for '--licence', by Greg Ward · 24 years ago
  97. 1e7b509 Added the capability for alias options. by Greg Ward · 24 years ago
  98. 320df70 Added 'has_option()', 'get_attr_name()' methods. by Greg Ward · 24 years ago
  99. 82715e1 Patch, originally from Bastian Kleineidam and savagely mutilated by me, by Greg Ward · 24 years ago
  100. 283c745 Made 'generate_help()' and 'print_help()' methods of FancyGetopt. by Greg Ward · 24 years ago