- 08 Dec, 2012 10 commits
-
-
Antoine Pitrou authored
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue.
-
Antoine Pitrou authored
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue.
-
Andrew Svetlov authored
Patch by Steven Kryskalla.
-
Andrew Svetlov authored
Patch by Steven Kryskalla.
-
Nick Coghlan authored
-
Nick Coghlan authored
- not allowed when implicitly re-raised the current exception - last exception raised is always displayed last - attempt to make it clearer when/if cause and context are shown
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 06 Dec, 2012 2 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
- 05 Dec, 2012 4 commits
-
-
Andrew Svetlov authored
Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
- 04 Dec, 2012 2 commits
-
-
Andrew Svetlov authored
Patch by Ilya Sandler.
-
Andrew Svetlov authored
Patch by Ilya Sandler.
-
- 03 Dec, 2012 10 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
Victor Stinner authored
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
- 02 Dec, 2012 12 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Christian Heimes authored
-
Christian Heimes authored
-