- 09 Eki, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 20 Tem, 2012 1 kayıt (commit)
-
-
Meador Inge yazdı
Patch by Flávio Ribeiro.
-
- 19 Tem, 2012 1 kayıt (commit)
-
-
Meador Inge yazdı
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Larry Hastings yazdı
plain tuples to immutable iterable objects with named attributes (structseq objects).
-
- 28 May, 2012 1 kayıt (commit)
-
-
Meador Inge yazdı
An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that caused an incorrect exception to be returned in the case of overflow has been fixed.
-
- 11 May, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
importlib.machinery that provide the suffix details for import. The attributes were not put on imp so as to compartmentalize everything importlib needs for setting up imports in importlib.machinery. This also led to an indirect deprecation of inspect.getmoduleinfo() as it directly returned imp.get_suffix's returned tuple which no longer makes sense.
-
- 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.
-
- 14 Şub, 2012 1 kayıt (commit)
-
-
Meador Inge yazdı
-
- 05 Şub, 2012 1 kayıt (commit)
-
-
Meador Inge yazdı
-
- 26 Kas, 2011 1 kayıt (commit)
-
-
Meador Inge yazdı
-
- 04 Eki, 2011 1 kayıt (commit)
-
-
Meador Inge yazdı
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 12 Eyl, 2011 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
object triggers the garbage collector.
-
- 02 Eyl, 2011 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
a string.
-
- 30 Agu, 2011 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
some functions like file.write().
-
- 20 Agu, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Use str.startswith(tuple): I didn't know this Python feature, Python rocks! * Replace sometimes sys.platform.startswith('linux') with sys.platform == 'linux' * sys.platform doesn't contain the major version on Cygwin on Mac OS X (it's just 'cygwin' and 'darwin')
-
- 30 Agu, 2011 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
some functions like file.write().
-
- 14 Tem, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Tem, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
the parent structure. Patch by Vlad Riscutia.
-
- 25 May, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Sijin Joseph.
-
- 23 Nis, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
of 5 to 10. Initial patch by Jonas H.
-
- 26 Mar, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 16 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 15 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 26 Şub, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
by Jonas H.
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Brett Cannon yazdı
Various tests fail when run under coverage. A primary culprit is refcount tests which fail as the counts are thrown off by the coverage code. A new decorator -- test.support.refcount_test -- is used to decorate tests which test refcounts and to skip them when running under coverage. Other tests simply fail because of changes in the system (e.g., __local__ suddenly appearing). Thanks to Kristian Vlaardingerbroek for helping to diagnose the test failures.
-
- 31 Ock, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88284 | antoine.pitrou | 2011-01-31 22:08:57 +0100 (lun., 31 janv. 2011) | 4 lines Issue #8275: Fix passing of callback arguments with ctypes under Win64. Patch by Stan Mihai. Ok'ed by Georg. ........
-
Antoine Pitrou yazdı
Patch by Stan Mihai. Ok'ed by Georg.
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 02 Eki, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 28 Eyl, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 15 Eyl, 2010 2 kayıt (commit)
-
-
Matthias Klose yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84836 | matthias.klose | 2010-09-15 15:06:09 +0200 (Mi, 15 Sep 2010) | 3 lines Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output independent of the locale. Set LC_ALL=C too. ........
-
Matthias Klose yazdı
independent of the locale. Set LC_ALL=C too.
-
- 31 Agu, 2010 1 kayıt (commit)
-
-
Daniel Stutzbach yazdı
fine. They were failing due to a problem exposed in r84307 and fixed in r84317. See Issue 8781 for details.
-
- 25 Agu, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-