| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix problem in example code. It's minor in this particular example, | Fred Drake | 2002-12-03 | 1 | -1/+1 |
|
|
* | Fix example regular expressions that simulate scanf() constructs. | Fred Drake | 2002-12-03 | 2 | -3/+4 |
|
|
* | Patch #646824: Remove extra \end. | Martin v. Löwis | 2002-12-03 | 1 | -1/+0 |
|
|
* | Bug #647387: corrections to the logging section by Vinay Sanjip | Andrew M. Kuchling | 2002-12-03 | 1 | -6/+8 |
|
|
* | _ssl.pyd available for Windows. | Mark Hammond | 2002-12-03 | 1 | -0/+3 |
|
|
* | Fix SF # 646578, Documentation Typo | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
* | Remove unused variable | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
* | Add ossaudiodev; fix typo | Andrew M. Kuchling | 2002-12-01 | 1 | -1/+7 |
|
|
* | Slightly improved version of patch #642578: "Expose PyImport_FrozenModules | Just van Rossum | 2002-11-29 | 1 | -0/+15 |
|
|
* | Fix value of 'propagate' (noted by Chris Reedy) | Andrew M. Kuchling | 2002-11-29 | 1 | -8/+10 |
|
|
* | Fix typo. | Walter Dörwald | 2002-11-29 | 1 | -1/+1 |
|
|
* | Mention dict.fromkeys() | Andrew M. Kuchling | 2002-11-27 | 1 | -18/+29 |
|
|
* | Update e-mail address | Andrew M. Kuchling | 2002-11-27 | 3 | -3/+3 |
|
|
* | Bug #643631: MacOS 9 details missing from inst.tex | Andrew M. Kuchling | 2002-11-27 | 1 | -18/+7 |
|
|
* | SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class | Raymond Hettinger | 2002-11-27 | 1 | -1/+8 |
|
|
* | Clarify the interpretation of the __getstate__() return value for | Fred Drake | 2002-11-27 | 1 | -3/+9 |
|
|
* | Add missing dependency information for the "What's New" document. | Fred Drake | 2002-11-26 | 1 | -2/+2 |
|
|
* | Noted the support for resource exclusion for regrtest. Some people | Fred Drake | 2002-11-26 | 1 | -0/+7 |
|
|
* | Rename want_objects to wantobjects throughout, for consistency. | Martin v. Löwis | 2002-11-26 | 1 | -1/+1 |
|
|
* | * Doc/ref/ref5.tex | Gustavo Niemeyer | 2002-11-26 | 1 | -1/+1 |
|
|
* | This is not part of my patch | Michael W. Hudson | 2002-11-26 | 1 | -0/+7 |
|
|
* | Report Tkinter changes. | Martin v. Löwis | 2002-11-26 | 1 | -0/+24 |
|
|
* | * libbz2.tex | Gustavo Niemeyer | 2002-11-25 | 1 | -1/+1 |
|
|
* | Remove \module{} in link text to avoid HTML generation bug | Andrew M. Kuchling | 2002-11-25 | 1 | -3/+2 |
|
|
* | Remove extra word | Andrew M. Kuchling | 2002-11-25 | 1 | -1/+1 |
|
|
* | Mention that .pth files can't be used to override standard modules | Andrew M. Kuchling | 2002-11-25 | 1 | -4/+8 |
|
|
* | Add unidata_version. Bump generator version number. | Martin v. Löwis | 2002-11-25 | 1 | -0/+7 |
|
|
* | Repaired inaccuracies in the % docs. In particular, we don't (and can't) | Tim Peters | 2002-11-24 | 1 | -3/+14 |
|
|
* | Patch #626485: Support Unicode normalization. | Martin v. Löwis | 2002-11-23 | 1 | -3/+37 |
|
|
* | Added change note about returning a dictionary based on keyword | Fred Drake | 2002-11-23 | 1 | -0/+2 |
|
|
* | Patch #642500 with slight modifications: allow keyword arguments in | Just van Rossum | 2002-11-23 | 1 | -14/+21 |
|
|
* | Clarify the default setting for daemon_threads. | Fred Drake | 2002-11-22 | 1 | -1/+3 |
|
|
* | Fix markup. | Fred Drake | 2002-11-22 | 1 | -1/+1 |
|
|
* | Patch #486438: Make module argument to testmod optional. | Martin v. Löwis | 2002-11-22 | 1 | -1/+5 |
|
|
* | Patch #550765: Add daemon_threads flag. | Martin v. Löwis | 2002-11-22 | 1 | -0/+8 |
|
|
* | added details of new IMAP4_stream class; emphasised meaning of data part of c... | Piers Lauder | 2002-11-22 | 1 | -7/+29 |
|
|
* | Patch #633547: Support plural forms. Do TODOs in test suite. | Martin v. Löwis | 2002-11-21 | 1 | -0/+45 |
|
|
* | NamedTemporaryFile: clarify behavior based on confusions noted by a | Tim Peters | 2002-11-21 | 1 | -2/+5 |
|
|
* | Add change to int() and OverflowError | Andrew M. Kuchling | 2002-11-20 | 1 | -9/+19 |
|
|
* | 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 |
|
|