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 |
2006-04-11 |
neal.norwitz | Get compiling again
|
commit | commitdiff | tree |
2006-04-11 |
neal.norwitz | Adjust whitespace.
|
commit | commitdiff | tree |
2006-04-11 |
neal.norwitz | Add whitespace after comma
|
commit | commitdiff | tree |
2006-04-10 |
neal.norwitz | Fix warning about ptsname not being a prototype on...
|
commit | commitdiff | tree |
2006-04-10 |
neal.norwitz | Use PyObject_* allocator since FutureFeatures is small
|
commit | commitdiff | tree |
2006-04-10 |
neal.norwitz | SF patch #1467512, fix double free with triple quoted...
|
commit | commitdiff | tree |
2006-04-10 |
neal.norwitz | Get rid of warnings about using chars as subscripts
|
commit | commitdiff | tree |
2006-04-10 |
neal.norwitz | Fix some warnings on HP-UX when using cc/aCC
|
commit | commitdiff | tree |
2006-04-10 |
neal.norwitz | I wonder if we can be too graceful? One oughta be...
|
commit | commitdiff | tree |
2006-04-09 |
neal.norwitz | Fix tests so they pass in -R mode
|
commit | commitdiff | tree |
2006-04-09 |
neal.norwitz | Get test_optparse to pass in -R mode by stop changing...
|
commit | commitdiff | tree |
2006-04-09 |
neal.norwitz | Convert test_compare to use unittest. Hopefully we...
|
commit | commitdiff | tree |
2006-04-09 |
neal.norwitz | Fix problem (not checking return result) reported by...
|
commit | commitdiff | tree |
2006-04-09 |
neal.norwitz | Fix a couple of strings that were no-ops. urllib.open_file...
|
commit | commitdiff | tree |
2006-04-09 |
neal.norwitz | glob('anything*/') would fail because isdir is in os...
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | This change shouldn't have any functional effect. ...
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | Fix unchecked return result from Coverity.
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | Remove dead code (reported by HP compiler).
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | Handle ssize_t
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | Handle error conditions from PyString_ConcatAndDel().
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | Handle ssize_t
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | Hopefully this makes test_urllib2 have inconsistent...
|
commit | commitdiff | tree |
2006-04-06 |
neal.norwitz | I don't think we know of any tests that really leak...
|
commit | commitdiff | tree |
2006-04-04 |
neal.norwitz | we need os.path too for the normal run on windows
|
commit | commitdiff | tree |
2006-04-04 |
neal.norwitz | Fix a couple of memory issues
|
commit | commitdiff | tree |
2006-04-04 |
neal.norwitz | Comment out the prints. These appear to be only for...
|
commit | commitdiff | tree |
2006-04-04 |
neal.norwitz | Martin's change 43604 broke the Mac builds apparently...
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | I could have sworn this was part of the change to not...
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Get ctypes loader working on OSF1 (Tru64)
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Don't abbreviate ABS, use long name ABSOLUTE.
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Fix test_pty on OSF/1 (Tru64). The problem is that...
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64...
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Remove some duplicated code for handling Mac modules...
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | * Fix a refleak of *_attributes.
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Accept keyword arguments for __import__ and doc the...
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Whitespace: break long line
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Use Py_ssize_t in slices
|
commit | commitdiff | tree |
2006-04-03 |
neal.norwitz | Use absolute imports
|
commit | commitdiff | tree |
2006-04-01 |
neal.norwitz | Make ssize_t clean
|
commit | commitdiff | tree |
2006-03-31 |
neal.norwitz | Add a NEWS entry for the Alpha fixes
|
commit | commitdiff | tree |
2006-03-31 |
neal.norwitz | Get gcc to do strict IEEE math. This flag was already...
|
commit | commitdiff | tree |
2006-03-28 |
neal.norwitz | Try to get rid of a Coverity warning by consistently...
|
commit | commitdiff | tree |
2006-03-28 |
neal.norwitz | Add version added info for with statement and context...
|
commit | commitdiff | tree |
2006-03-27 |
neal.norwitz | Fix SF bug #1458903 with AST compiler.
|
commit | commitdiff | tree |
2006-03-26 |
neal.norwitz | regsub is gone, nothing to ignore
|
commit | commitdiff | tree |
2006-03-26 |
neal.norwitz | Try to handle sys.getfilesystemencoding() returning...
|
commit | commitdiff | tree |
2006-03-26 |
neal.norwitz | Try to fix broken compile on openbsd.
|
commit | commitdiff | tree |
2006-03-25 |
neal.norwitz | Get rid of warnings on some platforms by using %u for...
|
commit | commitdiff | tree |
2006-03-25 |
neal.norwitz | SF bug # 1457358 and patch # 1458419, floor division...
|
commit | commitdiff | tree |
2006-03-24 |
neal.norwitz | Use absolute import.
|
commit | commitdiff | tree |
2006-03-24 |
neal.norwitz | Exceptions should inherit from Exception now.
|
commit | commitdiff | tree |
2006-03-24 |
neal.norwitz | Hmmm, I don't think we wanted to test // twice and...
|
commit | commitdiff | tree |
2006-03-24 |
neal.norwitz | Exceptions should inherit from Exception now.
|
commit | commitdiff | tree |
2006-03-24 |
neal.norwitz | SF bug #1457411, fix errors using variables that don...
|
commit | commitdiff | tree |
2006-03-23 |
neal.norwitz | Stop duplicating code and handle slice indices consistently...
|
commit | commitdiff | tree |
2006-03-23 |
neal.norwitz | Fix a ssize_t issue
|
commit | commitdiff | tree |
2006-03-23 |
neal.norwitz | Forward port MvL's fix in 43227:
|
commit | commitdiff | tree |
2006-03-22 |
neal.norwitz | Damn another occurrence of using as as a keywordf
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Damn Coverity. I can't even sneak in a leak any more...
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | The helper is only necessary for wait3/4.
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Try to cleanup a lot of boilerplate #ifdef wrt wait...
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Make some functions static, reformat function decl...
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Get Py_DEPRECATED to work with gcc 4.x too
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Patch #1309579: wait3 and wait4 were added to the posix...
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | SF #1445431, fix some leaks in error conditions.
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Get rid of some warnings.
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Fix problem spotted by Coverity that occurs if tzinfo...
|
commit | commitdiff | tree |