Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | properly decref the return value of close() | Benjamin Peterson | 2014-07-05 | 1 | -3/+5 | |
| | | ||||||
* | | Issue #21151: Fixed a segfault in the _winreg module. | Zachary Ware | 2014-07-03 | 3 | -2/+20 | |
| | | | | | | | | | | | | | | When ``None`` was passed as a ``REG_BINARY`` value to SetValueEx, PyMem_DEL was called on an uninitialized buffer. Patch by John Ehresman. (Also an incidental typo fix in a comment in test_winreg) | |||||
* | | Fix guidance for subclassing collections.Set() | Raymond Hettinger | 2014-07-02 | 2 | -2/+2 | |
| | | ||||||
* | | Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, | Victor Stinner | 2014-07-02 | 2 | -2/+5 | |
| | | | | | | | | it ignored I/O errors if at least the first C call read() succeed. | |||||
* | | Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. | Berker Peksag | 2014-07-02 | 3 | -3/+60 | |
| | | | | | | | | Backport of issue #16611. | |||||
* | | More idlelib cleanup inspired by pyflakes. | Terry Jan Reedy | 2014-07-02 | 3 | -7/+5 | |
| | | ||||||
* | | Delete a few unused names suggested by pyflakes. | Terry Jan Reedy | 2014-07-01 | 4 | -8/+9 | |
| | | ||||||
* | | Issue #14097: Backport 796d1371605d and subsequent changes. | Zachary Ware | 2014-07-01 | 1 | -289/+267 | |
| | | | | | | | | | | The 2.7 tutorial introduction now matches the 3.x introduction as rewritten by Ezio Melotti, with appropriate changes for 2.x. | |||||
* | | Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods | Terry Jan Reedy | 2014-07-01 | 2 | -124/+70 | |
| | | | | | | | | | | | | to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options. | |||||
* | | whitespace | Terry Jan Reedy | 2014-07-01 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-30 | 2 | -10/+213 | |
| | | ||||||
* | | Issue #21882: In turtle demos, remove module scope gui and sys calls by | Terry Jan Reedy | 2014-06-30 | 7 | -71/+73 | |
| | | | | | | | | moving them to the module's main function. | |||||
* | | Issue #21811: Add Misc/NEWS entry. | Ned Deily | 2014-06-30 | 1 | -0/+5 | |
| | | ||||||
* | | after 2.7.8 | Benjamin Peterson | 2014-06-30 | 2 | -1/+13 | |
| | | ||||||
* | | Added tag v2.7.8 for changeset ee879c0ffa11 | Benjamin Peterson | 2014-06-30 | 1 | -0/+1 | |
| | | ||||||
* | | bump to 2.7.8v2.7.8 | Benjamin Peterson | 2014-06-30 | 6 | -7/+7 | |
| | | ||||||
* | | update pydoc-topics | Benjamin Peterson | 2014-06-30 | 1 | -2/+2 | |
| | | ||||||
* | | add a test for access errors from OpenKey (closes #21871) | Benjamin Peterson | 2014-06-29 | 1 | -0/+17 | |
| | | | | | | | | Patch from Vladimir Iofik. | |||||
* | | don't allow unicode into type_map on Windows (closes #21652) | Benjamin Peterson | 2014-06-29 | 3 | -16/+40 | |
| | | | | | | | | Patch from Vladimir Iofik. | |||||
* | | Closes #11279: test_posix and lack of "id -G" support - less noise required? ↵ | Jesus Cea | 2014-06-28 | 1 | -1/+1 | |
| | | | | | | | | (Solaris) | |||||
* | | Fix typo pointed out by Dmitry Chaplinsky on docs@. | Berker Peksag | 2014-06-28 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. | Ned Deily | 2014-06-27 | 2 | -10/+3 | |
| | | ||||||
* | | don't overwrite the error from PyObject_GetAttrString (closes #4346) | Benjamin Peterson | 2014-06-27 | 2 | -8/+7 | |
| | | ||||||
* | | Issue #19897: Use python as executable instead of python3. | Berker Peksag | 2014-06-26 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #19145: Remove duplicate ACKS entry | Raymond Hettinger | 2014-06-26 | 1 | -1/+0 | |
| | | ||||||
* | | Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, | Terry Jan Reedy | 2014-06-26 | 1 | -30/+57 | |
| | | | | | | | | move two functions next to the functions that use them. | |||||
* | | Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite. | Ned Deily | 2014-06-25 | 2 | -20/+46 | |
| | | ||||||
* | | Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. | Ned Deily | 2014-06-25 | 6 | -18/+40 | |
| | | ||||||
* | | Issue #21729: Used the "with" statement in the dbm.dumb module to ensure | Serhiy Storchaka | 2014-06-25 | 2 | -33/+32 | |
| | | | | | | | | files closing. Patch by Claudiu Popa. | |||||
* | | Closes #20872: dbm/gdbm/ndbm close methods are not documented | Jesus Cea | 2014-06-25 | 4 | -0/+29 | |
| | | ||||||
* | | Fixed typo in documentation. | Vinay Sajip | 2014-06-25 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #19145: Fix handling of negative values for a "times" keyword ↵ | Raymond Hettinger | 2014-06-25 | 4 | -2/+19 | |
| | | | | | | | | | | | | argument to itertools.repeat()> (Patch contributed by Vajrasky Kok.) | |||||
* | | Issue #14117: Inprove help text and docstrings, some for clarity, some just to | Terry Jan Reedy | 2014-06-25 | 5 | -45/+46 | |
| | | | | | | | | fit in the default width of the text window (45 chars). | |||||
* | | Add news entry for 21832 | Raymond Hettinger | 2014-06-25 | 1 | -0/+2 | |
| | | ||||||
* | | #20155: use fake HTTP method names so windows doesn't hang the tests. | R David Murray | 2014-06-24 | 3 | -2/+8 | |
| | | | | | | | | | | | | | | Windows was seeing the 'GET' generated by these tests as invalid and forcibly closing the socket, causing the test to fail. Patch by Jeff Allen. | |||||
* | | Issue 21832: Require named tuple inputs to be exact strings | Raymond Hettinger | 2014-06-24 | 1 | -0/+3 | |
| | | ||||||
* | | add Chris Foster | Benjamin Peterson | 2014-06-24 | 1 | -0/+1 | |
| | | ||||||
* | | avoid overflow with large buffer sizes and/or offsets (closes #21831) | Benjamin Peterson | 2014-06-24 | 3 | -2/+11 | |
| | | ||||||
* | | Issue #11974: Add tutorial section on class and instance variables | Raymond Hettinger | 2014-06-24 | 2 | -0/+72 | |
| | | | | | | | | (Based on a patch from Renee Chu.) | |||||
* | | adjust zipfile tests for splitdrive improvements | Benjamin Peterson | 2014-06-23 | 1 | -4/+4 | |
| | | ||||||
* | | Display the name not the group itself | Raymond Hettinger | 2014-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #8343: Named group error msgs did not show the group name. | Raymond Hettinger | 2014-06-23 | 2 | -3/+9 | |
| | | ||||||
* | | fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes ↵ | Benjamin Peterson | 2014-06-23 | 3 | -13/+68 | |
| | | | | | | | | #21672) | |||||
* | | clarify that islink only really works if python knows about symlinks (closes ↵ | Benjamin Peterson | 2014-06-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | #13143) Patch from Yayoi Ukai. | |||||
* | | Issue #21824: Turtledemo 2.7 help menu entries now display help text instead | Terry Jan Reedy | 2014-06-22 | 1 | -11/+15 | |
| | | | | | | | | of help file name. | |||||
* | | Issue #21823: Catch turtle.Terminator exceptions in turtledemo. | Terry Jan Reedy | 2014-06-22 | 3 | -25/+37 | |
| | | | | | | | | Add note to demohelp.txt about doing so. | |||||
* | | Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). | Raymond Hettinger | 2014-06-21 | 3 | -2/+15 | |
| | | ||||||
* | | Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag. | Charles-François Natali | 2014-06-20 | 1 | -2/+4 | |
| | | ||||||
* | | Issue #21491: SocketServer: Fix a race condition in child processes reaping. | Charles-François Natali | 2014-06-20 | 2 | -28/+32 | |
| | | ||||||
* | | Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. | Terry Jan Reedy | 2014-06-20 | 1 | -1/+1 | |
| | |