- 23 Agu, 2013 18 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Stefan Behnel.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok.
-
Brett Cannon yazdı
caches. Eliminates the ResoureWarning raised during testing. Patch also independently written by Vajrasky Kok.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Victor Stinner yazdı
context when raising a new KeyError with the original key.
-
Victor Stinner yazdı
when raising a new KeyError with the original key.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
multiple times.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
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 yazdı
-
- 22 Agu, 2013 20 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
(grafted from 1ea833ecaf5a9d43a886e9e73b4e2551d0d5b548)
-
Richard Oudkerk yazdı
-
Raymond Hettinger yazdı
It suffices to keep just one reference when the object is created.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
argument. This is needed for support Tcl/Tk 8.6.
-
Serhiy Storchaka yazdı
argument. This is needed for support Tcl/Tk 8.6.
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
-
Christian Heimes yazdı
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
-
- 21 Agu, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-