summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #1506645: add Python wrappers for the curses functionsWalter Dörwald2006-06-191-0/+7
* Whitespace normalization.Tim Peters2006-06-192-9/+8
* Try to repair the failing test on the OpenBSD buildbot. Trial and error...Thomas Heller2006-06-191-1/+1
* Patch #1507676: improve exception messages in abstract.c, object.c and typeob...Georg Brandl2006-06-181-1/+1
* Revert 47014 until it is more robustNeal Norwitz2006-06-184-32/+5
* The hppa ubuntu box sometimes hangs forever in these tests. My guessNeal Norwitz2006-06-184-5/+32
* Prevent spurious leaks when running regrtest.py -R. There may be moreNeal Norwitz2006-06-183-1/+29
* Fix typo in docstringNeal Norwitz2006-06-171-1/+1
* Patch #815924: Restore ability to pass type= and icon=Martin v. Löwis2006-06-171-3/+4
* Patch #812986: Update the canvas even if not tracing.Martin v. Löwis2006-06-171-0/+1
* Patch #1494750: Destroy master after deleting children.Martin v. Löwis2006-06-171-1/+1
* Patch #1096231: Add default argument to wm_iconbitmap.Martin v. Löwis2006-06-171-3/+12
* Patch #763580: Add name and value arguments toMartin v. Löwis2006-06-171-19/+63
* fix change that broke the htmllib testsFred Drake2006-06-171-2/+2
* SF patch 1504676: Make sgmllib char and entity references pluggableFred Drake2006-06-162-37/+71
* Add missing period in comment.Neal Norwitz2006-06-161-1/+1
* Param name is dir, not directory. Update docstring. Backport candidateNeal Norwitz2006-06-161-1/+1
* Disable this test until we can determine what to do about itNeal Norwitz2006-06-161-1/+4
* Oops -- I introduced an off-by-6436159488 error.Tim Peters2006-06-151-1/+1
* Whitespace normalization.Tim Peters2006-06-152-15/+15
* Try to reduce the extreme peak memory and disk-space useTim Peters2006-06-151-11/+22
* Print some more info to get an idea of how much longer the test will lastNeal Norwitz2006-06-151-4/+6
* Steal the trick from test_compiler to print out a slow msg.Neal Norwitz2006-06-151-0/+18
* - bsddb: multithreaded DB access using the simple bsddb module interfaceGregory P. Smith2006-06-152-31/+39
* Re-revert this change. Install the version check and don't run the testNeal Norwitz2006-06-151-0/+2
* Patch #1446489 (zipfile: support for ZIP64)Ronald Oussoren2006-06-153-55/+648
* Make import/lookup of mbcs fail on non-Windows systems.Martin v. Löwis2006-06-151-4/+8
* Try to narrow window of failure on slow/busy boxes (ppc64 buildbot)Neal Norwitz2006-06-151-4/+8
* Speculative checkin (requires approval of Gerhard Haering)Neal Norwitz2006-06-152-12/+0
* Whitespace normalization.Tim Peters2006-06-141-1/+1
* - Added version checks in C code to make sure we don't trigger bugs in olderGerhard Häring2006-06-142-0/+12
* Add an __all__ list, since this module does 'from ctypes import *'.Thomas Heller2006-06-141-0/+16
* Bug #1117556: SimpleHTTPServer now tries to find and use the system'sGeorg Brandl2006-06-141-1/+3
* Bug #1202018: add some common mime.types locations.Georg Brandl2006-06-141-0/+4
* Fix docstring.Thomas Heller2006-06-141-1/+1
* Bug #1339007: Shelf objects now don't raise an exception in theirGeorg Brandl2006-06-141-0/+3
* Patch #1455898: Incremental mode for "mbcs" codec.Martin v. Löwis2006-06-141-3/+4
* explain an XXX in more detailFred Drake2006-06-141-0/+3
* add tests for two cases that are handled correctly in the current code,Fred Drake2006-06-141-2/+7
* - make some disabled tests run what they intend when enabledFred Drake2006-06-141-13/+13
* Whitespace normalization.Tim Peters2006-06-141-1/+1
* Repaired typo in new comment.Tim Peters2006-06-141-1/+1
* SequenceMatcher.get_matching_blocks(): This now guarantees thatTim Peters2006-06-141-8/+34
* Missed test for rev. 46933; infinite recursion from __coerce__() returning it...Brett Cannon2006-06-131-1/+19
* Merged changes from external pysqlite 2.3.0 release. Documentation updates willGerhard Häring2006-06-133-37/+109
* If a classic class defined a __coerce__() method that just returned its twoBrett Cannon2006-06-131-9/+0
* Increase the small thread stack size to get the testAndrew MacIntyre2006-06-133-7/+7
* Whitespace normalization.Tim Peters2006-06-131-1/+1
* fix exception usageAndrew MacIntyre2006-06-132-3/+2
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-135-1/+82