summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalKdevelopGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: move most of the to global generatorBill Hoffman2005-02-101-3/+53
* NEW: add kdevelop patch from Alexander NeundorfBill Hoffman2004-10-111-0/+47
olumn3'>| | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72173 | gregory.p.smith | 2009-05-01 12:59:52 -0700 (Fri, 01 May 2009) | 5 lines Adds the ipaddr module to the standard library. Issue #3959. Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon. ........ * | Merged revisions 72178 via svnmerge fromAntoine Pitrou2009-05-011-0/+33 | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72178 | antoine.pitrou | 2009-05-01 22:55:35 +0200 (ven., 01 mai 2009) | 4 lines Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an error when a named pipe is encountered, rather than blocking infinitely. ........ * | implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-012-0/+41 | | * | Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-019-66/+71 | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72167 | walter.doerwald | 2009-05-01 19:35:37 +0200 (Fr, 01 Mai 2009) | 5 lines Make test.test_support.EnvironmentVarGuard behave like a dictionary. All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block. ........ * | Issue #5859: Remove '%f' to '%g' formatting switch for large floats.Mark Dickinson2009-05-01