summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' andRaymond Hettinger2003-01-131-1/+4
* Try to make a sentance more readable.Neal Norwitz2003-01-121-1/+1
* SF #665570, curses causes interpreter crashNeal Norwitz2003-01-121-1/+2
* Minor correction and clarification.Fred Drake2003-01-111-1/+3
* Remove extra 'types'Neal Norwitz2003-01-101-3/+3
* SF bug #652888: bad documentation for the "type" builtinRaymond Hettinger2003-01-101-6/+22
* Purged reference to defunct datetimetz.Tim Peters2003-01-091-1/+1
* Various minor editsAndrew M. Kuchling2003-01-091-27/+30
* Markup fixAndrew M. Kuchling2003-01-091-0/+1
* Massive fiddling to reflect that datetimetz and timetz no longer exist.Tim Peters2003-01-091-556/+266
* Add notes about the linuxaudiodev and ossaudiodev modules.Fred Drake2003-01-081-0/+8
* There's no such method as has_option() -- should be has_extn().Greg Ward2003-01-081-2/+2
* Document EX_OK and friends.Barry Warsaw2003-01-071-0/+114
* SF #664011, move tarfile module in docsNeal Norwitz2003-01-071-1/+1
* Fix spelling.Raymond Hettinger2003-01-061-1/+1
* SF #642236, optparse LaTeX docs by Johannes GijsbersNeal Norwitz2003-01-065-0/+1817
* Strike any hint that from-import-* could ever be reasonable; it's aFred Drake2003-01-061-2/+1
* Fix some nits Guido brought up last August:Fred Drake2003-01-061-10/+8
* Fix markup so this will format again.Fred Drake2003-01-061-1/+1
* SF bug #592859: os.chmod is underdocumentedRaymond Hettinger2003-01-061-0/+22
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-052-0/+451
* Fix a typoNeal Norwitz2003-01-051-1/+1
* datetime_from_timet_and_us(): ignore leap seconds if the platformTim Peters2003-01-041-20/+34
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-042-6/+111
* SF bug #655271: Slightly modify locals() docRaymond Hettinger2003-01-041-1/+1
* SF bug #651149: Review libshelve.tex when possibleRaymond Hettinger2003-01-041-6/+6
* Replaced the flawed "local time" example tzinfo class with the gutsTim Peters2003-01-031-13/+39
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-022-21/+23
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-5/+6
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-13/+19
* Add some version info for new methods and classNeal Norwitz2003-01-021-0/+3
* - documented Ellipsis, NotImplementedFred Drake2003-01-021-9/+20
* Document that apply() is deprecated. See:Fred Drake2003-01-021-0/+3
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-011-6/+23
* mention built-in constants.Skip Montanaro2003-01-011-2/+4
* process libconsts.texSkip Montanaro2003-01-011-0/+1
* new section - builtin constantsSkip Montanaro2003-01-011-0/+20
* - use classdesc where we can (for better indexing)Fred Drake2002-12-311-35/+42
* General style conformance. Markup some unmarked constructs.Fred Drake2002-12-311-449/+478
* Use funcdesc instead of classdesc to be consistent with out sections.Raymond Hettinger2002-12-311-4/+4
* Further cleanup of exceptions. All interpolation-related exceptionsFred Drake2002-12-311-3/+12
* Spelling fixRaymond Hettinger2002-12-311-1/+1
* Add markup for time object.Raymond Hettinger2002-12-311-22/+23
* Removed the now-untrue (or soon-to-be untrue) part of the astimezone()Tim Peters2002-12-311-10/+7
* Document the new ,netrc awareness in nntplib.Eric S. Raymond2002-12-311-2/+3
* Barry raised reasonable objections to the macro name \mimeheader, soFred Drake2002-12-311-1/+1
* - correct the deprecation markups so this formats againFred Drake2002-12-311-9/+7
* Complete the markup for timedelta objects.Raymond Hettinger2002-12-311-36/+28
* Use the name (path) specified in the parameter listNeal Norwitz2002-12-311-4/+4
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-311-2/+12