| Commit message (Expand) | Author | Age | Files | Lines |
* | Add entry for Cookie module. | Fred Drake | 2000-08-19 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Fix a markup error that caused formatting to fail. | Fred Drake | 2000-08-18 | 1 | -16/+17 |
|
|
* | 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 | 1 | -2/+9 |
|
|
* | 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 |
|
|
* | Document socket.getfqdn(). | Fred Drake | 2000-08-16 | 1 | -4/+12 |
|
|
* | Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the | Thomas Wouters | 2000-08-15 | 1 | -0/+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 |
|
|
* | Guido pointed out that all names in the sys module have no underscore, | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Some minor clarifications and added some index entries. | Fred Drake | 2000-08-11 | 1 | -20/+22 |
|
|
* | O_BINARY: Documented this constant; omission noted by David Ascher. | Fred Drake | 2000-08-11 | 1 | -1/+8 |
|
|
* | getopt(): revise description of long_options parameter slightly so it will | Fred Drake | 2000-08-11 | 1 | -19/+43 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 1 | -5/+0 |
|
|
* | More on noutrefresh. | Eric S. Raymond | 2000-08-09 | 1 | -1/+3 |
|
|
* | Tweak curses.wrapper so it initializes colors if they are available. | Eric S. Raymond | 2000-08-09 | 1 | -4/+5 |
|
|
* | Correct markup error. | Fred Drake | 2000-08-09 | 1 | -2/+3 |
|
|
* | Correct version number at which the curses.ascii module was introduced. | Fred Drake | 2000-08-09 | 1 | -1/+1 |
|
|
* | Fix a few markup errors and lots of small consistency issues. | Fred Drake | 2000-08-09 | 1 | -42/+55 |
|
|
* | Barry's patch to document the new setdefault() method. Slightly | Guido van Rossum | 2000-08-08 | 1 | -0/+8 |
|
|
* | Neil Schemenauer: GC enable(), disable(), isenabled() interface. | Vladimir Marangozov | 2000-08-06 | 1 | -7/+19 |
|
|
* | Documented curses.wrapper and curses.textpad. | Eric S. Raymond | 2000-08-04 | 1 | -2/+131 |
|
|
* | Break the "Python Services" chapter into two: "Python Runtime Services" | Fred Drake | 2000-08-03 | 3 | -17/+29 |
|
|
* | int() description: Fix markup to avoid image generation for math mode. | Fred Drake | 2000-08-03 | 1 | -5/+6 |
|
|
* | Both PEP 201 Lockstep Iteration and SF patch #101030 have been | Barry Warsaw | 2000-08-03 | 1 | -0/+9 |
|
|
* | Rob Hooft <rob@hooft.net>: | Fred Drake | 2000-08-02 | 1 | -2/+8 |
|
|
* | As requested by Fred - mention that in the future a winreg module may make a ... | Mark Hammond | 2000-08-01 | 1 | -2/+3 |
|
|
* | fixing a minor spelling mistake | Peter Schneider-Kamp | 2000-08-01 | 1 | -1/+1 |
|
|
* | Stop lying about [].pop() being experimental! There is no backing it out | Fred Drake | 2000-07-31 | 1 | -4/+3 |
|
|
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 2 | -2/+25 |
|
|
* | Two minor nits from Gerry Weiner (no working email address) about | Fred Drake | 2000-07-31 | 1 | -3/+3 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-31 | 1 | -0/+9 |
|
|
* | Finally fixed the much-reported bug about "~" in a couple of example. | Fred Drake | 2000-07-28 | 1 | -2/+2 |
|
|
* | Second round of curses documentation improvements. Completes and extends | Eric S. Raymond | 2000-07-27 | 1 | -17/+38 |
|
|
* | Document tiget{flag,num,str} | Andrew M. Kuchling | 2000-07-26 | 1 | -0/+21 |
|
|
* | Fix small typos and markup consistency nits. | Fred Drake | 2000-07-24 | 2 | -15/+16 |
|
|
* | First round of curses documentation improvements; correct errors, flesh out | Eric S. Raymond | 2000-07-24 | 1 | -109/+170 |
|
|
* | added doc for isatty() | Skip Montanaro | 2000-07-19 | 1 | -0/+6 |
|
|
* | added documentation for new functions {get,set}_history_length | Skip Montanaro | 2000-07-19 | 1 | -0/+11 |
|
|