| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed longstanding bug in the description of strftime's %W code. | Tim Peters | 2002-12-20 | 1 | -1/+1 |
|
|
* | Check in current, unfinished, draft of datetime docs | Andrew M. Kuchling | 2002-12-18 | 1 | -0/+1139 |
|
|
* | Fix some small markup nits. | Fred Drake | 2002-12-18 | 1 | -5/+5 |
|
|
* | Fix typo spotted by Richie Hindle | Neal Norwitz | 2002-12-18 | 1 | -1/+1 |
|
|
* | Two more typo fixes. | Greg Ward | 2002-12-17 | 1 | -2/+2 |
|
|
* | Typo fix. | Greg Ward | 2002-12-17 | 1 | -1/+1 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 3 | -10/+24 |
|
|
* | Add markup for base parameter | Neal Norwitz | 2002-12-17 | 1 | -2/+2 |
|
|
* | Fix SF # 641111, Undocumented side effect of eval | Neal Norwitz | 2002-12-17 | 1 | -1/+6 |
|
|
* | Fix SF #642742, property() builtin not documented | Neal Norwitz | 2002-12-17 | 1 | -0/+78 |
|
|
* | Fix SF # 626275, missing DECREF's in embedding example | Neal Norwitz | 2002-12-17 | 1 | -3/+8 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-12-16 | 1 | -1/+3 |
|
|
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 1 | -0/+18 |
|
|
* | Rewrite to produce a complete sentence | Andrew M. Kuchling | 2002-12-15 | 1 | -6/+6 |
|
|
* | typo fix. | Just van Rossum | 2002-12-15 | 1 | -1/+1 |
|
|
* | Added missing markup. | Raymond Hettinger | 2002-12-14 | 1 | -6/+9 |
|
|
* | Apply SF patch 652930: Add optional base argument to math.log(x[, base]). | Raymond Hettinger | 2002-12-14 | 1 | -2/+4 |
|
|
* | Add Tkinter threading change | Andrew M. Kuchling | 2002-12-13 | 1 | -3/+17 |
|
|
* | Description of description was really confusing, and added some markup. | Thomas Heller | 2002-12-12 | 1 | -10/+10 |
|
|
* | Raw documentation for the bdist_wininst postinstallation script. | Thomas Heller | 2002-12-12 | 1 | -0/+78 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 2 | -8/+15 |
|
|
* | Patch #651621, approved by MvL. | Just van Rossum | 2002-12-12 | 1 | -5/+7 |
|
|
* | Various additions and changes suggested by Raymond Hettinger | Andrew M. Kuchling | 2002-12-11 | 1 | -16/+85 |
|
|
* | Patch #651006: Better explain what component might be empty. | Martin v. Löwis | 2002-12-11 | 1 | -1/+1 |
|
|
* | Update comments about the performance of xrange(). | Raymond Hettinger | 2002-12-11 | 1 | -2/+2 |
|
|
* | Added a word to the heapq description in response to user confusion. | Tim Peters | 2002-12-10 | 1 | -2/+3 |
|
|
* | Add support for binary pickles to the shelve module. In some situations | Skip Montanaro | 2002-12-08 | 1 | -4/+34 |
|
|
* | Revise the __all__ index entry a touch. | Fred Drake | 2002-12-07 | 1 | -1/+1 |
|
|
* | Add __all__ to Reference Manual index. | Raymond Hettinger | 2002-12-07 | 1 | -0/+1 |
|
|
* | Typo: propogate -> propagate | Thomas Heller | 2002-12-06 | 2 | -3/+3 |
|
|
* | Remove extra ")" in example. | Fred Drake | 2002-12-06 | 1 | -1/+1 |
|
|
* | Typo: "dead lock" --> "deadlock" | Fred Drake | 2002-12-06 | 2 | -2/+2 |
|
|
* | Document that the second argument to PyObject_IsInstance | Walter Dörwald | 2002-12-06 | 1 | -3/+7 |
|
|
* | 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 |
|
|