| Commit message (Expand) | Author | Age | Files | Lines |
* | We're using strictly American spellings, so there's no diaresis over | Fred Drake | 2002-12-30 | 1 | -53/+56 |
|
|
* | A step on the way to making tzinfo classes writable by mortals: get rid | Tim Peters | 2002-12-30 | 1 | -17/+37 |
|
|
* | Start something that might make table notes easier to deal with, | Fred Drake | 2002-12-30 | 1 | -0/+21 |
|
|
* | Clean up a table so it passes formatting. | Fred Drake | 2002-12-30 | 1 | -12/+19 |
|
|
* | Added the \var{} markup so the tables will look good. | Raymond Hettinger | 2002-12-30 | 1 | -8/+9 |
|
|
* | Added markup upto line 233. | Raymond Hettinger | 2002-12-30 | 1 | -58/+57 |
|
|
* | Describe the new `errors' argument to Header.__init__() and | Barry Warsaw | 2002-12-30 | 1 | -2/+9 |
|
|
* | More markup additions | Andrew M. Kuchling | 2002-12-30 | 1 | -156/+264 |
|
|
* | Minor grammar fix, and clarification | Andrew M. Kuchling | 2002-12-30 | 1 | -2/+2 |
|
|
* | Mark up more text | Andrew M. Kuchling | 2002-12-30 | 1 | -117/+148 |
|
|
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 1 | -83/+55 |
|
|
* | Incorporate Skip's suggestion to use SciPy's validation test near | Raymond Hettinger | 2002-12-29 | 1 | -0/+24 |
|
|
* | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -3/+1 |
|
|
* | astimezone(): document that None is an OK argument. | Tim Peters | 2002-12-27 | 1 | -4/+5 |
|
|
* | Added a useful warning to the documentation. | Eric S. Raymond | 2002-12-27 | 1 | -2/+4 |
|
|
* | Document killpg. | Martin v. Löwis | 2002-12-27 | 1 | -0/+8 |
|
|
* | Patch #657889: Implement posix.getloadavg. | Martin v. Löwis | 2002-12-27 | 1 | -0/+8 |
|
|
* | Make comparison and subtraction of aware objects ignore tzinfo if the | Tim Peters | 2002-12-27 | 1 | -23/+29 |
|
|
* | Backing out patch #642578 in anticipation of final acceptance of PEP 302. | Just van Rossum | 2002-12-25 | 1 | -15/+0 |
|
|
* | SF 658405: calendar.py to rely on the datetime module instead of the time | Raymond Hettinger | 2002-12-25 | 1 | -4/+6 |
|
|
* | Implemented datetime.astimezone() and datetimetz.astimezone(). | Tim Peters | 2002-12-25 | 1 | -0/+22 |
|
|
* | Removed blurb admonishing users to raise an exception if the datetime | Tim Peters | 2002-12-24 | 1 | -2/+1 |
|
|
* | Added note about technical pickle limitation on tzinfo instances. | Tim Peters | 2002-12-24 | 1 | -1/+6 |
|
|
* | tzinfo.{utcoffset,dst} can return timedelta (or integer or None). | Tim Peters | 2002-12-24 | 1 | -15/+21 |
|
|
* | Fix SF #658023, "What's New in 2.3", s12, verbatim error | Neal Norwitz | 2002-12-24 | 1 | -1/+1 |
|
|
* | Implemented .replace() methods for date, datetime, datetimetz, time and | Tim Peters | 2002-12-24 | 1 | -1/+28 |
|
|
* | Brought the strftime explanation into synch with the plain-text sandbox | Tim Peters | 2002-12-23 | 1 | -45/+56 |
|
|
* | Add in the datetime docs now that they pass LaTeX. Still ugly, but that can | Fred Drake | 2002-12-23 | 2 | -0/+3 |
|
|
* | Lots of markup changes. This is still pretty sad, but passes LaTeX | Fred Drake | 2002-12-23 | 1 | -483/+558 |
|
|
* | Move the examples of concrete tzinfo classes to a separate file, so the | Fred Drake | 2002-12-23 | 1 | -0/+51 |
|
|
* | Added docs for (draft) pkgutil module. | Fred Drake | 2002-12-23 | 3 | -0/+52 |
|
|
* | Bump version number | Andrew M. Kuchling | 2002-12-23 | 1 | -1/+1 |
|
|
* | Fixed longstanding bug in the description of strftime's %W code. | Tim Peters | 2002-12-20 | 1 | -1/+1 |
|
|
* | Check in current, unfinished, draft of datetime docs | Andrew M. Kuchling | 2002-12-18 | 1 | -0/+1139 |
|
|
* | Fix some small markup nits. | Fred Drake | 2002-12-18 | 1 | -5/+5 |
|
|
* | Fix typo spotted by Richie Hindle | Neal Norwitz | 2002-12-18 | 1 | -1/+1 |
|
|
* | Two more typo fixes. | Greg Ward | 2002-12-17 | 1 | -2/+2 |
|
|
* | Typo fix. | Greg Ward | 2002-12-17 | 1 | -1/+1 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 3 | -10/+24 |
|
|
* | Add markup for base parameter | Neal Norwitz | 2002-12-17 | 1 | -2/+2 |
|
|
* | Fix SF # 641111, Undocumented side effect of eval | Neal Norwitz | 2002-12-17 | 1 | -1/+6 |
|
|
* | Fix SF #642742, property() builtin not documented | Neal Norwitz | 2002-12-17 | 1 | -0/+78 |
|
|
* | Fix SF # 626275, missing DECREF's in embedding example | Neal Norwitz | 2002-12-17 | 1 | -3/+8 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-12-16 | 1 | -1/+3 |
|
|
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 1 | -0/+18 |
|
|
* | Rewrite to produce a complete sentence | Andrew M. Kuchling | 2002-12-15 | 1 | -6/+6 |
|
|
* | typo fix. | Just van Rossum | 2002-12-15 | 1 | -1/+1 |
|
|
* | Added missing markup. | Raymond Hettinger | 2002-12-14 | 1 | -6/+9 |
|
|
* | Apply SF patch 652930: Add optional base argument to math.log(x[, base]). | Raymond Hettinger | 2002-12-14 | 1 | -2/+4 |
|
|
* | Add Tkinter threading change | Andrew M. Kuchling | 2002-12-13 | 1 | -3/+17 |
|
|