- 28 Dec, 2009 4 commits
-
-
Georg Brandl authored
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 27 Dec, 2009 5 commits
-
-
Mark Dickinson authored
-
Amaury Forgeot d'Arc authored
-
Mark Dickinson authored
Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64).
-
Mark Dickinson authored
-
Senthil Kumaran authored
This is on hosts with multiple ip addresses.
-
- 25 Dec, 2009 1 commit
-
-
Ezio Melotti authored
-
- 24 Dec, 2009 11 commits
-
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
-
Ronald Oussoren authored
/usr/local by default. Users can still choose to install files into /usr/local, but by default we'll only install files in /Library/Framework/Python.framework and /Applications/Python X.Y/
-
Ronald Oussoren authored
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.
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
- 23 Dec, 2009 1 commit
-
-
Gregory P. Smith authored
-
- 22 Dec, 2009 1 commit
-
-
Brett Cannon authored
-
- 21 Dec, 2009 13 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Mark Dickinson authored
for bug report and patch.
-
Mark Dickinson authored
-
Mark Dickinson authored
pymath.c to Modules/_math.c.
-
R. David Murray authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Thanks Case Van Horsen for the patch.
-
Tarek Ziadé authored
-
- 20 Dec, 2009 4 commits
-
-
Tarek Ziadé authored
-
Mark Dickinson authored
use new-style formatting. Thanks Florent Xicluna for the patch.
-
Mark Dickinson authored
-
Mark Dickinson authored
-