- 09 Feb, 2012 3 commits
-
-
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 10 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Charles-François Natali authored
be consistent with other functions accepting file descriptors (fdlistdir() was added in 3.3, so hasn't been released yet).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
Reported by David-Sarah Hopwood on the Bitbucket bug tracker of Tarek’s former verlib/distutils.version project.
-
Ned Deily authored
-
- 05 Feb, 2012 1 commit
-
-
Ned Deily authored
-