- 14 Mar, 2016 17 commits
-
-
Victor Stinner authored
Fix regex for parse a pointer address.
-
Victor Stinner authored
-
Victor Stinner authored
Ignore pip warning in test_venv.test_with_venv().
-
Victor Stinner authored
Fix a warning on Windows 64-bit.
-
Victor Stinner authored
It's more to fix a conversion warning during compilation, I don't think that Windows support current working directory larger than 2 GB ...
-
Victor Stinner authored
-
Victor Stinner authored
Issue #17758: Skip test_site if site.USER_SITE directory doesn't exist and cannot be created.
-
Victor Stinner authored
On 32-bit system, only 4 bytes after dumped for the tail.
-
Victor Stinner authored
Pointers are formatted differently.
-
Victor Stinner authored
The first instruction of tracemalloc_add_trace() is traceback_new() which already checks the GIL.
-
Victor Stinner authored
Issue #26558: If Py_FatalError() is called without the GIL, don't try to print the current exception, nor try to flush stdout and stderr: only dump the traceback of Python threads.
-
Victor Stinner authored
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 authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
in BaseHTTPRequestHandler Initial patch by karlcow.
-
Berker Peksag authored
-
Berker Peksag authored
-
- 13 Mar, 2016 8 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 12 Mar, 2016 9 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
Tamás Bence Gedai.
-
Serhiy Storchaka authored
Tamás Bence Gedai.
-
Victor Stinner authored
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 6 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #13305: Always test datetime.datetime.strftime("%4Y") for years < 1900.
-
Berker Peksag authored
Patch by Dmitry Shachnev.
-
Victor Stinner authored
Issue #26323: Add assert_called() and assert_called_once() methods to unittest.mock.Mock.
-
Berker Peksag authored
Patch by Dmitry Shachnev.
-