summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Patch #662454: import a.b as c is ok, fixes #660811.Martin v. Löwis2003-01-161-5/+1
* reference the os module and the lock flags in the os.open() function.Skip Montanaro2003-01-151-0/+8
* Document that __cmp__() is not defined for sets.Raymond Hettinger2003-01-151-3/+12
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-151-2/+7
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-151-16/+103
* Move the date/time section into the modules section; it was in theAndrew M. Kuchling2003-01-131-61/+61
* Link to MRO articleAndrew M. Kuchling2003-01-131-2/+8
* SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' andRaymond Hettinger2003-01-131-1/+4
* Try to make a sentance more readable.Neal Norwitz2003-01-121-1/+1
* SF #665570, curses causes interpreter crashNeal Norwitz2003-01-121-1/+2
* Minor correction and clarification.Fred Drake2003-01-111-1/+3
* Remove extra 'types'Neal Norwitz2003-01-101-3/+3
* SF bug #652888: bad documentation for the "type" builtinRaymond Hettinger2003-01-101-6/+22
* Purged reference to defunct datetimetz.Tim Peters2003-01-091-1/+1
* Various minor editsAndrew M. Kuchling2003-01-091-27/+30
* Markup fixAndrew M. Kuchling2003-01-091-0/+1
* Massive fiddling to reflect that datetimetz and timetz no longer exist.Tim Peters2003-01-091-556/+266
* Add notes about the linuxaudiodev and ossaudiodev modules.Fred Drake2003-01-081-0/+8
* command doesn't work, but program does, not sure it's correct, thoughNeal Norwitz2003-01-081-1/+1
* There's no such method as has_option() -- should be has_extn().Greg Ward2003-01-081-2/+2
* Rewrite awkward/ungrammatical sentence.Greg Ward2003-01-081-3/+3
* Bump version numberAndrew M. Kuchling2003-01-081-1/+1
* Document EX_OK and friends.Barry Warsaw2003-01-071-0/+114
* SF #664011, move tarfile module in docsNeal Norwitz2003-01-071-1/+1
* Add tarfile moduleAndrew M. Kuchling2003-01-071-0/+4
* Add Tix and rexec changesAndrew M. Kuchling2003-01-061-1/+17
* Fix spelling.Raymond Hettinger2003-01-061-1/+1
* SF #642236, optparse LaTeX docs by Johannes GijsbersNeal Norwitz2003-01-066-0/+1821
* Strike any hint that from-import-* could ever be reasonable; it's aFred Drake2003-01-061-2/+1
* Fix some nits Guido brought up last August:Fred Drake2003-01-061-10/+8
* Fix markup so this will format again.Fred Drake2003-01-061-1/+1
* SF bug #592859: os.chmod is underdocumentedRaymond Hettinger2003-01-061-0/+22
* SF bug #661848 and #631055: Clarify use of __all__.Raymond Hettinger2003-01-061-1/+4
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-053-0/+452
* Fix a typoNeal Norwitz2003-01-051-1/+1
* datetime_from_timet_and_us(): ignore leap seconds if the platformTim Peters2003-01-041-20/+34
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-042-6/+111
* SF bug #655271: Slightly modify locals() docRaymond Hettinger2003-01-041-1/+1
* SF bug #651149: Review libshelve.tex when possibleRaymond Hettinger2003-01-041-6/+6
* Replaced the flawed "local time" example tzinfo class with the gutsTim Peters2003-01-031-13/+39
* Grammatical fix: change possessive "it's" to "its".Greg Ward2003-01-031-3/+3
* Spread the blame (err, I mean credit) for ossaudiodev around a bit.Greg Ward2003-01-031-1/+1
* Write PEP 301 sectionAndrew M. Kuchling2003-01-031-2/+39
* Add SSL support for imaplib; add empty PEP301 sectionAndrew M. Kuchling2003-01-031-0/+15
* [Patch #658093 ] Documentation support for PEP 301Andrew M. Kuchling2003-01-031-3/+124
* Add contributor.Raymond Hettinger2003-01-031-0/+1
* Fix error in previous correction; thanks, Just!Andrew M. Kuchling2003-01-021-1/+0
* Fix PEP 302 description; bump version numberAndrew M. Kuchling2003-01-021-10/+17
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-022-21/+23
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-5/+6