Commit graph

9444 commits

Author SHA1 Message Date
Benjamin Peterson
518c44cecf mention Py3k in glossary 2008-05-16 22:59:28 +00:00
Alexandre Vassalotti
ea0b22a167 Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and
socketserver renaming.
2008-05-16 18:03:52 +00:00
Georg Brandl
c21cd7e7ec Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
Georg Brandl
cd174da82f Fix reprlib docs. 2008-05-16 17:33:13 +00:00
Georg Brandl
ae6b9f3cb2 Document O_ASYNC addition. 2008-05-16 13:41:26 +00:00
Georg Brandl
88107dafef #2845: fix copy2's docs. 2008-05-16 13:18:50 +00:00
Georg Brandl
107b812947 #2869: remove parameter from signature. 2008-05-16 09:47:29 +00:00
Alexandre Vassalotti
507462736d Updated reprlib's documentation to mention the renaming. 2008-05-16 07:00:58 +00:00
Alexandre Vassalotti
50a1acb2ab Changed references to the reprlib module to use its new name. 2008-05-16 06:58:49 +00:00
Brett Cannon
fa40bbf625 Deprecated statvfs for removal in 3.0. 2008-05-16 00:50:02 +00:00
Benjamin Peterson
7b5151c1f6 fix typos in whatsnew 2008-05-15 22:41:16 +00:00
Benjamin Peterson
a19f9f96c6 add Mac modules to the list of deprecated ones 2008-05-15 22:34:33 +00:00
Brett Cannon
b346513044 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. 2008-05-15 07:11:41 +00:00
Brett Cannon
94f2561ee8 Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
Andrew M. Kuchling
3a1693a989 Note some removals and a rename 2008-05-15 01:10:24 +00:00
Alexandre Vassalotti
c92fef9a3e Added documentation stub for ConfigParser. 2008-05-14 22:51:10 +00:00
Alexandre Vassalotti
e2514c6f10 Updated import statements to use the new configparser module name.
Updated the documentation to use the new name.
Revert addition of the stub entry for the old name.

Georg, I am reverting your changes since this commit should propagate
to py3k.
2008-05-14 22:44:22 +00:00
Georg Brandl
0a11f96f67 Update configparser docs for lowercasing rename. 2008-05-14 22:30:31 +00:00
Andrew M. Kuchling
c72df3305f List all the removes and renamed modules 2008-05-14 00:46:41 +00:00
Georg Brandl
913835763a #2831: add start argument to enumerate(). Patch by Scott Dial and me. 2008-05-13 19:04:54 +00:00
Benjamin Peterson
236819310d Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
Georg Brandl
ba39ef4ba4 Win 95/98 is no longer supported. 2008-05-12 17:52:13 +00:00
Georg Brandl
d23f1f2896 Mention version in which the new marshal version was introduced. 2008-05-12 17:48:56 +00:00
Georg Brandl
70dce223d4 Marshal is at version 2. 2008-05-12 17:47:53 +00:00
Georg Brandl
173b739ff8 Fix markup. 2008-05-12 17:43:13 +00:00
Georg Brandl
feb0921f9f #1760: try-except-finally is one statement since PEP 341. 2008-05-12 17:14:51 +00:00
Georg Brandl
21f990cf0e Fix parameter name for enumerate(). 2008-05-12 16:53:42 +00:00
Georg Brandl
e321c2f37d #2836: backport new string formatting docs. 2008-05-12 16:45:43 +00:00
Georg Brandl
23da6e6545 #1713041: fix pprint's handling of maximum depth. 2008-05-12 16:26:52 +00:00
Eric Smith
103f19d286 Added 'n' presentation type for integers. 2008-05-12 14:00:01 +00:00
Georg Brandl
6a0a368479 Fix-up docs for the copyreg module renaming. 2008-05-12 10:05:39 +00:00
Georg Brandl
7a148c2357 Fix-up docs for socketserver and queue renaming. 2008-05-12 10:03:16 +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
Alexandre Vassalotti
fea23a4d00 Added stub entry in the documentation mentioning SocketServer
was renamed.
2008-05-12 02:18:15 +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
Brett Cannon
42bfa90f02 Depreate imageop for removal in 3.0. 2008-05-12 00:08:34 +00:00
Alexandre Vassalotti
1fcaa77ac5 Revert commit r63086. 2008-05-11 23:12:38 +00:00
Georg Brandl
5a3277253d Add a deprecation notice to mailbox' old classes' doc. 2008-05-11 21:54:09 +00:00
Georg Brandl
d61c70d45f Formally deprecate old classes in the cgi module. 2008-05-11 21:37:53 +00:00
Georg Brandl
3fc974f2d4 Clarify os.strerror()s exception behavior. 2008-05-11 21:16:37 +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
Alexandre Vassalotti
8940ecd39d Added stub for the PixMapWrapper module to be renamed in 3.0.
Modified TestStdlibRenames to support platform specific renames.
Added test for PixMapWrapper rename warning.
Added note to documentation about PixMapWrapper rename.
2008-05-11 20:30:43 +00:00
Alexandre Vassalotti
73812bf2a6 Added test for Queue rename warning.
Added note to documentation about Queue rename.
2008-05-11 20:04:03 +00:00
Georg Brandl
6a57c08dc8 #1326: document and test zipimporter.archive and zipimporter.prefix. 2008-05-11 15:05:13 +00:00
Georg Brandl
ae98f50eca #2709 followup: better description of Tk's pros and cons. 2008-05-11 14:56:04 +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
ab756f60bd #2452: timeout is used for all blocking operations. 2008-05-11 11:09:35 +00:00