summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix errors found by pycheckerNeal Norwitz2006-06-115-8/+11
* Fix errors found by pychecker.Neal Norwitz2006-06-111-3/+6
* warnings was imported at module scope, no need to import againNeal Norwitz2006-06-111-1/+1
* Fix errors found by pycheckerNeal Norwitz2006-06-112-2/+3
* f_code can't be NULL based on Frame_New and other code that derefs it.Neal Norwitz2006-06-111-2/+2
* Update doc to make it agree with code.Neal Norwitz2006-06-111-10/+4
* Add versionadded to docNeal Norwitz2006-06-111-0/+2
* Wrap some long linesNeal Norwitz2006-06-111-15/+10
* Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL.Neal Norwitz2006-06-111-4/+2
* Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,Greg Ward2006-06-114-45/+109
* shuffle() doscstring: Removed warning about sequence lengthTim Peters2006-06-101-12/+6
* Suppress warning on MacOSX about possible use before set of proc.Skip Montanaro2006-06-101-1/+1
* Handle failure of PyMem_Realloc.Thomas Heller2006-06-101-1/+4
* Don't use C++ comment.Thomas Heller2006-06-101-1/+1
* Fix the second occurrence of the problematic printf format.Thomas Heller2006-06-101-5/+1
* Fix a wrong printf format.Thomas Heller2006-06-101-6/+1
* New docs for ctypes.Thomas Heller2006-06-103-565/+925
* credit for SF patch #1303595Fred Drake2006-06-101-0/+1
* SF patch #1303595: improve description of __builtins__, explaining how itFred Drake2006-06-101-4/+14
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-108-30/+308
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-106-284/+496
* Sync with Optik docs (rev 518):Greg Ward2006-06-101-5/+210
* document the class, not its initializerSkip Montanaro2006-06-101-4/+4
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-1026-33/+201
* SF bug #1503294.Armin Rigo2006-06-101-1/+1
* Port cygwin kill_python changes from 2.4 branch.Martin v. Löwis2006-06-102-1/+8
* Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError.Georg Brandl2006-06-103-4/+6
* Fix bug introduced in rev. 46806 by not having variable declaration at the to...Brett Cannon2006-06-091-2/+4
* An object with __call__ as an attribute, when called, will have that attribut...Brett Cannon2006-06-094-9/+30
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-0911-20/+14
* set eol-style svn propertyThomas Heller2006-06-090-0/+0
* set eol-style svn propertyThomas Heller2006-06-090-0/+0
* Add some wsgiref textAndrew M. Kuchling2006-06-091-1/+36
* Remove unused variableAndrew M. Kuchling2006-06-091-1/+0
* Implementing a happy idea from Georg Brandl: make runtest() try toTim Peters2006-06-091-1/+48
* Describe startswith()/endswiith() change; add reminder about wsgirefAndrew M. Kuchling2006-06-091-0/+17
* RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...Georg Brandl2006-06-095-83/+182
* svn:ignore .pyc and .pyo files.Brett Cannon2006-06-090-0/+0
* Test file.__exit__.Georg Brandl2006-06-091-1/+11
* Whitespace normalization.Tim Peters2006-06-095-81/+3
* Fix inconsistency in naming within an enum.Brett Cannon2006-06-091-12/+12
* Add note about wsgirefAndrew M. Kuchling2006-06-091-0/+2
* Add note about XMLGenerator bugfixAndrew M. Kuchling2006-06-091-0/+4
* Import wsgiref into the stdlib, as of the external version 0.1-r2181.Phillip J. Eby2006-06-0910-0/+2962
* Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005.Kristján Valur Jónsson2006-06-092-0/+8
* [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values b...Andrew M. Kuchling2006-06-092-2/+7
* Markup fixAndrew M. Kuchling2006-06-091-1/+1
* Fix grammar and reflowNeal Norwitz2006-06-091-2/+2
* Remove the temporary hack to force test_optparse toTim Peters2006-06-091-5/+0
* testUnicodeOpen(): I have no idea why, but making thisTim Peters2006-06-091-1/+8