summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #24222: Fix regression introduced with idlelib/PyShell.py future printTerry Jan Reedy2015-05-181-1/+1
| * | Issue #24091: Fixed various crashes in corner cases in cElementTree.Serhiy Storchaka2015-05-182-20/+47
| * | Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-183-8/+31
| * | Issue #23757: Only call the concrete list API for exact lists.Raymond Hettinger2015-05-173-1/+16
| * | Issue #22155: Add File Handlers subsection with createfilehandler to TkinterTerry Jan Reedy2015-05-173-22/+59
| * | Issue #15809: IDLE shell now uses locale encoding instead of Latin1 forSerhiy Storchaka2015-05-173-3/+13
| * | Issue #24199: Stop using idelver in aboutdialog.Terry Jan Reedy2015-05-161-8/+7
| * | Added tests for more builtin types.Serhiy Storchaka2015-05-161-3/+6
| * | Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.Terry Jan Reedy2015-05-161-50/+78
| * | Issue #15267: HTTPConnection.request() now is compatibile with old-styleSerhiy Storchaka2015-05-163-1/+21
| * | Issue #20014: array.array() now accepts unicode typecodes. Based on patch bySerhiy Storchaka2015-05-163-3/+39
| * | Issue #23637: Showing a warning no longer fails with UnicodeErrror.Serhiy Storchaka2015-05-163-2/+81
| * | Reverted issue #24134 changes.Serhiy Storchaka2015-05-163-12/+7
| * | Issue #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-165-9/+7
| * | Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-165-18/+10
| * | merge 2.7.10 release branchBenjamin Peterson2015-05-151-1/+1
| |\ \
| * | | idlelib: remove unused names and imports (forgot one).Terry Jan Reedy2015-05-141-1/+0
| * | | idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-145-8/+5
| * | | #19934: fix mangled wordingAndrew Kuchling2015-05-131-3/+3
| * | | Issue #22064: Improve the misleading message from 2to3 when skipping optional...Berker Peksag2015-05-131-1/+1
| * | | Issue #23971: Fix underestimated presizing in dict.fromkeys()Raymond Hettinger2015-05-132-2/+4
| * | | Issue #19934: Document *None* as an acceptable input to Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
| * | | use imperativeBenjamin Peterson2015-05-121-2/+2
| * | | Defend against a mutation during comparisonRaymond Hettinger2015-05-121-0/+5
| * | | Issue #24161: Document that PyIter_Check() returns false positives for old-s...Raymond Hettinger2015-05-111-0/+4
| * | | Adds UUIDs for 2.7.10Steve Dower2015-05-111-0/+2
| * | | add trailing slashBenjamin Peterson2015-05-111-1/+1
| * | | - Do not italicize punctuation in the python man pagedoko@ubuntu.com2015-05-101-6/+6
| * | | add news section for 2.7.11Benjamin Peterson2015-05-101-0/+12
* | | | allow square brackets in cookie values (#22931)Benjamin Peterson2015-05-233-3/+29
| |_|/ |/| |
* | | make idlever.py self-updating (closes #24199)Benjamin Peterson2015-05-221-1/+4
| |/ |/|
* | deque is not varsized, so using Py_SIZE is nonsensical (closes #24162)Benjamin Peterson2015-05-151-1/+1
|/
* Added tag v2.7.10rc1 for changeset 80ccce248ba2Benjamin Peterson2015-05-101-0/+1
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-105-9/+9
* update pydoc-topicsBenjamin Peterson2015-05-101-45/+45
* ensure .keywords is always a dictBenjamin Peterson2015-05-093-9/+9
* fix libffi compilation on FreeBSD (#23042)Benjamin Peterson2015-05-091-18/+30
* Upgrade setuptools to 15.2Donald Stufft2015-05-092-1/+1
* Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-3/+3
* Issue #20274: When calling a _sqlite.Connection, it now complains if passedLarry Hastings2015-05-082-3/+12
* Fixed English in error message.Serhiy Storchaka2015-05-061-1/+1
* Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longerSerhiy Storchaka2015-05-063-5/+56
* Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-062-2/+15
* update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-5/+5
* Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-032-1/+3
* #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
* #24081: Remove obsolete caveat from import docs.R David Murray2015-05-021-6/+0
* Defer deleted item decref until after the deque is restored to a consistent s...Raymond Hettinger2015-05-022-7/+11
* Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.Raymond Hettinger2015-05-022-50/+24
* Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3