- 04 Feb, 2015 3 commits
-
-
Victor Stinner authored
Just try to be consistent: _debug was already used in some places, and always used in BaseProactorEventLoop.
-
Gregory P. Smith authored
to end up in distutils CFLAGS.
-
Gregory P. Smith authored
interpreter under test is being run in an environment that requires the use of environment variables such as PYTHONHOME in order to function at all. Adds a private test.script_helper._interpreter_requires_environment() function to be used with @unittest.skipIf on stdlib test methods requiring this.
-
- 03 Feb, 2015 3 commits
-
-
Victor Stinner authored
-
Berker Peksag authored
Patch by Martin Panter.
-
Serhiy Storchaka authored
prevent corrupting exported buffer.
-
- 02 Feb, 2015 17 commits
-
-
Serhiy Storchaka authored
Used PyMem_New to check overflow.
-
Serhiy Storchaka authored
Used PyMem_New to check overflow.
-
Serhiy Storchaka authored
and PyObject_AsWriteBuffer().
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
Don't use yield/yield-from in an except block of a generator. Store the exception and handle it outside the except block.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Feb, 2015 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
-
Stefan Krah authored
are required.
-
Stefan Krah authored
-
Vinay Sajip authored
-
- 31 Jan, 2015 3 commits
-
-
Steve Dower authored
-
Victor Stinner authored
At entry, save or swap the exception state even if PyEval_EvalFrameEx() is called with throwflag=0. At exit, the exception state is now always restored or swapped, not only if why is WHY_YIELD or WHY_RETURN. Patch co-written with Antoine Pitrou.
-
Serhiy Storchaka authored
Patch by Bohuslav Kabrda.
-
- 30 Jan, 2015 3 commits
-
-
R David Murray authored
-
Victor Stinner authored
-
Victor Stinner authored
transport was closed. The check broken a Tulip example and this limitation is arbitrary. Check if _proc is None should be enough. Enhance also close(): do nothing when called the second time.
-
- 29 Jan, 2015 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
the lack of timeout parameter for locks and queues.
-
Victor Stinner authored
-