summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* SF bug #661848 and #631055: Clarify use of __all__.Raymond Hettinger2003-01-061-1/+4
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-053-0/+452
* 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
* Grammatical fix: change possessive "it's" to "its".Greg Ward2003-01-031-3/+3
* Spread the blame (err, I mean credit) for ossaudiodev around a bit.Greg Ward2003-01-031-1/+1
* Write PEP 301 sectionAndrew M. Kuchling2003-01-031-2/+39
* Add SSL support for imaplib; add empty PEP301 sectionAndrew M. Kuchling2003-01-031-0/+15
* [Patch #658093 ] Documentation support for PEP 301Andrew M. Kuchling2003-01-031-3/+124
* Add contributor.Raymond Hettinger2003-01-031-0/+1
* Fix error in previous correction; thanks, Just!Andrew M. Kuchling2003-01-021-1/+0
* Fix PEP 302 description; bump version numberAndrew M. Kuchling2003-01-021-10/+17
* 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
* Update the copyright year.Guido van Rossum2003-01-021-1/+1
* Add some version info for new methods and classNeal Norwitz2003-01-021-0/+3
* Fix an exampleAndrew M. Kuchling2003-01-021-2/+1
* - documented Ellipsis, NotImplementedFred Drake2003-01-021-9/+20
* Add dependency info for the recently added lib/libconsts.tex.Fred Drake2003-01-021-0/+1
* 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
* Revert merge from 2.3 alpha 1 release branch; the change does notFred Drake2003-01-011-1/+1
* Merging in changes from r23a1-branch. Doc/makefile had conflicts, whichTim Peters2003-01-011-1/+1
* The trunk is (nominally) post-alpha.Fred Drake2002-12-312-2/+2
* Results of a rewrite passAndrew M. Kuchling2002-12-311-258/+251
* - 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
* Add posix.loadavg()Andrew M. Kuchling2002-12-311-8/+7
* 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
* Document standard encodings.Martin v. Löwis2002-12-311-0/+343
* SmartCookie and SerialCookie were recently deprecatedNeal Norwitz2002-12-311-0/+2
* InterpolationSyntaxError was added in 2.3Neal Norwitz2002-12-311-0/+1