- 25 Ock, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
towards zero
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
- 24 Ock, 2014 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
On Windows os.open() error message doesn't contain file name.
-
Benjamin Peterson yazdı
-
Nick Coghlan yazdı
- Alex J Burke noticed a debugging raise in the commit that fixed the original bug reported in issue 20317 - this showed that multiple iterations through the affected loop wasn't actually being tested
-
Benjamin Peterson yazdı
-
- 23 Ock, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
representation in Tcl and Python.
-
Serhiy Storchaka yazdı
These files have shebangs and executable bits in the libffi distribution.
-
Serhiy Storchaka yazdı
It tests the convertion Tcl values to Python values when Tcl calls a command implemented on Python. Currently all values are passed as strings.
-
Terry Jan Reedy yazdı
Original patches by Edmond Burnett and Kent Johnson.
-
- 22 Ock, 2014 4 kayıt (commit)
-
-
Nick Coghlan 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ı
Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka.
-
Florent Xicluna yazdı
-
- 21 Ock, 2014 10 kayıt (commit)
-
-
Stefan Krah 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.
-
Zachary Ware yazdı
for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo.
-
Georg Brandl yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
time.perf_counter() Move also the unit test at the end.
-
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 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
ZIP file or too long ZIP file comment is truncated.
-
Serhiy Storchaka yazdı
-
Stefan Krah yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Nikolaus Rath.
-
- 19 Ock, 2014 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Nikolaus Rath.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 18 Ock, 2014 5 kayıt (commit)
-
-
R David Murray yazdı
I didn't realize LC_ALL was an override, and I should have. I tried to make a test, but it is not clear that the LC variables actually affect the strings that uuid is using to parse the command output.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
tarfile open functions.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
write complete output on close.
-