Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Results of a rewrite pass | Andrew M. Kuchling | 2002-12-31 | 1 | -258/+251 |
| | |||||
* | - use classdesc where we can (for better indexing) | Fred Drake | 2002-12-31 | 1 | -35/+42 |
| | | | | - more style consistency crud | ||||
* | General style conformance. Markup some unmarked constructs. | Fred Drake | 2002-12-31 | 1 | -449/+478 |
| | |||||
* | Use funcdesc instead of classdesc to be consistent with out sections. | Raymond Hettinger | 2002-12-31 | 1 | -4/+4 |
| | |||||
* | Further cleanup of exceptions. All interpolation-related exceptions | Fred Drake | 2002-12-31 | 1 | -3/+12 |
| | | | | | now derive from InterpolationError, which is not raised directly (only subclasses get raised). This matches what the docs already said. | ||||
* | Spelling fix | Raymond Hettinger | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Add markup for time object. | Raymond Hettinger | 2002-12-31 | 1 | -22/+23 |
| | | | | | Cleanup whitespace. Fix unbalanced parenthesis. | ||||
* | Removed the now-untrue (or soon-to-be untrue) part of the astimezone() | Tim Peters | 2002-12-31 | 1 | -10/+7 |
| | | | | | | | | docs. Replaced it with an XXX block, because the hoped-for treatment of DST endcases remains unclear (Guido doesn't really like raising an exception when it's impossible to deliver a correct result, but so far I have no way in hand to consistently deliver a defined incorrect result either). | ||||
* | Document the new ,netrc awareness in nntplib. | Eric S. Raymond | 2002-12-31 | 1 | -2/+3 |
| | |||||
* | Barry raised reasonable objections to the macro name \mimeheader, so | Fred Drake | 2002-12-31 | 1 | -1/+1 |
| | | | | we'll simply revert to \mailheader since there's no other good name. | ||||
* | - correct the deprecation markups so this formats again | Fred Drake | 2002-12-31 | 1 | -9/+7 |
| | | | | - some minor cleanups | ||||
* | Complete the markup for timedelta objects. | Raymond Hettinger | 2002-12-31 | 1 | -36/+28 |
| | | | | Fix a curly brace that should have been a paren. | ||||
* | Add posix.loadavg() | Andrew M. Kuchling | 2002-12-31 | 1 | -8/+7 |
| | | | | Add some times | ||||
* | Use the name (path) specified in the parameter list | Neal Norwitz | 2002-12-31 | 1 | -4/+4 |
| | |||||
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 | 1 | -2/+12 |
| | | | | Document that getatime and getmtime may return floats. | ||||
* | Document standard encodings. | Martin v. Löwis | 2002-12-31 | 1 | -0/+343 |
| | |||||
* | SmartCookie and SerialCookie were recently deprecated | Neal Norwitz | 2002-12-31 | 1 | -0/+2 |
| | |||||
* | InterpolationSyntaxError was added in 2.3 | Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
| | |||||
* | Update version numbers. | Fred Drake | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Phrase repair. | Guido van Rossum | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Minor markup and spelling repair. | Guido van Rossum | 2002-12-31 | 1 | -2/+3 |
| | |||||
* | Add a hurriedly-written section on the datetime module | Andrew M. Kuchling | 2002-12-31 | 1 | -6/+50 |
| | |||||
* | Add lots of items. | Andrew M. Kuchling | 2002-12-31 | 1 | -11/+192 |
| | | | | The only thing missing now is the new date/time stuff. | ||||
* | - re-mark ESR's warning about extended registry syntax | Fred Drake | 2002-12-30 | 1 | -3/+11 |
| | | | | - document InterpolationSyntaxError | ||||
* | Add entries for the dummy_thread and dummy_threading modules. | Fred Drake | 2002-12-30 | 1 | -0/+2 |
| | |||||
* | - fix use of \refmodule markup | Fred Drake | 2002-12-30 | 4 | -13/+15 |
| | | | | | - correct some module names, add hyperlinks - wrap some long lines | ||||
* | Add dummy_thread[ing] sections and reference these from libthread[ing]. | Guido van Rossum | 2002-12-30 | 3 | -1/+8 |
| | |||||
* | Brett Cannon's dummy_thread and dummy_threading modules (SF patch | Guido van Rossum | 2002-12-30 | 2 | -0/+44 |
| | | | | 622537), with some nitpicking editorial changes. | ||||
* | We're using strictly American spellings, so there's no diaresis over | Fred Drake | 2002-12-30 | 1 | -53/+56 |
| | | | | | | the i in naive. More markup fixups. | ||||
* | A step on the way to making tzinfo classes writable by mortals: get rid | Tim Peters | 2002-12-30 | 1 | -17/+37 |
| | | | | | | | of the timetz case. A tzinfo method will always see a datetimetz arg, or None, now. In the former case, it's still possible that it will get a datetimetz argument belonging to a different timezone. That will get fixed next. | ||||
* | Start something that might make table notes easier to deal with, | Fred Drake | 2002-12-30 | 1 | -0/+21 |
| | | | | eventually. | ||||
* | 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 |
| | | | | Header.append() | ||||
* | 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 |
| | | | | core generator for random.py. | ||||
* | Incorporate Skip's suggestion to use SciPy's validation test near | Raymond Hettinger | 2002-12-29 | 1 | -0/+24 |
| | | | | | | equality. Note, there is another flavor that compares to a given number of significant digits rather than decimal places. If there is a demand, that could be added at a later date. | ||||
* | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -3/+1 |
| | | | | experimental. | ||||
* | 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 |
| | | | | | | operands have identical tzinfo members (meaning object identity -- "is"). I misunderstood the intent here, reading wrong conclusion into conflicting clues. | ||||
* | 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 |
| | | | | | | | | | module. The code is shorter, more readable, faster, and dramatically increases the range of acceptable dates. Also, used the floor division operator in leapdays(). | ||||
* | 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 |
| | | | | argument to a tzinfo method doesn't have a matching tzinfo member. |