| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a warning on ppc (debian) | Neal Norwitz | 2006-04-28 | 1 | -4/+7 |
|
|
* | Fix a warning on alpha | Neal Norwitz | 2006-04-28 | 1 | -1/+1 |
|
|
* | Fix some warnings on Mac OS X 10.4 | Neal Norwitz | 2006-04-28 | 3 | -21/+9 |
|
|
* | Try to really fix the slow buildbots this time. | Neal Norwitz | 2006-04-28 | 1 | -0/+1 |
|
|
* | Add some whitespace to be more consistent. | Neal Norwitz | 2006-04-28 | 1 | -11/+13 |
|
|
* | Add more ignores of ImportWarnings; these are all just potential triggers | Thomas Wouters | 2006-04-27 | 1 | -1/+3 |
|
|
* | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 6 | -7/+60 |
|
|
* | Added SVN access for Steven Bethard and Talin, for PEP updating. | David Goodger | 2006-04-27 | 1 | -0/+7 |
|
|
* | Do the small-memory run of big-meormy tests using a prime number, rather | Thomas Wouters | 2006-04-27 | 1 | -1/+1 |
|
|
* | Some style fixes and size-calculation fixes. Also do the small-memory run | Thomas Wouters | 2006-04-27 | 1 | -16/+21 |
|
|
* | Rerun the libffi configuration if any of the files used for that | Thomas Heller | 2006-04-27 | 1 | -1/+6 |
|
|
* | Some more size-estimate fixes, for large-list-tests. | Thomas Wouters | 2006-04-27 | 1 | -2/+2 |
|
|
* | markup fix | George Yoshida | 2006-04-27 | 1 | -4/+4 |
|
|
* | Mention the xmlrpclib.Error base class, which is used in one of the examples | Andrew M. Kuchling | 2006-04-27 | 1 | -3/+5 |
|
|
* | [Bug #1477140] Import Error base class | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
|
|
* | [Bug #1477102] Add necessary import to example | Andrew M. Kuchling | 2006-04-27 | 1 | -0/+1 |
|
|
* | Bump document version | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
|
|
* | Now that 2.5a2 is out, revert to the current date | Andrew M. Kuchling | 2006-04-27 | 1 | -1/+1 |
|
|
* | Tagging for release of Python 2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -0/+1 |
|
|
* | 2.5a2v2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -1/+1 |
|
|
* | 2.5a2 | Anthony Baxter | 2006-04-27 | 5 | -5/+10 |
|
|
* | add missing word | Fred Drake | 2006-04-27 | 1 | -1/+1 |
|
|
* | - update version numbers in file names again, until we have a better way | Fred Drake | 2006-04-27 | 1 | -6/+12 |
|
|
* | one more place to use the current Python version | Fred Drake | 2006-04-26 | 1 | -2/+2 |
|
|
* | Fix build on MIPS for libffi. I haven't tested this yet because I | Hye-Shik Chang | 2006-04-26 | 4 | -2/+15 |
|
|
* | Some more test-size-estimate fixes: test_append and test_insert trigger a | Thomas Wouters | 2006-04-26 | 1 | -3/+7 |
|
|
* | Add tests for += and *= on strings, and fix the memory-use estimate for the | Thomas Wouters | 2006-04-26 | 1 | -3/+37 |
|
|
* | Use GS- and bufferoverlowU.lib where appropriate, for AMD64. | Martin v. Löwis | 2006-04-26 | 10 | -11/+11 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-26 | 2 | -922/+922 |
|
|
* | The result of SF patch #1471578: big-memory tests for strings, lists and | Thomas Wouters | 2006-04-26 | 4 | -3/+1013 |
|
|
* | Add labels to all sections | Andrew M. Kuchling | 2006-04-26 | 1 | -11/+11 |
|
|
* | [Bug #1475080] Fix example | Andrew M. Kuchling | 2006-04-26 | 1 | -2/+2 |
|
|
* | Fix an error in the last contextlib.closing example | Nick Coghlan | 2006-04-26 | 1 | -3/+3 |
|
|
* | Fix this test on Solaris. There can be embedded \r, so don't just replace | Neal Norwitz | 2006-04-26 | 1 | -2/+2 |
|
|
* | Patch from Aldo Cortesi (OpenBSD buildbot owner). | Neal Norwitz | 2006-04-26 | 1 | -7/+14 |
|
|
* | minor adjustment suggested by Peter Gephardt | Fred Drake | 2006-04-26 | 1 | -1/+1 |
|
|
* | markup fixes, cleanup | Fred Drake | 2006-04-26 | 2 | -38/+67 |
|
|
* | Rev 45706 renamed stuff in contextlib.py, but didn't rename | Tim Peters | 2006-04-26 | 1 | -8/+8 |
|
|
* | Implement MvL's improvement on __context__ in Condition; | Guido van Rossum | 2006-04-25 | 1 | -5/+1 |
|
|
* | Fix compiler warnings on Darwin. | Thomas Heller | 2006-04-25 | 1 | -5/+5 |
|
|
* | Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses | Thomas Wouters | 2006-04-25 | 3 | -0/+12 |
|
|
* | Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and | Thomas Wouters | 2006-04-25 | 1 | -0/+16 |
|
|
* | minor tweak | George Yoshida | 2006-04-25 | 1 | -1/+1 |
|
|
* | SF bug/patch #1433877: string parameter to ioctl not null terminated | Thomas Wouters | 2006-04-25 | 3 | -13/+12 |
|
|
* | Rework context terminology | Andrew M. Kuchling | 2006-04-25 | 1 | -21/+22 |
|
|
* | Add two items; easy_install is now off the table, though pkgutil still is | Andrew M. Kuchling | 2006-04-25 | 1 | -1/+14 |
|
|
* | Fix markup glitch in unittest docs. Will backport. | Thomas Wouters | 2006-04-25 | 1 | -1/+1 |
|
|
* | Fix latex typo | Nick Coghlan | 2006-04-25 | 1 | -1/+1 |
|
|
* | Move the PEP 343 documentation and implementation closer to the | Nick Coghlan | 2006-04-25 | 7 | -139/+163 |
|
|
* | Revert previous change, SKIP had a versionadded elsewhere | Neal Norwitz | 2006-04-25 | 1 | -1/+0 |
|
|