| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct API design mistake from rev. 43126: make socket attributes readonly p... | Georg Brandl | 2006-03-21 | 3 | -38/+28 |
|
|
* | Update to Tk 8.4.12 and Tix 8.4.0 | Martin v. Löwis | 2006-03-21 | 3 | -130/+27 |
|
|
* | Update to OpenSSL 0.9.8a | Martin v. Löwis | 2006-03-21 | 3 | -12/+7 |
|
|
* | Add a note about pow(x,y) equalling x**y (the "**" operator | Georg Brandl | 2006-03-21 | 1 | -2/+5 |
|
|
* | Try to repair at least one segfault on the Mac buildbot, | Tim Peters | 2006-03-21 | 2 | -52/+89 |
|
|
* | Show an example of calling a named set method. | Raymond Hettinger | 2006-03-20 | 1 | -2/+2 |
|
|
* | Avoid a potential double-free bug. | Thomas Heller | 2006-03-20 | 2 | -2/+3 |
|
|
* | Apply patch from Martin v. Loewis: Avoid function pointer casts. | Thomas Heller | 2006-03-20 | 2 | -34/+34 |
|
|
* | Remove mention of fpectl in README. | Georg Brandl | 2006-03-20 | 1 | -5/+0 |
|
|
* | Damn Coverity. I can't even sneak in a leak any more. :-) | Neal Norwitz | 2006-03-20 | 1 | -1/+1 |
|
|
* | Fix another bug found by Coverty. | Thomas Heller | 2006-03-20 | 1 | -1/+1 |
|
|
* | Fix bug found by Coverty. | Thomas Heller | 2006-03-20 | 1 | -1/+1 |
|
|
* | Plug a leak in the ctypes test suite when tests are run repeatedly. | Thomas Heller | 2006-03-20 | 1 | -0/+5 |
|
|
* | Accessing unaligned structure fields works now on all architectures. | Thomas Heller | 2006-03-20 | 3 | -84/+192 |
|
|
* | The helper is only necessary for wait3/4. | Neal Norwitz | 2006-03-20 | 1 | -0/+2 |
|
|
* | whitespace n11n | Anthony Baxter | 2006-03-20 | 2 | -11/+11 |
|
|
* | Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code | Neal Norwitz | 2006-03-20 | 1 | -143/+47 |
|
|
* | Make some functions static, reformat function decl to be consistent and check... | Neal Norwitz | 2006-03-20 | 1 | -7/+10 |
|
|
* | Get Py_DEPRECATED to work with gcc 4.x too | Neal Norwitz | 2006-03-20 | 1 | -1/+2 |
|
|
* | moved older releases into HISTORY | Anthony Baxter | 2006-03-20 | 2 | -5287/+5287 |
|
|
* | Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch... | Neal Norwitz | 2006-03-20 | 11 | -67/+307 |
|
|
* | experimenting with release stuff. please ignore | Anthony Baxter | 2006-03-20 | 1 | -0/+1 |
|
|
* | replace use of int16_t with a (typedef'd) short, to fix Windows buildbots. | Anthony Baxter | 2006-03-20 | 1 | -1199/+1201 |
|
|
* | ignore the fetched NormalizationTest.txt file | Anthony Baxter | 2006-03-20 | 0 | -0/+0 |
|
|
* | SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated | Anthony Baxter | 2006-03-20 | 4 | -99/+350 |
|
|
* | SF #1445431, fix some leaks in error conditions. | Neal Norwitz | 2006-03-20 | 2 | -13/+19 |
|
|
* | Get rid of some warnings. | Neal Norwitz | 2006-03-20 | 1 | -2/+2 |
|
|
* | Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() | Neal Norwitz | 2006-03-20 | 2 | -4/+20 |
|
|
* | Update function name to reflect params and stop casting to long to avoid losi... | Neal Norwitz | 2006-03-20 | 1 | -5/+5 |
|
|
* | Use macro versions instead of function versions when we already know the type. | Neal Norwitz | 2006-03-20 | 7 | -16/+19 |
|
|
* | Source file f.flush() after writing; trying to avoid lossage if user | Kurt B. Kaiser | 2006-03-19 | 2 | -1/+5 |
|
|
* | Update tutorial wrt PEP 341 try-except-finally statement | Georg Brandl | 2006-03-19 | 1 | -13/+43 |
|
|
* | Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind, via suffix | Barry Warsaw | 2006-03-18 | 0 | -0/+0 |
|
|
* | Ignore *.pyc and *.pyo | Hye-Shik Chang | 2006-03-18 | 0 | -0/+0 |
|
|
* | Change raise statement to PEP 8 style. | Walter Dörwald | 2006-03-18 | 1 | -2/+1 |
|
|
* | Shim for test_email_renamed.py tests. | Barry Warsaw | 2006-03-18 | 1 | -0/+13 |
|
|
* | Merge email package 4.0 from the sandbox, including documentation, test cases, | Barry Warsaw | 2006-03-18 | 44 | -470/+3823 |
|
|
* | Add tests for the C APIs PyCodec_IncrementalEncoder() and | Walter Dörwald | 2006-03-18 | 2 | -2/+38 |
|
|
* | Release codecs variable earlier. | Walter Dörwald | 2006-03-18 | 1 | -4/+2 |
|
|
* | Fix compiler warning. | Thomas Heller | 2006-03-18 | 1 | -1/+1 |
|
|
* | Bug #1353433: be conciliant with spaces in redirect URLs | Georg Brandl | 2006-03-18 | 1 | -1/+3 |
|
|
* | Previously, Python code had no easy way to access the contents of a | Georg Brandl | 2006-03-18 | 2 | -0/+23 |
|
|
* | You need at least one \item | Andrew M. Kuchling | 2006-03-17 | 1 | -1/+1 |
|
|
* | Write section | Andrew M. Kuchling | 2006-03-17 | 1 | -1/+19 |
|
|
* | RFE #567972: Socket objects' family, type and proto properties are | Georg Brandl | 2006-03-17 | 5 | -2/+55 |
|
|
* | Fix some missing checks after PyTuple_New, PyList_New, PyDict_New | Georg Brandl | 2006-03-17 | 7 | -7/+27 |
|
|
* | Remove the lib-old modules from Doc/lib/libundoc.tex. | Georg Brandl | 2006-03-17 | 1 | -112/+14 |
|
|
* | Fix bug 1441408 where a double colon didn't trigger extended slice semantics ... | Nick Coghlan | 2006-03-17 | 1 | -8/+12 |
|
|
* | More \exception fixes. | Georg Brandl | 2006-03-17 | 18 | -67/+71 |
|
|
* | Add two items | Andrew M. Kuchling | 2006-03-17 | 1 | -0/+26 |
|
|