| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Tix and rexec changes | Andrew M. Kuchling | 2003-01-06 | 1 | -1/+17 |
|
|
* | Fix spelling. | Raymond Hettinger | 2003-01-06 | 1 | -1/+1 |
|
|
* | SF #642236, optparse LaTeX docs by Johannes Gijsbers | Neal Norwitz | 2003-01-06 | 6 | -0/+1821 |
|
|
* | Strike any hint that from-import-* could ever be reasonable; it's a | Fred Drake | 2003-01-06 | 1 | -2/+1 |
|
|
* | Fix some nits Guido brought up last August: | Fred Drake | 2003-01-06 | 1 | -10/+8 |
|
|
* | Fix markup so this will format again. | Fred Drake | 2003-01-06 | 1 | -1/+1 |
|
|
* | SF bug #592859: os.chmod is underdocumented | Raymond Hettinger | 2003-01-06 | 1 | -0/+22 |
|
|
* | SF bug #661848 and #631055: Clarify use of __all__. | Raymond Hettinger | 2003-01-06 | 1 | -1/+4 |
|
|
* | SF #651082, tarfile module implementation from Lars Gustäbel | Neal Norwitz | 2003-01-05 | 3 | -0/+452 |
|
|
* | Fix a typo | Neal Norwitz | 2003-01-05 | 1 | -1/+1 |
|
|
* | datetime_from_timet_and_us(): ignore leap seconds if the platform | Tim Peters | 2003-01-04 | 1 | -20/+34 |
|
|
* | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 | 2 | -6/+111 |
|
|
* | SF bug #655271: Slightly modify locals() doc | Raymond Hettinger | 2003-01-04 | 1 | -1/+1 |
|
|
* | SF bug #651149: Review libshelve.tex when possible | Raymond Hettinger | 2003-01-04 | 1 | -6/+6 |
|
|
* | Replaced the flawed "local time" example tzinfo class with the guts | Tim Peters | 2003-01-03 | 1 | -13/+39 |
|
|
* | Grammatical fix: change possessive "it's" to "its". | Greg Ward | 2003-01-03 | 1 | -3/+3 |
|
|
* | Spread the blame (err, I mean credit) for ossaudiodev around a bit. | Greg Ward | 2003-01-03 | 1 | -1/+1 |
|
|
* | Write PEP 301 section | Andrew M. Kuchling | 2003-01-03 | 1 | -2/+39 |
|
|
* | Add SSL support for imaplib; add empty PEP301 section | Andrew M. Kuchling | 2003-01-03 | 1 | -0/+15 |
|
|
* | [Patch #658093 ] Documentation support for PEP 301 | Andrew M. Kuchling | 2003-01-03 | 1 | -3/+124 |
|
|
* | Add contributor. | Raymond Hettinger | 2003-01-03 | 1 | -0/+1 |
|
|
* | Fix error in previous correction; thanks, Just! | Andrew M. Kuchling | 2003-01-02 | 1 | -1/+0 |
|
|
* | Fix PEP 302 description; bump version number | Andrew M. Kuchling | 2003-01-02 | 1 | -10/+17 |
|
|
* | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 2 | -21/+23 |
|
|
* | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -5/+6 |
|
|
* | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 | 1 | -13/+19 |
|
|
* | Update the copyright year. | Guido van Rossum | 2003-01-02 | 1 | -1/+1 |
|
|
* | Add some version info for new methods and class | Neal Norwitz | 2003-01-02 | 1 | -0/+3 |
|
|
* | Fix an example | Andrew M. Kuchling | 2003-01-02 | 1 | -2/+1 |
|
|
* | - documented Ellipsis, NotImplemented | Fred Drake | 2003-01-02 | 1 | -9/+20 |
|
|
* | Add dependency info for the recently added lib/libconsts.tex. | Fred Drake | 2003-01-02 | 1 | -0/+1 |
|
|
* | Document that apply() is deprecated. See: | Fred Drake | 2003-01-02 | 1 | -0/+3 |
|
|
* | A quicker astimezone() implementation, rehabilitating an earlier | Tim Peters | 2003-01-01 | 1 | -6/+23 |
|
|
* | mention built-in constants. | Skip Montanaro | 2003-01-01 | 1 | -2/+4 |
|
|
* | process libconsts.tex | Skip Montanaro | 2003-01-01 | 1 | -0/+1 |
|
|
* | new section - builtin constants | Skip Montanaro | 2003-01-01 | 1 | -0/+20 |
|
|
* | Revert merge from 2.3 alpha 1 release branch; the change does not | Fred Drake | 2003-01-01 | 1 | -1/+1 |
|
|
* | Merging in changes from r23a1-branch. Doc/makefile had conflicts, which | Tim Peters | 2003-01-01 | 1 | -1/+1 |
|
|
* | The trunk is (nominally) post-alpha. | Fred Drake | 2002-12-31 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Spelling fix | Raymond Hettinger | 2002-12-31 | 1 | -1/+1 |
|
|
* | Add markup for time object. | Raymond Hettinger | 2002-12-31 | 1 | -22/+23 |
|
|
* | Removed the now-untrue (or soon-to-be untrue) part of the astimezone() | Tim Peters | 2002-12-31 | 1 | -10/+7 |
|
|
* | 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 |
|
|
* | - correct the deprecation markups so this formats again | Fred Drake | 2002-12-31 | 1 | -9/+7 |
|
|