Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | expand tabs. | ||||
* | 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 |
| | | | | | | | | | This patch adds a-LAW encoding to audioop and replaces the old u-LAW encoding/decoding code with the current code from sox. Possible issues: the code from sox uses int16_t. Code by Lars Immisch | ||||
* | 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 |
| | | | | | | returns a non-string when converting %Z. Will backport. | ||||
* | Update function name to reflect params and stop casting to long to avoid ↵ | Neal Norwitz | 2006-03-20 | 1 | -5/+5 |
| | | | | losing data | ||||
* | Use macro versions instead of function versions when we already know the type. | Neal Norwitz | 2006-03-20 | 7 | -16/+19 |
| | | | | | | | | This will hopefully get rid of some Coverity warnings, be a hint to developers, and be marginally faster. Some asserts were added when the type is currently known, but depends on values from another function. | ||||
* | Source file f.flush() after writing; trying to avoid lossage if user | Kurt B. Kaiser | 2006-03-19 | 2 | -1/+5 |
| | | | | kills GUI. Report from B. Sherwood. Backport to 2.3.4. | ||||
* | 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 |
| | | | | wildcards. | ||||
* | 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 |
| | | | | and NEWS updates. | ||||
* | Add tests for the C APIs PyCodec_IncrementalEncoder() and | Walter Dörwald | 2006-03-18 | 2 | -2/+38 |
| | | | | PyCodec_IncrementalDecoder(). | ||||
* | 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 |
| | | | | | cell object. Now, a ``cell_contents`` attribute has been added (closes patch #1170323). | ||||
* | 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 |
| | | | | now exposed via new get...() methods. | ||||
* | 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 |
| | | | | | Now only Modules/timingmodule.c is left. Should that be removed, too? (dito for clmodule and svmodule) | ||||
* | Fix bug 1441408 where a double colon didn't trigger extended slice semantics ↵ | Nick Coghlan | 2006-03-17 | 1 | -8/+12 |
| | | | | (applies patch 1452332) | ||||
* | More \exception fixes. | Georg Brandl | 2006-03-17 | 18 | -67/+71 |
| | |||||
* | Add two items | Andrew M. Kuchling | 2006-03-17 | 1 | -0/+26 |
| | |||||
* | Markup fix | Andrew M. Kuchling | 2006-03-17 | 1 | -1/+2 |
| | |||||
* | Merge changes from the upstream version: | Thomas Heller | 2006-03-17 | 7 | -91/+190 |
| | | | | | - cast is implemented as a foreign function now - On Windows, it is now possible to access functions exported by ordinal only | ||||
* | Remove mention of lib-old, and list more deleted modules | Andrew M. Kuchling | 2006-03-17 | 1 | -17/+2 |
| | |||||
* | Add some items | Andrew M. Kuchling | 2006-03-17 | 1 | -1/+17 |
| | |||||
* | as is on the road to keyword-hood, use a different var name. | Neal Norwitz | 2006-03-17 | 1 | -7/+7 |
| | |||||
* | Oops, copied the wrong code from keeprefs. Get the right code | Neal Norwitz | 2006-03-17 | 1 | -4/+9 |
| | | | | | | this time and call gc.collect(), since there is some garbage. The original code didn't really leak (if gc.collect() was called). | ||||
* | Update/expand on comments about leaking tests. | Neal Norwitz | 2006-03-17 | 2 | -4/+6 |
| | |||||
* | Ignore ctypes leaks, but add a test case so we do not forget. | Neal Norwitz | 2006-03-17 | 2 | -1/+12 |
| | |||||
* | Try to find a host that responds slower from python.org so this test does ↵ | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | | | | not fail on macteagle (G4 OSX.4 in buildbot) | ||||
* | Introduced symbol PY_FORMAT_SIZE_T. See the new comments | Tim Peters | 2006-03-17 | 2 | -31/+61 |
| | | | | | in pyport.h. Changed PyString_FromFormatV() to use it instead of inlining its own maze of #if'ery. | ||||
* | Fix wrong argument format in PyCodec_IncrementalEncoder() and | Walter Dörwald | 2006-03-16 | 1 | -96/+57 |
| | | | | | | | | PyCodec_IncrementalDecoder(). Factor out common code from PyCodec_Encoder()/PyCodec_Decoder(), PyCodec_IncrementalEncoder()/PyCodec_IncrementalDecoder() and PyCodec_StreamReader()/PyCodec_StreamWriter(). | ||||
* | Fix a test that fails when libGL.so and libGLU.so are not installed (on ↵ | Thomas Heller | 2006-03-16 | 1 | -2/+4 |
| | | | | posix systems). | ||||
* | Fix a leak that would happen under error conditions (found by Coverty). | Thomas Heller | 2006-03-16 | 1 | -0/+1 |
| | |||||
* | Use int 0 as default defval for LCID if nothing has been supplied. | Thomas Heller | 2006-03-16 | 1 | -3/+8 |
| | |||||
* | Fix compiler warning. | Thomas Heller | 2006-03-16 | 1 | -1/+1 |
| | |||||
* | Fixes from Neal Norwitz, plus other small fixes. | Thomas Heller | 2006-03-16 | 1 | -8/+18 |
| | |||||
* | Rewrite the AllocFunctionCallback function for better error handling. | Thomas Heller | 2006-03-16 | 1 | -15/+16 |
| | | | | Hope that fixes one or two Coverty warnings. | ||||
* | Set eol-style to native. | Tim Peters | 2006-03-16 | 1 | -13/+13 |
| | |||||
* | Update test_winsound to check for a configured sound card (using a VBScript | Trent Mick | 2006-03-16 | 2 | -34/+128 |
| | | | | | helper written by Roger Upole and Mark Hammond) and adjust the expected PlaySoundTest case results accordingly. | ||||
* | Make mktuple consistent with mklist to get rid of Coverity warnings. Also ↵ | Neal Norwitz | 2006-03-16 | 1 | -10/+10 |
| | | | | use macro version of SetItem since we know everything is setup. | ||||
* | Add some versionadded info to new incremental codec docs and fix doco nits. | Neal Norwitz | 2006-03-16 | 2 | -2/+8 |
| |