summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix markup error and minor consistency nit.Fred Drake2000-08-311-2/+2
* add user-modifiable recursion_limitJeremy Hylton2000-08-311-0/+18
* Document the limitation that urllib does not work with proxies whichFred Drake2000-08-311-5/+9
* UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles WaldmanFred Drake2000-08-311-2/+2
* New method getnamespace.Sjoerd Mullender2000-08-311-0/+5
* Relocate the popen2 documentation since it is now substantially moreFred Drake2000-08-311-1/+1
* doc changes to parallel changes to calendar.py moduleSkip Montanaro2000-08-301-11/+46
* Markup revisions. Nothing was actually required to be able to format it,Fred Drake2000-08-301-54/+55
* Oops, spell MAL's name right.Barry Warsaw2000-08-301-1/+1
* Documentation for the gettext module.Barry Warsaw2000-08-301-0/+495
* Added libgettext.texBarry Warsaw2000-08-301-0/+1
* Closing patch #101120 -- After everyone agreed.Moshe Zadka2000-08-251-35/+40
* Add reference to RFC 2396 in "See also" section.Fred Drake2000-08-251-6/+11
* Revised documentation relevant to SourceForge patch #100837Fred Drake2000-08-251-12/+23
* Documentation for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-251-1/+76
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-241-0/+59
* Addresses the other half of Bug #112634 -- the documentation suggestedGuido van Rossum2000-08-241-1/+1
* Move references to RFCs to a "See also" section for consistency withFred Drake2000-08-241-5/+16
* Moshe Zadka <moshez@math.huji.ac.il>:Fred Drake2000-08-241-0/+12
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-0/+7
* update commonprefix doc to make sure user is aware it worksSkip Montanaro2000-08-231-2/+4
* Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.Barry Warsaw2000-08-211-2/+12
* Strengthen the warning against using SerialCookie and SmartCookie.Andrew M. Kuchling2000-08-201-9/+12
* Add entry for Cookie module.Fred Drake2000-08-191-0/+1
* Make it format.Fred Drake2000-08-191-166/+177
* Initial revision. Markup unchecked.Moshe Zadka2000-08-191-0/+232
* As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange()Fred Drake2000-08-181-14/+15
* Fix a markup error that caused formatting to fail.Fred Drake2000-08-181-16/+17
* Document the returns_unicode attributeAndrew M. Kuchling2000-08-171-4/+11
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-2/+9
* A little more text, and some really minor cleanups.Fred Drake2000-08-171-3/+10
* Small cleanups, and note when zip() entered the menagerie.Fred Drake2000-08-171-3/+1
* Revise the comments about the exceptions module to not refer to sourceFred Drake2000-08-171-4/+4
* Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>:Fred Drake2000-08-171-0/+19
* Document socket.getfqdn().Fred Drake2000-08-161-4/+12
* Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of theThomas Wouters2000-08-151-0/+2
* Fix markup bug that prevented formatting.Fred Drake2000-08-151-7/+9
* Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() andBarry Warsaw2000-08-151-0/+15
* Added description of the md5.hexdigest() method.Barry Warsaw2000-08-151-0/+5
* Guido pointed out that all names in the sys module have no underscore,Fred Drake2000-08-151-1/+1
* Document the byte_order value in the sys module.Fred Drake2000-08-141-0/+8
* Document the range type, as suggested by Denis S. OtkidachFred Drake2000-08-141-4/+24
* Added Marc-Andre Lemburg's documentation for string methods, with someFred Drake2000-08-121-23/+216
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-4/+4
* Some minor clarifications and added some index entries.Fred Drake2000-08-111-20/+22
* O_BINARY: Documented this constant; omission noted by David Ascher.Fred Drake2000-08-111-1/+8
* getopt(): revise description of long_options parameter slightly so it willFred Drake2000-08-111-19/+43
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-5/+0
* More on noutrefresh.Eric S. Raymond2000-08-091-1/+3
* Tweak curses.wrapper so it initializes colors if they are available.Eric S. Raymond2000-08-091-4/+5