summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-1314-6/+349
* 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
* Mention uuid moduleAndrew M. Kuchling2006-06-131-0/+31
* 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
* Initialize the type object so pychecker can't crash the interpreter.Neal Norwitz2006-06-131-0/+2
* 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-1217-2/+61
* Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR...Kristján Valur Jónsson2006-06-123-1/+46
* Make the -m switch conform to the documentation of sys.path by behaving like ...Nick Coghlan2006-06-121-2/+3
* The site module documentation also described the Windows behaviour incorrectly.Nick Coghlan2006-06-121-6/+7
* 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
* I don't know how that happend, but the entire file contents wasThomas Heller2006-06-121-195/+0
* Get rid of function pointer cast.Martin v. Löwis2006-06-121-3/+3
* 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-126-62/+149
* Impl ssize_tNeal Norwitz2006-06-122-105/+110
* Remove unused importNeal Norwitz2006-06-121-1/+1
* i and j are initialized below when used. No need to do it twiceNeal Norwitz2006-06-121-1/+1
* Fix the socket tests so they can be run concurrently. Backport candidateNeal Norwitz2006-06-125-6/+52
* Get rid of f_restricted too. Doc the other 4 ints that were already removedNeal Norwitz2006-06-124-5/+13
* Fix indentation of case and a Py_ssize_t issue.Neal Norwitz2006-06-121-2/+2
* Fix typo. Backport if anyone cares. :-)Neal Norwitz2006-06-122-2/+2
* Don't leak the list object if there's an error allocating the item storage. ...Neal Norwitz2006-06-121-1/+3
* Don't truncate if size_t is bigger than uintNeal Norwitz2006-06-121-1/+1
* Cleanup: Remove import of types to get StringTypes, we can just use basestring.Neal Norwitz2006-06-121-6/+5
* Fix some Py_ssize_t issuesNeal Norwitz2006-06-123-9/+10
* Fix some Py_ssize_t issuesNeal Norwitz2006-06-121-5/+6
* Cleanup Py_ssize_t a little (get rid of second #ifdef)Neal Norwitz2006-06-121-5/+2
* 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
* - Change fixapplepython23.py to ensure that it will run with /usr/bin/pythonRonald Oussoren2006-06-112-5/+22
* Use configure to substitute the correct prefix instead of hardcodingRonald Oussoren2006-06-111-1/+1
* Remove message about using make frameworkinstall, that's no longer necesssaryRonald Oussoren2006-06-111-6/+0
* Add missing svn:eol-style property to text files.Tim Peters2006-06-111-36/+36
* Whitespace normalization.Tim Peters2006-06-119-49/+49
* Release the GIL during COM method calls, to avoid deadlocks inThomas Heller2006-06-111-3/+10
* Bug #1498146: fix optparse to handle Unicode strings in option help,Greg Ward2006-06-113-7/+48
* SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks.Greg Ward2006-06-112-7/+9