1. 64b72b6 Define \seerfc within the seealso environment. by Fred Drake · 24 years ago
  2. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 24 years ago
  3. ff2d9b7 Hacked things up a bit so that configuration variables are expanded by Greg Ward · 24 years ago
  4. 6ce94b7 Harry Henry Gebel: import exception classes. by Greg Ward · 24 years ago
  5. e5a584e Harry Henry Gebel: add 'long_description' to DistributionMetadata. by Greg Ward · 24 years ago
  6. 839d532 Supply short form for --manifest-only (-o) and --force-manifest (-f) options. by Greg Ward · 24 years ago
  7. 1b8e1d4 Harry Henry Gebel: Fix 'sdist.write_manifest()' to respect the value of dry_run. by Greg Ward · 24 years ago
  8. 14f3f59 Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not by Guido van Rossum · 24 years ago
  9. 2c8bcb8 Patch by Charles G Waldman: by Guido van Rossum · 24 years ago
  10. f3335e1 Patch inspired by Just van Rossum: on the Mac, in savefilename(), make by Guido van Rossum · 24 years ago
  11. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  12. c4428c5 Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc if by Guido van Rossum · 24 years ago
  13. 7da3cc5 Michael Hudson: by Guido van Rossum · 24 years ago
  14. e7ab64e validate_arglist(): Re-written to reflect extended call syntax. by Fred Drake · 24 years ago
  15. c35a20e Mark Hammond: Added dependency of winsound project on python16 by Guido van Rossum · 24 years ago
  16. 4a9e722 Added section headers for "Extending the Distutils" section (just by Greg Ward · 24 years ago
  17. a74ce01 Bumped version to 0.8.2. by Greg Ward · 24 years ago
  18. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  19. 464023f Lyle Johnson: fixed broken logic in 'native_path()'. by Greg Ward · 24 years ago
  20. e92e610 Christian Tismer -- total rewrite on trashcan code. by Guido van Rossum · 24 years ago
  21. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  22. ff3ab42 Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the by Guido van Rossum · 24 years ago
  23. ddc3b63 Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac) by Guido van Rossum · 24 years ago
  24. 59903fe Added tests for socklen_t by Guido van Rossum · 24 years ago
  25. b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 24 years ago
  26. 095249f Jack Jansen: Posix threads are now supported on the Macintosh too. by Guido van Rossum · 24 years ago
  27. 0f7bd3c Added site-packages. (Sorry, forgot who submitted this patch.) by Guido van Rossum · 24 years ago
  28. e56b4cf Jack Jansen: A few new types needed by new API calls. by Guido van Rossum · 24 years ago
  29. 1d8fcda Oops -- Mark forgot to add "0x" to the /base: argument. by Guido van Rossum · 24 years ago
  30. 43c5af0 Fix to previous patch: send the request data when it's provided by Andrew M. Kuchling · 24 years ago
  31. c148841 Added a provision to stop all threads before exiting from the test: by Guido van Rossum · 24 years ago
  32. 9d90a94 Remove Windows line endings. by Guido van Rossum · 24 years ago
  33. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 24 years ago
  34. 841c2f6 Changes by Mark Hammond to ignore more by-products of the build. by Guido van Rossum · 24 years ago
  35. 00f09b3 Security patch for Unix by Chris McDonough. by Guido van Rossum · 24 years ago
  36. 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
  37. 322e158 Tk 8.3.0 resources. by Jack Jansen · 24 years ago
  38. 3c6f0e6 Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it. by Jack Jansen · 24 years ago
  39. 141e989 Fixed bug reported by JP Calderone: https:// URL's didn't work. by Andrew M. Kuchling · 24 years ago
  40. 66bf446 Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff. by Greg Ward · 24 years ago
  41. 01ae9eb Added a couple of contributors. Still needs work for the next distribution. by Jack Jansen · 24 years ago
  42. 6a2fdab Erik van Blokland's CaptureAE. by Jack Jansen · 24 years ago
  43. 2ea47f9 Added a reference to the Open Directory page on macPython. by Jack Jansen · 24 years ago
  44. 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
  45. 2f2c5f6 Added a note about Personal Webserver, and replaced "netpresenz" by a list of the current mac webservers. by Jack Jansen · 24 years ago
  46. 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
  47. 3af07e9 Sporadic, untested Python 1.5.1 compatibility changes. by Greg Ward · 24 years ago
  48. aa458bc Merged in Python 1.5.1 compatibility changes from the 0.1.3 branch: by Greg Ward · 24 years ago
  49. d80506c Merged in code from the 0.1.5 release to handle IOError and OSError by Greg Ward · 24 years ago
  50. 6a9a545 Check that 'self.formats' is good early on. by Greg Ward · 24 years ago
  51. ddad73b Catch DistutilsOptionError in 'setup()' -- it's thrown either because of by Greg Ward · 24 years ago
  52. db80754 Extracted the "what-do-I-do-for-this-format" logic from code in by Greg Ward · 24 years ago
  53. 4982f98 Fix how we generate the meta-data query methods to include 'get_fullname()' by Greg Ward · 24 years ago
  54. 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 24 years ago
  55. ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 24 years ago
  56. 6dd9fc1 Added winsound project to workspace, and added -I options to winsound by Guido van Rossum · 24 years ago
  57. 5796d26 Patch by Vladimir Marangozov to unload additionally imported modules by Guido van Rossum · 24 years ago
  58. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 24 years ago
  59. a8ee4c3 Mark Hammond: by Guido van Rossum · 24 years ago
  60. 7053b8a Mark Hammond: by Guido van Rossum · 24 years ago
  61. 25826c9 Charles Waldman writes: by Guido van Rossum · 24 years ago
  62. 5ce78f8 Patch by Charles G Waldman to avoid a sneaky memory leak in by Guido van Rossum · 24 years ago
  63. 8421968 Charles Waldman writes: by Guido van Rossum · 24 years ago
  64. 83addc7 Charles Waldman writes: by Guido van Rossum · 24 years ago
  65. 2dd8ddd Use an explicit macro SOCKETCLOSE which expands to closesocket (on by Guido van Rossum · 24 years ago
  66. ace88ae Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing by Guido van Rossum · 24 years ago
  67. e0cd291 Doc strings for the spawn* functions, by Michael Hudson. by Guido van Rossum · 24 years ago
  68. 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 24 years ago
  69. 87da1ea Patch from Andrew Kuchling: document the new multiple pattern feature in the by Greg Ward · 24 years ago
  70. 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 24 years ago
  71. 58ec6ed Fixed the '--license' option so it's officially an alias for '--licence', by Greg Ward · 24 years ago
  72. 1e7b509 Added the capability for alias options. by Greg Ward · 24 years ago
  73. 320df70 Added 'has_option()', 'get_attr_name()' methods. by Greg Ward · 24 years ago
  74. 82715e1 Patch, originally from Bastian Kleineidam and savagely mutilated by me, by Greg Ward · 24 years ago
  75. 283c745 Made 'generate_help()' and 'print_help()' methods of FancyGetopt. by Greg Ward · 24 years ago
  76. ead5c29 Continuing the refactoring: deleted the old 'fancy_getopt()' function, by Greg Ward · 24 years ago
  77. ffc10d9 Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt by Greg Ward · 24 years ago
  78. d5767a5 Reformatted wide paragraphs. by Greg Ward · 24 years ago
  79. 4eaa3bf Reverted '\var' in the "standard installation location" table to '\filevar'. by Greg Ward · 24 years ago
  80. c402fa1 Dropped '\tilde' and '\bslash' definitions. by Greg Ward · 24 years ago
  81. 4756e5f Changed '\tilde' and '\bslash' to the standard '\textasciitilde' and by Greg Ward · 24 years ago
  82. 95da443 Removed '\package' definition. by Greg Ward · 24 years ago
  83. 1ecc251 Changed '\package' to \module'. by Greg Ward · 24 years ago
  84. a021aca Changed '\option' to '\longprogramopt' wherever it referred to a command-line by Greg Ward · 24 years ago
  85. ff9ea48 ANSI-fy & de-tabify the source. (4-space indents already used.) by Fred Drake · 24 years ago
  86. 3314c8e Bumped version to 0.8.1. by Greg Ward · 24 years ago
  87. b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 24 years ago
  88. 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 24 years ago
  89. f70c603 Added 'link_executable()' method (Berthold Hoellmann). by Greg Ward · 24 years ago
  90. 3167788 Fix by Dan Green and Corran Webster to support LongDateTime by Jack Jansen · 24 years ago
  91. cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 24 years ago
  92. e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 24 years ago
  93. eacdea8 Reformatted all exception documentation as docstrings. by Greg Ward · 24 years ago
  94. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  95. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  96. 0556501 Anthony Baxter <anthony@interlink.com.au>: by Fred Drake · 24 years ago
  97. 8eef583 Don't run "ranlib" if sysconfig's RANLIB (from Python's Makefile) starts by Greg Ward · 24 years ago
  98. 46b98e3 Various wording/formattin tweaks. by Greg Ward · 24 years ago
  99. 1561ae1 Use 'get_python_inc()' to figure out the Python include directories by Greg Ward · 24 years ago
  100. 2b9e43f Coerce all paths in the manifest template to the local path syntax with by Greg Ward · 24 years ago