Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 83993 via svnmerge from | Éric Araujo | 2010-08-14 | 2 | -4/+49 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. ........ | ||||
* | Merged revisions ↵ | Georg Brandl | 2010-08-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line #8578: mention danger of not incref'ing weak referenced object. ........ r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line #7973: Fix distutils options spelling. ........ r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line #7386: add example that shows that trailing path separators are stripped. ........ r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line #8172: how does one use a property? ........ r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line #9451: strengthen warning about __*__ special name usage. ........ r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line #7280: note about nasmw.exe. ........ r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line #8861: remove unused variable. ........ r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line #8648: document UTF-7 codec functions. ........ r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line #9037: add example how to raise custom exceptions from C code. ........ r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line #9111: document that do_help() looks at docstrings. ........ r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line Clarify that abs() is not a namespace. ........ r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line #6867: epoll.register() returns None. ........ r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line #9238: zipfile does handle archive comments. ........ | ||||
* | Merged revisions 82839 via svnmerge from | Ezio Melotti | 2010-07-12 | 1 | -0/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82839 | ezio.melotti | 2010-07-12 22:49:41 +0300 (Mon, 12 Jul 2010) | 1 line #6026: skip test_get_file_list when zlib is not available. ........ | ||||
* | Fix for issue #9164: with this patch sysconfig and distuls don't break | Ronald Oussoren | 2010-07-11 | 1 | -2/+1 |
| | | | | | when duplicate '-arch foo' flags end up in CFLAGS (which may happen when building a universal build using macports) | ||||
* | prepare for 2.7.1 | Benjamin Peterson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | update to 2.7 final | Benjamin Peterson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | Two small fixes for the support for SDKs on MacOSX: | Ronald Oussoren | 2010-06-27 | 1 | -1/+3 |
| | | | | | | | | 1) The code that checks if an path should be located in the SDK explicitly excludes /usr/local. This fixes issue9046 2) The SDK variant for filtering "db_dirs_to_check" in setup.py was not doing anything because of a missing assignment. | ||||
* | bump verson to 2.7rc2v2.7rc2 | Benjamin Peterson | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | fix finding visual studio 2008 on 64 bit #8854 | Benjamin Peterson | 2010-06-21 | 1 | -4/+14 |
| | |||||
* | bump version to 2.7 rc1 | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | Fix for issue #7724: ensure that distutils and python's own setup.py | Ronald Oussoren | 2010-06-03 | 1 | -1/+21 |
| | | | | | | | | | | honor the MacOSX SDK when one is specified. This is needed to be able to build using the 10.4u SDK while running on OSX 10.6. This is a fixed version of the patch in r80963, I've tested this patch on OSX and Linux. | ||||
* | upgraded distutils docs w.r.t. the manifest regeneration | Tarek Ziadé | 2010-05-17 | 1 | -1/+2 |
| | |||||
* | Fixed #8688: Distutils now recalculates MANIFEST everytime. | Tarek Ziadé | 2010-05-17 | 2 | -57/+66 |
| | |||||
* | bump version to 2.7 beta 2v2.7b2 | Benjamin Peterson | 2010-05-08 | 1 | -1/+1 |
| | |||||
* | Revert r80963 - it broke compilation everywhere | Antoine Pitrou | 2010-05-08 | 1 | -20/+1 |
| | |||||
* | Fix for issue #7724: make it possible to build using | Ronald Oussoren | 2010-05-08 | 1 | -1/+20 |
| | | | | | the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified SDK when looking for files. | ||||
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 4 | -50/+1 |
| | | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk. | ||||
* | Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ↵ | Tarek Ziadé | 2010-04-30 | 1 | -5/+9 |
| | | | | and srcdir | ||||
* | bump version to 2.7b1 | Benjamin Peterson | 2010-04-10 | 1 | -1/+1 |
| | |||||
* | removed the local copy of xxmodule, and skip only test_build_ext when ↵ | Tarek Ziadé | 2010-04-02 | 2 | -398/+21 |
| | | | | xxmodule is not found, not the whole unittest | ||||
* | #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains ↵ | Florent Xicluna | 2010-04-01 | 2 | -2/+2 |
| | | | | a double-quote. | ||||
* | No more deprecation warnings for distutils.sysconfig, following r78666. | Florent Xicluna | 2010-03-21 | 1 | -0/+3 |
| | | | | But when the "dl" module is available, it gives a py3k deprecation warning. | ||||
* | Fix some py3k warnings in the standard library. | Florent Xicluna | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | bump version to 2.7a4v2.7a4 | Benjamin Peterson | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | search in the alternative location for VCExpress | Tarek Ziadé | 2010-03-06 | 1 | -1/+11 |
| | |||||
* | fixed various failures and environment alterations in distutils.test_build_ext | Tarek Ziadé | 2010-03-06 | 1 | -27/+35 |
| | |||||
* | files used by win32 tests | Tarek Ziadé | 2010-03-06 | 2 | -0/+338 |
| | |||||
* | simplified the fallback case | Tarek Ziadé | 2010-03-06 | 1 | -4/+3 |
| | |||||
* | provide a fallback for xxmodule.c in case the buildir is not present | Tarek Ziadé | 2010-03-06 | 2 | -1/+384 |
| | |||||
* | copied back the build_ext tests from 2.6 | Tarek Ziadé | 2010-03-06 | 1 | -115/+83 |
| | |||||
* | remove the svn:executable property from files that don't have shebang lines | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
| | |||||
* | reverting partially distutils to its 2.6.x state so 2.7a4 looks more like ↵ | Tarek Ziadé | 2010-03-05 | 14 | -1234/+1157 |
| | | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged | ||||
* | removed debugging code | Tarek Ziadé | 2010-02-23 | 1 | -4/+1 |
| | |||||
* | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 3 | -13/+34 |
| | | | | | | with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch. | ||||
* | Add missing import when running these tests standalone. | Georg Brandl | 2010-02-06 | 9 | -11/+22 |
| | |||||
* | bump version to 2.7a3v2.7a3 | Benjamin Peterson | 2010-02-06 | 1 | -1/+1 |
| | |||||
* | leaving global attributes for backward compat | Tarek Ziadé | 2010-02-03 | 1 | -0/+81 |
| | |||||
* | fixed a typo on distutils.sysconfig. thanks arfever | Tarek Ziadé | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | added local get_platform/set_platform APIs in distutils.sysconfig | Tarek Ziadé | 2010-01-26 | 10 | -112/+42 |
| | |||||
* | reintroduced the names in Distutils for APIs that were relocated | Tarek Ziadé | 2010-01-26 | 2 | -0/+13 |
| | |||||
* | fixed bdist_msi imports and added a test module for distutils.command.bdist_msi | Tarek Ziadé | 2010-01-26 | 2 | -3/+26 |
| | |||||
* | Fixed #7748: now upload and register commands don't need to force the ↵ | Tarek Ziadé | 2010-01-24 | 5 | -18/+22 |
| | | | | encoding anymore : DistributionMetada returns utf8 strings | ||||
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 29 | -985/+307 |
| | |||||
* | module cleanup | Tarek Ziadé | 2010-01-11 | 1 | -148/+69 |
| | |||||
* | Fixed #5372: .o files are now always rebuilt because file age test don't ↵ | Tarek Ziadé | 2010-01-11 | 1 | -94/+2 |
| | | | | work in some case | ||||
* | bump version to 2.7a2v2.7a2 | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed #7617: all flavors of gcc should be recognized now | Tarek Ziadé | 2010-01-08 | 2 | -2/+17 |
| | |||||
* | Unittests and news items for the patch in r77026. | Ronald Oussoren | 2009-12-24 | 1 | -1/+30 |
| | |||||
* | On OSX the output of "uname -m" always reflects the 32-bit architecture | Ronald Oussoren | 2009-12-24 | 1 | -0/+10 |
| | | | | | | | | | for the machine ("i386" or "ppc"), even if the executable is 64-bit. This patchs ensures that the distutils platform architecture represents the architecture for the executable when running a 64-bit only executable on OSX. | ||||
* | backported r76993 and r76994 so the trunk behaves the same way with MSVC ↵ | Tarek Ziadé | 2009-12-21 | 2 | -29/+108 |
| | | | | Manifest files editing |