summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Promote file objects out of the "Other Objects" category, so they becomeFred Drake2001-10-301-172/+172
* Promote built-in functions to come before built-in types.Fred Drake2001-10-302-4/+2
* Mention the new file() builtin in the section on file objects.Tim Peters2001-10-301-3/+6
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-7/+7
* Add additional information on exceptions from time.mktime() and related toFred Drake2001-10-291-2/+7
* Fix up a number of small problems with the DOM documentation.Fred Drake2001-10-262-20/+35
* Remove unused variable.Fred Drake2001-10-261-1/+0
* Explain what [].insert() does when the target index is negative.Fred Drake2001-10-261-7/+11
* Add notes pointing out that these classes are kept for backward compatibilityFred Drake2001-10-261-0/+17
* Many, many small fixes and improvements, most suggested by Detlef Lannert.Fred Drake2001-10-261-17/+27
* Some style changes and typo fixes.Fred Drake2001-10-261-6/+9
* Typo: destuction --> destructionFred Drake2001-10-261-1/+1
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-2/+24
* Enforce a bit of markup consistency.Fred Drake2001-10-261-13/+12
* Minor textual adjustment, and style-guide conformance (no use of "iff").Fred Drake2001-10-261-4/+5
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-251-16/+39
* Typo: NamedNodeList --> NamedNodeMapFred Drake2001-10-251-1/+1
* Make the deprecation notice use the same form as other such notices.Fred Drake2001-10-241-3/+3
* Minor revision of the text.Fred Drake2001-10-241-2/+2
* Doc and NEWS changes due to Jeremy adding traceback objects to gc.Tim Peters2001-10-231-1/+4
* Fixed an example in the use of email.Utils.getaddresses(). TheBarry Warsaw2001-10-221-4/+4
* Clarify that the resource module does not attempt to mask platformFred Drake2001-10-221-1/+3
* Update description of border()Andrew M. Kuchling2001-10-201-3/+2
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-2039-145/+138
* When stating that some parameters to makefile() are similar to the open()Fred Drake2001-10-191-1/+2
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-191-13/+27
* Added a note about the somewhat kludgey behavior of the messageBarry Warsaw2001-10-191-0/+10
* SF patch #443759: Add Interface to readline's add_historyGuido van Rossum2001-10-191-0/+4
* changed misleading argument nameFredrik Lundh2001-10-181-5/+5
* Some minor clarifications for find()'s arguments based on SF bugBarry Warsaw2001-10-181-5/+6
* Straighten out the exec*() function descriptions a bit, and clarify a fewFred Drake2001-10-181-65/+68
* Function descriptions must end as well as start!Fred Drake2001-10-181-0/+1
* Elaborate on types and meaning of the setgroups arguments.Martin v. Löwis2001-10-181-2/+4
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-0/+7
* SF bug [#471111] inspect.getframeinfo() needs docs.Tim Peters2001-10-161-0/+6
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-5/+4
* [ #403753 ] zlib decompress; uncontrollable memory usageJeremy Hylton2001-10-161-2/+16
* Fix a few usage and style-guide conformance issues.Fred Drake2001-10-161-10/+10
* Added information about setprofile() and settrace() hooks being thread-Fred Drake2001-10-161-2/+9
* Added notes to clarify that binascii.crc32(), zlib.crc32(), andFred Drake2001-10-152-3/+9
* Document that keyfile and certfile are now optional.Jeremy Hylton2001-10-111-1/+1
* Describe the HeaderParser class.Barry Warsaw2001-10-111-0/+11
* A copy-and-paste job forget the "paste" half.Tim Peters2001-10-091-1/+1
* Allow the profiler's calibration constant to be specified in the constructorTim Peters2001-10-091-52/+32
* Fix minor cut-and-paste typo.Barry Warsaw2001-10-091-1/+1
* Update the documentation for the isinstance() function to reflect recentFred Drake2001-10-091-221/+226
* Add documentation for the MIMEAudio class/module, contributed byBarry Warsaw2001-10-091-0/+26
* Improve the documentation for the os.P_* constants used with the os.spawn*()Fred Drake2001-10-091-9/+29
* Note that the values for Boolean options are case-insensitive.Fred Drake2001-10-091-2/+3
* Update the description of getboolean() to reflect the changes made byFred Drake2001-10-081-3/+5