summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | | Patch from Nikolaus Rath.
| * url unquote the path before checking if it refers to a CGI script (closes ↵Benjamin Peterson2014-06-153-1/+9
| | | | | | | | #21766)
| * 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
| | | | | | | | bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
| * #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
| | | | | | | | | | while still being written to. With no console, this closed Idle. Also add missing import and a few other changes.
| * Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where ↵Terry Jan Reedy2014-06-102-9/+21
| | | | | | | | | | | | actual names are not available. Initial patch by Serhiy Storchaka.
| * #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-2/+4
| | | | | | | | Patch by Milan Oberkirch.
| * 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
| |\ | | | | | | | | | Patch by Saimadhav Heblikar. (2 head merge)
| | * Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-071-3/+10
| | | | | | | | | | | | Patch by Saimadhav Heblikar.
| * | make sure the builtin help function doesn't fail when sys.stdin is not a ↵Benjamin Peterson2014-06-083-0/+13
| | | | | | | | | | | | | | | | | | valid file (closes #11709) Original patch by Amaury Forgeot d'Arc with a test by bdettmer.
| * | 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
| | | | | | | | | | | | Patch by Amandine Lee.
| * | don't remove self from example code in the HTML output (closes #13223)Benjamin Peterson2014-06-074-2/+64
| | | | | | | | | | | | Patch by Víctor Terrón.
| * | specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
| | | | | | | | | | | | Patch by εσχατοκυριος.
| * | document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-072-0/+5
| | | | | | | | | | | | Patch by Katherine Busch.
| * | 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
| |/ | | | | | | | | | | | | | | - refers to release PEP for lifecycle information - refers to Python Package Index for migration tools - covers enhancements added in maintenance releases Closes issue #21569
| * Issue #18910: test_textView - since all tests require 'gui', make root global.Terry Jan Reedy2014-06-061-36/+35
| | | | | | | | Subclass TextViewer to add mock methods instead of monkey-patching it.
| * 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
| | | | | | | | Patch contributed by Auke Willem Oosterhoff.
| * 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
| | | | | | | | This changeset also includes cleanup allowed by this behavior change.
| * Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-024-29/+60
| | | | | | | | bbox(), curselection() and get().
| * Issue #6181: Fixed errors in tkinter.Listbox docstrings.Serhiy Storchaka2014-06-021-4/+4
| | | | | | | | Based on patch by Guilherme Polo.
| * 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
| | | | | | | | non-ascii bytes literals.
| * 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
| | | | | | | | 2.7 and 3.4. Original patch by Saimadhav Heblikar.
| * post 2.7.7 version bumpBenjamin Peterson2014-05-311-1/+1
| |
| * backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-315-2/+403
| | | | | | | | Backport by Alex Gaynor.
| * give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
| |
| * merge 2.7.7 release branchBenjamin Peterson2014-05-317-8/+22
| |\
| | * Added tag v2.7.7 for changeset f89216059edfBenjamin Peterson2014-05-311-0/+1
| | |
| | * fix news headerv2.7.7Benjamin Peterson2014-05-311-2/+2
| | |