summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-191-0/+2
* Improve comments. Clarify docs.Raymond Hettinger2002-11-181-11/+12
* Improve DictMixin.Raymond Hettinger2002-11-181-8/+9
* correct typo detected by Lee HansenSkip Montanaro2002-11-171-1/+1
* Better note that str.zfill() was added in 2.2.2 as well. ;-(Fred Drake2002-11-161-0/+1
* Document that a minor feature was added in 2.2.2. ;-(Fred Drake2002-11-161-0/+3
* SF 639138, Ref. calendar module in time docs by John J LeeNeal Norwitz2002-11-151-0/+3
* Fix critical markup errors.Fred Drake2002-11-151-2/+2
* Minor revisions to clarify the status of xreadlines(), change the wayFred Drake2002-11-151-15/+14
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-152-1/+28
* add libloggingSkip Montanaro2002-11-141-0/+1
* initial rough cut at documentation of logging module. This is basicallySkip Montanaro2002-11-141-0/+1139
* Document struct_time and the field names.Fred Drake2002-11-131-14/+25
* Fix broken markup.Fred Drake2002-11-131-1/+1
* Typo: it's --> itsFred Drake2002-11-131-1/+1
* Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags.Fred Drake2002-11-121-5/+5
* SF patch 637176: list.sort crasherTim Peters2002-11-121-1/+7
* Clarified documentation of tempnam().Fred Drake2002-11-121-0/+4
* SF patch 629637: Add sample(population, k) method to the random module.Raymond Hettinger2002-11-121-0/+19
* Add documentation for the PEP 293 functionality:Walter Dörwald2002-11-071-3/+29
* Minor markup adjustments.Fred Drake2002-11-071-2/+2
* Document the changed fdopen behaviour.Thomas Heller2002-11-071-0/+4
* [Patch #633635 from David M. Cooke]Andrew M. Kuchling2002-11-061-1/+1