- 05 May, 2015 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 11 Şub, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
-
- 06 Ock, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
availability of the function is checked during the compilation. Patch written by Bernard Spil.
-
- 21 Ara, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
instead of reading /dev/urandom, to get pseudo-random bytes.
-
- 15 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson 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.
-
- 25 Haz, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 07 May, 2014 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
- 17 Nis, 2014 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
in a ncursesw directory.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 07 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
for mbrtowc().
-
- 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 3 kayıt (commit)
-
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
Christian Heimes yazdı
Now './configure --silent && make -s' doesn't print any message to stdout or stderr.
-
Christian Heimes 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"
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit of other processes.
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
1. ppc arch detection for extension module builds broke with Xcode 5 2. ppc arch detection in configure did not work on OS X 10.4 3. -sysroot and -arch flags were unnecessarily duplicated 4. there was no obvious way to configure an intel-32 only build.
-
- 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"
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 24 Agu, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Do we need a fallback implementation of getcwd() from 1991 that claims to support "really old Unix systems"? I don't think so.
-
- 21 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
- 18 Haz, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 30 May, 2013 1 kayıt (commit)
-
-
Łukasz Langa yazdı
Patch by Ronald Oussoren
-
- 20 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 16 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Nis, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
wmemcmp() is twice faster than a dummy loop (342 usec vs 744 usec) on Fedora 18/x86_64, GCC 4.7.2.
-
- 26 Mar, 2013 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 21 Mar, 2013 1 kayıt (commit)
-
-
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.
-
- 05 Şub, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Thorne.
-
- 31 Ock, 2013 1 kayıt (commit)
-
-
doko@python.org yazdı
the package.
-
- 26 Ock, 2013 1 kayıt (commit)
-
-
doko@python.org yazdı
-