Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 1 | -0/+5 | |
| | | ||||||
| * | Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memory | Serhiy Storchaka | 2014-08-06 | 1 | -0/+3 | |
| | | | | | | | | on 64-bit systems. | |||||
| * | Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular | Serhiy Storchaka | 2014-08-06 | 1 | -0/+4 | |
| | | | | | | | | | | when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method. | |||||
| * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more | Berker Peksag | 2014-08-05 | 1 | -0/+3 | |
| | | | | | | | | | | | | than 100 headers are read. Patch by Jyrki Pulliainen and Daniel Eriksson. | |||||
* | | Issue #22435: Fix a file descriptor leak when SocketServer bind fails. | Charles-François Natali | 2014-10-13 | 1 | -0/+2 | |
|/ | ||||||
* | #18034: update FAQ to suggest importlib.import_module instead of __import__. ↵ | Ezio Melotti | 2014-08-04 | 1 | -0/+1 | |
| | | | | Patch by Wouter van Heyst. | |||||
* | Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" | Serhiy Storchaka | 2014-07-31 | 1 | -0/+3 | |
| | | | | | | configure options of tkinter.PhotoImage. Added private Tkapp method _createbytearray(). | |||||
* | Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). | Victor Stinner | 2014-07-29 | 1 | -0/+3 | |
| | ||||||
* | Issue #21591: add test for qualified exec in tuple form. | Robert Jordens | 2014-07-29 | 1 | -0/+1 | |
| | ||||||
* | Issue #21591: Handle exec backwards compatibility in the AST builder. | Dirkjan Ochtman | 2014-07-29 | 1 | -0/+3 | |
| | | | | | | | Instead of deferring until runtime. This makes sure we hit the right conditions in dealing with unqualified exec statements. Reviewed by Victor Stinner. Test follows in a later commit. | |||||
* | Issue #19612: subprocess.communicate() now also ignores EINVAL when using at | Victor Stinner | 2014-07-28 | 1 | -0/+3 | |
| | | | | least two pipes. | |||||
* | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError | Victor Stinner | 2014-07-26 | 1 | -0/+3 | |
| | | | | on closed socket. | |||||
* | Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. | Zachary Ware | 2014-07-25 | 1 | -0/+3 | |
| | | | | Patch by Zachary Turner. | |||||
* | Issue #21990: Cleanup unnecessary inner class definition in saxutils. | Raymond Hettinger | 2014-07-25 | 1 | -0/+3 | |
| | ||||||
* | Issue #16133: The asynchat.async_chat.handle_read() method now ignores | Victor Stinner | 2014-07-24 | 1 | -0/+4 | |
| | | | | | socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY, EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye. | |||||
* | Issue #1730136: Fix comparison between a tk Font object and an object of a | Serhiy Storchaka | 2014-07-24 | 1 | -0/+3 | |
| | | | | different type. | |||||
* | Issue #19884: readline: Disable the meta modifier key if stdout is not a | Victor Stinner | 2014-07-24 | 1 | -0/+5 | |
| | | | | | | terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters. | |||||
* | Issue #21597: Turtledemo text pane can now be widened to view or copy complete | Terry Jan Reedy | 2014-07-23 | 1 | -0/+1 | |
| | | | | | | lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132). | |||||
* | Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on | Serhiy Storchaka | 2014-07-22 | 2 | -4/+0 | |
| | | | | 2.7, as the os.fdopen sets the name attribute to '<fdopen>' and not to the fd. | |||||
* | Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ | Serhiy Storchaka | 2014-07-22 | 1 | -0/+6 | |
| | | | | now display special message when and only when there are failures. | |||||
* | Issue #21976: Fix test_ssl to accept LibreSSL version strings. | Antoine Pitrou | 2014-07-21 | 2 | -0/+7 | |
| | | | | Thanks to William Orr. | |||||
* | Issue #21868: Prevent turtle crash due to invalid undo buffer size. | Raymond Hettinger | 2014-07-21 | 2 | -0/+4 | |
| | ||||||
* | add # | Benjamin Peterson | 2014-07-20 | 1 | -1/+1 | |
| | ||||||
* | correct ref counting of default_action (closes #22017) | Benjamin Peterson | 2014-07-20 | 1 | -0/+3 | |
| | ||||||
* | Issue 21044: tarfile.open() now handles fileobj with an integer 'name' | Serhiy Storchaka | 2014-07-16 | 2 | -0/+4 | |
| | | | | attribute. Based on patch by Martin Panter. | |||||
* | Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. | Terry Jan Reedy | 2014-07-14 | 1 | -0/+54 | |
| | ||||||
* | Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 2 | -0/+4 | |
| | | | | broken by the fix for security issue #19435. Patch by Zach Byrne. | |||||
* | Idle News entries. | Terry Jan Reedy | 2014-07-11 | 1 | -0/+7 | |
| | ||||||
* | Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler | Ned Deily | 2014-07-06 | 1 | -0/+3 | |
| | | | | due to possible uninitialized _config_vars. Original patch by Alex Gaynor. | |||||
* | Issue #21151: Fixed a segfault in the _winreg module. | Zachary Ware | 2014-07-03 | 1 | -0/+3 | |
| | | | | | | | 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) | |||||
* | Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, | Victor Stinner | 2014-07-02 | 1 | -0/+3 | |
| | | | | 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 | 1 | -0/+3 | |
| | | | | Backport of issue #16611. | |||||
* | Issue #21811: Add Misc/NEWS entry. | Ned Deily | 2014-06-30 | 1 | -0/+5 | |
| | ||||||
* | after 2.7.8 | Benjamin Peterson | 2014-06-30 | 1 | -0/+12 | |
| | ||||||
* | bump to 2.7.8v2.7.8 | Benjamin Peterson | 2014-06-30 | 2 | -2/+2 | |
| | ||||||
* | don't allow unicode into type_map on Windows (closes #21652) | Benjamin Peterson | 2014-06-29 | 1 | -0/+3 | |
| | | | | Patch from Vladimir Iofik. | |||||
* | don't overwrite the error from PyObject_GetAttrString (closes #4346) | Benjamin Peterson | 2014-06-27 | 1 | -0/+3 | |
| | ||||||
* | Issue #19145: Remove duplicate ACKS entry | Raymond Hettinger | 2014-06-26 | 1 | -1/+0 | |
| | ||||||
* | Issue #21729: Used the "with" statement in the dbm.dumb module to ensure | Serhiy Storchaka | 2014-06-25 | 1 | -0/+3 | |
| | | | | files closing. Patch by Claudiu Popa. | |||||
* | Issue #19145: Fix handling of negative values for a "times" keyword ↵ | Raymond Hettinger | 2014-06-25 | 2 | -0/+5 | |
| | | | | | | argument to itertools.repeat()> (Patch contributed by Vajrasky Kok.) | |||||
* | 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 | 2 | -0/+5 | |
| | | | | | | | 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. | |||||
* | 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 | 1 | -0/+3 | |
| | ||||||
* | Issue #11974: Add tutorial section on class and instance variables | Raymond Hettinger | 2014-06-24 | 1 | -0/+1 | |
| | | | | (Based on a patch from Renee Chu.) | |||||
* | Issue #8343: Named group error msgs did not show the group name. | Raymond Hettinger | 2014-06-23 | 1 | -0/+3 | |
| | ||||||
* | fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes ↵ | Benjamin Peterson | 2014-06-23 | 1 | -0/+2 | |
| | | | | #21672) | |||||
* | Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). | Raymond Hettinger | 2014-06-21 | 1 | -0/+4 | |
| | ||||||
* | Issue #21491: SocketServer: Fix a race condition in child processes reaping. | Charles-François Natali | 2014-06-20 | 1 | -0/+2 | |
| | ||||||
* | Issue #21722: The distutils "upload" command now exits with a non-zero ↵ | Antoine Pitrou | 2014-06-19 | 2 | -0/+4 | |
| | | | | | | return code when uploading fails. Patch by Martin Dengler. |