- 01 Jul, 2013 9 commits
-
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
segfault inside the _pickle C extension.
-
Christian Heimes authored
segfault inside the _pickle C extension.
-
Christian Heimes authored
any bytes-like object, e.g. memoryview. Original patch by Jonas Borgström.
-
Terry Jan Reedy authored
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
-
Terry Jan Reedy authored
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
-
- 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 1 commit
-
-
Terry Jan Reedy authored
-