- 22 Ock, 2014 7 kayıt (commit)
-
-
Zachary Ware yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
completely redundant. After 16638 patch, CallTips.get_argspec trims over-long signature strings as well as docstring lines.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka.
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
- 21 Ock, 2014 26 kayıt (commit)
-
-
R David Murray yazdı
Fleshed out Christian's placeholder for the new ssl methods.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Initial patch by Roger Serwy.
-
Serhiy Storchaka yazdı
cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters.
-
Serhiy Storchaka yazdı
cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters.
-
Victor Stinner yazdı
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 yazdı
building an item if the build of a previous item failed.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
Pending Clinic/inspect changes will probably require change to this file.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
instead of time.perf_counter()
-
Victor Stinner yazdı
time.perf_counter() Move also the unit test at the end.
-
Victor Stinner yazdı
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 yazdı
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 yazdı
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 Ock, 2014 7 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
ZIP file or too long ZIP file comment is truncated.
-
Serhiy Storchaka yazdı
ZIP file or too long ZIP file comment is truncated.
-
Serhiy Storchaka yazdı
Removed backward compatibility alias curses.window.nooutrefresh which should be removed in 2.3.
-
Serhiy Storchaka yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-