summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* add libloggingSkip Montanaro2002-11-141-0/+1
* initial rough cut at documentation of logging module. This is basicallySkip Montanaro2002-11-141-0/+1139
* Integrate updates to the GNU info conversion.Fred Drake2002-11-133-60/+85
* - Committing the modified signature lines I've been using for a longFred Drake2002-11-131-3/+7
* Document struct_time and the field names.Fred Drake2002-11-131-14/+25
* Add \funcline, \funclineni, and \methodlineni to the list of functionsFred Drake2002-11-131-0/+3
* Fix broken markup.Fred Drake2002-11-131-1/+1
* Typo: it's --> itsFred Drake2002-11-131-1/+1
* Update: Older versions of Python crashed when calling repr()Fred Drake2002-11-131-3/+5
* Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don'tFred Drake2002-11-131-3/+7
* Normalize whitespace.Fred Drake2002-11-131-61/+62
* Fill out the 'Porting' sectionAndrew M. Kuchling2002-11-131-2/+62
* 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
* Update text to refer to 2.2.2Andrew M. Kuchling2002-11-121-5/+5
* Remove extra wordAndrew M. Kuchling2002-11-121-3/+3
* SF patch 629637: Add sample(population, k) method to the random module.Raymond Hettinger2002-11-121-0/+19
* Closes SF bug #634069 reporting the docs on the ** operator were outRaymond Hettinger2002-11-081-4/+14
* 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
* Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is ...Andrew M. Kuchling2002-11-061-10/+9
* [Patch #633635 from David M. Cooke]Andrew M. Kuchling2002-11-061-1/+1
* Fix minor wording and 2 typosNeal Norwitz2002-11-051-3/+3