Tarek Ziadé
822eb84400
Merged revisions 72781 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72781 | tarek.ziade | 2009-05-19 18:17:21 +0200 (Tue, 19 May 2009) | 1 line
fixed the 'package' option of build_ext
........
2009-05-19 16:22:57 +00:00
Ronald Oussoren
f84d7e9ed2
MACOSX
...
* Remove junk documentation resources from the Python.app inside the framework
(This is a left-over from the ancient Python IDE, which was removed before 2.5)
* Ensure that the documentation is installed in a location where IDLE will see it
2009-05-19 11:27:25 +00:00
Collin Winter
9a4414d76d
Merged revisions 72777 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72777 | collin.winter | 2009-05-18 14:35:40 -0700 (Mon, 18 May 2009) | 1 line
Issue 6032: fix refleaks in test_urllib2_localnet.
........
2009-05-18 22:32:26 +00:00
Raymond Hettinger
c384b226d7
Issue 6037: MutableSequence.__iadd__ should return self.
2009-05-18 15:35:26 +00:00
Tarek Ziadé
93fb3aad50
Merged revisions 72768 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72768 | tarek.ziade | 2009-05-18 14:21:26 +0200 (Mon, 18 May 2009) | 1 line
Fixed #6053 - win32 fixes for distutils tests
........
2009-05-18 12:29:06 +00:00
Tarek Ziadé
40c00271fe
Merged revisions 72764 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72764 | tarek.ziade | 2009-05-18 10:20:55 +0200 (Mon, 18 May 2009) | 1 line
working with relative paths to avoid tar warnings on absolute paths
........
2009-05-18 08:22:38 +00:00
Tarek Ziadé
d18a84ee16
Merged revisions 72758 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72758 | tarek.ziade | 2009-05-18 10:03:37 +0200 (Mon, 18 May 2009) | 1 line
Fixed the library extension when distutils build_ext is used inplace
........
2009-05-18 08:07:46 +00:00
Georg Brandl
5483fe55f5
Remove trailing whitespace.
2009-05-17 22:19:14 +00:00
Robert Schuppenies
4ad1d6f81a
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
2009-05-17 17:32:20 +00:00
Tarek Ziadé
441efa8955
Merged revisions 72746 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72746 | tarek.ziade | 2009-05-17 16:59:05 +0200 (Sun, 17 May 2009) | 1 line
fixed the test name
........
2009-05-17 15:03:23 +00:00
Georg Brandl
036490d025
More conversion to new-style optional args.
2009-05-17 13:00:36 +00:00
Georg Brandl
cd86925b3b
Use true booleans.
2009-05-17 12:50:58 +00:00
Georg Brandl
71515ca191
Remove surplus empty lines and convert more files to new optional arg style.
2009-05-17 12:29:12 +00:00
Georg Brandl
ef0a865f9c
Use PEP 8 and true booleans.
2009-05-17 12:22:57 +00:00
Georg Brandl
55689c9240
Use PEP 8 and true booleans.
2009-05-17 12:19:44 +00:00
Tarek Ziadé
eb5f27ec9c
Merged revisions 72736 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72736 | tarek.ziade | 2009-05-17 14:04:57 +0200 (Sun, 17 May 2009) | 1 line
pep8-fied distutils.archive_util + added minimum test coverage
........
2009-05-17 12:12:02 +00:00
Georg Brandl
3f076d8b3d
Use new optional argument style in email docs.
2009-05-17 11:28:33 +00:00
Tarek Ziadé
fe66fc120c
Merged revisions 72730 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72730 | tarek.ziade | 2009-05-17 13:22:36 +0200 (Sun, 17 May 2009) | 1 line
pep8-fied distutils.dir_util
........
2009-05-17 11:25:57 +00:00
Tarek Ziadé
c81d84ba81
Merged revisions 72727 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72727 | tarek.ziade | 2009-05-17 13:11:57 +0200 (Sun, 17 May 2009) | 1 line
removed sys.platform == 'mac' usage in distutils.dir_util
........
2009-05-17 11:14:15 +00:00
Tarek Ziadé
d2dd51dae9
Merged revisions 72721 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72721 | tarek.ziade | 2009-05-17 12:44:12 +0200 (Sun, 17 May 2009) | 1 line
removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage
........
2009-05-17 10:50:24 +00:00
Ronald Oussoren
38e2d8e263
Update framework installation makefiles to deal correctly with the
...
rename of 'python' to 'python3'
2009-05-17 10:45:53 +00:00
Mark Dickinson
578cc749ab
Merged revisions 72718 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72718 | mark.dickinson | 2009-05-17 11:38:30 +0100 (Sun, 17 May 2009) | 4 lines
Issue #6044 : remove confusing wording from complex -> integer and
complex -> float conversion error messages.
........
2009-05-17 10:40:10 +00:00
Tarek Ziadé
b1fba6b209
Merged revisions 72713 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72713 | tarek.ziade | 2009-05-17 12:07:48 +0200 (Sun, 17 May 2009) | 1 line
not running this test with MSVC6
........
2009-05-17 10:12:02 +00:00
Georg Brandl
170fb04038
We dont have dbm.bsd support anymore.
2009-05-17 08:42:58 +00:00
Georg Brandl
8126914398
Recorded merge of revisions 72708 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72708 | georg.brandl | 2009-05-17 10:24:29 +0200 (So, 17 Mai 2009) | 1 line
#6017 : better document behavior of dictiterators when the dict is changed.
........
2009-05-17 08:31:29 +00:00
Georg Brandl
dcfe8e44c3
Remove unused variables.
2009-05-17 08:22:45 +00:00
Georg Brandl
7f8ed815db
Fix a warning.
2009-05-17 08:20:45 +00:00
Georg Brandl
7fcb3bfadd
Merged revisions 72703 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72703 | georg.brandl | 2009-05-17 10:10:27 +0200 (So, 17 Mai 2009) | 1 line
part of #4144 : fix exception message in console session.
........
2009-05-17 08:18:02 +00:00
Georg Brandl
397ad860e9
#4144 : fix output of console sessions.
2009-05-17 08:14:39 +00:00
Hirokazu Yamamoto
8223c24d07
Merged revisions 72698-72699 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72698 | hirokazu.yamamoto | 2009-05-17 11:52:09 +0900 | 1 line
Issue #3527 : Removed Py_WIN_WIDE_FILENAMES which is not used any more.
........
r72699 | hirokazu.yamamoto | 2009-05-17 11:58:36 +0900 | 1 line
Added NEWS for r72698.
........
2009-05-17 04:21:53 +00:00
Benjamin Peterson
266c9905df
Blocked revisions 72696 via svnmerge
...
........
r72696 | benjamin.peterson | 2009-05-16 18:34:19 -0500 (Sat, 16 May 2009) | 1 line
typo
........
2009-05-16 23:36:26 +00:00
Benjamin Peterson
60d8a8c339
Blocked revisions 72692-72694 via svnmerge
...
........
r72692 | benjamin.peterson | 2009-05-16 17:30:48 -0500 (Sat, 16 May 2009) | 1 line
deal with old-style classes in issubclass and isinstance
........
r72693 | benjamin.peterson | 2009-05-16 17:40:56 -0500 (Sat, 16 May 2009) | 1 line
completely ignore old-style stuff for type checking overloading
........
r72694 | benjamin.peterson | 2009-05-16 17:46:11 -0500 (Sat, 16 May 2009) | 1 line
update
........
2009-05-16 22:50:58 +00:00
Benjamin Peterson
88fe5f9776
Merged revisions 72690 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72690 | benjamin.peterson | 2009-05-16 16:44:25 -0500 (Sat, 16 May 2009) | 1 line
properly lookup __instancecheck__ and __subclasscheck__
........
2009-05-16 21:55:24 +00:00
Tarek Ziadé
188789d8f4
Merged revisions 72686 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72686 | tarek.ziade | 2009-05-16 20:29:40 +0200 (Sat, 16 May 2009) | 1 line
pep8-fied distutils.dist module
........
2009-05-16 18:37:32 +00:00
Tarek Ziadé
5af55c6360
Merged revisions 72681 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72681 | tarek.ziade | 2009-05-16 18:37:06 +0200 (Sat, 16 May 2009) | 1 line
#6041 : sdist and register now use the check command. No more duplicate code for metadata checking
........
2009-05-16 16:52:13 +00:00
Raymond Hettinger
afdfbc72fb
Silence compiler warning.
2009-05-16 01:46:11 +00:00
Raymond Hettinger
c3583b292a
Silence a compiler warning.
2009-05-15 23:05:29 +00:00
Antoine Pitrou
56a00deda2
Merged revisions 72671 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72671 | antoine.pitrou | 2009-05-15 19:27:30 +0200 (ven., 15 mai 2009) | 3 lines
Fix bootstrapping by removing uses of the copy module in distutils
........
2009-05-15 17:34:21 +00:00
Antoine Pitrou
6e61006cc2
Merged revisions 72669 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72669 | antoine.pitrou | 2009-05-15 18:54:52 +0200 (ven., 15 mai 2009) | 3 lines
Issue #2116 : Weak references and weak dictionaries now support copy()ing and deepcopy()ing.
........
2009-05-15 17:04:50 +00:00
Raymond Hettinger
bd3da6b980
More updates.
2009-05-15 16:16:12 +00:00
Raymond Hettinger
daafea3691
Add examples for ipaddr.
2009-05-15 15:21:33 +00:00
Raymond Hettinger
9dd747692c
Update whatsnew for imaplib changes. Move importlib work to end of section.
2009-05-15 14:57:35 +00:00
Raymond Hettinger
a18cf7e0bb
Simplified the header after discussion with Gregory Smith.
2009-05-15 14:55:32 +00:00
Antoine Pitrou
c1d0936d5b
Merged revisions 72662 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72662 | antoine.pitrou | 2009-05-15 13:50:29 +0200 (ven., 15 mai 2009) | 3 lines
Issue #1655 : Make imaplib IPv6-capable. Patch by Derek Morr.
........
2009-05-15 12:15:51 +00:00
Collin Winter
a5503d5099
Merged revisions 72658 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72658 | collin.winter | 2009-05-14 16:26:30 -0700 (Thu, 14 May 2009) | 1 line
Issue 6024: make regrtest.py promote refleaks to test failures.
........
2009-05-15 01:20:21 +00:00
Benjamin Peterson
95d78ec302
this statement isn't actually true
2009-05-14 23:31:04 +00:00
Raymond Hettinger
4f20a741eb
Bring whatsnew up-to-date as of May 14th.
2009-05-14 23:17:38 +00:00
Raymond Hettinger
d48ed2e15d
Update whatsnew for NEWS entries through May 5th.
2009-05-14 22:48:19 +00:00
Benjamin Peterson
81971eafbe
correctly handle invalid operations on streams (like writing on a non-writable one)
2009-05-14 22:01:31 +00:00
Antoine Pitrou
37d1c18bda
Merged revisions 72645 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72645 | antoine.pitrou | 2009-05-14 23:48:09 +0200 (jeu., 14 mai 2009) | 6 lines
Issue #5918 : Fix a crash in the parser module.
Patch by Amaury.
........
2009-05-14 21:54:00 +00:00