- 14 May, 2011 21 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
Issue #6378: Further adjust idle.bat to start associated Python
-
Kurt B. Kaiser authored
-
Nadeem Vawda authored
Also, make sure that test_zlib tests decompress() for overly-large inputs.
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 May, 2011 6 commits
-
-
Victor Stinner authored
a smarter "py-bt" command printing a classic Python traceback.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 12 May, 2011 6 commits
-
-
Antoine Pitrou authored
on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again).
-
Antoine Pitrou authored
on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again).
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
_tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes. Don't use tkinter.messagebox.Message - use the helper functions which convert to str.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 11 May, 2011 6 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd().
-
Senthil Kumaran authored
bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly.
-
- 10 May, 2011 1 commit
-
-
Victor Stinner authored
-