summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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