- 12 Şub, 2012 2 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
-
- 09 Şub, 2012 6 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #13921.
-
Senthil Kumaran yazdı
Issue #9021 - Introduce copy module better in the docs.
-
Senthil Kumaran yazdı
Reedy.
-
Senthil Kumaran yazdı
Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method.
-
Senthil Kumaran yazdı
where relevant, instead send method.
-
Brett Cannon yazdı
-
- 08 Şub, 2012 20 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
__file__ being an absolute path when the module is found in the current directory.
-
Brett Cannon yazdı
importlib._bootstrap._setup().
-
Brett Cannon yazdı
function.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
can't be called reliably from a worker thread.
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
can't be called reliably from a worker thread.
-
Charles-François Natali yazdı
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 yazdı
with a subsecond resolution
-
Victor Stinner yazdı
debugging
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Remove also duplicate functions in the "os" module section
-
Victor Stinner yazdı
-
- 07 Şub, 2012 6 kayıt (commit)
-
-
Victor Stinner yazdı
to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between 0.5 ms and 15 ms).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Brett Cannon yazdı
Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 06 Şub, 2012 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Charles-François Natali yazdı
be consistent with other functions accepting file descriptors (fdlistdir() was added in 3.3, so hasn't been released yet).
-
Benjamin Peterson yazdı
-