- 18 Sep, 2014 1 commit
-
-
Senthil Kumaran authored
focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
-
- 17 Sep, 2014 1 commit
-
-
Senthil Kumaran authored
-
- 16 Sep, 2014 1 commit
-
-
Guido van Rossum authored
combined with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
- 15 Sep, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 14 Sep, 2014 3 commits
-
-
Serhiy Storchaka authored
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-
Serhiy Storchaka authored
Simplified existing detections of Unicode-disabled build.
-
Serhiy Storchaka authored
-
- 13 Sep, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 12 Sep, 2014 1 commit
-
-
Steve Dower authored
Fix build_tkinter.py. Update msi.py to use environment vars and correct tcl/tk paths. Update msilib.py to generate short names for files with multiple dots in the name.
-
- 11 Sep, 2014 6 commits
-
-
Victor Stinner authored
Fix the warning: "test_support.TESTFN was modified by test_distutils".
-
Serhiy Storchaka authored
character instead of truncate it. Based on patch by Victor Stinner.
-
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.
-