- 21 Jan, 2014 19 commits
-
-
Victor Stinner authored
PollSelector. This change is not really required in Python 3.4, since select.epoll.poll() now rounds also correctly the timeout. But Guido van Rossum prefers to have exactly the same selectors.py file in CPython and Tulip projects: "it's not harmful".
-
Victor Stinner authored
building an item if the build of a previous item failed.
-
Zachary Ware authored
-
Zachary Ware authored
for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo.
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
Pending Clinic/inspect changes will probably require change to this file.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Antoine Pitrou authored
-
Victor Stinner authored
instead of time.perf_counter()
-
Victor Stinner authored
time.perf_counter() Move also the unit test at the end.
-
Victor Stinner authored
zero, instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero. Move also a test in test_epoll which was moved by my previous merge.
-
Victor Stinner authored
zero, instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero.
-
Victor Stinner authored
instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero.
-
- 20 Jan, 2014 16 commits
-
-
Victor Stinner authored
Logger.log() is "slow", logger.isEnabledFor() is faster and the logger is disabled in most cases. A microbenchmark executing 100,000 dummy tasks is 22% faster with this change.
-
Serhiy Storchaka authored
ZIP file or too long ZIP file comment is truncated.
-
Serhiy Storchaka authored
ZIP file or too long ZIP file comment is truncated.
-
Serhiy Storchaka authored
Removed backward compatibility alias curses.window.nooutrefresh which should be removed in 2.3.
-
Serhiy Storchaka authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Gregory P. Smith authored
@expectedFailure successful if they pass.
-
Gregory P. Smith authored
additional bits set (such as the setgid or sticky bits).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
- 19 Jan, 2014 5 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
to None.
-
Larry Hastings authored
__init__ functions.
-
Larry Hastings authored
value of c_default and py_default with a class member.
-
Benjamin Peterson authored
-