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