summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Bug #643631: MacOS 9 details missing from inst.texAndrew M. Kuchling2002-11-271-18/+7
* 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
* Add missing dependency information for the "What's New" document.Fred Drake2002-11-261-2/+2
* Noted the support for resource exclusion for regrtest. Some peopleFred Drake2002-11-261-0/+7
* Rename want_objects to wantobjects throughout, for consistency.Martin v. Löwis2002-11-261-1/+1
* * Doc/ref/ref5.texGustavo Niemeyer2002-11-261-1/+1
* This is not part of my patchMichael W. Hudson2002-11-261-0/+7
* Report Tkinter changes.Martin v. Löwis2002-11-261-0/+24
* * libbz2.texGustavo Niemeyer2002-11-251-1/+1
* Remove \module{} in link text to avoid HTML generation bugAndrew M. Kuchling2002-11-251-3/+2
* Remove extra wordAndrew M. Kuchling2002-11-251-1/+1
* Mention that .pth files can't be used to override standard modulesAndrew M. Kuchling2002-11-251-4/+8
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-0/+7
* Repaired inaccuracies in the % docs. In particular, we don't (and can't)Tim Peters2002-11-241-3/+14
* 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
* Add change to int() and OverflowErrorAndrew M. Kuchling2002-11-201-9/+19
* 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-192-2/+5
* Use \ulink instead of \citetitle; bump version numberAndrew M. Kuchling2002-11-191-7/+7
* Add PyBSDDB updateAndrew M. Kuchling2002-11-191-2/+12
* 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
* Minor markup nits.Fred Drake2002-11-151-4/+5
* Fix stupid typo.Fred Drake2002-11-151-1/+1
* Document the available command line flags for bdist_wininst, which areThomas Heller2002-11-151-15/+29
* Correct typo: the option is 'formats' not 'format'.Thomas Heller2002-11-151-1/+1
* Squash an enormous number of warnings reported when adding "useFred Drake2002-11-151-128/+138
* 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
* Mention that the MRO algorithm changes in 2.3Andrew M. Kuchling2002-11-151-0/+3
* Mention change in MROAndrew M. Kuchling2002-11-151-0/+13
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-152-1/+28
* Draft a section on modifying Python's path. I'm not sure whereAndrew M. Kuchling2002-11-151-7/+86
* Add section on OptikAndrew M. Kuchling2002-11-141-2/+73
* Finish up the logging sectionAndrew M. Kuchling2002-11-141-45/+78
* Add partial section on the logging package; not finished yet.Andrew M. Kuchling2002-11-141-5/+109