summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | #17511: Keep IDLE find dialog open after clicking "Find Next".Roger Serwy2013-06-113-3/+6
| * | | | Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-103-1/+5
| * | | | Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-102-2/+3
| * | | | Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-093-7/+28
| * | | | #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-083-5/+4
| * | | | Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.Terry Jan Reedy2013-06-053-56/+197
| * | | | Fix #17967 - Fix related to regression on Windows.Senthil Kumaran2013-06-021-1/+2
| * | | | Fix thishost helper funtion in urllib. Returns the ipaddress of localhost whenSenthil Kumaran2013-06-011-1/+4
| * | | | Fix #17967: For ftp urls CWD to target instead of hopping to each directorySenthil Kumaran2013-06-011-2/+1
| * | | | Fix #16450 test_missing_localfile testcase fails on misconfigured hostname.Senthil Kumaran2013-06-011-3/+3
| * | | | Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-312-43/+28
| * | | | Issue #15392: Use test.test_support, as used test.support in 3.x.Terry Jan Reedy2013-05-301-7/+4
| * | | | Issue #15392: Create a unittest framework for IDLE, 2.7 version.Terry Jan Reedy2013-05-309-2/+124
| * | | | Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-306-15/+38
| * | | | #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-293-0/+17
| * | | | Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-283-3/+46
| * | | | Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.Serhiy Storchaka2013-05-281-1/+1
| * | | | Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.Raymond Hettinger2013-05-274-1/+57
| * | | | Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-243-1/+15
| | |/ / | |/| |
| * | | Issue #18031: %-formatting isn't dead yet and might pull through.Raymond Hettinger2013-05-231-4/+0
| * | | Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-225-2/+8
| * | | implement missing inequality on WeakSetBenjamin Peterson2013-05-223-0/+14
| * | | Issue #17844: Refactor a documentation of Python specific encodings.Serhiy Storchaka2013-05-222-79/+108
| * | | Issue #17979: Fixed the re module in build with --disable-unicode.Serhiy Storchaka2013-05-212-2/+4
| * | | #17973: fix technical inaccuracy in faq entry (it now passes doctest).R David Murray2013-05-211-5/+8
| * | | #14146: Highlight source line while debugging on Windows.Roger Serwy2013-05-212-0/+36
| * | | Issue #18026: fix ctypes doc typoNed Deily2013-05-201-1/+1
| * | | #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.R David Murray2013-05-201-0/+83
| * | | add missing NULL check (closes #18019)Benjamin Peterson2013-05-203-0/+12
| * | | Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-192-8/+55
| * | | Issue #17981: Closed socket on error in SysLogHandler.Vinay Sajip2013-05-162-0/+3
| * | | Issue #17990: Only modify include and library search paths when cross-compiling.Ned Deily2013-05-161-3/+5
| * | | - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-153-2/+4
| * | | - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-152-1/+2
| * | | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-124-2/+31
| * | | onto 2.7.6Benjamin Peterson2013-05-122-1/+13
| * | | Added tag v2.7.5 for changeset ab05e7dd2788Benjamin Peterson2013-05-121-0/+1
| * | | update topicsv2.7.5Benjamin Peterson2013-05-121-9/+9
| * | | bump version to 2.7.5Benjamin Peterson2013-05-126-7/+7
| * | | prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-122-0/+7
| * | | backout 214d8909513d for regressions (#1159051)Benjamin Peterson2013-05-114-71/+36
| * | | -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-113-2/+5
| * | | #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.Ezio Melotti2013-05-101-3/+3
| * | | #14878: add cross-reference to the yield statement.Andrew Kuchling2013-05-101-0/+3
| * | | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-094-5/+19
| * | | Issue 16584: in filecomp._cmp, catch IOError as well as os.error.Terry Jan Reedy2013-05-093-1/+5
| * | | Issue #17656: Skip test_extract_unicode_filenames if the FS encodingSerhiy Storchaka2013-05-081-1/+9
| * | | #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-082-21/+40
| * | | Fix NEWS orderAntoine Pitrou2013-05-081-8/+8
| * | | Issue #17928: Fix test_structmembers on 64-bit big-endian machines.Antoine Pitrou2013-05-082-1/+3