- 01 Ara, 2013 2 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
- 02 Ock, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 31 Eki, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Eyl, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 2.7.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 2.7.3 and earlier. However, extension modules compiled for 2.7.3 and earlier will be loadable by 2.7.4.
-
Antoine Pitrou yazdı
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 3.2.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 3.2.3 and earlier. However, extension modules compiled for 3.2.3 and earlier will be loadable by 3.2.4.
-
Antoine Pitrou yazdı
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 3.2.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 3.2.3 and earlier. However, extension modules compiled for 3.2.3 and earlier will be loadable by 3.2.4.
-
- 22 Haz, 2012 1 kayıt (commit)
-
-
David Malcolm yazdı
-
- 03 Haz, 2012 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Issue 14673: Add sys.implementation
-
- 20 May, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Original patch by Stefano Taschini.
-
- 23 Nis, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Mark Shannon.
-
- 04 Nis, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 22 Mar, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
w cannot be NULL so use Py_DECREF() instead of Py_XDECREF().
-
- 09 Mar, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Mar, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
the descriptor because it may be destroyed before being used, destroyed during the update of the dict for example.
-
- 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.
-
- 21 Şub, 2012 1 kayıt (commit)
-
-
Barry Warsaw yazdı
environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner.
-
- 20 Şub, 2012 2 kayıt (commit)
-
-
Georg Brandl yazdı
in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
-
Benjamin Peterson yazdı
-
- 22 Ock, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
I had to move the static identifier code from unicodeobject.h to object.h in order for this to work.
-
- 15 Ara, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Thanks to Darren Dale for patch.
-
- 01 Ara, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
And PyObject_Str() and PyObject_Repr() don't make strings ready in debug mode to ensure that the caller makes the string ready before using it.
-
- 21 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
and check the string consistency. _PyUnicode_CheckConsistency() doesn't check the hash anymore. It should be possible to call this function even if hash(str) was already called.
-
- 07 Kas, 2011 1 kayıt (commit)
-
- 09 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Eyl, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Agu, 2011 1 kayıt (commit)
-
-
Brian Curtin yazdı
The macro was introduced in #12724.
-
- 30 Tem, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Tem, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 28 Tem, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Haz, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 24 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 May, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-