- 24 Aug, 2013 4 commits
-
-
Nick Coghlan authored
Patch by Michele Orrù.
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
Do we need a fallback implementation of getcwd() from 1991 that claims to support "really old Unix systems"? I don't think so.
-
- 23 Aug, 2013 21 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Antoine Pitrou 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 15 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.
-