summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed blurb admonishing users to raise an exception if the datetimeTim Peters2002-12-241-2/+1
* Added note about technical pickle limitation on tzinfo instances.Tim Peters2002-12-241-1/+6
* tzinfo.{utcoffset,dst} can return timedelta (or integer or None).Tim Peters2002-12-241-15/+21
* Fix SF #658023, "What's New in 2.3", s12, verbatim errorNeal Norwitz2002-12-241-1/+1
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-1/+28
* Brought the strftime explanation into synch with the plain-text sandboxTim Peters2002-12-231-45/+56
* Add in the datetime docs now that they pass LaTeX. Still ugly, but that canFred Drake2002-12-232-0/+3
* Lots of markup changes. This is still pretty sad, but passes LaTeXFred Drake2002-12-231-483/+558
* Move the examples of concrete tzinfo classes to a separate file, so theFred Drake2002-12-231-0/+51
* Added docs for (draft) pkgutil module.Fred Drake2002-12-233-0/+52
* Bump version numberAndrew M. Kuchling2002-12-231-1/+1
* Fixed longstanding bug in the description of strftime's %W code.Tim Peters2002-12-201-1/+1
* Check in current, unfinished, draft of datetime docsAndrew M. Kuchling2002-12-181-0/+1139
* Fix some small markup nits.Fred Drake2002-12-181-5/+5
* Fix typo spotted by Richie HindleNeal Norwitz2002-12-181-1/+1
* Two more typo fixes.Greg Ward2002-12-171-2/+2
* Typo fix.Greg Ward2002-12-171-1/+1
* This is Richie Hindle's patchMichael W. Hudson2002-12-173-10/+24
* Add markup for base parameterNeal Norwitz2002-12-171-2/+2
* Fix SF # 641111, Undocumented side effect of evalNeal Norwitz2002-12-171-1/+6
* Fix SF #642742, property() builtin not documentedNeal Norwitz2002-12-171-0/+78
* Fix SF # 626275, missing DECREF's in embedding exampleNeal Norwitz2002-12-171-3/+8
* Fixed bugGustavo Niemeyer2002-12-161-1/+3
* Fixing bugGustavo Niemeyer2002-12-161-0/+18
* Rewrite to produce a complete sentenceAndrew M. Kuchling2002-12-151-6/+6