summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the socket tests so they can be run concurrently. Backport candidateNeal Norwitz2006-06-124-6/+50
* Cleanup: Remove import of types to get StringTypes, we can just use basestring.Neal Norwitz2006-06-121-6/+5
* Get test to pass on S/390. Shout if you think this change is incorrect.Neal Norwitz2006-06-111-1/+6
* compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapperTim Peters2006-06-111-12/+7
* Fix test on PPC64 buildbot. It raised an IOError (really an URLError whichNeal Norwitz2006-06-111-1/+1
* Try to fix another networking test. The problem is that if hosts haveNeal Norwitz2006-06-111-4/+5
* Try to fix several networking tests. The problem is that if hosts haveNeal Norwitz2006-06-113-3/+3
* Add missing svn:eol-style property to text files.Tim Peters2006-06-111-36/+36
* Whitespace normalization.Tim Peters2006-06-119-49/+49
* Bug #1498146: fix optparse to handle Unicode strings in option help,Greg Ward2006-06-112-7/+45
* This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-118-20/+130
* Fix errors found by pycheckerNeal Norwitz2006-06-115-8/+11
* Fix errors found by pychecker.Neal Norwitz2006-06-111-3/+6
* warnings was imported at module scope, no need to import againNeal Norwitz2006-06-111-1/+1
* Fix errors found by pycheckerNeal Norwitz2006-06-112-2/+3
* Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,Greg Ward2006-06-112-40/+96
* shuffle() doscstring: Removed warning about sequence lengthTim Peters2006-06-101-12/+6
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-108-30/+308
* document the class, not its initializerSkip Montanaro2006-06-101-4/+4
* Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError.Georg Brandl2006-06-101-0/+2
* An object with __call__ as an attribute, when called, will have that attribut...Brett Cannon2006-06-092-9/+16
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-0911-20/+14
* Remove unused variableAndrew M. Kuchling2006-06-091-1/+0
* Implementing a happy idea from Georg Brandl: make runtest() try toTim Peters2006-06-091-1/+48
* RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...Georg Brandl2006-06-091-1/+31
* Test file.__exit__.Georg Brandl2006-06-091-1/+11
* Whitespace normalization.Tim Peters2006-06-095-81/+3
* Import wsgiref into the stdlib, as of the external version 0.1-r2181.Phillip J. Eby2006-06-098-0/+2182
* [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values b...Andrew M. Kuchling2006-06-092-2/+7
* Fix grammar and reflowNeal Norwitz2006-06-091-2/+2
* Remove the temporary hack to force test_optparse toTim Peters2006-06-091-5/+0
* testUnicodeOpen(): I have no idea why, but making thisTim Peters2006-06-091-1/+8
* AutoFileTests.tearDown(): Removed mysterious undocumentedTim Peters2006-06-091-27/+28
* To boost morale :-), force test_optparse to run immediatelyTim Peters2006-06-091-0/+5
* Whitespace normalization.Tim Peters2006-06-091-1/+1
* Buffer objects would return the read or write buffer for a wrapped object whenBrett Cannon2006-06-081-0/+7
* Convert test_file to unittest.Georg Brandl2006-06-081-332/+305
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-082-18/+152
* (arre, arigo) SF bug #1350060Armin Rigo2006-06-082-1/+48
* pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t...Gregory P. Smith2006-06-081-1/+1
* * Turn the deadlock situation described in SF bug #775414 into aGregory P. Smith2006-06-082-0/+11
* - bsddb: the bsddb.dbtables Modify method now raises the proper error andGregory P. Smith2006-06-081-18/+25
* * If BuildApplet.py is used as an applet it starts with a version ofRonald Oussoren2006-06-071-57/+33
* SF patch 1501987: Remove randomness from test_exceptions,Tim Peters2006-06-071-19/+30
* dash_R_cleanup(): Clear filecmp._cache. This accounts forTim Peters2006-06-071-1/+2
* Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...Thomas Heller2006-06-061-0/+8
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-067-9/+9
* Convert CFieldObject tp_members to tp_getset, since there is noThomas Heller2006-06-061-4/+4
* Add missing svn:eol-style property to text files.Tim Peters2006-06-051-65/+65
* Access _struct attributes directly instead of mucking with getattr.Tim Peters2006-06-051-20/+18