Brett Cannon
|
9d44182427
|
The mutex module has been deprecated for removal in 3.0.
|
2008-05-08 19:26:08 +00:00 |
Brett Cannon
|
80bb9d92e3
|
Deprecate the imputil module for removal in 3.0.
|
2008-05-08 18:15:14 +00:00 |
Brett Cannon
|
e5d2cbaeaf
|
Deprecate the audiodev module for 3.0.
|
2008-05-06 23:23:34 +00:00 |
Georg Brandl
|
d5b635f196
|
Make Py3k warnings consistent w.r.t. punctuation; also respect the
EOL 80 limit and supply more alternatives in warning messages.
|
2008-03-25 08:29:14 +00:00 |
Georg Brandl
|
80055f6295
|
#2355: py3k warning for buffer().
|
2008-03-25 07:56:27 +00:00 |
Georg Brandl
|
65bb42dc1b
|
#2348: add py3k warning for file.softspace.
|
2008-03-21 20:38:24 +00:00 |
Georg Brandl
|
07e5681fd3
|
#2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich.
|
2008-03-21 20:21:46 +00:00 |
Georg Brandl
|
5a44424c5e
|
#2358: add py3k warning to sys.exc_clear().
|
2008-03-21 20:11:46 +00:00 |
Raymond Hettinger
|
10dca6e282
|
The filter() function does support a None argument in Py3.0.
|
2008-03-19 17:58:59 +00:00 |
Raymond Hettinger
|
05387861ea
|
Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh.
|
2008-03-19 17:45:19 +00:00 |
Brett Cannon
|
977eb021f3
|
Use sys.py3kwarning instead of trying to trigger a Py3k-related warning.
|
2008-03-19 17:37:43 +00:00 |
David Wolever
|
2724ab99c8
|
Added zip, map, filter to future_bultins (#2171)
|
2008-03-19 02:35:45 +00:00 |
Steven Bethard
|
6a644f92ef
|
Add py3k warnings for code and method inequality comparisons. This should resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code.
|
2008-03-18 22:08:20 +00:00 |
Steven Bethard
|
ae42f33cdf
|
Add py3k warnings for object, type, cell and dict comparisons. This should resolve issue2342 and partly resolve issue2373.
|
2008-03-18 17:26:10 +00:00 |