- 14 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85472 | antoine.pitrou | 2010-10-14 13:29:16 +0200 (jeu., 14 oct. 2010) | 3 lines Add make variable to allow testing of different interpreter flags in buildbot runs ........
-
- 10 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85353 | antoine.pitrou | 2010-10-10 11:37:12 +0200 (dim., 10 oct. 2010) | 3 lines Issue #9437: Fix building C extensions with non-default LDFLAGS. ........
-
- 14 Eyl, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84803 | alexander.belopolsky | 2010-09-14 10:12:19 -0400 (Tue, 14 Sep 2010) | 1 line Issue 9315: Added test/tracedmodules to LIBSUBDIRS ........
-
- 10 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84680 | antoine.pitrou | 2010-09-10 21:44:44 +0200 (ven., 10 sept. 2010) | 4 lines Issue #941346: Improve the build process under AIX and allow Python to be built as a shared library. Patch by Sébastien Sablé. ........
-
- 01 Agu, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83479 | mark.dickinson | 2010-08-01 22:33:01 +0100 (Sun, 01 Aug 2010) | 1 line Don't delete Lib/test/data/README when doing 'make distclean' ........
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83370 | georg.brandl | 2010-07-31 23:51:48 +0200 (Sa, 31 Jul 2010) | 5 lines #8198: the Helper class should not save the stdin and stdout objects at import time, rather by default use the current streams like the other APIs that output help. ........ r83372 | georg.brandl | 2010-08-01 00:05:54 +0200 (So, 01 Aug 2010) | 1 line #4007: remove *.a and *.so.X.Y files in "make clean". ........ r83373 | georg.brandl | 2010-08-01 00:11:11 +0200 (So, 01 Aug 2010) | 1 line #5147: revert accidental indentation of header constant for MozillaCookieJar. ........ r83374 | georg.brandl | 2010-08-01 00:32:52 +0200 (So, 01 Aug 2010) | 1 line #5146: handle UID THREAD command correctly. ........ r83384 | georg.brandl | 2010-08-01 08:32:55 +0200 (So, 01 Aug 2010) | 1 line Build properties using lambdas. This makes test_pyclbr pass again, because it does not think that input and output are methods anymore. ........
-
- 17 Tem, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82934 | benjamin.peterson | 2010-07-17 15:39:23 -0500 (Sat, 17 Jul 2010) | 1 line sharedinstall should depend on sharedmods #9280 ........
-
- 12 Nis, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots)
-
- 05 Nis, 2010 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
srcdir != builddir. Without this patch it is no longer possible to build python when you don't run configure from the root of the source tree.
-
R. David Murray yazdı
and FreeBSD. Patch by Dave Malcolm.
-
- 04 Nis, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Nis, 2010 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
requires building pyctype.o into pgen
-
Martin v. Löwis yazdı
-
Tarek Ziadé yazdı
-
- 02 Nis, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 01 Nis, 2010 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
allowing to use advanced gdb features when debugging Python.
-
- 31 Mar, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 26 Mar, 2010 1 kayıt (commit)
-
-
Michael Foord yazdı
-
- 25 Mar, 2010 1 kayıt (commit)
-
-
Larry Hastings yazdı
CObject to PyCapsule.
-
- 21 Mar, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
variable anymore. It also forwards the LDFLAGS settings to the linker when building a shared library.
-
- 19 Mar, 2010 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 18 Mar, 2010 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 13 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 23 Ock, 2010 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 13 Ock, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.
-
- 01 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 24 Ara, 2009 2 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.
-
- 27 Eki, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
-
- 24 Eki, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
-
- 24 Eyl, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Thanks egreen.
-
- 06 Eyl, 2009 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 31 Agu, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 21 Tem, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Tem, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Haz, 2009 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
of Python (on OSX), and the end result of that is that the combination of ``python-config --ldflags`` and ``python-config --libs`` refers to an actually existing location. I've done this in preference to changing python-config to specify '-framework Python' for linking because that doesn't work when you have multiple versions of python installed (because '-framework Python' will always link to the 'Current' version of the framework, without a possibility to specify a specific version).
-