Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mention uuid module | Andrew M. Kuchling | 2006-06-13 | 1 | -0/+31 | |
| | ||||||
* | Linecache contains support for PEP302 loaders, but fails to deal with loaders | Ronald Oussoren | 2006-06-13 | 1 | -0/+4 | |
| | | | | | that return None to indicate that the module is valid but no source is available. This patch fixes that. | |||||
* | Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER. | Thomas Heller | 2006-06-13 | 1 | -3/+13 | |
| | | | | VARIANT_BOOL is a special _ctypes data type, not c_short. | |||||
* | Add some windows datatypes that were missing from this file, and add | Thomas Heller | 2006-06-13 | 1 | -24/+70 | |
| | | | | the aliases defined in windows header files for the structures. | |||||
* | Verify the crash due to EncodingMap not initialized does not return | Neal Norwitz | 2006-06-13 | 1 | -0/+6 | |
| | ||||||
* | Initialize the type object so pychecker can't crash the interpreter. | Neal Norwitz | 2006-06-13 | 1 | -0/+2 | |
| | ||||||
* | 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 | |
| | | | | | | more comments about why it's this way at all; and removed what looked like needless expense (sorting (i, j, k) triples directly should give exactly the same order as sorting (i, (i, j, k)) pairs). | |||||
* | 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 | |
| | | | | | This module has been tested so far on Windows XP (Python 2.4 and 2.5a2), Mac OS X (Python 2.3, 2.4, and 2.5a2), and Linux (Python 2.4 and 2.5a2). | |||||
* | Add pep-291 compatibility markers. | Thomas Heller | 2006-06-12 | 17 | -2/+61 | |
| | ||||||
* | Fix the CRT argument error handling for VisualStudio .NET 2005. Install a ↵ | Kristján Valur Jónsson | 2006-06-12 | 3 | -1/+46 | |
| | | | | | | CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. This update fixes crash cases in the test suite where the default CRT error handler would cause process exit. | |||||
* | Make the -m switch conform to the documentation of sys.path by behaving like ↵ | Nick Coghlan | 2006-06-12 | 1 | -2/+3 | |
| | | | | the -c switch | |||||
* | The site module documentation also described the Windows behaviour incorrectly. | Nick Coghlan | 2006-06-12 | 1 | -6/+7 | |
| | ||||||
* | 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 | |
| | ||||||
* | I don't know how that happend, but the entire file contents was | Thomas Heller | 2006-06-12 | 1 | -195/+0 | |
| | | | | duplicated. Thanks to Simon Percivall for the heads up. | |||||
* | Get rid of function pointer cast. | Martin v. Löwis | 2006-06-12 | 1 | -3/+3 | |
| | ||||||
* | Sync w/external release 0.1.2. Please see PEP 360 before making changes to ↵ | Phillip J. Eby | 2006-06-12 | 7 | -59/+146 | |
| | | | | external packages. | |||||
* | Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy | Neal Norwitz | 2006-06-12 | 6 | -62/+149 | |
| | | | | | copy is only in newer versions of zlib. This should allow zlibmodule to work with older versions like the Tru64 buildbot. | |||||
* | Impl ssize_t | Neal Norwitz | 2006-06-12 | 2 | -105/+110 | |
| | ||||||
* | Remove unused import | Neal Norwitz | 2006-06-12 | 1 | -1/+1 | |
| | ||||||
* | i and j are initialized below when used. No need to do it twice | 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 | 5 | -6/+52 | |
| | ||||||
* | Get rid of f_restricted too. Doc the other 4 ints that were already removed | Neal Norwitz | 2006-06-12 | 4 | -5/+13 | |
| | | | | at the NeedForSpeed sprint. | |||||
* | Fix indentation of case and a Py_ssize_t issue. | Neal Norwitz | 2006-06-12 | 1 | -2/+2 | |
| | ||||||
* | Fix typo. Backport if anyone cares. :-) | Neal Norwitz | 2006-06-12 | 2 | -2/+2 | |
| | ||||||
* | Don't leak the list object if there's an error allocating the item storage. ↵ | Neal Norwitz | 2006-06-12 | 1 | -1/+3 | |
| | | | | Backport candidate | |||||
* | Don't truncate if size_t is bigger than uint | Neal Norwitz | 2006-06-12 | 1 | -1/+1 | |
| | ||||||
* | Cleanup: Remove import of types to get StringTypes, we can just use basestring. | Neal Norwitz | 2006-06-12 | 1 | -6/+5 | |
| | ||||||
* | Fix some Py_ssize_t issues | Neal Norwitz | 2006-06-12 | 3 | -9/+10 | |
| | ||||||
* | Fix some Py_ssize_t issues | Neal Norwitz | 2006-06-12 | 1 | -5/+6 | |
| | ||||||
* | Cleanup Py_ssize_t a little (get rid of second #ifdef) | Neal Norwitz | 2006-06-12 | 1 | -5/+2 | |
| | ||||||
* | 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 | |
| | | | | | | | | | | | when running with -O. test_simple_validation_error still fails under -O. That appears to be because wsgiref's validate.py uses `assert` statements all over the place to check arguments for sanity. That should all be changed (it's not a logical error in the software if a user passes bogus arguments, so this isn't a reasonable use for `assert` -- checking external preconditions should generally raise ValueError or TypeError instead, as appropriate). | |||||
* | Fix test on PPC64 buildbot. It raised an IOError (really an URLError which | Neal Norwitz | 2006-06-11 | 1 | -1/+1 | |
| | | | | | derives from an IOError). That seems valid. Env Error includes both OSError and IOError, so this seems like a reasonable fix. | |||||
* | Try to fix another networking test. The problem is that if hosts have | Neal Norwitz | 2006-06-11 | 1 | -4/+5 | |
| | | | | | | | | a search path setup, some of these hosts resolve to the wrong address. By appending a period to the hostname, the hostname should only resolve to what we want it to resolve to. Hopefully this doesn't break different bots. Also add more info to failure message to aid debugging test failure. | |||||
* | Try to fix several networking tests. The problem is that if hosts have | Neal Norwitz | 2006-06-11 | 3 | -3/+3 | |
| | | | | | | a search path setup, some of these hosts resolve to the wrong address. By appending a period to the hostname, the hostname should only resolve to what we want it to resolve to. Hopefully this doesn't break different bots. | |||||
* | - Change fixapplepython23.py to ensure that it will run with /usr/bin/python | Ronald Oussoren | 2006-06-11 | 2 | -5/+22 | |
| | | | | | on intel macs. - Fix some minor problems in the installer for OSX | |||||
* | Use configure to substitute the correct prefix instead of hardcoding | Ronald Oussoren | 2006-06-11 | 1 | -1/+1 | |
| | ||||||
* | Remove message about using make frameworkinstall, that's no longer necesssary | Ronald Oussoren | 2006-06-11 | 1 | -6/+0 | |
| | ||||||
* | 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 | |
| | ||||||
* | Release the GIL during COM method calls, to avoid deadlocks in | Thomas Heller | 2006-06-11 | 1 | -3/+10 | |
| | | | | Python coded COM objects. | |||||
* | Bug #1498146: fix optparse to handle Unicode strings in option help, | Greg Ward | 2006-06-11 | 3 | -7/+48 | |
| | | | | description, and epilog. | |||||
* | SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. | Greg Ward | 2006-06-11 | 2 | -7/+9 | |
| | ||||||
* | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | 8 | -20/+130 | |
| | | | | | being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events. | |||||
* | Fix errors found by pychecker | Neal Norwitz | 2006-06-11 | 5 | -8/+11 | |
| | ||||||
* | Fix errors found by pychecker. | Neal Norwitz | 2006-06-11 | 1 | -3/+6 | |
| | | | | | | I think these changes are correct, but I'm not sure. Could someone who knows how this module works test it? It can at least start on the cmd line. |