summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Bug #1477102] Add necessary import to exampleAndrew M. Kuchling2006-04-271-0/+1
* Bump document versionAndrew M. Kuchling2006-04-271-1/+1
* Now that 2.5a2 is out, revert to the current dateAndrew M. Kuchling2006-04-271-1/+1
* Tagging for release of Python 2.5a2Anthony Baxter2006-04-271-0/+1
* 2.5a2v2.5a2Anthony Baxter2006-04-271-1/+1
* 2.5a2Anthony Baxter2006-04-275-5/+10
* add missing wordFred Drake2006-04-271-1/+1
* - update version numbers in file names again, until we have a better wayFred Drake2006-04-271-6/+12
* one more place to use the current Python versionFred Drake2006-04-261-2/+2
* Fix build on MIPS for libffi. I haven't tested this yet because IHye-Shik Chang2006-04-264-2/+15
* Some more test-size-estimate fixes: test_append and test_insert trigger aThomas Wouters2006-04-261-3/+7
* Add tests for += and *= on strings, and fix the memory-use estimate for theThomas Wouters2006-04-261-3/+37
* Use GS- and bufferoverlowU.lib where appropriate, for AMD64.Martin v. Löwis2006-04-2610-11/+11
* Whitespace normalization.Tim Peters2006-04-262-922/+922
* The result of SF patch #1471578: big-memory tests for strings, lists andThomas Wouters2006-04-264-3/+1013
* Add labels to all sectionsAndrew M. Kuchling2006-04-261-11/+11
* [Bug #1475080] Fix exampleAndrew M. Kuchling2006-04-261-2/+2
* Fix an error in the last contextlib.closing exampleNick Coghlan2006-04-261-3/+3
* Fix this test on Solaris. There can be embedded \r, so don't just replaceNeal Norwitz2006-04-261-2/+2
* Patch from Aldo Cortesi (OpenBSD buildbot owner).Neal Norwitz2006-04-261-7/+14
* minor adjustment suggested by Peter GephardtFred Drake2006-04-261-1/+1
* markup fixes, cleanupFred Drake2006-04-262-38/+67
* Rev 45706 renamed stuff in contextlib.py, but didn't renameTim Peters2006-04-261-8/+8
* Implement MvL's improvement on __context__ in Condition;Guido van Rossum2006-04-251-5/+1
* Fix compiler warnings on Darwin.Thomas Heller2006-04-251-5/+5
* Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python usesThomas Wouters2006-04-253-0/+12
* Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 andThomas Wouters2006-04-251-0/+16
* minor tweakGeorge Yoshida2006-04-251-1/+1
* SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-04-253-13/+12
* Rework context terminologyAndrew M. Kuchling2006-04-251-21/+22
* Add two items; easy_install is now off the table, though pkgutil still isAndrew M. Kuchling2006-04-251-1/+14
* Fix markup glitch in unittest docs. Will backport.Thomas Wouters2006-04-251-1/+1
* Fix latex typoNick Coghlan2006-04-251-1/+1
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-257-139/+163
* Revert previous change, SKIP had a versionadded elsewhereNeal Norwitz2006-04-251-1/+0
* Restore Walters nameNeal Norwitz2006-04-251-1/+1
* versionadded for SKIPNeal Norwitz2006-04-251-0/+1
* Patch #1475231: add a new SKIP doctest option, thanks toTim Peters2006-04-254-0/+47
* Put break at correct level so *all* root HKEYs acutally get checked forTrent Mick2006-04-251-1/+1
* Whitespace normalization.Tim Peters2006-04-241-1/+1
* Revert addition of setuptoolsPhillip J. Eby2006-04-2440-10118/+0
* Edits, using the new termAndrew M. Kuchling2006-04-241-29/+31
* Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.Thomas Wouters2006-04-241-0/+1
* More reliable version of new command line tests that just checks the exit codesNick Coghlan2006-04-241-2/+37
* Back out new command line tests (broke buildbot)Nick Coghlan2006-04-241-55/+0
* Fix broken contextlib test from last checkin (I'd've sworn I tested that befo...Nick Coghlan2006-04-241-0/+2
* Fix contextlib.nested to cope with exit methods raising and handling exceptionsNick Coghlan2006-04-243-1/+33
* Add unit tests for the -m and -c command line switchesNick Coghlan2006-04-242-0/+57
* Change PEP 343 related documentation to use the term context specifier instea...Nick Coghlan2006-04-244-67/+78
* Note changes made to PEP 343 related documentationNick Coghlan2006-04-241-1/+5