Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | clarify when the list of subdirectories is read (closes #13779) | Benjamin Peterson | 2014-06-16 | 2 | -8/+12 | |
| | | ||||||
| * | document IOBase.__del__'s behavior (closes #21764) | Benjamin Peterson | 2014-06-15 | 1 | -0/+6 | |
| | | | | | | | | Patch from Nikolaus Rath. | |||||
| * | url unquote the path before checking if it refers to a CGI script (closes ↵ | Benjamin Peterson | 2014-06-15 | 3 | -1/+9 | |
| | | | | | | | | #21766) | |||||
| * | Issue #21742: Set stream to None after closing. | Vinay Sajip | 2014-06-14 | 1 | -0/+1 | |
| | | ||||||
| * | #5904: Add sentence about the encoding of strftime's result. | R David Murray | 2014-06-13 | 1 | -1/+3 | |
| | | ||||||
| * | Issue #19493: Backport 6f63fff5c120 | Zachary Ware | 2014-06-13 | 32 | -775/+745 | |
| | | ||||||
| * | Issue #21726: Remove unnecessary and contextually wrong line. | Terry Jan Reedy | 2014-06-13 | 1 | -3/+0 | |
| | | ||||||
| * | Issue #12387: Add missing upper(lower)case versions of default Windows key | Terry Jan Reedy | 2014-06-12 | 1 | -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 Kumaran | 2014-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | Issue #21695: Catch AttributeError created when user closes grep output window | Terry Jan Reedy | 2014-06-10 | 1 | -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 Reedy | 2014-06-10 | 2 | -9/+21 | |
| | | | | | | | | | | | | actual names are not available. Initial patch by Serhiy Storchaka. | |||||
| * | #20903: clarify what happens when an smtp connection timeout occurs. | R David Murray | 2014-06-09 | 1 | -2/+4 | |
| | | | | | | | | Patch by Milan Oberkirch. | |||||
| * | Issue #21310: Fixed possible resource leak in failed open(). | Serhiy Storchaka | 2014-06-09 | 4 | -39/+75 | |
| | | ||||||
| * | Issue #21683: Add Tix build to the Windows buildbot scripts. | Zachary Ware | 2014-06-08 | 3 | -0/+18 | |
| | | ||||||
| * | whitespace | Terry Jan Reedy | 2014-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. | Terry Jan Reedy | 2014-06-08 | 1 | -3/+10 | |
| |\ | | | | | | | | | | Patch by Saimadhav Heblikar. (2 head merge) | |||||
| | * | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. | Terry Jan Reedy | 2014-06-07 | 1 | -3/+10 | |
| | | | | | | | | | | | | Patch by Saimadhav Heblikar. | |||||
| * | | make sure the builtin help function doesn't fail when sys.stdin is not a ↵ | Benjamin Peterson | 2014-06-08 | 3 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | valid file (closes #11709) Original patch by Amaury Forgeot d'Arc with a test by bdettmer. | |||||
| * | | backed out 86ba41b7bb46 (#18910) for test breakage | Benjamin Peterson | 2014-06-08 | 1 | -35/+36 | |
| | | | ||||||
| * | | document TokenError and unclosed expression behavior (closes #12063) | Benjamin Peterson | 2014-06-08 | 2 | -0/+19 | |
| | | | | | | | | | | | | Patch by Amandine Lee. | |||||
| * | | don't remove self from example code in the HTML output (closes #13223) | Benjamin Peterson | 2014-06-07 | 4 | -2/+64 | |
| | | | | | | | | | | | | Patch by Víctor Terrón. | |||||
| * | | specify that getuid() returns the real uid (closes #10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch by εσχατοκυριος. | |||||
| * | | document the compress_level argument to tarfile.open (closes #21404) | Benjamin Peterson | 2014-06-07 | 2 | -0/+5 | |
| | | | | | | | | | | | | Patch by Katherine Busch. | |||||
| * | | allow the keyword else immediately after (no space) an integer (closes #21642) | Benjamin Peterson | 2014-06-07 | 3 | -5/+24 | |
| | | | ||||||
| * | | Updates to Python 2.7 What's New preamble | Nick Coghlan | 2014-06-07 | 1 | -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 Reedy | 2014-06-06 | 1 | -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.1h | Zachary Ware | 2014-06-06 | 4 | -4/+11 | |
| | | ||||||
| * | Issue #18292: s/tkinter/Tkinter/ | Zachary Ware | 2014-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | #21653: fix doc for return type of sqlite3.Row.keys(). | R David Murray | 2014-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | whitespace | Terry Jan Reedy | 2014-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | Issue #18910: Add unittest for textView. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-05 | 4 | -3/+116 | |
| | | ||||||
| * | Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. | Terry Jan Reedy | 2014-06-05 | 3 | -0/+164 | |
| | | ||||||
| * | Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger. | Terry Jan Reedy | 2014-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-04 | 5 | -4/+186 | |
| | | ||||||
| * | Update references to Python docs in the sidebar index. | Senthil Kumaran | 2014-06-03 | 1 | -16/+16 | |
| | | | | | | | | Patch contributed by Auke Willem Oosterhoff. | |||||
| * | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. | Terry Jan Reedy | 2014-06-03 | 2 | -2/+3 | |
| | | ||||||
| * | Issue #18492: Allow all resources when tests are not run by regrtest.py. | Zachary Ware | 2014-06-02 | 13 | -56/+37 | |
| | | | | | | | | This changeset also includes cleanup allowed by this behavior change. | |||||
| * | Issue #6181: Fixed minor bugs in tkinter.Listbox methods: | Serhiy Storchaka | 2014-06-02 | 4 | -29/+60 | |
| | | | | | | | | bbox(), curselection() and get(). | |||||
| * | Issue #6181: Fixed errors in tkinter.Listbox docstrings. | Serhiy Storchaka | 2014-06-02 | 1 | -4/+4 | |
| | | | | | | | | Based on patch by Guilherme Polo. | |||||
| * | Updated logging HOWTO section on optimization. | Vinay Sajip | 2014-06-01 | 1 | -0/+14 | |
| | | ||||||
| * | Issue #19656: Running Python with the -3 option now also warns about | Serhiy Storchaka | 2014-06-01 | 3 | -5/+25 | |
| | | | | | | | | non-ascii bytes literals. | |||||
| * | Issue #21605: Added tests for Tkinter images. | Serhiy Storchaka | 2014-06-01 | 2 | -0/+341 | |
| | | ||||||
| * | Added missed calls of splitlist(). | Serhiy Storchaka | 2014-06-01 | 3 | -9/+7 | |
| | | ||||||
| * | Issue #21477: Update htest docstring and remove extraneous differences between | Terry Jan Reedy | 2014-06-01 | 1 | -9/+17 | |
| | | | | | | | | 2.7 and 3.4. Original patch by Saimadhav Heblikar. | |||||
| * | post 2.7.7 version bump | Benjamin Peterson | 2014-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) | Benjamin Peterson | 2014-05-31 | 5 | -2/+403 | |
| | | | | | | | | Backport by Alex Gaynor. | |||||
| * | give the correct fixer name (closes #21604) | Benjamin Peterson | 2014-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | merge 2.7.7 release branch | Benjamin Peterson | 2014-05-31 | 7 | -8/+22 | |
| |\ | ||||||
| | * | Added tag v2.7.7 for changeset f89216059edf | Benjamin Peterson | 2014-05-31 | 1 | -0/+1 | |
| | | | ||||||
| | * | fix news headerv2.7.7 | Benjamin Peterson | 2014-05-31 | 1 | -2/+2 | |
| | | |