summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fix DBCursor.pget() bug with keyword argument names when no data= isGregory P. Smith2006-06-053-0/+67
* Whitespace normalization.Tim Peters2006-06-051-3/+2
* forgot to add this file in previous commitGregory P. Smith2006-06-051-0/+112
* * add support for DBSequence objects [patch #1466734]Gregory P. Smith2006-06-053-6/+43
* * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]Gregory P. Smith2006-06-051-2/+8
* Whitespace normalization.Tim Peters2006-06-051-2/+2
* Remove doctest.testmod's deprecated (in 2.4) `isprivate`Tim Peters2006-06-052-124/+18
* * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]Gregory P. Smith2006-06-052-0/+10
* "Flat is better than nested."Tim Peters2006-06-051-59/+73
* bugfix: when log_archive was called with the DB_ARCH_REMOVE flag presentGregory P. Smith2006-06-051-0/+3
* Revert revisions:Tim Peters2006-06-045-70/+1
* Whitespace normalization.Tim Peters2006-06-0445-45/+0
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-041-5/+5
* Patch #1346214: correctly optimize away "if 0"-style stmtsGeorg Brandl2006-06-041-3/+3
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-0445-11441/+180
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-042-414/+0
* Fixes in struct and socket from merge reviews.Martin Blais2006-06-044-24/+24
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-045-1/+70
* Whitespace normalization.Tim Peters2006-06-041-2/+1
* pprint functions used to sort a dict (by key) if and only ifTim Peters2006-06-022-5/+32
* Fixed struct test to not use unittest.Martin Blais2006-06-021-78/+84
* Fix memory leak found by valgrind.Neal Norwitz2006-06-021-2/+4