Brett Cannon
|
fa40bbf625
|
Deprecated statvfs for removal in 3.0.
|
2008-05-16 00:50:02 +00:00 |
Brett Cannon
|
2224817cdf
|
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
|
2008-05-16 00:10:24 +00:00 |
Georg Brandl
|
c91210c06b
|
#2863: add gen.__name__ and add this name to generator repr().
|
2008-05-15 15:08:32 +00:00 |
Brett Cannon
|
9b73f6f0d9
|
Add a snippet for the deprecation directive for docs.
|
2008-05-15 04:36:53 +00:00 |
Brett Cannon
|
74a596c068
|
Deprecate WAIT for removal in 3.0.
|
2008-05-15 04:17:35 +00:00 |
Brett Cannon
|
f56b6aeb06
|
Deprecated torgb for removal in 3.0.
|
2008-05-15 04:15:25 +00:00 |
Brett Cannon
|
518c5da219
|
Deprecate SV for removal in 3.0.
|
2008-05-15 04:13:19 +00:00 |
Brett Cannon
|
cd2de08257
|
Deprecate readcd for removal in 3.0.
|
2008-05-15 03:51:21 +00:00 |
Brett Cannon
|
11ae6e7151
|
Deprecated panelparser for removal in 3.0.
|
2008-05-15 03:49:00 +00:00 |
Brett Cannon
|
7e37586c50
|
The panel module for IRIX has been deprecated for removal in 3.0.
|
2008-05-15 03:46:27 +00:00 |
Brett Cannon
|
89f5d9cc81
|
Deprecate jpeg for IRIX for removal in 3.0.
|
2008-05-15 03:44:00 +00:00 |
Brett Cannon
|
d8c41ecc17
|
Deprecate IOCTL from IRIX for removal in 3.0.
|
2008-05-15 03:41:55 +00:00 |
Brett Cannon
|
6328b297dc
|
Deprecate IN from IRIX for removal in 3.0.
|
2008-05-15 03:36:13 +00:00 |
Brett Cannon
|
4652537ba4
|
Deprecate imgfile for removal in 3.0.
|
2008-05-15 03:32:11 +00:00 |
Brett Cannon
|
707e384a7a
|
Deprecate GLWS from IRIX for removal in 3.0.
|
2008-05-15 03:29:18 +00:00 |
Brett Cannon
|
82bd94e651
|
Deprecate GET from IRIX for removal in 3.0.
|
2008-05-15 03:27:12 +00:00 |
Brett Cannon
|
75ba465099
|
Deprecated 'fm' for removal in 3.0.
|
2008-05-15 03:23:17 +00:00 |
Brett Cannon
|
178582e2a4
|
FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
|
2008-05-15 03:20:36 +00:00 |
Brett Cannon
|
72ccc40db5
|
FILE from IRIX has been deprecated for removal in 3.0.
|
2008-05-15 03:17:24 +00:00 |
Brett Cannon
|
2773b6f1c9
|
Deprecate ERRNO for removal in 3.0.
|
2008-05-15 03:14:57 +00:00 |
Brett Cannon
|
044616aa24
|
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
|
2008-05-15 02:33:55 +00:00 |
Alexandre Vassalotti
|
e3a23c0734
|
Renamed the ConfigParser module to 'configparser'.
|
2008-05-14 22:07:07 +00:00 |
Brett Cannon
|
650f5161f4
|
Deprecate CL, CL_old, and cl for 3.0.
|
2008-05-14 21:12:12 +00:00 |
Brett Cannon
|
54c77aa459
|
Deprecate the cdplayer module for IRIX for 3.0.
|
2008-05-14 21:08:41 +00:00 |
Brett Cannon
|
9eebe49d07
|
The cddb module for IRIX has been deprecated for 3.0.
|
2008-05-14 20:34:22 +00:00 |
Brett Cannon
|
ddf949f194
|
The CD and cd modules for IRIX are deprecated for 3.0.
|
2008-05-14 20:31:38 +00:00 |
Georg Brandl
|
bd85eb1167
|
Add NEWS entry for #2831.
|
2008-05-14 06:34:15 +00:00 |
Brett Cannon
|
34721d5683
|
Deprecate al/AL for removal in 3.0.
|
2008-05-14 01:08:21 +00:00 |
Jesus Cea
|
ef9764f1a4
|
bsddb module updated to version 4.6.4
|
2008-05-13 18:45:46 +00:00 |
Benjamin Peterson
|
236819310d
|
Add warnings to and deprecated all those Mac modules
|
2008-05-12 21:42:13 +00:00 |
Amaury Forgeot d'Arc
|
f9b54c2411
|
Sync code with documentation, and remove Win95 support in winsound module.
|
2008-05-12 21:30:24 +00:00 |
Georg Brandl
|
23da6e6545
|
#1713041: fix pprint's handling of maximum depth.
|
2008-05-12 16:26:52 +00:00 |
Brett Cannon
|
bb141bb1f4
|
Deprecate the timing module for removal in Python 3.0.
|
2008-05-12 03:47:47 +00:00 |
Brett Cannon
|
ac861b5a17
|
Deprecate the sv module as per PEP 4.
|
2008-05-12 03:45:59 +00:00 |
Brett Cannon
|
43e5ef49b1
|
Deprecate the multifile module as per PEP 4.
|
2008-05-12 03:19:20 +00:00 |
Alexandre Vassalotti
|
d192c925ac
|
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation.
Renamed documentation references.
|
2008-05-12 02:11:22 +00:00 |
Alexandre Vassalotti
|
fb9ce65a91
|
Renamed SocketServer to 'socketserver'.
Deprecated old name.
|
2008-05-12 01:37:10 +00:00 |
Benjamin Peterson
|
b9030f4f0d
|
#2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate
|
2008-05-12 00:41:23 +00:00 |
Brett Cannon
|
42bfa90f02
|
Depreate imageop for removal in 3.0.
|
2008-05-12 00:08:34 +00:00 |
Brett Cannon
|
b61d801adb
|
Put Lib/lib-old back on to sys.path for module renames.
|
2008-05-11 23:39:04 +00:00 |
Georg Brandl
|
627a666db0
|
- #2250: Exceptions raised during evaluation of names in rlcompleter's
``Completer.complete()`` method are now caught and ignored.
|
2008-05-11 21:03:42 +00:00 |
Georg Brandl
|
9020ff88e6
|
Add some sentence endings.
|
2008-05-11 14:17:13 +00:00 |
Benjamin Peterson
|
98353941ea
|
Add the "until" command to pdb
|
2008-05-11 14:13:25 +00:00 |
Andrew M. Kuchling
|
aac5c8669f
|
#1858: re-apply patch for this, adding the missing files
|
2008-05-11 14:00:00 +00:00 |
Georg Brandl
|
6f95ae55b1
|
#2659: add ``break_on_hyphens`` to TextWrapper.
|
2008-05-11 10:42:28 +00:00 |
Brett Cannon
|
2a86913864
|
Deprecated the mhlib module for removal in 3.0.
|
2008-05-11 03:01:47 +00:00 |
Brett Cannon
|
df0a717037
|
The linuxaudidev module has been deprecated for removal in Python 3.0.
|
2008-05-11 00:50:51 +00:00 |
Brett Cannon
|
27508d4eb9
|
Deprecate ihooks for removal in 3.0.
|
2008-05-10 22:45:07 +00:00 |
Brett Cannon
|
fe5985188d
|
Deprecate the fpformat module for removal in 3.0.
|
2008-05-10 22:11:45 +00:00 |
Brett Cannon
|
e35a3a1d6b
|
Add an entry for the deprecation of the dl module.
|
2008-05-10 21:22:43 +00:00 |