- 16 Eki, 2012 1 kayıt (commit)
-
-
Trent Nelson yazdı
not source directory. Patch by Richard Oudkerk (sbt).
-
- 06 Eki, 2012 1 kayıt (commit)
-
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 30 Eyl, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 21 Eyl, 2012 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
tools (dpkg-dev) installed.
-
- 06 Eyl, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 01 Eyl, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 08 Agu, 2012 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
tools (dpkg-dev) installed.
-
- 05 Agu, 2012 2 kayıt (commit)
- 30 Tem, 2012 2 kayıt (commit)
- 01 Tem, 2012 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 30 Haz, 2012 8 kayıt (commit)
-
-
doko@ubuntu.com yazdı
from GCC for native builds
-
doko@ubuntu.com yazdı
-
Antoine Pitrou yazdı
-
doko@ubuntu.com yazdı
for host compiler.
-
Matthias Klose yazdı
set cross_compiling = False for now.
-
doko@ubuntu.com yazdı
-
Stefan Krah yazdı
-
doko@ubuntu.com yazdı
global host_platform instead.
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Éric Araujo yazdı
Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
-
- 21 Haz, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
1. on OS X, there is no separate /usr/lib/libcursesw nor libpanelw 2. _XOPEN_SOURCE_EXTENDED must be enabled for _curses build
-
- 17 Haz, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 26 May, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 16 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time.
-
- 18 Nis, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.
-
- 15 Nis, 2012 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
- 12 Nis, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 01 Nis, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 23 Mar, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 21 Mar, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
-
- 13 Mar, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
time.ctime(), gmtime(), time.localtime(), datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now raises an OverflowError, instead of a ValueError, if the timestamp does not fit in time_t. datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now round microseconds towards zero instead of rounding to nearest with ties going away from zero.
-
- 29 Şub, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 25 Şub, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
and lifetime issues of dynamically allocated Py_buffer members (#9990) as well as crashes (#8305, #7433). Many new features have been added (See whatsnew/3.3), and the documentation has been updated extensively. The ndarray test object from _testbuffer.c implements all aspects of PEP-3118, so further development towards the complete implementation of the PEP can proceed in a test-driven manner. Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review and many ideas. - Issue #12834: Fix incorrect results of memoryview.tobytes() for non-contiguous arrays. - Issue #5231: Introduce memoryview.cast() method that allows changing format and shape without making a copy of the underlying memory.
-
- 29 Kas, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 28 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 26 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-