| Commit message (Expand) | Author | Age | Files | Lines |
* | Rough and incomplete documentation on augmented assignment, which follows | Thomas Wouters | 2000-08-24 | 3 | -4/+70 |
|
|
* | Addresses the other half of Bug #112634 -- the documentation suggested | Guido van Rossum | 2000-08-24 | 1 | -1/+1 |
|
|
* | Move references to RFCs to a "See also" section for consistency with | Fred Drake | 2000-08-24 | 1 | -5/+16 |
|
|
* | Moshe Zadka <moshez@math.huji.ac.il>: | Fred Drake | 2000-08-24 | 1 | -0/+12 |
|
|
* | Make sure Thomas Wouters has enough to do. ;-) | Fred Drake | 2000-08-24 | 1 | -0/+4 |
|
|
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -0/+7 |
|
|
* | fix list comprehension discussion to use \keyword macro instead of simply | Skip Montanaro | 2000-08-23 | 1 | -3/+4 |
|
|
* | update commonprefix doc to make sure user is aware it works | Skip Montanaro | 2000-08-23 | 1 | -2/+4 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 2 | -6/+23 |
|
|
* | Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. | Barry Warsaw | 2000-08-21 | 1 | -2/+12 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -0/+12 |
|
|
* | Strengthen the warning against using SerialCookie and SmartCookie. | Andrew M. Kuchling | 2000-08-20 | 1 | -9/+12 |
|
|
* | Disallow "import mod.submod as m", because the result is ambiguous. Does it | Thomas Wouters | 2000-08-19 | 1 | -1/+6 |
|
|
* | Add entry for Cookie module. | Fred Drake | 2000-08-19 | 2 | -0/+2 |
|
|
* | Make it format. | Fred Drake | 2000-08-19 | 1 | -166/+177 |
|
|
* | Initial revision. Markup unchecked. | Moshe Zadka | 2000-08-19 | 1 | -0/+232 |
|
|
* | As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() | Fred Drake | 2000-08-18 | 1 | -14/+15 |
|
|
* | Adjust the way __getslice__() is marked as deprecated; this will also | Fred Drake | 2000-08-18 | 1 | -2/+4 |
|
|
* | Fix a markup error that caused formatting to fail. | Fred Drake | 2000-08-18 | 1 | -16/+17 |
|
|
* | Mention the new 'import X as Y' syntax | Andrew M. Kuchling | 2000-08-17 | 1 | -0/+4 |
|
|
* | Document the returns_unicode attribute | Andrew M. Kuchling | 2000-08-17 | 1 | -4/+11 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 2 | -10/+21 |
|
|
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 1 | -9/+18 |
|
|
* | Remove an item that's been done. | Fred Drake | 2000-08-17 | 1 | -2/+0 |
|
|
* | A little more text, and some really minor cleanups. | Fred Drake | 2000-08-17 | 1 | -3/+10 |
|
|
* | Small cleanups, and note when zip() entered the menagerie. | Fred Drake | 2000-08-17 | 1 | -3/+1 |
|
|
* | Revise the comments about the exceptions module to not refer to source | Fred Drake | 2000-08-17 | 1 | -4/+4 |
|
|
* | Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: | Fred Drake | 2000-08-17 | 1 | -0/+19 |
|
|
* | \citetitle: Format the title, not the optional URL! | Fred Drake | 2000-08-17 | 1 | -1/+1 |
|
|
* | Add section on list comprehension | Andrew M. Kuchling | 2000-08-17 | 1 | -4/+120 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-08-16 | 1 | -6/+10 |
|
|
* | Document socket.getfqdn(). | Fred Drake | 2000-08-16 | 1 | -4/+12 |
|
|
* | Mention setdefault() method for dicts | Andrew M. Kuchling | 2000-08-16 | 1 | -0/+16 |
|
|
* | Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the | Thomas Wouters | 2000-08-15 | 1 | -0/+2 |
|
|
* | Fix error made in applying Thomas's patch. | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-08-15 | 1 | -1/+2 |
|
|
* | Fix markup bug that prevented formatting. | Fred Drake | 2000-08-15 | 1 | -7/+9 |
|
|
* | Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() and | Barry Warsaw | 2000-08-15 | 1 | -0/+15 |
|
|
* | Added description of the md5.hexdigest() method. | Barry Warsaw | 2000-08-15 | 1 | -0/+5 |
|
|
* | Correct the reference count information for the parameters of | Fred Drake | 2000-08-15 | 1 | -3/+3 |
|
|
* | Guido pointed out that all names in the sys module have no underscore, | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | For bug reporting, point to the SourceForge bug tracker instead of the | Fred Drake | 2000-08-14 | 1 | -2/+2 |
|
|
* | Document the byte_order value in the sys module. | Fred Drake | 2000-08-14 | 1 | -0/+8 |
|
|
* | Document the range type, as suggested by Denis S. Otkidach | Fred Drake | 2000-08-14 | 1 | -4/+24 |
|
|
* | In the section on the "Very High Level Layer", address concerns brought up | Fred Drake | 2000-08-14 | 1 | -0/+9 |
|
|
* | Fix some markup errors that prevented formatting, and one that didn't. | Fred Drake | 2000-08-12 | 1 | -4/+5 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 2 | -5/+35 |
|
|
* | Added information for PyEval_EvalCode(). | Fred Drake | 2000-08-12 | 1 | -2/+7 |
|
|
* | Added Marc-Andre Lemburg's documentation for string methods, with some | Fred Drake | 2000-08-12 | 1 | -23/+216 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 1 | -4/+4 |
|
|