104 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Ronald Oussoren 222e89a598 Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 15 years ago
Éric Araujo 45ee43be43 Remove traces of Mac OS 9 support, again (#9508). 16 years ago
Éric Araujo c6d7ead095 Merged revisions 86223-86224,86226,86234 via svnmerge from 16 years ago
Éric Araujo bee5cef7db Always close files in distutils code and tests (#10252). 16 years ago
Tarek Ziadé 3679727939 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 16 years ago
Ronald Oussoren 725443fef9 Fix for issue 9164 16 years ago
Ronald Oussoren 94f25283c9 Remove traces of MacOS9 support. 16 years ago
Tarek Ziadé 8b441d0dcd Merged revisions 77759,77761 via svnmerge from 16 years ago
Tarek Ziadé edacea30e4 Merged revisions 77704,77752 via svnmerge from 16 years ago
Ronald Oussoren 38ce3de0f4 Merged revisions 77028 via svnmerge from 16 years ago
Ronald Oussoren ecc6081b3e Merged revisions 77026 via svnmerge from 16 years ago
Tarek Ziadé d26d538373 Merged revisions 76686 via svnmerge from 16 years ago
Tarek Ziadé df872d47d9 Merged revisions 76684 via svnmerge from 16 years ago
Tarek Ziadé c76bceae1a Merged revisions 75704 via svnmerge from 17 years ago
Tarek Ziadé 04fe7c01a8 Merged revisions 75669-75671 via svnmerge from 17 years ago
Ronald Oussoren 6b084241e8 Merged revisions 74808 via svnmerge from 17 years ago
Ronald Oussoren bea37aee6b Merged revisions 74806 via svnmerge from 17 years ago
Tarek Ziadé f8926b2efe Merged revisions 74024 via svnmerge from 17 years ago
Tarek Ziadé 905a25767e Merged revisions 73762 via svnmerge from 17 years ago
Georg Brandl 6d4a9cf85f Add new copydir_run_2to3() function, for use e.g. in test runners to transparently convert and run tests written for Python 2. 17 years ago
Benjamin Peterson c39d762783 Merged revisions 67982,67988,67990 via svnmerge from 17 years ago
Martin v. Löwis 6178db6d55 Issue #4073: Add 2to3 support to build_scripts, refactor that support 17 years ago
Antoine Pitrou fd036451bf #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 years ago
Georg Brandl fcaf910a1f Merged revisions 63955 via svnmerge from 18 years ago
Christian Heimes 5e69685999 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from 18 years ago
Georg Brandl 5dfe0def67 Missed one because of indirection. 18 years ago
Neal Norwitz cabac0ac3a Stop using the find function on the string module, use the string method. 19 years ago
Collin Winter 5b7e9d76f3 General cleanup, raise normalization in Lib/distutils. 19 years ago
Guido van Rossum 04110fb859 Merged revisions 57221-57391 via svnmerge from 19 years ago
Neal Norwitz 9d72bb452b Remove functions in string module that are also string methods. Also remove: 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Guido van Rossum e2b70bcf74 Get rid of dict.has_key(). Boy this has a lot of repercussions! 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Neal Norwitz d91085598f Remove apply() 20 years ago
Tim Peters 182b5aca27 Whitespace normalization, via reindent.py. 22 years ago
Martin v. Löwis 1c0f1f97fb Defer compilation of regular expressions until first use. 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Andrew M. Kuchling b8c7b9f0cc Translate spaces in the machine name to underscores 23 years ago
Marc-André Lemburg 0375079e93 Adding Python <= 2.2 support back in. 24 years ago
Andrew M. Kuchling a6483d2e9a Remove 'created by' lines; people can use CVS for this, and the information is often out of date 24 years ago
Neal Norwitz b0df6a1afa SF bug #574235, convert_path fails with empty pathname 24 years ago
Guido van Rossum 3b0a3293c3 Massive changes from SF 589982 (tempfile.py rewrite, by Zack 24 years ago
Jeremy Hylton cd8a1148e1 Make setup.py less chatty by default. 24 years ago
Andrew M. Kuchling 0b5c11252d Prevent convert_path from crashing if the path is an empty string. Bugfix candidate. 24 years ago
Marc-André Lemburg 2544f51036 OS/2 patches by Andrew I MacIntyre for distutils. 24 years ago
Fred Drake b94b849d65 Whitespace normalization. 25 years ago
Andrew M. Kuchling 5a3e4cb0a2 Patch #429442 from Jason Tishler: Corrects sys.platform and 25 years ago
Andrew M. Kuchling 88b0884787 Change rfc822_escape() to ensure there's a consistent amount of whitespace 25 years ago
Andrew M. Kuchling df66df0a28 Patch #407434: add rfc822_escape utility function 25 years ago
Andrew M. Kuchling 83c158fdc9 Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) 25 years ago