summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove false information from the comment and reformat it like otherHye-Shik Chang2006-03-221-8/+6
* Damn another occurrence of using as as a keywordfNeal Norwitz2006-03-221-2/+2
* Change NEWS entry for recent socket API changeGeorg Brandl2006-03-221-1/+1
* Whitespace normalization.Tim Peters2006-03-221-1/+1
* Record that test_wait[34] get skipped on native Windows.Tim Peters2006-03-221-0/+2
* News about email 4.0.Barry Warsaw2006-03-221-0/+8
* remove test fileBarry Warsaw2006-03-211-1/+0
* py trunk svn testBarry Warsaw2006-03-211-1/+1
* py trunk svn testBarry Warsaw2006-03-211-1/+1
* py trunk svn testBarry Warsaw2006-03-211-0/+1
* Correct API design mistake from rev. 43126: make socket attributes readonly p...Georg Brandl2006-03-213-38/+28
* Update to Tk 8.4.12 and Tix 8.4.0Martin v. Löwis2006-03-213-130/+27
* Update to OpenSSL 0.9.8aMartin v. Löwis2006-03-213-12/+7
* Add a note about pow(x,y) equalling x**y (the "**" operatorGeorg Brandl2006-03-211-2/+5
* Try to repair at least one segfault on the Mac buildbot,Tim Peters2006-03-212-52/+89
* Show an example of calling a named set method.Raymond Hettinger2006-03-201-2/+2
* Avoid a potential double-free bug.Thomas Heller2006-03-202-2/+3
* Apply patch from Martin v. Loewis: Avoid function pointer casts.Thomas Heller2006-03-202-34/+34
* Remove mention of fpectl in README.Georg Brandl2006-03-201-5/+0
* Damn Coverity. I can't even sneak in a leak any more. :-)Neal Norwitz2006-03-201-1/+1
* Fix another bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Fix bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Plug a leak in the ctypes test suite when tests are run repeatedly.Thomas Heller2006-03-201-0/+5
* Accessing unaligned structure fields works now on all architectures.Thomas Heller2006-03-203-84/+192
* The helper is only necessary for wait3/4.Neal Norwitz2006-03-201-0/+2
* whitespace n11nAnthony Baxter2006-03-202-11/+11
* Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the codeNeal Norwitz2006-03-201-143/+47
* Make some functions static, reformat function decl to be consistent and check...Neal Norwitz2006-03-201-7/+10
* Get Py_DEPRECATED to work with gcc 4.x tooNeal Norwitz2006-03-201-1/+2
* moved older releases into HISTORYAnthony Baxter2006-03-202-5287/+5287
* Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...Neal Norwitz2006-03-2011-67/+307
* experimenting with release stuff. please ignoreAnthony Baxter2006-03-201-0/+1
* replace use of int16_t with a (typedef'd) short, to fix Windows buildbots.Anthony Baxter2006-03-201-1199/+1201
* ignore the fetched NormalizationTest.txt fileAnthony Baxter2006-03-200-0/+0
* SF [ 1231053 ] audioop - alaw encoding/decoding added, code updatedAnthony Baxter2006-03-204-99/+350
* SF #1445431, fix some leaks in error conditions.Neal Norwitz2006-03-202-13/+19
* Get rid of some warnings.Neal Norwitz2006-03-201-2/+2
* Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace()Neal Norwitz2006-03-202-4/+20
* Update function name to reflect params and stop casting to long to avoid losi...Neal Norwitz2006-03-201-5/+5
* Use macro versions instead of function versions when we already know the type.Neal Norwitz2006-03-207-16/+19
* Source file f.flush() after writing; trying to avoid lossage if userKurt B. Kaiser2006-03-192-1/+5
* Update tutorial wrt PEP 341 try-except-finally statementGeorg Brandl2006-03-191-13/+43
* Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind, via suffixBarry Warsaw2006-03-180-0/+0
* Ignore *.pyc and *.pyoHye-Shik Chang2006-03-180-0/+0
* Change raise statement to PEP 8 style.Walter Dörwald2006-03-181-2/+1
* Shim for test_email_renamed.py tests.Barry Warsaw2006-03-181-0/+13
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-1844-470/+3823
* Add tests for the C APIs PyCodec_IncrementalEncoder() andWalter Dörwald2006-03-182-2/+38
* Release codecs variable earlier.Walter Dörwald2006-03-181-4/+2
* Fix compiler warning.Thomas Heller2006-03-181-1/+1