| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | 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 |
|
|
* | - Change fixapplepython23.py to ensure that it will run with /usr/bin/python | Ronald Oussoren | 2006-06-11 | 2 | -5/+22 |
|
|
* | 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 |
|
|
* | Bug #1498146: fix optparse to handle Unicode strings in option help, | Greg Ward | 2006-06-11 | 3 | -7/+48 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | warnings was imported at module scope, no need to import again | Neal Norwitz | 2006-06-11 | 1 | -1/+1 |
|
|
* | Fix errors found by pychecker | Neal Norwitz | 2006-06-11 | 2 | -2/+3 |
|
|
* | f_code can't be NULL based on Frame_New and other code that derefs it. | Neal Norwitz | 2006-06-11 | 1 | -2/+2 |
|
|
* | Update doc to make it agree with code. | Neal Norwitz | 2006-06-11 | 1 | -10/+4 |
|
|
* | Add versionadded to doc | Neal Norwitz | 2006-06-11 | 1 | -0/+2 |
|
|
* | Wrap some long lines | Neal Norwitz | 2006-06-11 | 1 | -15/+10 |
|
|
* | Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL. | Neal Norwitz | 2006-06-11 | 1 | -4/+2 |
|
|
* | Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, | Greg Ward | 2006-06-11 | 4 | -45/+109 |
|
|
* | shuffle() doscstring: Removed warning about sequence length | Tim Peters | 2006-06-10 | 1 | -12/+6 |
|
|
* | Suppress warning on MacOSX about possible use before set of proc. | Skip Montanaro | 2006-06-10 | 1 | -1/+1 |
|
|
* | Handle failure of PyMem_Realloc. | Thomas Heller | 2006-06-10 | 1 | -1/+4 |
|
|
* | Don't use C++ comment. | Thomas Heller | 2006-06-10 | 1 | -1/+1 |
|
|
* | Fix the second occurrence of the problematic printf format. | Thomas Heller | 2006-06-10 | 1 | -5/+1 |
|
|
* | Fix a wrong printf format. | Thomas Heller | 2006-06-10 | 1 | -6/+1 |
|
|
* | New docs for ctypes. | Thomas Heller | 2006-06-10 | 3 | -565/+925 |
|
|
* | credit for SF patch #1303595 | Fred Drake | 2006-06-10 | 1 | -0/+1 |
|
|
* | SF patch #1303595: improve description of __builtins__, explaining how it | Fred Drake | 2006-06-10 | 1 | -4/+14 |
|
|
* | Upgrade to ctypes version 0.9.9.7. | Thomas Heller | 2006-06-10 | 8 | -30/+308 |
|
|
* | Upgrade to ctypes version 0.9.9.7. | Thomas Heller | 2006-06-10 | 6 | -284/+496 |
|
|
* | Sync with Optik docs (rev 518): | Greg Ward | 2006-06-10 | 1 | -5/+210 |
|
|
* | document the class, not its initializer | Skip Montanaro | 2006-06-10 | 1 | -4/+4 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 26 | -33/+201 |
|
|
* | SF bug #1503294. | Armin Rigo | 2006-06-10 | 1 | -1/+1 |
|
|
* | Port cygwin kill_python changes from 2.4 branch. | Martin v. Löwis | 2006-06-10 | 2 | -1/+8 |
|
|
* | Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. | Georg Brandl | 2006-06-10 | 3 | -4/+6 |
|
|
* | Fix bug introduced in rev. 46806 by not having variable declaration at the to... | Brett Cannon | 2006-06-09 | 1 | -2/+4 |
|
|
* | An object with __call__ as an attribute, when called, will have that attribut... | Brett Cannon | 2006-06-09 | 4 | -9/+30 |
|
|
* | Make use of new str.startswith/endswith semantics. | Georg Brandl | 2006-06-09 | 11 | -20/+14 |
|
|
* | set eol-style svn property | Thomas Heller | 2006-06-09 | 0 | -0/+0 |
|
|
* | set eol-style svn property | Thomas Heller | 2006-06-09 | 0 | -0/+0 |
|
|
* | Add some wsgiref text | Andrew M. Kuchling | 2006-06-09 | 1 | -1/+36 |
|
|
* | Remove unused variable | Andrew M. Kuchling | 2006-06-09 | 1 | -1/+0 |
|
|
* | Implementing a happy idea from Georg Brandl: make runtest() try to | Tim Peters | 2006-06-09 | 1 | -1/+48 |
|
|