- 24 Aug, 2013 13 commits
-
-
Vinay Sajip authored
Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default.
-
Richard Oudkerk authored
-
Eli Bendersky authored
-
Eli Bendersky authored
The return value of close() is not always a toplevel element. It depends on what the underlying target returns. By default, TreeBuilder returns the toplevel document element.
-
Tim Peters authored
-
Tim Peters authored
(grafted from 23181bf411a16287a0a54e910fc0f9ecd2764bf0)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
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 6 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
-