- 11 Sep, 2014 4 commits
-
-
Serhiy Storchaka authored
empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
-
Serhiy Storchaka authored
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
-
doko@ubuntu.com authored
Update zlib file names for the PC installers
-
doko@ubuntu.com authored
-
- 10 Sep, 2014 2 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
- 06 Sep, 2014 2 commits
-
-
Serhiy Storchaka authored
First letter no longer is stripped from the "status" key in the result of Treeview.heading().
-
Serhiy Storchaka authored
a pipe in _ipconfig_getnode().
-
- 05 Sep, 2014 10 commits
-
-
Ned Deily authored
because the Doc Makefile has been changed to no longer download sphinx and its dependencies, build-installer.py now requires that there be an externally-supplied sphinx-build available.
-
Ned Deily authored
as of 2.7.9, doc builds require an externally installed sphinx-build like 3.4+ builds do.
-
Serhiy Storchaka authored
next() function).
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Victor Stinner authored
The progress bar helps a lot to analyze noisy buildbot logs, to find quickly where errors occurred.
-
Serhiy Storchaka authored
* Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. This affects compile(), eval() and exec() too. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment.
-
Benjamin Peterson authored
Users are now required to install Sphinx themselves as is already the case with the Python 3 branch.
-
Benjamin Peterson authored
-
- 04 Sep, 2014 3 commits
-
-
Alex Gaynor authored
-
Alex Gaynor authored
Backport from default.
-
Benjamin Peterson authored
-
- 02 Sep, 2014 1 commit
-
-
- 03 Sep, 2014 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 01 Sep, 2014 1 commit
-
-
Ned Deily authored
Original patch by Josh Lynn.
-
- 31 Aug, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 30 Aug, 2014 1 commit
-
-
R David Murray authored
Without this reset, starttls would fail if a connect/starttls was done after a quit, because smtplib assumed the existing value of emspt_features was accurate, but it gets reset when starttls completes (and the new value does not contain the starttls capability, since tls is already started at that point). (There may be additional places where this lack of reset was an issue as well.) Patch by Milan Oberkirch.
-
- 28 Aug, 2014 5 commits
-
-
Benjamin Peterson authored
Patch from Alex Gaynor.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Aug, 2014 1 commit
-
-
Stefan Krah authored
-
- 24 Aug, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Brian Kearns.
-
Serhiy Storchaka authored
window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function.
-
Ned Deily authored
-