1. dcb22a3 Fix resource warning found manually by Éric Araujo · 14 years ago
  2. 40f7e11 Merged revisions 84711 via svnmerge from by Éric Araujo · 14 years ago
  3. 60a95b7 Merged revisions 83993 via svnmerge from by Éric Araujo · 14 years ago
  4. caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 14 years ago
  5. 42db5c3 Merged revisions 81263 via svnmerge from by Tarek Ziadé · 14 years ago
  6. dd4671a Merged revisions 81258 via svnmerge from by Tarek Ziadé · 14 years ago
  7. 5af55c6 Merged revisions 72681 via svnmerge from by Tarek Ziadé · 15 years ago
  8. da0dc2e Merged revisions 72624 via svnmerge from by Tarek Ziadé · 15 years ago
  9. aec039a Merged revisions 72618 via svnmerge from by Tarek Ziadé · 15 years ago
  10. 14d34a0 Merged revisions 69724 via svnmerge from by Tarek Ziadé · 16 years ago
  11. a30337a Merged revisions 69710 via svnmerge from by Tarek Ziadé · 16 years ago
  12. 0d0506e Merged revisions 69692 via svnmerge from by Tarek Ziadé · 16 years ago
  13. 0302cf5 Merged revisions 68951 via svnmerge from by Tarek Ziadé · 16 years ago
  14. 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 16 years ago
  15. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
  16. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 17 years ago
  17. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  18. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  19. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  20. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 20 years ago
  21. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 20 years ago
  22. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  23. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  24. 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 21 years ago
  25. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  26. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  27. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  28. 21d4535 Whitespace normalization. by Fred Drake · 23 years ago
  29. a7f225d Call the write_pkg_info method by Andrew M. Kuchling · 24 years ago
  30. fa9ff76 Untabified. by Greg Ward · 24 years ago
  31. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  32. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
  33. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  34. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  35. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  36. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  37. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  38. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  39. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  40. 6b24dff Catch syntax errors from processing template lines and turn them into by Greg Ward · 24 years ago
  41. 23266fe Replaced 'self.files' with 'self.filelist': now we carry around a FileList by Greg Ward · 24 years ago
  42. 4571ac1 The other half of Rene Liebscher's patch to add the Template class, by Greg Ward · 24 years ago
  43. aa5372c Remove unused 'search_dir()' method. Comment tweak. by Greg Ward · 24 years ago
  44. c061410 Added the --dist-dir option to control where the archive(s) are put; by Greg Ward · 24 years ago
  45. 499822d Fixed 'findall()' so it only returns regular files -- no directories. by Greg Ward · 24 years ago
  46. 3459381 Changed so all the help-generating functions are defined, at module-level, by Greg Ward · 24 years ago
  47. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  48. b2db0eb Fix inspired by Rene Liebscher: if setup script is newer than the by Greg Ward · 24 years ago
  49. 14c8d05 Include setup.cfg in the list of default files to distribute. by Greg Ward · 24 years ago
  50. ce15c6c Moved the code that prunes the file list after reading the manifest by Greg Ward · 24 years ago
  51. 4a7319c Renamed 'find_defaults()' to 'add_defaults()'. by Greg Ward · 24 years ago
  52. c3c8c6e Docstring addition binge. by Greg Ward · 24 years ago
  53. e0c8c2f Docstring reformatting binge. by Greg Ward · 24 years ago
  54. f1fe103 Cosmetic tweaks to imports, the 'show_formats()' function, and the by Greg Ward · 24 years ago
  55. f8b9e20 Made all debug output go through the 'debug_print()' method instead of by Greg Ward · 24 years ago
  56. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  57. 62d5a57 Use 'ensure_string_list()' for 'formats' option, so that it can be by Greg Ward · 24 years ago
  58. d87eb73 Remember the list of archive files created in 'make_distribution()'. by Greg Ward · 24 years ago
  59. d8dfb4c Renamed 'native_path()' to 'convert_path()'. by Greg Ward · 24 years ago
  60. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  61. e5b267c Patch from Andrew Kuchling: prune out the build and source distribution by Greg Ward · 24 years ago
  62. fcd974e Normalized all the end-of-class lines. by Greg Ward · 24 years ago
  63. 839d532 Supply short form for --manifest-only (-o) and --force-manifest (-f) options. by Greg Ward · 25 years ago
  64. 1b8e1d4 Harry Henry Gebel: Fix 'sdist.write_manifest()' to respect the value of dry_run. by Greg Ward · 25 years ago
  65. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 25 years ago
  66. 6a9a545 Check that 'self.formats' is good early on. by Greg Ward · 25 years ago
  67. 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 25 years ago
  68. 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 25 years ago
  69. 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 25 years ago
  70. 2b9e43f Coerce all paths in the manifest template to the local path syntax with by Greg Ward · 25 years ago
  71. 60908f1 Ditched the unused 'list_only' option. by Greg Ward · 25 years ago
  72. 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 25 years ago
  73. 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 25 years ago
  74. 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
  75. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  76. 4840112 Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. by Greg Ward · 25 years ago
  77. e01149c Renamed 'set_default_options()' to 'initialize_options()', and by Greg Ward · 25 years ago
  78. bbeceea Renamed all 'options' class attributes to 'user_options'. by Greg Ward · 25 years ago
  79. 1993f9a Renamed all command classes so they're exactly the same as the name of the by Greg Ward · 25 years ago
  80. a82122b The 'sdist' command to create a source distribution. This is derived from the by Greg Ward · 25 years ago