summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import Tkinter as tkinter to help merging and avoid backporting errors.Serhiy Storchaka2014-08-219-214/+214
* Issue #1730136: Fix backported exception name.Ned Deily2014-08-211-1/+1
* fix error message for invalid curve nameBenjamin Peterson2014-08-211-1/+5
* Backed out changeset 7c19f1f792c6Benjamin Peterson2014-08-201-2/+5
* don't call rl_initialize when stdout is not a ttyBenjamin Peterson2014-08-201-5/+2
* expect socket.error instead of the py3ism OSErrorBenjamin Peterson2014-08-201-1/+1
* allow any socket error for rude shutdown testBenjamin Peterson2014-08-201-1/+1
* link _ssl to crypt32.lib on windozeBenjamin Peterson2014-08-201-8/+8
* PyUnicode -> PyString and PyLong -> PyIntBenjamin Peterson2014-08-201-4/+4
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-2026-1458/+9540
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-203-18/+87
* Idle ColorDelegator: remove special case code for 'as' in import statements.Terry Jan Reedy2014-08-191-17/+0
* Fixed typo.Serhiy Storchaka2014-08-191-2/+2
* Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-193-1/+28
* Clean up test_user_command.Serhiy Storchaka2014-08-181-20/+19
* Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka2014-08-173-15/+40
* Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka2014-08-172-12/+7
* Removed useless Py_LIMITED_API checks.Serhiy Storchaka2014-08-173-6/+0
* 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