| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | 8 | -20/+130 |
| * | Fix errors found by pychecker | Neal Norwitz | 2006-06-11 | 5 | -8/+11 |
| * | Fix errors found by pychecker. | Neal Norwitz | 2006-06-11 | 1 | -3/+6 |
| * | warnings was imported at module scope, no need to import again | Neal Norwitz | 2006-06-11 | 1 | -1/+1 |
| * | Fix errors found by pychecker | Neal Norwitz | 2006-06-11 | 2 | -2/+3 |
| * | Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, | Greg Ward | 2006-06-11 | 2 | -40/+96 |
| * | shuffle() doscstring: Removed warning about sequence length | Tim Peters | 2006-06-10 | 1 | -12/+6 |
| * | Upgrade to ctypes version 0.9.9.7. | Thomas Heller | 2006-06-10 | 8 | -30/+308 |
| * | document the class, not its initializer | Skip Montanaro | 2006-06-10 | 1 | -4/+4 |
| * | Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. | Georg Brandl | 2006-06-10 | 1 | -0/+2 |
| * | An object with __call__ as an attribute, when called, will have that attribut... | Brett Cannon | 2006-06-09 | 2 | -9/+16 |
| * | Make use of new str.startswith/endswith semantics. | Georg Brandl | 2006-06-09 | 11 | -20/+14 |
| * | Remove unused variable | Andrew M. Kuchling | 2006-06-09 | 1 | -1/+0 |
| * | Implementing a happy idea from Georg Brandl: make runtest() try to | Tim Peters | 2006-06-09 | 1 | -1/+48 |
| * | RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first... | Georg Brandl | 2006-06-09 | 1 | -1/+31 |
| * | Test file.__exit__. | Georg Brandl | 2006-06-09 | 1 | -1/+11 |
| * | Whitespace normalization. | Tim Peters | 2006-06-09 | 5 | -81/+3 |
| * | Import wsgiref into the stdlib, as of the external version 0.1-r2181. | Phillip J. Eby | 2006-06-09 | 8 | -0/+2182 |
| * | [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values b... | Andrew M. Kuchling | 2006-06-09 | 2 | -2/+7 |
| * | Fix grammar and reflow | Neal Norwitz | 2006-06-09 | 1 | -2/+2 |
| * | Remove the temporary hack to force test_optparse to | Tim Peters | 2006-06-09 | 1 | -5/+0 |
| * | testUnicodeOpen(): I have no idea why, but making this | Tim Peters | 2006-06-09 | 1 | -1/+8 |
| * | AutoFileTests.tearDown(): Removed mysterious undocumented | Tim Peters | 2006-06-09 | 1 | -27/+28 |
| * | To boost morale :-), force test_optparse to run immediately | Tim Peters | 2006-06-09 | 1 | -0/+5 |
| * | Whitespace normalization. | Tim Peters | 2006-06-09 | 1 | -1/+1 |
| * | Buffer objects would return the read or write buffer for a wrapped object when | Brett Cannon | 2006-06-08 | 1 | -0/+7 |
| * | Convert test_file to unittest. | Georg Brandl | 2006-06-08 | 1 | -332/+305 |
| * | Add functools.update_wrapper() and functools.wraps() as described in PEP 356 | Nick Coghlan | 2006-06-08 | 2 | -18/+152 |
| * | (arre, arigo) SF bug #1350060 | Armin Rigo | 2006-06-08 | 2 | -1/+48 |
| * | pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t... | Gregory P. Smith | 2006-06-08 | 1 | -1/+1 |
| * | * Turn the deadlock situation described in SF bug #775414 into a | Gregory P. Smith | 2006-06-08 | 2 | -0/+11 |
| * | - bsddb: the bsddb.dbtables Modify method now raises the proper error and | Gregory P. Smith | 2006-06-08 | 1 | -18/+25 |
| * | * If BuildApplet.py is used as an applet it starts with a version of | Ronald Oussoren | 2006-06-07 | 1 | -57/+33 |
| * | SF patch 1501987: Remove randomness from test_exceptions, | Tim Peters | 2006-06-07 | 1 | -19/+30 |
| * | dash_R_cleanup(): Clear filecmp._cache. This accounts for | Tim Peters | 2006-06-07 | 1 | -1/+2 |
| * | Specify argtypes for all test functions. Maybe that helps on strange ;-) arch... | Thomas Heller | 2006-06-06 | 1 | -0/+8 |
| * | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 7 | -9/+9 |
| * | Convert CFieldObject tp_members to tp_getset, since there is no | Thomas Heller | 2006-06-06 | 1 | -4/+4 |
| * | Add missing svn:eol-style property to text files. | Tim Peters | 2006-06-05 | 1 | -65/+65 |
| * | Access _struct attributes directly instead of mucking with getattr. | Tim Peters | 2006-06-05 | 1 | -20/+18 |
| * | * fix DBCursor.pget() bug with keyword argument names when no data= is | Gregory P. Smith | 2006-06-05 | 3 | -0/+67 |
| * | Whitespace normalization. | Tim Peters | 2006-06-05 | 1 | -3/+2 |
| * | forgot to add this file in previous commit | Gregory P. Smith | 2006-06-05 | 1 | -0/+112 |
| * | * add support for DBSequence objects [patch #1466734] | Gregory P. Smith | 2006-06-05 | 3 | -6/+43 |
| * | * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] | Gregory P. Smith | 2006-06-05 | 1 | -2/+8 |
| * | Whitespace normalization. | Tim Peters | 2006-06-05 | 1 | -2/+2 |
| * | Remove doctest.testmod's deprecated (in 2.4) `isprivate` | Tim Peters | 2006-06-05 | 2 | -124/+18 |
| * | * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] | Gregory P. Smith | 2006-06-05 | 2 | -0/+10 |
| * | "Flat is better than nested." | Tim Peters | 2006-06-05 | 1 | -59/+73 |
| * | bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present | Gregory P. Smith | 2006-06-05 | 1 | -0/+3 |