summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #1337990: clarified that `doctest` does not support examplesTim Peters2006-04-242-4/+9
* Add two itemsAndrew M. Kuchling2006-04-231-0/+29
* Edits to the PEP 343 sectionAndrew M. Kuchling2006-04-231-65/+62
* correct exampleSkip Montanaro2006-04-231-9/+11
* it's always helpful if the example works...Skip Montanaro2006-04-231-6/+8
* minor tweakSkip Montanaro2006-04-231-2/+2
* first cut at trace module docSkip Montanaro2006-04-232-1/+96
* Whitespace normalization.Tim Peters2006-04-231-2/+2
* Backdated NEWS entry to record the implementation of PEP 338 for alpha 1Nick Coghlan2006-04-231-0/+7
* Take 2 on mentioning the with statement, this time without inadvertently kill...Nick Coghlan2006-04-231-3/+5
* Add a (very) brief mention of the with statement to the end of chapter 8Nick Coghlan2006-04-231-3/+33
* Update with statement documentation to use same terminology as 2.5a1 implemen...Nick Coghlan2006-04-232-27/+38
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-2322-314/+311
* Update contextlib documentation to use the same terminology as the module imp...Nick Coghlan2006-04-231-7/+8
* Add a Context Types section to parallel the Iterator Types section (uses the ...Nick Coghlan2006-04-231-0/+96
* Patch 1471761 - test for broken poll at runtimeRonald Oussoren2006-04-231-17/+66
* Patch 1471925 - Weak linking support for OSXRonald Oussoren2006-04-233-2/+98
* wrap SyntaxError with \exception{}George Yoshida2006-04-231-1/+1
* Update optparse to Optik 1.5.1.Greg Ward2006-04-234-179/+633
* Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outsideHye-Shik Chang2006-04-2211-11/+0
* - add versionadded tagGeorge Yoshida2006-04-221-1/+3
* Port to Python 2.5. Drop .DEF file. Change output file names to .pyd.Martin v. Löwis2006-04-223-12/+7
* Typo fixesGeorge Yoshida2006-04-221-2/+2
* Fix more ssize_t issues.Martin v. Löwis2006-04-226-13/+13