- 10 Şub, 2012 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 09 Şub, 2012 11 kayıt (commit)
-
-
Éric Araujo yazdı
- 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 yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Petri Lehtinen yazdı
Closes #13921.
-
Éric Araujo yazdı
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 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 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-