- 02 Jul, 2013 8 commits
-
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 01 Jul, 2013 17 commits
-
-
Victor Stinner authored
handler when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Victor Stinner authored
when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Christian Heimes authored
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes authored
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes authored
-
Christian Heimes authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Ł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 5 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
-