cpython/Lib/distutils/command
Christian Heimes 05e8be17fd Merged revisions 60990-61002 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r60990 | eric.smith | 2008-02-23 17:05:26 +0100 (Sat, 23 Feb 2008) | 1 line

  Removed duplicate Py_CHARMASK define.  It's already defined in Python.h.
........
  r60991 | andrew.kuchling | 2008-02-23 17:23:05 +0100 (Sat, 23 Feb 2008) | 4 lines

  #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
  Remove automatic handling of datetime.date and datetime.time.
  This breaks backward compatibility, but python-dev discussion was strongly
  against this automatic conversion; see the bug for a link.
........
  r60994 | andrew.kuchling | 2008-02-23 17:39:43 +0100 (Sat, 23 Feb 2008) | 1 line

  #835521: Add index entries for various pickle-protocol methods and attributes
........
  r60995 | andrew.kuchling | 2008-02-23 18:10:46 +0100 (Sat, 23 Feb 2008) | 2 lines

  #1433694: minidom's .normalize() failed to set .nextSibling for last element.
  Fix by Malte Helmert
........
  r61000 | christian.heimes | 2008-02-23 18:40:11 +0100 (Sat, 23 Feb 2008) | 1 line

  Patch #2167 from calvin: Remove unused imports
........
  r61001 | christian.heimes | 2008-02-23 18:42:31 +0100 (Sat, 23 Feb 2008) | 1 line

  Patch #1957: syslogmodule: Release GIL when calling syslog(3)
........
  r61002 | christian.heimes | 2008-02-23 18:52:07 +0100 (Sat, 23 Feb 2008) | 2 lines

  Issue #2051 and patch from Alexander Belopolsky:
  Permission for pyc and pyo files are inherited from the py file.
........
2008-02-23 18:30:17 +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 Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
bdist_msi.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
bdist_rpm.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
bdist_wininst.py Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
build.py Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +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 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from 2008-02-03 16:51:08 +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 60990-61002 via svnmerge from 2008-02-23 18:30:17 +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 Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +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 Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +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 Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
sdist.py Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from 2008-02-22 16:37:40 +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