summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move entry from #18427 to the right section in the NEWS fileRonald Oussoren2013-07-151-2/+2
* Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-142-3/+3
* Issue #18365: convert buildbot errors to skips.Terry Jan Reedy2013-07-131-1/+4
* Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch byTerry Jan Reedy2013-07-135-8/+94
* Issue #18365: 2.7 corrections so tests runTerry Jan Reedy2013-07-132-4/+4
* #18437: fix comment typo.R David Murray2013-07-131-1/+1
* Issue #18365: normalize whitespaceTerry Jan Reedy2013-07-132-8/+7
* Issue #18365: Add mock Text class and test thereof versus tk.Text.Terry Jan Reedy2013-07-132-5/+449
* #18389: Clarify that relpath does not access the file system.R David Murray2013-07-121-2/+4
* Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as itSerhiy Storchaka2013-07-113-0/+90
* Fix reference leaks introduced by the patch for issue #5308.Serhiy Storchaka2013-07-111-9/+11
* Merge headsSerhiy Storchaka2013-07-1111-108/+98
|\
| * Issue #18427: str.replace could crash the interpreter with huge strings.Ronald Oussoren2013-07-112-4/+6
| * #18424: PEP8ify the tense of the sum docstring.R David Murray2013-07-101-2/+2
| * Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-101/+83
| * Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...Ronald Oussoren2013-07-062-1/+7
* | Issue #18336. Fix a link to StreamReader's read() method.Serhiy Storchaka2013-07-111-1/+1
|/
* Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-043-3/+16
* Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-042-1/+9
* Closes #18312: 'make distclean' no longer deletes files in dot-directories.Eric V. Smith2013-07-021-5/+5
* Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-022-0/+3
* Issue #14206: Clarify docs for Queue.join_cancel_thread().Richard Oudkerk2013-07-021-0/+7
* Issue #17273: Clarify that pool methods can only be used by parent process.Richard Oudkerk2013-07-021-0/+6
* Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-014-11/+127
* Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-014-4/+7
* Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff byTerry Jan Reedy2013-06-303-6/+10
* Issue #18189: add test_delegator for Idle Delegator class.Terry Jan Reedy2013-06-302-3/+40
* Issue 18189: remove unused methods in idlelib.Delegator.Delegator.Terry Jan Reedy2013-06-301-8/+0
* Tempfile.py: stop buildbot warning about using deprecated xreadlines.Terry Jan Reedy2013-06-301-3/+3
* #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-294-6/+48
* Issue #18103: Update README.txt and test_idle to describe and run gui tests.Terry Jan Reedy2013-06-292-27/+69
* Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.Terry Jan Reedy2013-06-291-1/+1
* Issue #18316: Update idlelib 2.7 except clauses to ease backports.Terry Jan Reedy2013-06-297-15/+15
* Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-293-47/+164
* Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-283-8/+8
* reapply f1dc30a1be72Benjamin Peterson2013-06-251-1/+1
* reapply 5accb0ac8bfbBenjamin Peterson2013-06-252-12/+8
* reapply f1dc30a1be72Benjamin Peterson2013-06-251-1/+1
* reapply f1dc30a1be72Benjamin Peterson2013-06-251-1/+1
* Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the inputVictor Stinner2013-06-242-8/+10
* Issue #18164: Backport the more detailed embedding compile-and-link sectionNed Deily2013-06-241-28/+46
* Fix typo.Richard Oudkerk2013-06-241-1/+1
* Clarify note and fix typo.Richard Oudkerk2013-06-241-2/+3
* Issue #15818: Typo in docs.Richard Oudkerk2013-06-241-3/+3
* Issue #18277: Document quirks of multiprocessing queue.Richard Oudkerk2013-06-241-0/+17
* Merge heads.R David Murray2013-06-232-32/+43
|\
| * #18179: reflow paragraphs.R David Murray2013-06-232-39/+41
| * #18179: document the local_hostname parameter.R David Murray2013-06-232-6/+15
* | also backout f1dc30a1be72 for not being a bugfixBenjamin Peterson2013-06-231-1/+1
* | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-232-1/+21
|/