- 25 Jan, 2014 4 commits
-
-
Serhiy Storchaka authored
http.server, imghdr, mailcap, mimetypes, xml.etree.
-
Victor Stinner authored
towards zero
-
Eric V. Smith authored
-
Benjamin Peterson authored
-
- 24 Jan, 2014 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
On Windows os.open() error message doesn't contain file name.
-
Benjamin Peterson authored
-
Nick Coghlan authored
- 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 authored
-
- 23 Jan, 2014 4 commits
-
-
Serhiy Storchaka authored
representation in Tcl and Python.
-
Serhiy Storchaka authored
These files have shebangs and executable bits in the libffi distribution.
-
Serhiy Storchaka authored
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 authored
Original patches by Edmond Burnett and Kent Johnson.
-
- 22 Jan, 2014 4 commits
-
-
Nick Coghlan 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
Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka.
-
Florent Xicluna authored
-
- 21 Jan, 2014 10 commits
-
-
Stefan Krah 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.
-
Zachary Ware authored
for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo.
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
time.perf_counter() Move also the unit test at the end.
-
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 5 commits
-
-
Serhiy Storchaka authored
ZIP file or too long ZIP file comment is truncated.
-
Serhiy Storchaka authored
-
Stefan Krah authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
- 19 Jan, 2014 4 commits
-
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 18 Jan, 2014 4 commits
-
-
R David Murray authored
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 authored
-
Serhiy Storchaka authored
tarfile open functions.
-
Serhiy Storchaka authored
-