- 30 Nis, 2015 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 13 Nis, 2015 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
- 04 Şub, 2015 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
to end up in distutils CFLAGS.
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 06 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 24 Agu, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 22 Agu, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
python --generate-posix-vars in pybuilddir.txt build target by ensuring that pybuilddir.txt is always regenerated when configure is run and that the newly built skeleton python does not inadvertently import modules from previously installed instances.
-
- 10 Agu, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Stefan Krah.
-
- 12 May, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
source directory.
-
- 09 Nis, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 02 Şub, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 03 Ock, 2014 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Christian Heimes, with modifications.
-
- 15 Ara, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
makefile.
-
- 24 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Larry Hastings yazdı
over all CPython source files.
-
- 22 Kas, 2013 2 kayıt (commit)
-
-
Ned Deily yazdı
upgrade pip by default, using the bundled pip provided by the new ensurepip module. A new configure option, --with-ensurepip[=upgrade|install|no], is available to override the default ensurepip "--upgrade" option. The option can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".
-
Ned Deily yazdı
in bin directories for all configurations: non-framework vs framework, and single arch vs universal builds. pythonx.y-32 is now always installed for 64-bit/32-bit universal builds. The obsolete and undocumented pythonw* symlinks are no longer installed anywhere.
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Donald Stufft and Nick Coghlan
-
- 04 Kas, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Eki, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 14 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Eki, 2013 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Eyl, 2013 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 Eyl, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
-
- 14 Agu, 2013 1 kayıt (commit)
-
-
- 08 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
-
- 01 Agu, 2013 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
version again on Darwin.
-
- 30 Tem, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
"coverage-report" creates an instrumented Python build, runs unit tests and creates a HTML. The report can be updated with "make coverage-lcov".
-
Ned Deily yazdı
-
- 09 Tem, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
for a framework install, the python shared library is installed in the frameworkinstallstructure target, not in altbininstall.
-
- 02 Tem, 2013 1 kayıt (commit)
-
-
Eric V. Smith yazdı
-
- 13 Nis, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 Mar, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 21 Mar, 2013 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
-
doko@ubuntu.com yazdı
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-