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
Raymond Hettinger
7c8494b6e2
Fix error in 2-to-3 translation of docs.
2009-05-14 21:48:02 +00:00
Antoine Pitrou
2ca24f022e
Merged revisions 72640 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72640 | antoine.pitrou | 2009-05-14 23:22:08 +0200 (jeu., 14 mai 2009) | 5 lines
Issue #1664 : Make nntplib IPv6-capable. Patch by Derek Morr.
(Unfortunately, nntplib doesn't have a test suite)
........
2009-05-14 21:30:46 +00:00
Tarek Ziadé
4210c6edca
Merged revisions 72636 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72636 | tarek.ziade | 2009-05-14 22:14:13 +0200 (Thu, 14 May 2009) | 1 line
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
........
2009-05-14 20:20:47 +00:00
Antoine Pitrou
e450185b4a
Issue #5006 : Better handling of unicode byte-order marks (BOM) in the io library.
...
This means, for example, that opening an UTF-16 text file in
append mode doesn't add a BOM at the end of the file if the file isn't
empty.
2009-05-14 18:55:55 +00:00
R. David Murray
b565577aa7
Merged revisions 72630 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72630 | r.david.murray | 2009-05-14 12:12:57 -0400 (Thu, 14 May 2009) | 3 lines
Fix test failure on Windows, and add skip check if even unicodedata
turns out not to be an external module on some other platform.
........
2009-05-14 16:17:50 +00:00
Raymond Hettinger
dbe3449f22
Exercise the doctests.
2009-05-14 16:13:36 +00:00
Raymond Hettinger
168e2fcdcf
Convert docstring examples to doctests and fix
...
any errors that were found. Add a usage note
to compare_networks() showing how to do the
ordering with modern python.
2009-05-14 15:51:36 +00:00