2006-06-12 |
neal.norwitz | Fix the socket tests so they can be run concurrently...
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Get rid of f_restricted too. Doc the other 4 ints...
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Fix indentation of case and a Py_ssize_t issue.
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Fix typo. Backport if anyone cares. :-)
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Don't leak the list object if there's an error allocating...
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Don't truncate if size_t is bigger than uint
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Cleanup: Remove import of types to get StringTypes...
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Fix some Py_ssize_t issues
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Fix some Py_ssize_t issues
|
commit | commitdiff | tree |
2006-06-12 |
neal.norwitz | Cleanup Py_ssize_t a little (get rid of second #ifdef)
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Get test to pass on S/390. Shout if you think this...
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Fix test on PPC64 buildbot. It raised an IOError ...
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Try to fix another networking test. The problem is...
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Try to fix several networking tests. The problem is...
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Fix errors found by pychecker
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Fix errors found by pychecker.
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | warnings was imported at module scope, no need to import...
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Fix errors found by pychecker
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | f_code can't be NULL based on Frame_New and other code...
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Update doc to make it agree with code.
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Add versionadded to doc
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Wrap some long lines
|
commit | commitdiff | tree |
2006-06-11 |
neal.norwitz | Fix Coverity # 146. newDBSequenceObject would deref...
|
commit | commitdiff | tree |
2006-06-09 |
neal.norwitz | Fix grammar and reflow
|
commit | commitdiff | tree |
2006-06-08 |
neal.norwitz | Fix a refleak in recvfrom_into
|
commit | commitdiff | tree |
2006-06-06 |
neal.norwitz | Fix a bunch of parameter strings
|
commit | commitdiff | tree |
2006-06-06 |
neal.norwitz | Remove unused variable (and stop compiler warning)
|
commit | commitdiff | tree |
2006-06-04 |
neal.norwitz | SF #1499797, Fix for memory leak in WindowsError_str
|
commit | commitdiff | tree |
2006-06-03 |
neal.norwitz | Remove Mac OS 9 support (http://mail.python.org/pipermail...
|
commit | commitdiff | tree |
2006-06-02 |
neal.norwitz | Patch #1357836:
|
commit | commitdiff | tree |
2006-06-02 |
neal.norwitz | More memory leaks from valgrind
|
commit | commitdiff | tree |
2006-06-02 |
neal.norwitz | Fix memory leak found by valgrind.
|
commit | commitdiff | tree |
2006-06-02 |
neal.norwitz | Convert docstrings to comments so regrtest -v prints...
|
commit | commitdiff | tree |
2006-06-01 |
neal.norwitz | Remove ; at end of macro. There was a compiler recently...
|
commit | commitdiff | tree |
2006-05-31 |
neal.norwitz | On 64-bit platforms running test_struct after test_tarfile...
|
commit | commitdiff | tree |
2006-05-31 |
neal.norwitz | Revert last checkin, it is better to do make distclean
|
commit | commitdiff | tree |
2006-05-31 |
neal.norwitz | Calculate smallest properly (it was off by one) and...
|
commit | commitdiff | tree |
2006-05-30 |
neal.norwitz | I'm impatient. I think this will fix a few more problems...
|
commit | commitdiff | tree |
2006-05-30 |
neal.norwitz | Don't fail if the (sub)pkgname already exist.
|
commit | commitdiff | tree |
2006-05-30 |
neal.norwitz | No DOWNCAST is required since sizeof(Py_ssize_t) >...
|
commit | commitdiff | tree |
2006-05-30 |
neal.norwitz | Use Py_SAFE_DOWNCAST for safety. Fix format strings...
|
commit | commitdiff | tree |
2006-05-30 |
neal.norwitz | Remove stray | in comment
|
commit | commitdiff | tree |
2006-05-30 |
neal.norwitz | Simplify further by using AddStringConstant
|
commit | commitdiff | tree |
2006-05-27 |
neal.norwitz | Fix Coverity warnings.
|
commit | commitdiff | tree |
2006-05-27 |
neal.norwitz | Fix compiler warning (and whitespace) on Mac OS 10...
|
commit | commitdiff | tree |
2006-05-19 |
neal.norwitz | Oops, I forgot to include this file in the last commit...
|
commit | commitdiff | tree |
2006-05-19 |
neal.norwitz | Bug/Patch #1481770: Use .so extension for shared libraries...
|
commit | commitdiff | tree |
2006-05-19 |
neal.norwitz | Fix #1474677, non-keyword argument following keyword.
|
commit | commitdiff | tree |
2006-05-19 |
neal.norwitz | Fix #132 from Coverity, retval could have been derefed
|
commit | commitdiff | tree |
2006-05-18 |
neal.norwitz | Little cleanup
|
commit | commitdiff | tree |
2006-05-15 |
neal.norwitz | Patch #1488312, Fix memory alignment problem on SPARC...
|
commit | commitdiff | tree |
2006-05-15 |
neal.norwitz | - Bug #1487966: Fix SystemError with conditional expression...
|
commit | commitdiff | tree |
2006-05-15 |
neal.norwitz | Move items implemented after a2 into the new a3 section
|
commit | commitdiff | tree |
2006-05-11 |
neal.norwitz | Don't mask a no memory error with a less meaningful...
|
commit | commitdiff | tree |
2006-05-10 |
neal.norwitz | Fix problems found by Coverity.
|
commit | commitdiff | tree |
2006-05-09 |
neal.norwitz | Micro optimization. In the first case, we know that...
|
commit | commitdiff | tree |
2006-05-02 |
neal.norwitz | Fix breakage from patch 1471883 (r45800 & r45808) on...
|
commit | commitdiff | tree |
2006-05-02 |
neal.norwitz | Try to fix breakage caused by patch #1479181, r45850
|
commit | commitdiff | tree |
2006-05-02 |
neal.norwitz | SF #1479181: split open() and file() from being aliases...
|
commit | commitdiff | tree |
2006-04-28 |
neal.norwitz | Fix a warning on ppc (debian)
|
commit | commitdiff | tree |
2006-04-28 |
neal.norwitz | Fix a warning on alpha
|
commit | commitdiff | tree |
2006-04-28 |
neal.norwitz | Fix some warnings on Mac OS X 10.4
|
commit | commitdiff | tree |
2006-04-28 |
neal.norwitz | Try to really fix the slow buildbots this time.
|
commit | commitdiff | tree |
2006-04-28 |
neal.norwitz | Add some whitespace to be more consistent.
|
commit | commitdiff | tree |
2006-04-26 |
neal.norwitz | Fix this test on Solaris. There can be embedded \r...
|
commit | commitdiff | tree |
2006-04-26 |
neal.norwitz | Patch from Aldo Cortesi (OpenBSD buildbot owner).
|
commit | commitdiff | tree |
2006-04-25 |
neal.norwitz | Revert previous change, SKIP had a versionadded elsewhere
|
commit | commitdiff | tree |
2006-04-25 |
neal.norwitz | Restore Walters name
|
commit | commitdiff | tree |
2006-04-25 |
neal.norwitz | versionadded for SKIP
|
commit | commitdiff | tree |
2006-04-22 |
neal.norwitz | Add libctypes as a dep
|
commit | commitdiff | tree |
2006-04-20 |
neal.norwitz | Address issues brought up by MvL on python-checkins.
|
commit | commitdiff | tree |
2006-04-20 |
neal.norwitz | Whitespace, fix indentation
|
commit | commitdiff | tree |
2006-04-18 |
neal.norwitz | Whitespace normalization
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | No need to cast a Py_ssize_t, use %z in PyErr_Format
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | Add a comment to explain why we are calling _cleanup()
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | Try to stop the test from leaking and yet still work...
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | Remove unused field
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | Add some notes about a couple of poorly behaved tests
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | test_cmd_line should not leak any more, ensure an empty...
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | Get test to consistently show no leaks
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | No reason to export get_decomp_record, make static
|
commit | commitdiff | tree |
2006-04-17 |
neal.norwitz | moduleName can be NULL
|
commit | commitdiff | tree |
2006-04-16 |
neal.norwitz | Fix valgrind problem with invalid memory read
|
commit | commitdiff | tree |
2006-04-16 |
neal.norwitz | Fix memory leak
|
commit | commitdiff | tree |
2006-04-16 |
neal.norwitz | err is no longer used
|
commit | commitdiff | tree |
2006-04-14 |
neal.norwitz | Copy note from leakers README here too. We want to...
|
commit | commitdiff | tree |
2006-04-14 |
neal.norwitz | Restore test tee with some modifications.
|
commit | commitdiff | tree |
2006-04-14 |
neal.norwitz | Move the old test_generator_cycle.py which leaked but...
|
commit | commitdiff | tree |
2006-04-14 |
neal.norwitz | Update notes to address cyclic garbage and what should...
|
commit | commitdiff | tree |
2006-04-14 |
neal.norwitz | SF Bug #1454485, array.array('u') could crash the interprete...
|
commit | commitdiff | tree |
2006-04-14 |
neal.norwitz | ALIGNMENT_SHIFT is not used
|
commit | commitdiff | tree |
2006-04-13 |
neal.norwitz | test_compile can be really long if we are using -u...
|
commit | commitdiff | tree |
2006-04-13 |
neal.norwitz | Remove tests that no longer leak. There is still one...
|
commit | commitdiff | tree |
2006-04-13 |
neal.norwitz | Fix {} mismatch spotted by George Yoshida.
|
commit | commitdiff | tree |
2006-04-12 |
neal.norwitz | wrap docstrings so they are less than 80 columns. add...
|
commit | commitdiff | tree |
2006-04-12 |
neal.norwitz | Update comments and the skip list, maybe some of these...
|
commit | commitdiff | tree |
2006-04-12 |
neal.norwitz | Add another little test to make sure we roundtrip multiple...
|
commit | commitdiff | tree |
2006-04-12 |
neal.norwitz | Update for new grammar
|
commit | commitdiff | tree |
2006-04-12 |
neal.norwitz | Get rid of some warnings on Mac
|
commit | commitdiff | tree |
2006-04-11 |
neal.norwitz | As discussed on python-dev, really fix the PyMem_*...
|
commit | commitdiff | tree |