Commit graph

9444 commits

Author SHA1 Message Date
Benjamin Peterson
31694ae4a5 fix grammar 2008-05-30 20:44:39 +00:00
Georg Brandl
c5a235bb55 Better quote with single quotes. 2008-05-30 19:17:29 +00:00
Georg Brandl
6bb7bcf5f7 getloadavg() is not available on Windows. 2008-05-30 19:12:13 +00:00
Brett Cannon
6983ff7475 Note that UserList and UserString were moved to 'collections' in 3.0. 2008-05-29 21:28:55 +00:00
Facundo Batista
4f1b1ed975 Fixed the semantic of timeout for socket.create_connection and
all the upper level libraries that use it, including urllib2.
Added and fixed some tests, and changed docs correspondingly.
Thanks to John J Lee for the patch and the pusing, :)
2008-05-29 16:39:26 +00:00
Georg Brandl
b77e888f41 #2988: add note about catching CookieError when parsing untrusted cookie data. 2008-05-29 07:38:37 +00:00
Georg Brandl
457501bf20 Two fixes in bytearray docs. 2008-05-29 07:18:17 +00:00
Brett Cannon
abb34fe9f3 UserString.MutableString has been removed in Python 3.0.
Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch.
2008-05-29 05:08:50 +00:00
Benjamin Peterson
dee01d8af8 fix spelling 2008-05-28 11:51:41 +00:00
Georg Brandl
74a1deaab3 #2989: add PyType_Modified(). 2008-05-28 11:21:39 +00:00
Benjamin Peterson
a436878419 update tutorial function with more appropiate one from Eric Smith 2008-05-28 01:12:35 +00:00
Benjamin Peterson
06abba3558 fix minor grammar typo 2008-05-26 20:43:24 +00:00
Benjamin Peterson
9171bed69a take Brett's advice on a few warnings 2008-05-26 20:41:45 +00:00
Benjamin Peterson
3aa84a7f28 warn about some members of the commands module 2008-05-26 19:41:53 +00:00
Benjamin Peterson
2b4b5acf18 add PyByteArray docs 2008-05-26 15:54:26 +00:00
Georg Brandl
8de9119447 Add renaming notices to 3.0 http package members. 2008-05-26 15:01:48 +00:00
Benjamin Peterson
438e9ac4d4 fix a minor typo 2008-05-26 14:29:09 +00:00
Benjamin Peterson
404d182bba note that PyString and has been aliased to PyBytes 2008-05-26 14:02:09 +00:00
Christian Heimes
593daf545b Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
Benjamin Peterson
c3cb683d63 some updates to string formatting section in whatsnew 2008-05-26 12:29:46 +00:00
Georg Brandl
e2caef7646 Add renaming notices to xmlrpc modules. 2008-05-26 10:47:43 +00:00
Georg Brandl
68d3eb9f66 Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
Benjamin Peterson
f9ef9881d7 update the tutorial to use str.format 2008-05-26 00:54:22 +00:00
Benjamin Peterson
c15205e939 rename the section about new formatting 'new-string-formatting' 2008-05-25 20:05:52 +00:00
Georg Brandl
8a710dc441 Add renaming notices to thread and dummy_thread. 2008-05-25 12:34:57 +00:00
Georg Brandl
ecd0ad3c57 Hint about _winreg renaming in the docs. 2008-05-25 07:46:33 +00:00
Georg Brandl
392c6fc02d ConfigParser renaming reversal part 3: move module into place and adapt imports. 2008-05-25 07:25:25 +00:00
Georg Brandl
a6168f9e0a Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
2008-05-25 07:20:14 +00:00
Gregory P. Smith
d1e5715265 Correct the url to the external bsddb.db docs (likely to be integrated
soon anyways?)
2008-05-24 21:21:23 +00:00
Georg Brandl
e152a77d96 socketserver renaming reversal part 3: move the module into the right
place and fix all references to it.  Closes #2926.
2008-05-24 18:31:28 +00:00
Martin v. Löwis
0b66731ddd Mention that the leaking of variables from list comprehensions
is fixed in 3.0.
2008-05-23 19:33:13 +00:00
Raymond Hettinger
96b424062b Fix typo 2008-05-23 17:34:34 +00:00
Raymond Hettinger
f6901e909f Issue 2909: show how to name unpacked fields. 2008-05-23 17:21:44 +00:00
Brett Cannon
2ee0e8eaec Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +00:00
Raymond Hettinger
cc858ccc50 Docs for Issue 2819. 2008-05-23 00:49:27 +00:00
Brett Cannon
e76e4d7fb8 Add a note about the renaming of test.test_support in 3.0. 2008-05-20 22:08:20 +00:00
Georg Brandl
112aa50329 Patch #1775025: allow opening zipfile members via ZipInfo instances.
Patch by Graham Horler.
2008-05-20 08:25:48 +00:00
Martin v. Löwis
4dd019fde3 Patch #2488: Add sys.maxsize. 2008-05-20 08:11:19 +00:00
Georg Brandl
dffbf5f542 Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
Georg Brandl
3682dfead5 Standardize renaming notes. 2008-05-20 07:21:58 +00:00
Georg Brandl
5a42ca6c04 Add notes that tkinter modules will be renamed. 2008-05-20 07:20:12 +00:00
Georg Brandl
6634bf2919 Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
Fred Drake
d995e1150c revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
2008-05-20 06:08:38 +00:00
Benjamin Peterson
36d879b07c just MacOS (instead of MacOS 9) 2008-05-19 11:55:54 +00:00
Andrew M. Kuchling
09ed01f4cc Re-organize the increasingly long list of deprecated modules 2008-05-19 03:03:46 +00:00
Georg Brandl
67d6933ab5 GHOP #180 by Michael Schneider: add examples to the socketserver documentation. 2008-05-18 08:52:59 +00:00
Georg Brandl
c76ffca2be Rename html.parser file, and split html.entities from htmllib
to ease removal of the latter in Py3k.
2008-05-17 21:54:03 +00:00
Fred Drake
20b56603c9 document the renames for modules moved to the html package
(http://bugs.python.org/issue2882)
2008-05-17 21:23:02 +00:00
Fred Drake
cb51d84214 update references and documentation for modules in the new html package
(http://bugs.python.org/issue2882)
2008-05-17 21:14:05 +00:00
Lars Gustäbel
4bfb59390c Replace signatures with optional arguments in square brackets with
keyword arguments and the actual default values.
Fix references that point nowhere or to the wrong place.
Add description of the ENCODING module-level variable.
Fix the URL pointing to the GNU tar manual.
Remove two obsolete examples.
Add an example on how to use a generator with TarFile.extractall().
2008-05-17 16:50:22 +00:00