summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+2
| * | Closes #21759: URL Typo in Documentation FAQJesus Cea2014-06-161-1/+1
| * | Issue #19362: Tweek len() doc and docstring to expand the indicated range ofTerry Jan Reedy2014-06-162-2/+3
| * | whitespaceTerry Jan Reedy2014-06-161-1/+1
| * | Issue #21686: idlelib/HyperParser.py - Update docstrings and comments andTerry Jan Reedy2014-06-161-80/+84
| * | clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-162-8/+12
| * | document IOBase.__del__'s behavior (closes #21764)Benjamin Peterson2014-06-151-0/+6
| * | url unquote the path before checking if it refers to a CGI script (closes #21...Benjamin Peterson2014-06-153-1/+9
| * | Issue #21742: Set stream to None after closing.Vinay Sajip2014-06-141-0/+1
| * | #5904: Add sentence about the encoding of strftime's result.R David Murray2014-06-131-1/+3
| * | Issue #19493: Backport 6f63fff5c120Zachary Ware2014-06-1332-775/+745
| * | Issue #21726: Remove unnecessary and contextually wrong line.Terry Jan Reedy2014-06-131-3/+0
| * | Issue #12387: Add missing upper(lower)case versions of default Windows keyTerry Jan Reedy2014-06-121-14/+14
| * | #21693 - Fix the broken link for pylons project.Senthil Kumaran2014-06-111-1/+1
| * | Issue #21695: Catch AttributeError created when user closes grep output windowTerry Jan Reedy2014-06-101-23/+31
| * | Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a...Terry Jan Reedy2014-06-102-9/+21
| * | #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-2/+4
| * | Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-094-39/+75
| * | Issue #21683: Add Tix build to the Windows buildbot scripts.Zachary Ware2014-06-083-0/+18
| * | whitespaceTerry Jan Reedy2014-06-081-1/+1
| * | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-081-3/+10
| |\ \
| | * | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-071-3/+10
| * | | make sure the builtin help function doesn't fail when sys.stdin is not a vali...Benjamin Peterson2014-06-083-0/+13
| * | | backed out 86ba41b7bb46 (#18910) for test breakageBenjamin Peterson2014-06-081-35/+36
| * | | document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-082-0/+19
| * | | don't remove self from example code in the HTML output (closes #13223)Benjamin Peterson2014-06-074-2/+64
| * | | specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
| * | | document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-072-0/+5
| * | | allow the keyword else immediately after (no space) an integer (closes #21642)Benjamin Peterson2014-06-073-5/+24
| * | | Updates to Python 2.7 What's New preambleNick Coghlan2014-06-071-39/+133
| |/ /
| * | Issue #18910: test_textView - since all tests require 'gui', make root global.Terry Jan Reedy2014-06-061-36/+35
| * | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-064-4/+11
| * | Issue #18292: s/tkinter/Tkinter/Zachary Ware2014-06-051-1/+1
| * | #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
| * | whitespaceTerry Jan Reedy2014-06-051-1/+1
| * | Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-054-3/+116
| * | Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.Terry Jan Reedy2014-06-053-0/+164
| * | Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.Terry Jan Reedy2014-06-041-1/+1
| * | Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-045-4/+186
| * | Update references to Python docs in the sidebar index.Senthil Kumaran2014-06-031-16/+16
| * | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-032-2/+3
| * | Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-0213-56/+37
| * | Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-024-29/+60
| * | Issue #6181: Fixed errors in tkinter.Listbox docstrings.Serhiy Storchaka2014-06-021-4/+4
| * | Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+14
| * | Issue #19656: Running Python with the -3 option now also warns aboutSerhiy Storchaka2014-06-013-5/+25
| * | Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-012-0/+341
| * | Added missed calls of splitlist().Serhiy Storchaka2014-06-013-9/+7
| * | Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+17
| * | post 2.7.7 version bumpBenjamin Peterson2014-05-311-1/+1