- 06 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Kurt Roeckx.
-
- 05 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Donald Stufft.
-
- 12 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
platforms.
-
- 06 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 05 Kas, 2014 1 kayıt (commit)
-
-
Steve Dower yazdı
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip
-
- 04 Kas, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Eki, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
Patch by Meador Inge.
-
Georg Brandl yazdı
-
- 11 Eki, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Jakub Wilk.
-
- 09 Eki, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
variable to "ut" to avoid conflict with the C utime() function. Patch written by Jeffrey Armstrong.
-
- 08 Eki, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
_PyErr_ChainExceptions() function.
-
Antoine Pitrou yazdı
Initial patch by Mark Shannon.
-
- 05 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module.
-
- 02 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Eyl, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
because _read_null() cannot be used on AIX. On AIX, reading from NULL is allowed: the first page of memory is a mapped read-only on AIX.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
os.posix_fallocate() because their prototypes in system headers are wrong.
-
- 24 Eyl, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Terry Chia.
-
- 15 Eyl, 2014 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Ned Deily yazdı
directory to sys.path when running from a build directory. That has proven to be problematic for several standard library modules with C extension modules whose builds can fail on some platforms.
-
- 11 Eyl, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
character instead of truncate it. Based on patch by Victor Stinner.
-
Serhiy Storchaka yazdı
empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
-
Serhiy Storchaka yazdı
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
-
- 10 Eyl, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
- 26 Agu, 2014 2 kayıt (commit)
-
-
Stefan Krah yazdı
with an external libmpdec.
-
Stefan Krah yazdı
-
- 19 Agu, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Agu, 2014 4 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
-
Serhiy Storchaka yazdı
types. Corrected error messages about bytes arguments.
-
- 06 Agu, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method.
-
- 30 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
In particular this allows to initialize images from binary data.
-