1. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  2. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  3. 031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  4. 6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  5. 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  6. 04ea953 Fix docstring of distutils.util.byte_compile (followup for #11254) by Éric Araujo · 13 years ago
  7. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  8. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  9. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  10. 45ee43b Remove traces of Mac OS 9 support, again (#9508). by Éric Araujo · 14 years ago
  11. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  12. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  13. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  14. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 15 years ago
  15. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
  16. ecc6081 Merged revisions 77026 via svnmerge from by Ronald Oussoren · 15 years ago
  17. df872d4 Merged revisions 76684 via svnmerge from by Tarek Ziadé · 15 years ago
  18. 04fe7c0 Merged revisions 75669-75671 via svnmerge from by Tarek Ziadé · 15 years ago
  19. bea37ae Merged revisions 74806 via svnmerge from by Ronald Oussoren · 15 years ago
  20. f8926b2 Merged revisions 74024 via svnmerge from by Tarek Ziadé · 15 years ago
  21. 905a257 Merged revisions 73762 via svnmerge from by Tarek Ziadé · 15 years ago
  22. 6d4a9cf Add new copydir_run_2to3() function, for use e.g. in test runners to transparently convert and run tests written for Python 2. by Georg Brandl · 15 years ago
  23. c39d762 Merged revisions 67982,67988,67990 via svnmerge from by Benjamin Peterson · 16 years ago
  24. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  25. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  26. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  27. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  28. 5dfe0de Missed one because of indirection. by Georg Brandl · 17 years ago
  29. cabac0a Stop using the find function on the string module, use the string method. by Neal Norwitz · 17 years ago
  30. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  31. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  32. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  33. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  34. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  35. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  36. d910855 Remove apply() by Neal Norwitz · 18 years ago
  37. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  38. 1c0f1f9 Defer compilation of regular expressions until first use. by Martin v. Löwis · 20 years ago
  39. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  40. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  41. 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
  42. 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
  43. b0df6a1 SF bug #574235, convert_path fails with empty pathname by Neal Norwitz · 22 years ago
  44. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  45. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  46. 0b5c112 Prevent convert_path from crashing if the path is an empty string. Bugfix candidate. by Andrew M. Kuchling · 22 years ago
  47. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  48. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  49. 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
  50. 88b0884 Change rfc822_escape() to ensure there's a consistent amount of whitespace by Andrew M. Kuchling · 23 years ago
  51. df66df0 Patch #407434: add rfc822_escape utility function by Andrew M. Kuchling · 23 years ago
  52. 83c158f Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) by Andrew M. Kuchling · 23 years ago
  53. 9767e76 Patch #404275: generate a reasonable platform string for AIX by Andrew M. Kuchling · 23 years ago
  54. b4cd5c1 Remove single "." components from pathnames, and return os.curdir if by Jack Jansen · 24 years ago
  55. 5e2d076 In subst_vars(), change the name of the argument from str to s to by Jeremy Hylton · 24 years ago
  56. 989835c Patch #103220 from Jason Tishler: by Andrew M. Kuchling · 24 years ago
  57. 047c372 Removed debugging code at bottom. by Greg Ward · 24 years ago
  58. 9216cfe Added a long-winded comment (and commented-out comment to go with out) by Greg Ward · 24 years ago
  59. 04cc88d Remove the temporary byte-compilation script when we're done with it. by Greg Ward · 24 years ago
  60. f217e21 Tweaked 'byte_compile()' so it silently skips non-Python files, rather than by Greg Ward · 24 years ago
  61. 1297b5c Added 'byte_compile(): an all-singing, all-dancing wrapper around the by Greg Ward · 24 years ago
  62. 4752769 Various docstring tweaks. by Greg Ward · 24 years ago
  63. b8b263b Reformat docstrings. by Greg Ward · 24 years ago
  64. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  65. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  66. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  67. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  68. f585574 Corran Webster: fix 'change_root()' to handle Mac OS paths. by Greg Ward · 24 years ago
  69. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  70. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  71. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  72. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  73. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  74. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  75. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  76. 6a2a3db Added 'split_quoted()' function to deal with strings that are quoted in by Greg Ward · 24 years ago
  77. b75c485 'get_platform()' now just returns 'sys.platform' on all platforms. by Greg Ward · 24 years ago
  78. e905513 Added 'grok_environment_error()' function to deal with the various by Greg Ward · 24 years ago
  79. d8dfb4c Renamed 'native_path()' to 'convert_path()'. by Greg Ward · 24 years ago
  80. 4b46ef9 Fixed 'change_root() to work at all on Windows, and to work correctly on Unix. by Greg Ward · 24 years ago
  81. e7e35ac Made 'check_environ()' "public" by stripping the leading underscore; by Gregory P. Smith · 24 years ago
  82. 67f75d4 Added 'change_root()' to forcibly slap a new root directory onto a pathname, by Greg Ward · 24 years ago
  83. 464023f Lyle Johnson: fixed broken logic in 'native_path()'. by Greg Ward · 24 years ago
  84. aa458bc Merged in Python 1.5.1 compatibility changes from the 0.1.3 branch: by Greg Ward · 24 years ago
  85. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  86. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago
  87. 1889de8 Fixed 'make_archive()' to explicitly turn of compression when format is "tar". by Greg Ward · 24 years ago
  88. 6ce00b4 Tweaked 'get_platform()' to include the first character of the OS release: by Greg Ward · 24 years ago
  89. 32ce329 Added 'create_tree()'. by Greg Ward · 24 years ago
  90. 044b7c1 Changed 'copy_tree()' so it returns the list of all files that were copied or by Greg Ward · 24 years ago
  91. 739d066 Documented Bastian's patch. Made handling OSError in 'mkpath()' more standard. by Greg Ward · 24 years ago
  92. da4d1ae Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  93. 7c1a6d4 Added 'make_tarball()' and 'make_zipfile()' functions in preparation by Greg Ward · 24 years ago
  94. a7540bd Import fix. by Greg Ward · 24 years ago
  95. 1b4ede5 Improved an error message in 'mkpath()'. by Greg Ward · 24 years ago
  96. b98fe36 Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. by Greg Ward · 24 years ago
  97. 911d866 Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): by Greg Ward · 24 years ago
  98. 5091929 Added 'native_path()' for use on pathnames from the setup script: split on by Greg Ward · 24 years ago
  99. 9552665 Rewrote 'newer_pairwise(): more natural (and incompatible) interface, by Greg Ward · 24 years ago
  100. 96182d7 Fixed 'mkpath()' to accept empty string silently (it's just the current dir). by Greg Ward · 24 years ago