- 16 Jun, 2013 12 commits
-
-
Brett Cannon authored
loaders where C code provides the loaded module.
-
Brett Cannon authored
-
Brett Cannon authored
conform the the InspectLoader ABC. Perk of this is that runpy/-m can now work with namespace packages.
-
Brett Cannon authored
-
Brett Cannon authored
To make sure there is no issue with code that is both Python 2 and 3 compatible, there are no plans to remove the module any sooner than Python 4 (unless the community moves to Python 3 solidly before then).
-
Andrew Kuchling authored
-
Andrew Kuchling authored
Also, improve some docstring descriptions of the 'errors' parameter. Closes #14015.
-
Brett Cannon authored
-
Brett Cannon authored
-
Gregory P. Smith authored
exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
-
- 15 Jun, 2013 28 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Andrew Kuchling authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Andrew Kuchling authored
Reported by Atsuo Ishimoto.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Andrew Kuchling authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
source_from_cache(), finishing the work introduced in changset 4134:9cacdb9d0c59.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
module and not as a definition of what an enumeration is.
-
Victor Stinner authored
-
Victor Stinner authored
The new API require more discussion.
-