- 27 Jan, 2014 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patch by Serhiy Storchaka.
-
- 26 Jan, 2014 3 commits
-
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
- 25 Jan, 2014 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
SimpleHTTPServer, imghdr, mailcap, mimetypes, xml.etree.
-
Benjamin Peterson authored
-
- 24 Jan, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Jan, 2014 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
string representation in Tcl and Python.
-
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.
-
Richard Oudkerk authored
running to cope with possibility of gc running just after fork. (Backport from 3.x.)
-
- 22 Jan, 2014 4 commits
-
-
Stefan Krah 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 3.x bytes (which is why 5). Based on patch by Serhiy Storchaka.
-
Florent Xicluna authored
-
- 21 Jan, 2014 6 commits
-
-
Stefan Krah authored
-
Terry Jan Reedy authored
Initial patch by Roger Serwy.
-
Georg Brandl authored
-
Terry Jan Reedy authored
I do not expect a problem in 2.7, but backported this anyway, 'in case'.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
For 2.7 backport, fix get_arg_spec as needed to make expanded tests pass.
-
- 20 Jan, 2014 3 commits
-
-
Serhiy Storchaka authored
ZIP file or too long ZIP file comment is truncated.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
- 19 Jan, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 18 Jan, 2014 5 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
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 17 Jan, 2014 2 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
locale-depending str.lower() in locale.normalize().
-
- 16 Jan, 2014 2 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
-