Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various markup changes. | Fred Drake | 2003-01-17 | 1 | -20/+22 |
| | |||||
* | Fix a couple of markup errors. | Fred Drake | 2003-01-17 | 1 | -3/+3 |
| | |||||
* | Clean up some files that LaTeX2HTML drops in the HTML output directory | Fred Drake | 2003-01-17 | 1 | -0/+5 |
| | | | | sometimes. | ||||
* | Correct typos in example code. | Raymond Hettinger | 2003-01-17 | 1 | -3/+3 |
| | |||||
* | Patch #662454: import a.b as c is ok, fixes #660811. | Martin v. Löwis | 2003-01-16 | 1 | -5/+1 |
| | |||||
* | reference the os module and the lock flags in the os.open() function. | Skip Montanaro | 2003-01-15 | 1 | -0/+8 |
| | | | | (Someone please review what I wrote for accuracy.) | ||||
* | Document that __cmp__() is not defined for sets. | Raymond Hettinger | 2003-01-15 | 1 | -3/+12 |
| | | | | | Note, that list.sort() is undefined for lists of sets. Add the ... prompt to the example so it runs in doctest. | ||||
* | Patch #661719: Expose compilation errors as exceptions on request. | Martin v. Löwis | 2003-01-15 | 1 | -2/+7 |
| | |||||
* | Patch #473586: Implement CGIXMLRPCRequestHandler. | Martin v. Löwis | 2003-01-15 | 1 | -16/+103 |
| | |||||
* | Move the date/time section into the modules section; it was in the | Andrew M. Kuchling | 2003-01-13 | 1 | -61/+61 |
| | | | | C API section by mistake | ||||
* | Link to MRO article | Andrew M. Kuchling | 2003-01-13 | 1 | -2/+8 |
| | | | | Mention deprecation of string exceptions | ||||
* | SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and | Raymond Hettinger | 2003-01-13 | 1 | -1/+4 |
| | | | | '%s' % u'x' return a unicode object. | ||||
* | Try to make a sentance more readable. | Neal Norwitz | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | SF #665570, curses causes interpreter crash | Neal Norwitz | 2003-01-12 | 1 | -1/+2 |
| | | | | | | | The interpreter doesn't crash, but it does call exit() in libncurses. Add a note to this effect. Will backport | ||||
* | Minor correction and clarification. | Fred Drake | 2003-01-11 | 1 | -1/+3 |
| | |||||
* | Remove extra 'types' | Neal Norwitz | 2003-01-10 | 1 | -3/+3 |
| | | | | Change a couple of list -> mylist | ||||
* | SF bug #652888: bad documentation for the "type" builtin | Raymond Hettinger | 2003-01-10 | 1 | -6/+22 |
| | | | | | | | | | | Clarified that not all types are included. The OP was looking for a StaticMethodType. Also, added a note and example suggesting the use of int,str, etc. instead of IntType, StrType, etc. Renamed the crummy variable name in the example from "list" to "mylist". | ||||
* | Purged reference to defunct datetimetz. | Tim Peters | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | Various minor edits | Andrew M. Kuchling | 2003-01-09 | 1 | -27/+30 |
| | |||||
* | Markup fix | Andrew M. Kuchling | 2003-01-09 | 1 | -0/+1 |
| | |||||
* | Massive fiddling to reflect that datetimetz and timetz no longer exist. | Tim Peters | 2003-01-09 | 1 | -556/+266 |
| | | | | | | | | | | WARNING: It would be a minor miracle if the LaTeX stuff still worked. s/field/member/ generally everywhere, to conform with most other usage in the docs. s/daylight savings time/daylight saving time/ generally everywhere, because the latter spelling is anally correct. | ||||
* | Add notes about the linuxaudiodev and ossaudiodev modules. | Fred Drake | 2003-01-08 | 1 | -0/+8 |
| | |||||
* | command doesn't work, but program does, not sure it's correct, though | Neal Norwitz | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | There's no such method as has_option() -- should be has_extn(). | Greg Ward | 2003-01-08 | 1 | -2/+2 |
| | |||||
* | Rewrite awkward/ungrammatical sentence. | Greg Ward | 2003-01-08 | 1 | -3/+3 |
| | | | | Typo fix. | ||||
* | Bump version number | Andrew M. Kuchling | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | Document EX_OK and friends. | Barry Warsaw | 2003-01-07 | 1 | -0/+114 |
| | |||||
* | SF #664011, move tarfile module in docs | Neal Norwitz | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | Add tarfile module | Andrew M. Kuchling | 2003-01-07 | 1 | -0/+4 |
| | |||||
* | 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 |
| | | | | vile abomination and should be eradicated! | ||||
* | Fix some nits Guido brought up last August: | Fred Drake | 2003-01-06 | 1 | -10/+8 |
| | | | | | | - give subsection pages nicer names - shorten some really long table cells; table cells can't wrap in the typeset version of the documentation | ||||
* | 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 |
| | | | | Document constants for permission bits. | ||||
* | 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 |
| | | | | | | | localtime()/gmtime() insists on delivering them, + associated doc changes. Redid the docs for datetimtez.astimezone(). | ||||
* | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 | 2 | -6/+111 |
| | | | | | | cases, plus even tougher tests of that. This implementation follows the correctness proof very closely, and should also be quicker (yes, I wrote the proof before the code, and the code proves the proof <wink>). | ||||
* | SF bug #655271: Slightly modify locals() doc | Raymond Hettinger | 2003-01-04 | 1 | -1/+1 |
| | | | | Clarify the operation of locals(). | ||||
* | SF bug #651149: Review libshelve.tex when possible | Raymond Hettinger | 2003-01-04 | 1 | -6/+6 |
| | | | | Minor fixes to markup, spelling, parameter names, and abbreviations. | ||||
* | Replaced the flawed "local time" example tzinfo class with the guts | Tim Peters | 2003-01-03 | 1 | -13/+39 |
| | | | | of Guido's later Local.py (from the datetime sandbox). | ||||
* | 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 |
| | | | | Mention difference between 2.2.2 and 2.3 True and False | ||||
* | 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 two sections to this manual about package meta-data and about registering packages | ||||
* | Add contributor. | Raymond Hettinger | 2003-01-03 | 1 | -0/+1 |
| |