summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-0/+5
| * Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memorySerhiy Storchaka2014-08-061-0/+3
| * Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particularSerhiy Storchaka2014-08-061-0/+4
| * Issue #16037: HTTPMessage.readheaders() raises an HTTPException when moreBerker Peksag2014-08-051-0/+3
* | Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-131-0/+2
|/
* #18034: update FAQ to suggest importlib.import_module instead of __import__. ...Ezio Melotti2014-08-041-0/+1
* Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"Serhiy Storchaka2014-07-311-0/+3
* Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().Victor Stinner2014-07-291-0/+3
* Issue #21591: add test for qualified exec in tuple form.Robert Jordens2014-07-291-0/+1
* Issue #21591: Handle exec backwards compatibility in the AST builder.Dirkjan Ochtman2014-07-291-0/+3
* Issue #19612: subprocess.communicate() now also ignores EINVAL when using atVictor Stinner2014-07-281-0/+3
* Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowErrorVictor Stinner2014-07-261-0/+3
* Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.Zachary Ware2014-07-251-0/+3
* Issue #21990: Cleanup unnecessary inner class definition in saxutils.Raymond Hettinger2014-07-251-0/+3
* Issue #16133: The asynchat.async_chat.handle_read() method now ignoresVictor Stinner2014-07-241-0/+4
* Issue #1730136: Fix comparison between a tk Font object and an object of aSerhiy Storchaka2014-07-241-0/+3
* Issue #19884: readline: Disable the meta modifier key if stdout is not aVictor Stinner2014-07-241-0/+5
* Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-231-0/+1
* Backout 308f3c1e36d3. This change (issue21044) does not need to be merged onSerhiy Storchaka2014-07-222-4/+0
* Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-0/+6
* Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-212-0/+7
* Issue #21868: Prevent turtle crash due to invalid undo buffer size.Raymond Hettinger2014-07-212-0/+4
* add #Benjamin Peterson2014-07-201-1/+1
* correct ref counting of default_action (closes #22017)Benjamin Peterson2014-07-201-0/+3
* Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-162-0/+4
* Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.Terry Jan Reedy2014-07-141-0/+54
* Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,Ned Deily2014-07-132-0/+4
* Idle News entries.Terry Jan Reedy2014-07-111-0/+7
* Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compilerNed Deily2014-07-061-0/+3
* Issue #21151: Fixed a segfault in the _winreg module.Zachary Ware2014-07-031-0/+3
* Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,Victor Stinner2014-07-021-0/+3
* Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags.Berker Peksag2014-07-021-0/+3
* Issue #21811: Add Misc/NEWS entry.Ned Deily2014-06-301-0/+5
* after 2.7.8Benjamin Peterson2014-06-301-0/+12
* bump to 2.7.8v2.7.8Benjamin Peterson2014-06-302-2/+2
* don't allow unicode into type_map on Windows (closes #21652)Benjamin Peterson2014-06-291-0/+3
* don't overwrite the error from PyObject_GetAttrString (closes #4346)Benjamin Peterson2014-06-271-0/+3
* Issue #19145: Remove duplicate ACKS entryRaymond Hettinger2014-06-261-1/+0
* Issue #21729: Used the "with" statement in the dbm.dumb module to ensureSerhiy Storchaka2014-06-251-0/+3
* Issue #19145: Fix handling of negative values for a "times" keyword argument...Raymond Hettinger2014-06-252-0/+5
* Add news entry for 21832Raymond Hettinger2014-06-251-0/+2
* #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-242-0/+5
* add Chris FosterBenjamin Peterson2014-06-241-0/+1
* avoid overflow with large buffer sizes and/or offsets (closes #21831)Benjamin Peterson2014-06-241-0/+3
* Issue #11974: Add tutorial section on class and instance variablesRaymond Hettinger2014-06-241-0/+1
* Issue #8343: Named group error msgs did not show the group name.Raymond Hettinger2014-06-231-0/+3
* fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #...Benjamin Peterson2014-06-231-0/+2
* Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-211-0/+4
* Issue #21491: SocketServer: Fix a race condition in child processes reaping.Charles-François Natali2014-06-201-0/+2
* Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-192-0/+4