| Commit message (Expand) | Author | Age | Files | Lines |
* | Speculative checkin (requires approval of Gerhard Haering) | Neal Norwitz | 2006-06-15 | 2 | -12/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-14 | 1 | -1/+1 |
|
|
* | - Added version checks in C code to make sure we don't trigger bugs in older | Gerhard Häring | 2006-06-14 | 2 | -0/+12 |
|
|
* | Add an __all__ list, since this module does 'from ctypes import *'. | Thomas Heller | 2006-06-14 | 1 | -0/+16 |
|
|
* | Bug #1117556: SimpleHTTPServer now tries to find and use the system's | Georg Brandl | 2006-06-14 | 1 | -1/+3 |
|
|
* | Bug #1202018: add some common mime.types locations. | Georg Brandl | 2006-06-14 | 1 | -0/+4 |
|
|
* | Fix docstring. | Thomas Heller | 2006-06-14 | 1 | -1/+1 |
|
|
* | Bug #1339007: Shelf objects now don't raise an exception in their | Georg Brandl | 2006-06-14 | 1 | -0/+3 |
|
|
* | Patch #1455898: Incremental mode for "mbcs" codec. | Martin v. Löwis | 2006-06-14 | 1 | -3/+4 |
|
|
* | explain an XXX in more detail | Fred Drake | 2006-06-14 | 1 | -0/+3 |
|
|
* | add tests for two cases that are handled correctly in the current code, | Fred Drake | 2006-06-14 | 1 | -2/+7 |
|
|
* | - make some disabled tests run what they intend when enabled | Fred Drake | 2006-06-14 | 1 | -13/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-14 | 1 | -1/+1 |
|
|
* | Repaired typo in new comment. | Tim Peters | 2006-06-14 | 1 | -1/+1 |
|
|
* | SequenceMatcher.get_matching_blocks(): This now guarantees that | Tim Peters | 2006-06-14 | 1 | -8/+34 |
|
|
* | Missed test for rev. 46933; infinite recursion from __coerce__() returning it... | Brett Cannon | 2006-06-13 | 1 | -1/+19 |
|
|
* | Merged changes from external pysqlite 2.3.0 release. Documentation updates will | Gerhard Häring | 2006-06-13 | 3 | -37/+109 |
|
|
* | If a classic class defined a __coerce__() method that just returned its two | Brett Cannon | 2006-06-13 | 1 | -9/+0 |
|
|
* | Increase the small thread stack size to get the test | Andrew MacIntyre | 2006-06-13 | 3 | -7/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-13 | 1 | -1/+1 |
|
|
* | fix exception usage | Andrew MacIntyre | 2006-06-13 | 2 | -3/+2 |
|
|
* | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-13 | 5 | -1/+82 |
|
|
* | errors is an attribute in the incremental decoder | Walter Dörwald | 2006-06-13 | 1 | -3/+3 |
|
|
* | Fix passing errors to the encoder and decoder functions. | Walter Dörwald | 2006-06-13 | 2 | -4/+4 |
|
|
* | Linecache contains support for PEP302 loaders, but fails to deal with loaders | Ronald Oussoren | 2006-06-13 | 1 | -0/+4 |
|
|
* | Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER. | Thomas Heller | 2006-06-13 | 1 | -3/+13 |
|
|
* | Add some windows datatypes that were missing from this file, and add | Thomas Heller | 2006-06-13 | 1 | -24/+70 |
|
|
* | Verify the crash due to EncodingMap not initialized does not return | Neal Norwitz | 2006-06-13 | 1 | -0/+6 |
|
|
* | Don't fail if another process is listening on our port. | Neal Norwitz | 2006-06-13 | 1 | -1/+2 |
|
|
* | get_matching_blocks(): rewrote code & comments so they match; added | Tim Peters | 2006-06-13 | 1 | -14/+14 |
|
|
* | Added missing svn:eol-style property to text files. | Tim Peters | 2006-06-13 | 2 | -873/+873 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-13 | 2 | -873/+873 |
|
|
* | Add the uuid module. | Ka-Ping Yee | 2006-06-12 | 2 | -0/+873 |
|
|
* | Add pep-291 compatibility markers. | Thomas Heller | 2006-06-12 | 8 | -0/+24 |
|
|
* | Fix site module docstring to match the code for Mac OSX, too | Nick Coghlan | 2006-06-12 | 1 | -3/+4 |
|
|
* | Fix site module docstring to match the code | Nick Coghlan | 2006-06-12 | 1 | -2/+2 |
|
|
* | Sync w/external release 0.1.2. Please see PEP 360 before making changes to e... | Phillip J. Eby | 2006-06-12 | 7 | -59/+146 |
|
|
* | Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy | Neal Norwitz | 2006-06-12 | 1 | -57/+59 |
|
|
* | Remove unused import | Neal Norwitz | 2006-06-12 | 1 | -1/+1 |
|
|
* | Fix the socket tests so they can be run concurrently. Backport candidate | Neal Norwitz | 2006-06-12 | 4 | -6/+50 |
|
|
* | Cleanup: Remove import of types to get StringTypes, we can just use basestring. | Neal Norwitz | 2006-06-12 | 1 | -6/+5 |
|
|
* | Get test to pass on S/390. Shout if you think this change is incorrect. | Neal Norwitz | 2006-06-11 | 1 | -1/+6 |
|
|
* | compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper | Tim Peters | 2006-06-11 | 1 | -12/+7 |
|
|
* | Fix test on PPC64 buildbot. It raised an IOError (really an URLError which | Neal Norwitz | 2006-06-11 | 1 | -1/+1 |
|
|
* | Try to fix another networking test. The problem is that if hosts have | Neal Norwitz | 2006-06-11 | 1 | -4/+5 |
|
|
* | Try to fix several networking tests. The problem is that if hosts have | Neal Norwitz | 2006-06-11 | 3 | -3/+3 |
|
|
* | Add missing svn:eol-style property to text files. | Tim Peters | 2006-06-11 | 1 | -36/+36 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-11 | 9 | -49/+49 |
|
|
* | Bug #1498146: fix optparse to handle Unicode strings in option help, | Greg Ward | 2006-06-11 | 2 | -7/+45 |
|
|
* | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | 8 | -20/+130 |
|
|