- 14 Mar, 2016 6 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26516: * Add PYTHONMALLOC environment variable to set the Python memory allocators and/or install debug hooks. * PyMem_SetupDebugHooks() can now also be used on Python compiled in release mode. * The PYTHONMALLOCSTATS environment variable can now also be used on Python compiled in release mode. It now has no effect if set to an empty string. * In debug mode, debug hooks are now also installed on Python memory allocators when Python is configured without pymalloc.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
in BaseHTTPRequestHandler Initial patch by karlcow.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 13 Mar, 2016 8 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 12 Mar, 2016 9 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
Tamás Bence Gedai.
-
Serhiy Storchaka yazdı
Tamás Bence Gedai.
-
Victor Stinner yazdı
Revert: "Always test datetime.strftime("%4Y") Issue #13305: Always test datetime.datetime.strftime("%4Y") for years < 1900." In fact, strftime("%4Y") fails on most platforms.
-
- 11 Mar, 2016 10 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #13305: Always test datetime.datetime.strftime("%4Y") for years < 1900.
-
Berker Peksag yazdı
Patch by Dmitry Shachnev.
-
Victor Stinner yazdı
Issue #26323: Add assert_called() and assert_called_once() methods to unittest.mock.Mock.
-
Berker Peksag yazdı
Patch by Dmitry Shachnev.
-
Berker Peksag yazdı
NotImplementedError instead of ImportError.
-
Berker Peksag yazdı
NotImplementedError instead of ImportError.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
multipliers, not final sizes. Explain y default for .zoom and .subsample. Initial patch by Serhiy Storchaka.
-
- 09 Mar, 2016 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* add link to PYTHONMALLOCSTATS env var * add parameters to PyMem macros like PyMem_MALLOC() * fix PyMem_SetupDebugHooks(): add Calloc functions * add some newlines for readability
-
Serhiy Storchaka yazdı
-
- 10 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Tamás Bence Gedai.
-
- 09 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Added few missed tests for configure options.
-
- 08 Mar, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-