| Commit message (Expand) | Author | Age | Files | Lines |
| * | Further integration of the documentation for the sqlite3 module. There's still | Gerhard Häring | 2006-05-01 | 30 | -3/+654 |
| * | Some ElementTree fixes: import from xml, not xmlcore; fix case of module name... | Andrew M. Kuchling | 2006-05-01 | 1 | -6/+6 |
| * | Work around deadlock risk. Will backport. | Martin v. Löwis | 2006-05-01 | 2 | -3/+18 |
| * | - minor clarification in section title | Fred Drake | 2006-05-01 | 1 | -15/+9 |
| * | Port forward from 2.4 branch: | Barry Warsaw | 2006-05-01 | 5 | -0/+24 |
| * | Add item | Andrew M. Kuchling | 2006-04-30 | 1 | -0/+6 |
| * | Add urllib2 HOWTO from Michael Foord | Andrew M. Kuchling | 2006-04-30 | 1 | -0/+410 |
| * | Patch #1479438: add \keyword markup for "with". | Georg Brandl | 2006-04-30 | 2 | -5/+5 |
| * | Patch #1472854: make the rlcompleter.Completer class usable on non- | Georg Brandl | 2006-04-30 | 4 | -14/+19 |
| * | Fix another problem in inspect: if the module for an object cannot be found, ... | Georg Brandl | 2006-04-30 | 1 | -1/+5 |
| * | Fix infinite regress when inspecting <string> or <stdin> frames. | Phillip J. Eby | 2006-04-30 | 1 | -1/+7 |
| * | Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. | Georg Brandl | 2006-04-30 | 6 | -53/+67 |
| * | Patch #1470976: don't NLST files when retrieving over FTP. | Georg Brandl | 2006-04-30 | 1 | -7/+0 |
| * | In stdlib, use hashlib instead of deprecated md5 and sha modules. | Georg Brandl | 2006-04-30 | 6 | -17/+16 |
| * | Patch #1470846: fix urllib2 ProxyBasicAuthHandler. | Georg Brandl | 2006-04-30 | 5 | -50/+257 |
| * | Use \versionchanged instead of \versionadded for new parameter support. | George Yoshida | 2006-04-30 | 1 | -1/+1 |
| * | Add two items | Andrew M. Kuchling | 2006-04-30 | 1 | -0/+17 |
| * | This is the start of documentation for the sqlite3 module. Please feel free to | Gerhard Häring | 2006-04-29 | 3 | -1/+108 |
| * | Fix docstring for contextfactory; mentioned old contextmanager name. | Brett Cannon | 2006-04-29 | 1 | -1/+1 |
| * | Further changes for #1471883: Edit Misc/NEWS, and | Martin v. Löwis | 2006-04-29 | 2 | -0/+21 |
| * | Add item | Andrew M. Kuchling | 2006-04-29 | 1 | -1/+5 |
| * | Make case of 'ZIP' consistent | Andrew M. Kuchling | 2006-04-29 | 1 | -1/+1 |
| * | Add item | Andrew M. Kuchling | 2006-04-29 | 1 | -0/+5 |
| * | Patch 1471883: --enable-universalsdk on Mac OS X | Ronald Oussoren | 2006-04-29 | 7 | -25/+169 |
| * | grammar fix | George Yoshida | 2006-04-29 | 1 | -1/+1 |
| * | Bug #1478429: make datetime.datetime.fromtimestamp accept every float, | Georg Brandl | 2006-04-28 | 2 | -0/+13 |
| * | Remove a duplicated test (the same test is in test_incomplete.py). | Thomas Heller | 2006-04-28 | 1 | -21/+0 |
| * | Bug #1478326: don't allow '/' in distutils.util.get_platform machine names | Georg Brandl | 2006-04-28 | 1 | -0/+1 |
| * | Bug #1472949: stringify IOErrors in shutil.copytree when appending | Georg Brandl | 2006-04-28 | 1 | -1/+1 |
| * | correct a dead link | George Yoshida | 2006-04-28 | 1 | -1/+1 |
| * | Bug #1475009: clarify ntpath.join behavior with absolute components | Georg Brandl | 2006-04-28 | 1 | -2/+3 |
| * | Add SeaMonkey to the list of Mozilla browsers. | Georg Brandl | 2006-04-28 | 1 | -1/+1 |
| * | fix markup glitch | George Yoshida | 2006-04-28 | 1 | -1/+1 |
| * | Fix a warning on ppc (debian) | Neal Norwitz | 2006-04-28 | 1 | -4/+7 |
| * | Fix a warning on alpha | Neal Norwitz | 2006-04-28 | 1 | -1/+1 |
| * | Fix some warnings on Mac OS X 10.4 | Neal Norwitz | 2006-04-28 | 3 | -21/+9 |
| * | Try to really fix the slow buildbots this time. | Neal Norwitz | 2006-04-28 | 1 | -0/+1 |
| * | Add some whitespace to be more consistent. | Neal Norwitz | 2006-04-28 | 1 | -11/+13 |
| * | Add more ignores of ImportWarnings; these are all just potential triggers | Thomas Wouters | 2006-04-27 | 1 | -1/+3 |
| * | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 6 | -7/+60 |
| * | Added SVN access for Steven Bethard and Talin, for PEP updating. | David Goodger | 2006-04-27 | 1 | -0/+7 |
| * | Do the small-memory run of big-meormy tests using a prime number, rather | Thomas Wouters | 2006-04-27 | 1 | -1/+1 |
| * | Some style fixes and size-calculation fixes. Also do the small-memory run | Thomas Wouters | 2006-04-27 | 1 | -16/+21 |
| * | Rerun the libffi configuration if any of the files used for that | Thomas Heller | 2006-04-27 | 1 | -1/+6 |
| * | Some more size-estimate fixes, for large-list-tests. | Thomas Wouters | 2006-04-27 | 1 | -2/+2 |
| * | markup fix | George Yoshida | 2006-04-27 | 1 | -4/+4 |
| * | Mention the xmlrpclib.Error base class, which is used in one of the examples | Andrew M. Kuchling | 2006-04-27 | 1 | -3/+5 |
| * | [Bug #1477140] Import Error base class | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
| * | [Bug #1477102] Add necessary import to example | Andrew M. Kuchling | 2006-04-27 | 1 | -0/+1 |
| * | Bump document version | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |