2006-03-20 |
Neal Norwitz | Damn Coverity. I can't even sneak in a leak any more... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Fix another bug found by Coverty. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Fix bug found by Coverty. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Plug a leak in the ctypes test suite when tests are... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Accessing unaligned structure fields works now on all... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | The helper is only necessary for wait3/4. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | whitespace n11n |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Try to cleanup a lot of boilerplate #ifdef wrt wait... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Make some functions static, reformat function decl... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Get Py_DEPRECATED to work with gcc 4.x too |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | moved older releases into HISTORY |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Patch #1309579: wait3 and wait4 were added to the posix... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | experimenting with release stuff. please ignore |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | replace use of int16_t with a (typedef'd) short, to... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | ignore the fetched NormalizationTest.txt file |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | SF [ 1231053 ] audioop - alaw encoding/decoding added... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | SF #1445431, fix some leaks in error conditions. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Get rid of some warnings. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Fix problem spotted by Coverity that occurs if tzinfo... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Update function name to reflect params and stop casting... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Use macro versions instead of function versions when... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Kurt B. Kaiser | Source file f.flush() after writing; trying to avoid... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Georg Brandl | Update tutorial wrt PEP 341 try-except-finally statement |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Hye-Shik Chang | Ignore *.pyc and *.pyo |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Change raise statement to PEP 8 style. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Shim for test_email_renamed.py tests. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Merge email package 4.0 from the sandbox, including... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Add tests for the C APIs PyCodec_IncrementalEncoder... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Release codecs variable earlier. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Thomas Heller | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Georg Brandl | Bug #1353433: be conciliant with spaces in redirect... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Georg Brandl | Previously, Python code had no easy way to access the... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | You need at least one \item |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Write section |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | RFE #567972: Socket objects' family, type and proto... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | Fix some missing checks after PyTuple_New, PyList_New... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | Remove the lib-old modules from Doc/lib/libundoc.tex. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nick Coghlan | Fix bug 1441408 where a double colon didn't trigger... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | More \exception fixes. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Add two items |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Thomas Heller | Merge changes from the upstream version: |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Remove mention of lib-old, and list more deleted modules |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | as is on the road to keyword-hood, use a different... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Oops, copied the wrong code from keeprefs. Get the... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Update/expand on comments about leaking tests. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Ignore ctypes leaks, but add a test case so we do not... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Try to find a host that responds slower from python... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Tim Peters | Introduced symbol PY_FORMAT_SIZE_T. See the new comments |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Walter Dörwald | Fix wrong argument format in PyCodec_IncrementalEncoder... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix a test that fails when libGL.so and libGLU.so are... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix a leak that would happen under error conditions... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Use int 0 as default defval for LCID if nothing has... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fixes from Neal Norwitz, plus other small fixes. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Rewrite the AllocFunctionCallback function for better... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Set eol-style to native. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Trent Mick | Update test_winsound to check for a configured sound... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Make mktuple consistent with mklist to get rid of Cover... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Add some versionadded info to new incremental codec... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Don't delete non-autogenerated source files when cleani... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Remove some more references to regex that I missed. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Remove regsub, reconvert, regex, regex_syntax and every... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Add a news entry about the sre/re swap. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Spel compatibility write. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Add back an sre.py that should be backwards compatible... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Rename sre.py -> re.py |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | Remove re.py, in order to rename sre.py -> re.py (svn... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Neal Norwitz | The pre module has been gone for a while. Need to... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Oops! Use python_d.exe _before_ it's destroyed :-) |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Change the Windows buildbot "clean" step to remove |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tim Peters | Merge the tim-obmalloc branch to the trunk. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Guido van Rossum | Instead of relative imports, use (implicitly) absolute... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | Document the other change from patch #1359365. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | SF patch #1359365: cStringIO.StringIO.isatty() will... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Thomas Heller | Backport from upstream version: compatibility with... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Don't try to explicitly set path in runpy package tests... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Don't let cleanup errors mask real errors in the runpy... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Vinay Sajip | Catch situations where currentframe() returns None... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Make test_runpy close all references to test modules... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Andrew M. Kuchling | Add section |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | Patch #1436130: codecs.lookup() now returns a CodecInfo... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Nick Coghlan | Implement PEP 338 which has been marked as accepted... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Tim Peters | Revert rev 43041, which introduced the "z" format qualifier |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Tim Peters | CField_repr(): PyString_FromFormat() understands the |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Thomas Heller | In 'make clean', delete some files that are generated... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Walter Dörwald | SF patch #1359365: file and cStringIO raise a ValueErro... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Neal Norwitz | Move test code out of xxmodule and into _testcapimodule... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Guido van Rossum | Use relative imports in a few places where I noticed... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Tim Peters | Renamed test_hashlib_speed.py to time_hashlib.py. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | Try to avoid many of the compiler warnings when compili... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | Cast an Py_ssize_t to int, to avoid a compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | For x86 Release and Debug builds, remove the /Wp64... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Thomas Heller | Integrate patch from Neal Norwitz. He writes: |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Nick Coghlan | Teach the compiler module about augmented assignment... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Neal Norwitz | Fix and test (manually w/xx module) passing NULLs to... |
commit | commitdiff | tree | snapshot |
next |