summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797Senthil Kumaran2014-08-163-90/+18
* Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands fromVictor Stinner2014-08-161-4/+6
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-163-18/+90
* Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.Terry Jan Reedy2014-08-151-4/+5
* Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-142-33/+46
* Decreased memory requirements of new tests added in issue21448.Serhiy Storchaka2014-08-121-1/+2
* Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...Serhiy Storchaka2014-08-123-11/+82
* Issue #17923: glob() patterns ending with a slash no longer match non-dirs onSerhiy Storchaka2014-08-122-3/+11
* Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).Zachary Ware2014-08-111-1/+1
* Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-102-7/+14
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-10136-13677/+28336
* remove castsBenjamin Peterson2014-08-101-4/+4
* test for 2 arg exec caseBenjamin Peterson2014-08-101-0/+5
* restore runtime exec test (#21591)Benjamin Peterson2014-08-101-0/+9
* Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-092-1/+10
* Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-073-3/+9
* #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-077-5/+8
* Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memorySerhiy Storchaka2014-08-062-1/+4
* Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particularSerhiy Storchaka2014-08-062-11/+21
* Issue #22130: Corrected fileConfig() documentation.Vinay Sajip2014-08-051-1/+1
* #21928: clarify functools.wraps docs.Ezio Melotti2014-08-051-3/+4
* Issue #16037: HTTPMessage.readheaders() raises an HTTPException when moreBerker Peksag2014-08-053-0/+16
* #18034: update FAQ to suggest importlib.import_module instead of __import__. ...Ezio Melotti2014-08-042-12/+4
* PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,Terry Jan Reedy2014-08-041-565/+603
* Issue #13540: Merge commitsJason R. Coombs2014-08-031-19/+53
|\
| * Issue #13540: Update references to Action class to match syntax used for othe...Jason R. Coombs2014-08-031-2/+2
| * Issue #13540: Removed redundant documentation about Action instance attribute...Jason R. Coombs2014-07-201-49/+26
| * Issue #13540: Expanded argparse documents to clarify the action APIJason R. Coombs2011-12-141-19/+76
* | Fix typo in comment.Raymond Hettinger2014-08-021-1/+1
* | - update config.guess and config.sub to support openrisc.doko@ubuntu.com2014-08-012-175/+40
* | Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"Serhiy Storchaka2014-07-314-7/+39
* | Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.Terry Jan Reedy2014-07-301-29/+38
* | Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
* | Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().Victor Stinner2014-07-293-9/+124
* | Issue #21591: add test for qualified exec in tuple form.Robert Jordens2014-07-292-0/+17
* | Issue #21591: Handle exec backwards compatibility in the AST builder.Dirkjan Ochtman2014-07-293-9/+15
* | Issue #19612: subprocess.communicate() now also ignores EINVAL when using atVictor Stinner2014-07-282-1/+12
* | Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.Terry Jan Reedy2014-07-271-29/+28
* | Modernize turtledemo with conditional expressions; remove duplicate line.Terry Jan Reedy2014-07-271-19/+6
* | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowErrorVictor Stinner2014-07-263-2/+30
* | socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the codeVictor Stinner2014-07-261-14/+5
* | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-261-9/+17
* | Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.Zachary Ware2014-07-252-0/+8
* | Issue #21990: Cleanup unnecessary inner class definition in saxutils.Raymond Hettinger2014-07-252-5/+11
* | Issue #22061: Add deprecation warnings in empty obsolete methods.Serhiy Storchaka2014-07-251-2/+9
* | Issue #22061: remove call of useless function slated for removal.Terry Jan Reedy2014-07-251-1/+0
* | Issue #22053: Make help work, after previous patch for this issue disabled itTerry Jan Reedy2014-07-251-18/+9
* | Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")Victor Stinner2014-07-241-1/+5
* | Issue #16133: The asynchat.async_chat.handle_read() method now ignoresVictor Stinner2014-07-244-2/+48
* | Issue #1730136: Fix comparison between a tk Font object and an object of aSerhiy Storchaka2014-07-243-1/+39