- 30 Jun, 2013 10 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Also change private dict used as a set to a set.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
-
Vinay Sajip authored
Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Idle code already uses x.delegate instead of x.getdelegate(). The printed report must have been for testing.
-
R David Murray authored
Brett already fixed this in 3.4 in 4f7c25ab2ed2.
-
R David Murray authored
-
- 29 Jun, 2013 20 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Vajrasky Kok, with slight modification to the tests by me.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Christian Heimes authored
u can be NULL, use XDECREF
-
Christian Heimes authored
CID 983309 (#1 of 1): Resource leak (RESOURCE_LEAK) leaked_storage: Variable unicode_str going out of scope leaks the storage it points to.
-
Christian Heimes authored
CID 983315: Resource leak (RESOURCE_LEAK) CID 983316: Resource leak (RESOURCE_LEAK) CID 983317: Resource leak (RESOURCE_LEAK)
-
Christian Heimes authored
CID 983319 (#1 of 2): Resource leak (RESOURCE_LEAK) leaked_storage: Variable substring going out of scope leaks the storage it points to.
-
Christian Heimes authored
CID 983320: Resource leak (RESOURCE_LEAK) CID 983321: Resource leak (RESOURCE_LEAK) leaked_storage: Variable substring going out of scope leaks the storage it points to.
-
Christian Heimes authored
CID 1028068 (#1 of 1): Resource leak (RESOURCE_LEAK) leaked_storage: Variable n going out of scope leaks the storage it points to.
-
Christian Heimes authored
CID 1040362 (#1 of 1): Explicit null dereferenced (FORWARD_NULL) var_deref_op: Dereferencing null pointer _py_decref_tmp.
-
Christian Heimes authored
CID 1040367 (#1 of 1): Resource leak (RESOURCE_LEAK) leaked_storage: Variable u going out of scope leaks the storage it points to.
-
Christian Heimes authored
CID 1040368 (#1 of 1): Resource leak (RESOURCE_LEAK) leaked_storage: Variable substring going out of scope leaks the storage it points to.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Antoine Pitrou authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
replacing warnings.formatwarnings and to reverse replacement of warnings.showwarnings when import is complete and when main function exits. Add test_warning.py. Vinay Sajip provided capture_warnings function.
-
Terry Jan Reedy authored
If buildbots run before next push, test_logging will (temporarily) fail.
-
Ethan Furman authored
-
- 28 Jun, 2013 8 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
replacing redundant signature in input() docstring with one-line summary. Original patch by Terrel Shumway.
-
Ethan Furman authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
We ran into this during the sprits at PyCon and this patch has been sitting on my disk ever since. This just adds some information to the error message that we found useful during debugging. There's no good way to add a test, since the message only got generated via code that we had modified for debugging purposes.
-
R David Murray authored
-
Charles-François Natali authored
applicable.
-
- 27 Jun, 2013 2 commits
-
-
R David Murray authored
-
R David Murray authored
There were no tests for the encoders module. encode_base64 worked because it is the default and so got tested implicitly elsewhere, and we use encode_7or8bit internally, so that worked, too. I previously fixed encode_noop, so this fix means that everythign in the encoders module now works, hopefully correctly. Also added an explicit test for encode_base64.
-