| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Restore Walters name | Neal Norwitz | 2006-04-25 | 1 | -1/+1 |
| * | versionadded for SKIP | Neal Norwitz | 2006-04-25 | 1 | -0/+1 |
| * | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 4 | -0/+47 |
| * | Put break at correct level so *all* root HKEYs acutally get checked for | Trent Mick | 2006-04-25 | 1 | -1/+1 |
| * | Whitespace normalization. | Tim Peters | 2006-04-24 | 1 | -1/+1 |
| * | Revert addition of setuptools | Phillip J. Eby | 2006-04-24 | 40 | -10118/+0 |
| * | Edits, using the new term | Andrew M. Kuchling | 2006-04-24 | 1 | -29/+31 |
| * | Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. | Thomas Wouters | 2006-04-24 | 1 | -0/+1 |
| * | More reliable version of new command line tests that just checks the exit codes | Nick Coghlan | 2006-04-24 | 1 | -2/+37 |
| * | Back out new command line tests (broke buildbot) | Nick Coghlan | 2006-04-24 | 1 | -55/+0 |
| * | Fix broken contextlib test from last checkin (I'd've sworn I tested that befo... | Nick Coghlan | 2006-04-24 | 1 | -0/+2 |
| * | Fix contextlib.nested to cope with exit methods raising and handling exceptions | Nick Coghlan | 2006-04-24 | 3 | -1/+33 |
| * | Add unit tests for the -m and -c command line switches | Nick Coghlan | 2006-04-24 | 2 | -0/+57 |
| * | Change PEP 343 related documentation to use the term context specifier instea... | Nick Coghlan | 2006-04-24 | 4 | -67/+78 |
| * | Note changes made to PEP 343 related documentation | Nick Coghlan | 2006-04-24 | 1 | -1/+5 |
| * | Bug #1337990: clarified that `doctest` does not support examples | Tim Peters | 2006-04-24 | 2 | -4/+9 |
| * | Add two items | Andrew M. Kuchling | 2006-04-23 | 1 | -0/+29 |