- 22 Jan, 2014 12 commits
-
-
Larry Hastings authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Victor Stinner authored
logger.log() is now responsible to format the timeout. It might be faster if the log is disabled for DEBUG level, but it's also more readable and fix an issue with Python 2.6 in the Trollius project.
-
Larry Hastings authored
docstring for __new__ and __init__, and always use "goto exit" instead of returning "NULL" for failure to parse (as _new__ and __init__ return ints).
-
Zachary Ware authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
completely redundant. After 16638 patch, CallTips.get_argspec trims over-long signature strings as well as docstring lines.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka.
-
Florent Xicluna authored
-
Florent Xicluna authored
-
- 21 Jan, 2014 26 commits
-
-
R David Murray authored
Fleshed out Christian's placeholder for the new ssl methods.
-
Stefan Krah authored
-
Stefan Krah authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Initial patch by Roger Serwy.
-
Serhiy Storchaka authored
cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters.
-
Serhiy Storchaka authored
cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters.
-
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 2 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.
-