cpython/Lib/distutils/command
Christian Heimes 072c0f1b7e Merged revisions 59666-59679 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59666 | christian.heimes | 2008-01-02 19:28:32 +0100 (Wed, 02 Jan 2008) | 1 line

  Made vs9to8 Unix compatible
........
  r59669 | guido.van.rossum | 2008-01-02 20:00:46 +0100 (Wed, 02 Jan 2008) | 2 lines

  Patch #1696.  Don't attempt to close None in dry-run mode.
........
  r59671 | jeffrey.yasskin | 2008-01-03 03:21:52 +0100 (Thu, 03 Jan 2008) | 6 lines

  Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
  the complex_pow part), r56649, r56652, r56715, r57296, r57302, r57359, r57361,
  r57372, r57738, r57739, r58017, r58039, r58040, and r59390, and new
  documentation. The only significant difference is that round(x) returns a float
  to preserve backward-compatibility. See http://bugs.python.org/issue1689.
........
  r59672 | christian.heimes | 2008-01-03 16:41:30 +0100 (Thu, 03 Jan 2008) | 1 line

  Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
........
  r59675 | guido.van.rossum | 2008-01-03 20:12:44 +0100 (Thu, 03 Jan 2008) | 4 lines

  Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:
  Regular Expression inline flags not handled correctly for some unicode
  characters.  (Forward port from 2.5.2.)
........
  r59676 | christian.heimes | 2008-01-03 21:23:15 +0100 (Thu, 03 Jan 2008) | 1 line

  Added math.isinf() and math.isnan()
........
  r59677 | christian.heimes | 2008-01-03 22:14:48 +0100 (Thu, 03 Jan 2008) | 1 line

  Some build bots don't compile mathmodule. There is an issue with the long definition of pi and euler
........
  r59678 | christian.heimes | 2008-01-03 23:16:32 +0100 (Thu, 03 Jan 2008) | 2 lines

  Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
  Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports
........
  r59679 | christian.heimes | 2008-01-03 23:32:26 +0100 (Thu, 03 Jan 2008) | 1 line

  Added copysign(x, y) function to the math module
........
2008-01-03 23:01:04 +00:00
..
__init__.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
bdist.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
bdist_dumb.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
bdist_msi.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
bdist_rpm.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
bdist_wininst.py Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
build.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
build_clib.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
build_ext.py Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
build_py.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
build_scripts.py Merged revisions 59666-59679 via svnmerge from 2008-01-03 23:01:04 +00:00
clean.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
command_template General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
config.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
install.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
install_data.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
install_egg_info.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
install_headers.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
install_lib.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
install_scripts.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
register.py Run 2to3's fix_has_key over distutils. 2007-09-01 20:37:22 +00:00
sdist.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
upload.py Run 2to3's fix_has_key over distutils. 2007-09-01 20:37:22 +00:00
wininst-6.0.exe Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
wininst-7.1.exe Recompiled after source changes. 2005-02-03 20:48:26 +00:00
wininst-8.0.exe Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
wininst-9.0.exe Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00