summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* errors is an attribute in the incremental decoderWalter Dörwald2006-06-131-3/+3
* Fix passing errors to the encoder and decoder functions.Walter Dörwald2006-06-132-4/+4
* Linecache contains support for PEP302 loaders, but fails to deal with loadersRonald Oussoren2006-06-131-0/+4
* Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER.Thomas Heller2006-06-131-3/+13
* Add some windows datatypes that were missing from this file, and addThomas Heller2006-06-131-24/+70
* Verify the crash due to EncodingMap not initialized does not returnNeal Norwitz2006-06-131-0/+6
* Don't fail if another process is listening on our port.Neal Norwitz2006-06-131-1/+2
* get_matching_blocks(): rewrote code & comments so they match; addedTim Peters2006-06-131-14/+14
* Added missing svn:eol-style property to text files.Tim Peters2006-06-132-873/+873
* Whitespace normalization.Tim Peters2006-06-132-873/+873
* Add the uuid module.Ka-Ping Yee2006-06-122-0/+873
* Add pep-291 compatibility markers.Thomas Heller2006-06-128-0/+24
* Fix site module docstring to match the code for Mac OSX, tooNick Coghlan2006-06-121-3/+4
* Fix site module docstring to match the codeNick Coghlan2006-06-121-2/+2
* Sync w/external release 0.1.2. Please see PEP 360 before making changes to e...Phillip J. Eby2006-06-127-59/+146
* Patch #1503046, Conditional compilation of zlib.(de)compressobj.copyNeal Norwitz2006-06-121-57/+59
* Remove unused importNeal Norwitz2006-06-121-1/+1
* Fix the socket tests so they can be run concurrently. Backport candidateNeal Norwitz2006-06-124-6/+50