- 23 Aug, 2013 19 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
Patch by Stefan Behnel.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok.
-
Brett Cannon authored
caches. Eliminates the ResoureWarning raised during testing. Patch also independently written by Vajrasky Kok.
-
Brett Cannon authored
-
Brett Cannon authored
-
Victor Stinner authored
context when raising a new KeyError with the original key.
-
Victor Stinner authored
when raising a new KeyError with the original key.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
multiple times.
-
Brett Cannon authored
-
Brett Cannon authored
With importlib getting used more and more, changing __import__ will not work as well as people used to hope as it will potentially bypass importers, etc. It also will not work with importlib.import_module() as it uses "importlib.__import__" (i.e. importlib's implementation of import) directly and not builtins.__import__.
-
Raymond Hettinger authored
-
- 22 Aug, 2013 20 commits
-
-
Tim Peters authored
-
Tim Peters authored
(grafted from 1ea833ecaf5a9d43a886e9e73b4e2551d0d5b548)
-
Richard Oudkerk authored
-
Raymond Hettinger authored
It suffices to keep just one reference when the object is created.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
argument. This is needed for support Tcl/Tk 8.6.
-
Serhiy Storchaka authored
argument. This is needed for support Tcl/Tk 8.6.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
-
Christian Heimes authored
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
R David Murray authored
-
R David Murray authored
This also backs out the previous fixes for for #14360, #1717, and #16564. Those bugs were actually caused by the fact that set_payload didn't decode to str, thus rendering the model inconsistent. This fix does mean the data processed by the encoder functions goes through an extra encode/decode cycle, but it means the model is always consistent. Future API updates will provide a better way to encode payloads, which will bypass this minor de-optimization. Tests by Vajrasky Kok.
-
Victor Stinner authored
-
- 21 Aug, 2013 1 commit
-
-
Victor Stinner authored
-