- 18 Mar, 2016 3 commits
-
-
Brett Cannon authored
configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch.
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by SilentGhost.
-
- 17 Mar, 2016 5 commits
-
-
Steve Dower authored
-
Ned Deily authored
files cannot be written.
-
Donald Stufft authored
-
Donald Stufft authored
-
Victor Stinner authored
Issue #26569: Fix pyclbr.readmodule() and pyclbr.readmodule_ex() to support importing packages.
-
- 18 Mar, 2016 1 commit
-
-
Martin Panter authored
-
- 16 Mar, 2016 2 commits
-
-
Victor Stinner authored
Issue #26563: Py_FatalError: disable faulthandler before trying to flush sys.stdout and sys.stderr.
-
Victor Stinner authored
Issue #26563: Replace PyMem_Malloc() with PyMem_RawFree() since PostToQueueCallback() calls PyMem_RawFree() (previously PyMem_Free()) in a new C thread which doesn't hold the GIL.
-
- 17 Mar, 2016 1 commit
-
-
Martin Panter authored
-
- 15 Mar, 2016 2 commits
-
-
Victor Stinner authored
Issue #26564. Cleanup the code, lineno is never negative.
-
Victor Stinner authored
Issue #26558.
-
- 14 Mar, 2016 1 commit
-
-
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.
-
- 15 Mar, 2016 2 commits
-
-
Antoine Pitrou authored
-
Robert Collins authored
Patch from Victor van den Elzen.
-
- 14 Mar, 2016 4 commits
-
-
Victor Stinner authored
Ignore pip warning in test_venv.test_with_venv().
-
Victor Stinner authored
Issue #17758: Skip test_site if site.USER_SITE directory doesn't exist and cannot be created.
-
Serhiy Storchaka authored
-
Berker Peksag authored
-
- 13 Mar, 2016 4 commits
-
-
Ezio Melotti authored
-
Raymond Hettinger 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
-
- 12 Mar, 2016 4 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
Tamás Bence Gedai.
-
- 11 Mar, 2016 4 commits
-
-
Victor Stinner authored
-
Berker Peksag authored
Patch by Dmitry Shachnev.
-
Berker Peksag authored
NotImplementedError instead of ImportError.
-
Terry Jan Reedy authored
multipliers, not final sizes. Explain y default for .zoom and .subsample. Initial patch by Serhiy Storchaka.
-
- 09 Mar, 2016 2 commits
-
-
Victor Stinner authored
* 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 authored
Added few missed tests for configure options.
-
- 08 Mar, 2016 5 commits
-
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
Force clean of externals on buildbots.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-