- 11 Ock, 2016 3 kayıt (commit)
-
-
Barry Warsaw yazdı
regression.
-
Barry Warsaw yazdı
change. Also, as per further discussion, we'll just remove the regressing code in typeobject.c
-
Barry Warsaw yazdı
_PyObject_GetState() due to regressions observed in Cython-based projects.
-
- 10 Ock, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
- 08 Ock, 2016 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
Patch from Upendra Kumar.
-
- 07 Ock, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Davin Potts and Camilla Montonen.
-
- 06 Ock, 2016 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
Also rebuilt the pydoc_data with this change.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 05 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 04 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion.
-
- 03 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller.
-
- 01 Ock, 2016 5 kayıt (commit)
-
-
Ned Deily yazdı
-
Zachary Ware yazdı
Reported by Anatoly Techtonik on docs@
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Ara, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview.
-
- 27 Ara, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This patch is manually crafted and contains changes that couldn't be handled automatically.
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 26 Ara, 2015 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 24 Ara, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
macro Py_SETREF.
-
- 21 Ara, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 20 Ara, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Added tests for dict views.
-
Serhiy Storchaka yazdı
-
- 19 Ara, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
This allows sys.getsize() to work correctly with their subclasses with __slots__ defined.
-
- 18 Ara, 2015 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
- 14 Ara, 2015 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 13 Ara, 2015 3 kayıt (commit)
-
-
R David Murray yazdı
-
Gregory P. Smith yazdı
and some tests no longer behaves incorrectly in the presence of the PYTHONHASHSEED environment variable.
-
Victor Stinner yazdı
-