- 24 Ara, 2009 7 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
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 yazdı
/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 yazdı
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 yazdı
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
- 23 Ara, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 22 Ara, 2009 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 21 Ara, 2009 13 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
for bug report and patch.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
pymath.c to Modules/_math.c.
-
R. David Murray yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Thanks Case Van Horsen for the patch.
-
Tarek Ziadé yazdı
-
- 20 Ara, 2009 15 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Mark Dickinson yazdı
use new-style formatting. Thanks Florent Xicluna for the patch.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
R. David Murray yazdı
self-test. Because of a change to the way tracebacks are printed, this self-test was failing. The test is run (and passes) during normal regression testing. So instead of running the failing self-test this patch makes doctest emit a usage message. This is better behavior anyway since passing in arguments is the real reason to run doctest as a command. Bug discovery and initial patch by Florent Xicluna.
-
R. David Murray yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
it to do the conversion explicitly instead. See issue #7550.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Refactored HTTPHandler tests and added testcase for proxy authorization.
-
- 19 Ara, 2009 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-