| Commit message (Expand) | Author | Age | Files | Lines |
* | Document additional error handling names available through PEP 293. | Walter Dörwald | 2002-11-19 | 1 | -2/+6 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 2 | -2/+5 |
|
|
* | Use \ulink instead of \citetitle; bump version number | Andrew M. Kuchling | 2002-11-19 | 1 | -7/+7 |
|
|
* | Add PyBSDDB update | Andrew M. Kuchling | 2002-11-19 | 1 | -2/+12 |
|
|
* | Improve comments. Clarify docs. | Raymond Hettinger | 2002-11-18 | 1 | -11/+12 |
|
|
* | Improve DictMixin. | Raymond Hettinger | 2002-11-18 | 1 | -8/+9 |
|
|
* | correct typo detected by Lee Hansen | Skip Montanaro | 2002-11-17 | 1 | -1/+1 |
|
|
* | Better note that str.zfill() was added in 2.2.2 as well. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+1 |
|
|
* | Document that a minor feature was added in 2.2.2. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+3 |
|
|
* | SF 639138, Ref. calendar module in time docs by John J Lee | Neal Norwitz | 2002-11-15 | 1 | -0/+3 |
|
|
* | Minor markup nits. | Fred Drake | 2002-11-15 | 1 | -4/+5 |
|
|
* | Fix stupid typo. | Fred Drake | 2002-11-15 | 1 | -1/+1 |
|
|
* | Document the available command line flags for bdist_wininst, which are | Thomas Heller | 2002-11-15 | 1 | -15/+29 |
|
|
* | Correct typo: the option is 'formats' not 'format'. | Thomas Heller | 2002-11-15 | 1 | -1/+1 |
|
|
* | Squash an enormous number of warnings reported when adding "use | Fred Drake | 2002-11-15 | 1 | -128/+138 |
|
|
* | Fix critical markup errors. | Fred Drake | 2002-11-15 | 1 | -2/+2 |
|
|
* | Minor revisions to clarify the status of xreadlines(), change the way | Fred Drake | 2002-11-15 | 1 | -15/+14 |
|
|
* | Mention that the MRO algorithm changes in 2.3 | Andrew M. Kuchling | 2002-11-15 | 1 | -0/+3 |
|
|
* | Mention change in MRO | Andrew M. Kuchling | 2002-11-15 | 1 | -0/+13 |
|
|
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 2 | -1/+28 |
|
|
* | Draft a section on modifying Python's path. I'm not sure where | Andrew M. Kuchling | 2002-11-15 | 1 | -7/+86 |
|
|
* | Add section on Optik | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+73 |
|
|
* | Finish up the logging section | Andrew M. Kuchling | 2002-11-14 | 1 | -45/+78 |
|
|
* | Add partial section on the logging package; not finished yet. | Andrew M. Kuchling | 2002-11-14 | 1 | -5/+109 |
|
|
* | add liblogging | Skip Montanaro | 2002-11-14 | 1 | -0/+1 |
|
|
* | initial rough cut at documentation of logging module. This is basically | Skip Montanaro | 2002-11-14 | 1 | -0/+1139 |
|
|
* | Integrate updates to the GNU info conversion. | Fred Drake | 2002-11-13 | 3 | -60/+85 |
|
|
* | - Committing the modified signature lines I've been using for a long | Fred Drake | 2002-11-13 | 1 | -3/+7 |
|
|
* | Document struct_time and the field names. | Fred Drake | 2002-11-13 | 1 | -14/+25 |
|
|
* | Add \funcline, \funclineni, and \methodlineni to the list of functions | Fred Drake | 2002-11-13 | 1 | -0/+3 |
|
|
* | Fix broken markup. | Fred Drake | 2002-11-13 | 1 | -1/+1 |
|
|
* | Typo: it's --> its | Fred Drake | 2002-11-13 | 1 | -1/+1 |
|
|
* | Update: Older versions of Python crashed when calling repr() | Fred Drake | 2002-11-13 | 1 | -3/+5 |
|
|
* | Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't | Fred Drake | 2002-11-13 | 1 | -3/+7 |
|
|
* | Normalize whitespace. | Fred Drake | 2002-11-13 | 1 | -61/+62 |
|
|
* | Fill out the 'Porting' section | Andrew M. Kuchling | 2002-11-13 | 1 | -2/+62 |
|
|
* | Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. | Fred Drake | 2002-11-12 | 1 | -5/+5 |
|
|
* | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 1 | -1/+7 |
|
|
* | Clarified documentation of tempnam(). | Fred Drake | 2002-11-12 | 1 | -0/+4 |
|
|
* | Update text to refer to 2.2.2 | Andrew M. Kuchling | 2002-11-12 | 1 | -5/+5 |
|
|
* | Remove extra word | Andrew M. Kuchling | 2002-11-12 | 1 | -3/+3 |
|
|
* | SF patch 629637: Add sample(population, k) method to the random module. | Raymond Hettinger | 2002-11-12 | 1 | -0/+19 |
|
|
* | Closes SF bug #634069 reporting the docs on the ** operator were out | Raymond Hettinger | 2002-11-08 | 1 | -4/+14 |
|
|
* | Add documentation for the PEP 293 functionality: | Walter Dörwald | 2002-11-07 | 1 | -3/+29 |
|
|
* | Minor markup adjustments. | Fred Drake | 2002-11-07 | 1 | -2/+2 |
|
|
* | Document the changed fdopen behaviour. | Thomas Heller | 2002-11-07 | 1 | -0/+4 |
|
|
* | Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is ... | Andrew M. Kuchling | 2002-11-06 | 1 | -10/+9 |
|
|
* | [Patch #633635 from David M. Cooke] | Andrew M. Kuchling | 2002-11-06 | 1 | -1/+1 |
|
|
* | Fix minor wording and 2 typos | Neal Norwitz | 2002-11-05 | 1 | -3/+3 |
|
|
* | Whoops, fix the typo correctly this time | Neal Norwitz | 2002-11-05 | 1 | -2/+2 |
|
|