summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Backing out patch #642578 in anticipation of final acceptance of PEP 302.Just van Rossum2002-12-251-15/+0
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-251-4/+6
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-0/+22
* Removed blurb admonishing users to raise an exception if the datetimeTim Peters2002-12-241-2/+1
* Added note about technical pickle limitation on tzinfo instances.Tim Peters2002-12-241-1/+6
* tzinfo.{utcoffset,dst} can return timedelta (or integer or None).Tim Peters2002-12-241-15/+21
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-1/+28
* Brought the strftime explanation into synch with the plain-text sandboxTim Peters2002-12-231-45/+56
* Add in the datetime docs now that they pass LaTeX. Still ugly, but that canFred Drake2002-12-231-0/+1
* Lots of markup changes. This is still pretty sad, but passes LaTeXFred Drake2002-12-231-483/+558
* Move the examples of concrete tzinfo classes to a separate file, so theFred Drake2002-12-231-0/+51
* Added docs for (draft) pkgutil module.Fred Drake2002-12-232-0/+51
* Fixed longstanding bug in the description of strftime's %W code.Tim Peters2002-12-201-1/+1
* Check in current, unfinished, draft of datetime docsAndrew M. Kuchling2002-12-181-0/+1139
* Fix some small markup nits.Fred Drake2002-12-181-5/+5
* Fix typo spotted by Richie HindleNeal Norwitz2002-12-181-1/+1
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-1/+11
* Add markup for base parameterNeal Norwitz2002-12-171-2/+2
* Fix SF # 641111, Undocumented side effect of evalNeal Norwitz2002-12-171-1/+6
* Fix SF #642742, property() builtin not documentedNeal Norwitz2002-12-171-0/+78
* Fixed bugGustavo Niemeyer2002-12-161-1/+3
* typo fix.Just van Rossum2002-12-151-1/+1
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-141-2/+4
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-5/+7
* Patch #651621, approved by MvL.Just van Rossum2002-12-121-5/+7
* Patch #651006: Better explain what component might be empty.Martin v. Löwis2002-12-111-1/+1
* Update comments about the performance of xrange().Raymond Hettinger2002-12-111-2/+2
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-081-4/+34
* Remove extra ")" in example.Fred Drake2002-12-061-1/+1
* Typo: "dead lock" --> "deadlock"Fred Drake2002-12-062-2/+2
* Fix problem in example code. It's minor in this particular example,Fred Drake2002-12-031-1/+1
* Fix example regular expressions that simulate scanf() constructs.Fred Drake2002-12-031-3/+3
* Patch #646824: Remove extra \end.Martin v. Löwis2002-12-031-1/+0
* Slightly improved version of patch #642578: "Expose PyImport_FrozenModulesJust van Rossum2002-11-291-0/+15
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-271-1/+8
* Clarify the interpretation of the __getstate__() return value forFred Drake2002-11-271-3/+9
* * libbz2.texGustavo Niemeyer2002-11-251-1/+1
* Remove extra wordAndrew M. Kuchling2002-11-251-1/+1
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-0/+7
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-3/+37
* Added change note about returning a dictionary based on keywordFred Drake2002-11-231-0/+2
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-231-14/+21
* Clarify the default setting for daemon_threads.Fred Drake2002-11-221-1/+3
* Fix markup.Fred Drake2002-11-221-1/+1
* Patch #486438: Make module argument to testmod optional.Martin v. Löwis2002-11-221-1/+5
* Patch #550765: Add daemon_threads flag.Martin v. Löwis2002-11-221-0/+8
* added details of new IMAP4_stream class; emphasised meaning of data part of c...Piers Lauder2002-11-221-7/+29
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-211-0/+45
* NamedTemporaryFile: clarify behavior based on confusions noted by aTim Peters2002-11-211-2/+5
* Document additional error handling names available through PEP 293.Walter Dörwald2002-11-191-2/+6