summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update version numbers.Fred Drake2002-12-312-2/+2
* Phrase repair.Guido van Rossum2002-12-311-1/+1
* Minor markup and spelling repair.Guido van Rossum2002-12-311-2/+3
* Add a hurriedly-written section on the datetime moduleAndrew M. Kuchling2002-12-311-6/+50
* Add lots of items.Andrew M. Kuchling2002-12-311-11/+192
* - re-mark ESR's warning about extended registry syntaxFred Drake2002-12-301-3/+11
* Add entries for the dummy_thread and dummy_threading modules.Fred Drake2002-12-301-0/+2
* - fix use of \refmodule markupFred Drake2002-12-304-13/+15
* Add dummy_thread[ing] sections and reference these from libthread[ing].Guido van Rossum2002-12-303-1/+8
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-302-0/+44
* We're using strictly American spellings, so there's no diaresis overFred Drake2002-12-301-53/+56
* A step on the way to making tzinfo classes writable by mortals: get ridTim Peters2002-12-301-17/+37
* Start something that might make table notes easier to deal with,Fred Drake2002-12-301-0/+21
* Clean up a table so it passes formatting.Fred Drake2002-12-301-12/+19
* Added the \var{} markup so the tables will look good.Raymond Hettinger2002-12-301-8/+9
* Added markup upto line 233.Raymond Hettinger2002-12-301-58/+57
* Describe the new `errors' argument to Header.__init__() andBarry Warsaw2002-12-301-2/+9
* More markup additionsAndrew M. Kuchling2002-12-301-156/+264
* Minor grammar fix, and clarificationAndrew M. Kuchling2002-12-301-2/+2
* Mark up more textAndrew M. Kuchling2002-12-301-117/+148
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-291-83/+55
* Incorporate Skip's suggestion to use SciPy's validation test nearRaymond Hettinger2002-12-291-0/+24
* SF Bug 645777: list.extend() works with any iterable and is no longerRaymond Hettinger2002-12-291-3/+1
* astimezone(): document that None is an OK argument.Tim Peters2002-12-271-4/+5
* Added a useful warning to the documentation.Eric S. Raymond2002-12-271-2/+4
* Document killpg.Martin v. Löwis2002-12-271-0/+8
* Patch #657889: Implement posix.getloadavg.Martin v. Löwis2002-12-271-0/+8
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-271-23/+29
* Backing out patch #642578 in anticipation of final acceptance of PEP 302.Just van Rossum2002-12-251-15/+0
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-251-4/+6
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-0/+22