- 10 Feb, 2012 2 commits
-
-
Éric Araujo authored
The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs with distutils2 in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in p7g.markers). Other remaining uses are found in p7g.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn’t be my fault :)
-
Éric Araujo authored
-
- 09 Feb, 2012 11 commits
-
-
Éric Araujo authored
- Change the fixers used in tests to something not provided by lib2to3 - Test conversion of doctests in text files - Factor out test boilerplate into a common method
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Petri Lehtinen authored
Closes #13921.
-
Éric Araujo authored
This fixes a regression from distutils, where “setup.py --help-commands” prints out commands grouped by topic (i.e. building vs. installing), which is more useful than using sorted.
-
Senthil Kumaran authored
Issue #9021 - Introduce copy module better in the docs.
-
Senthil Kumaran authored
Reedy.
-
Senthil Kumaran authored
Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method.
-
Senthil Kumaran authored
where relevant, instead send method.
-
Brett Cannon authored
-
- 08 Feb, 2012 20 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
__file__ being an absolute path when the module is found in the current directory.
-
Brett Cannon authored
importlib._bootstrap._setup().
-
Brett Cannon authored
function.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek.
-
Victor Stinner authored
-
Victor Stinner authored
-
Charles-François Natali authored
can't be called reliably from a worker thread.
-
Victor Stinner authored
-
Charles-François Natali authored
can't be called reliably from a worker thread.
-
Charles-François Natali authored
sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two listeners can't bind to the same socket/pipe (or any existing socket/pipe).
-
Victor Stinner authored
with a subsecond resolution
-
Victor Stinner authored
debugging
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Remove also duplicate functions in the "os" module section
-
Victor Stinner authored
-
- 07 Feb, 2012 6 commits
-
-
Victor Stinner authored
to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between 0.5 ms and 15 ms).
-
Victor Stinner authored
-
Victor Stinner authored
-
Brett Cannon authored
Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used.
-
Brett Cannon authored
-
Brett Cannon authored
-
- 06 Feb, 2012 1 commit
-
-
Vinay Sajip authored
-