summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Added documentation for sys.maxunicode and sys.warnoptions.Fred Drake2001-09-041-1/+14
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-031-6/+12
* Move the long minidom example to a separate file; \verbatiminput does theFred Drake2001-09-022-67/+66
* Added the "Host" header to the "GET" example.Fred Drake2001-09-011-0/+1
* Update the links to the FIPS document that defines the Secure HashFred Drake2001-08-301-8/+9
* Add a new function imp.lock_held(), and use it to skip test_threaded_importTim Peters2001-08-301-0/+13
* Added explanation that [...] * n generates shallow copies of [...], soFred Drake2001-08-281-2/+26
* Fix a number of minor markup errors, and improve the consistency a bit.Fred Drake2001-08-281-16/+16
* Plant a mention in the description of backreferences of the fact thatEric S. Raymond2001-08-281-1/+5
* Docs for the PEP 264 changes.Michael W. Hudson2001-08-273-11/+89
* SF patch #454553 by Walter Dörwald: auto-guess content-type header forGuido van Rossum2001-08-231-1/+2
* indicate that mktime is platform-dependent. See SF bug 434143.Skip Montanaro2001-08-221-1/+2
* indicate that the years for which the calendar function will work areSkip Montanaro2001-08-221-1/+2
* Added documentation for BoundedSemaphore(), contributed by Skip Montanaro.Fred Drake2001-08-201-2/+40
* Clean up some argument profiles, enrich the docstring.Eric S. Raymond2001-08-201-14/+14
* Improve Windows time.clock() blurb; was missing return type and unit.Tim Peters2001-08-191-4/+4
* Framework code for compilerlike scripts.Eric S. Raymond2001-08-181-0/+87
* Document that uu.decode() will always raise a uu.Error if out_fileBarry Warsaw2001-08-171-9/+18
* Re-write the description of the os.spawn*() functions, and cover theFred Drake2001-08-161-17/+51
* Fix a minor typo and mark an exception name that was missed.Fred Drake2001-08-141-1/+1
* Describe the new semantics for setting and deleting a function'sBarry Warsaw2001-08-141-10/+5
* Insert omitted "the".Fred Drake2001-08-141-1/+1
* Add the smtpd module to the list of undocumented modules; Barry needs toFred Drake2001-08-141-0/+4
* David Goodger <dgoodger@atsautomation.com>:Fred Drake2001-08-131-27/+240
* For the escape() function, added a reference to the quoteattrs() functionFred Drake2001-08-111-17/+22
* Add a note that the quoteattr() function is useful for HTML and SGMLFred Drake2001-08-101-0/+2
* Added a warning about reference cycles and memory consumption to theFred Drake2001-08-101-0/+10
* Usage fix, problem reported by Keith Briggs.Fred Drake2001-08-101-1/+1
* Added documentation for the new rich comparison support.Fred Drake2001-08-101-73/+147
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-101-0/+119
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-091-2/+2
* Clean up some of the markup here -- be more consistent in the use ofFred Drake2001-08-081-9/+9
* Add a comment on time.time() returning non-decreasing values except whenFred Drake2001-08-051-1/+3
* Document IPv6 changes. Contributed by itojun.Martin v. Löwis2001-08-042-29/+206
* Note that the mimetypes.MimeTypes class was added in Python 2.2.Fred Drake2001-08-041-0/+2
* Add documentation for the new aspects of the mimetypes module.Fred Drake2001-08-031-1/+70
* Apply the new \mailheader macro where appropriate, and fix a few smallFred Drake2001-08-035-54/+57
* Fix some of the example code; the reference objects do not support aFred Drake2001-08-031-3/+3
* Add a caveat about boundary conditions and RE concatenation, so that theFred Drake2001-08-021-9/+12
* Cleaned up the description of readline.set_completer().Fred Drake2001-08-011-4/+7
* Added an example of a string value for the replacement parameter toFred Drake2001-08-011-44/+60
* Fix description of buffer_info(), and add a note that there is a betterFred Drake2001-08-011-6/+15
* Make some adjustments to the markup, and fix up some style-guide issues.Fred Drake2001-07-291-17/+17
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-281-1/+23
* Typo fix.Greg Ward2001-07-261-1/+1
* SF bug #444510: int() should guarantee truncation.Tim Peters2001-07-261-3/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-262-3/+3
* trivial rewording in footnote 5.Skip Montanaro2001-07-251-2/+2
* Add entry for the new distutils section.Fred Drake2001-07-241-0/+1
* Overview comments for the distutils package, with links to the distutilsFred Drake2001-07-241-0/+37