summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)Zachary Ware2014-07-232-2/+5
* | Merge headsSerhiy Storchaka2014-07-232-75/+93
|\ \
| * | Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-232-75/+93
* | | Merge headsSerhiy Storchaka2014-07-233-17/+17
|\ \ \ | |/ /
| * | Fix minor typo in round docs. Reported by Scott Hinton on docs@.Zachary Ware2014-07-221-1/+1
| * | Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/TkZachary Ware2014-07-222-16/+16
* | | Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()Serhiy Storchaka2014-07-231-0/+18
|/ /
* | Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.Serhiy Storchaka2014-07-222-3/+3
* | Backout 308f3c1e36d3. This change (issue21044) does not need to be merged onSerhiy Storchaka2014-07-224-39/+6
* | Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-222-10/+22
* | Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-213-6/+17
* | Issue #21868: Prevent turtle crash due to invalid undo buffer size.Raymond Hettinger2014-07-213-1/+5
* | add #Benjamin Peterson2014-07-201-1/+1
* | correct ref counting of default_action (closes #22017)Benjamin Peterson2014-07-202-0/+4
* | args doesn't need to be a tuple (closes #17210)Benjamin Peterson2014-07-191-1/+1
* | Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for ...Mark Dickinson2014-07-191-4/+0
* | add missing 'because' (closes #22008)Benjamin Peterson2014-07-181-1/+1
* | Issue #22004: Correct an argument name.Zachary Ware2014-07-181-1/+1
* | Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-164-6/+39
* | Add helpers for testing unicode disabled builds.Serhiy Storchaka2014-07-161-1/+6
* | Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.Zachary Ware2014-07-161-1/+1
* | Issue #21982: Add minimal unittest for configDialog with 46% coverage.Terry Jan Reedy2014-07-152-3/+41
* | Call PyErr_NoMemory() when PyMem_Malloc() fails.Serhiy Storchaka2014-07-141-1/+3
* | Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.Terry Jan Reedy2014-07-142-19/+333
* | Issue #18592: Method return signature changes made to SearchDialogBase forTerry Jan Reedy2014-07-134-19/+35
* | Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,Ned Deily2014-07-134-5/+23
* | #21959: Adds 2.7.8 product code to Tools/msi/uuids.pySteve Dower2014-07-111-0/+1
* | Issue #18592: Make unittest for SearchDialogBase work on all tk versions.Terry Jan Reedy2014-07-111-4/+4
* | Idle News entries.Terry Jan Reedy2014-07-111-0/+7
* | #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.Terry Jan Reedy2014-07-113-12/+145
* | Issue #21940: add docstrings to idlelib.WidgetRedirector.Terry Jan Reedy2014-07-101-18/+59
* | #21945: fix typo in Cookie module docstring.Ezio Melotti2014-07-091-1/+1
* | Fix typo found by Scott Hinton on docs@Zachary Ware2014-07-071-1/+1
* | Issue #21881: Just omit tests for platform-specific NaN representation in tes...Serhiy Storchaka2014-07-071-6/+2
* | Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaNSerhiy Storchaka2014-07-071-6/+6
* | Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compilerNed Deily2014-07-063-1/+26
* | #20135: move FAQ about mutable default arguments to the programming FAQs page.Ezio Melotti2014-07-062-56/+56
* | properly decref the return value of close()Benjamin Peterson2014-07-051-3/+5
* | Issue #21151: Fixed a segfault in the _winreg module.Zachary Ware2014-07-033-2/+20
* | Fix guidance for subclassing collections.Set()Raymond Hettinger2014-07-022-2/+2
* | Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,Victor Stinner2014-07-022-2/+5
* | Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags.Berker Peksag2014-07-023-3/+60
* | More idlelib cleanup inspired by pyflakes.Terry Jan Reedy2014-07-023-7/+5
* | Delete a few unused names suggested by pyflakes.Terry Jan Reedy2014-07-014-8/+9
* | Issue #14097: Backport 796d1371605d and subsequent changes.Zachary Ware2014-07-011-289/+267
* | Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methodsTerry Jan Reedy2014-07-012-124/+70
* | whitespaceTerry Jan Reedy2014-07-011-1/+1
* | Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.Terry Jan Reedy2014-06-302-10/+213
* | Issue #21882: In turtle demos, remove module scope gui and sys calls byTerry Jan Reedy2014-06-307-71/+73
* | Issue #21811: Add Misc/NEWS entry.Ned Deily2014-06-301-0/+5