- 01 Ock, 2016 2 kayıt (commit)
-
-
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 4 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ı
-
Victor Stinner yazdı
-
- 12 Ara, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 09 Ara, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
- 06 Ara, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in ElementTree.iterparse().
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
and link with OpenSSL 1.0.2e.
-
- 05 Ara, 2015 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Ara, 2015 2 kayıt (commit)
-
-
Martin Panter yazdı
Initialize package before calling get_loader() for __main__, so that we do not incorrectly handle ImportError from __init__.py. When runpy is used from the Python CLI, use an internal exception rather than ImportError, to avoid catching an unexpected ImportError. Also simplify message formatting: str() is redundant with %s. Also fix test_dash_m_error_code_is_one() in test_cmd_line_script, which was failing because the test package was not in the current directlry, rather the desired ValueError.
-
Serhiy Storchaka yazdı
with time.tzset().
-