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 |
2006-03-20 |
neal.norwitz | Update function name to reflect params and stop casting...
|
commit | commitdiff | tree |
2006-03-20 |
neal.norwitz | Use macro versions instead of function versions when...
|
commit | commitdiff | tree |
2006-03-17 |
neal.norwitz | as is on the road to keyword-hood, use a different...
|
commit | commitdiff | tree |
2006-03-17 |
neal.norwitz | Oops, copied the wrong code from keeprefs. Get the...
|
commit | commitdiff | tree |
2006-03-17 |
neal.norwitz | Update/expand on comments about leaking tests.
|
commit | commitdiff | tree |
2006-03-17 |
neal.norwitz | Ignore ctypes leaks, but add a test case so we do not...
|
commit | commitdiff | tree |
2006-03-17 |
neal.norwitz | Try to find a host that responds slower from python...
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Make mktuple consistent with mklist to get rid of Coverity...
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Add some versionadded info to new incremental codec...
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Remove some more references to regex that I missed.
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Remove regsub, reconvert, regex, regex_syntax and everything...
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Add a news entry about the sre/re swap.
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Spel compatibility write.
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Add back an sre.py that should be backwards compatible...
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Rename sre.py -> re.py
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | Remove re.py, in order to rename sre.py -> re.py (svn...
|
commit | commitdiff | tree |
2006-03-16 |
neal.norwitz | The pre module has been gone for a while. Need to...
|
commit | commitdiff | tree |
2006-03-15 |
neal.norwitz | Move test code out of xxmodule and into _testcapimodule...
|
commit | commitdiff | tree |
2006-03-14 |
neal.norwitz | Fix and test (manually w/xx module) passing NULLs to...
|
commit | commitdiff | tree |
2006-03-09 |
neal.norwitz | Try to be a bit more consistent on all platforms:
|
commit | commitdiff | tree |
2006-03-08 |
neal.norwitz | Fix logic error and DECREF reported by Coverity.
|
commit | commitdiff | tree |
2006-03-08 |
neal.norwitz | Move version added tag from PyObject_Length/Size to...
|
commit | commitdiff | tree |
2006-03-07 |
neal.norwitz | Add a note about the bug fixes
|
commit | commitdiff | tree |
2006-03-07 |
neal.norwitz | Thanks to Coverity, these were all reported by their...
|
commit | commitdiff | tree |
2006-03-06 |
neal.norwitz | Fix warnings on x86 (32-bit) and support Win64.
|
commit | commitdiff | tree |
2006-03-06 |
neal.norwitz | Fix warnings on x86 (32-bit).
|
commit | commitdiff | tree |
2006-03-06 |
neal.norwitz | Try to cleanup the error handling a bit so there aren...
|
commit | commitdiff | tree |
2006-03-06 |
neal.norwitz | Ignore leaks from the socket test too. Sigh, this...
|
commit | commitdiff | tree |
2006-03-05 |
neal.norwitz | Backout the last hack and add in this new one.
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Oops, urllib may or may not already be loaded.
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Fix SF #1442937, Bad Coroutine link
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Fix spurious test failure of test_socket_ssl when run...
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Make PyGC_Collect() use Py_ssize_t.
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Oops, forgot to include this in the last checkin.
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Use Py_ssize_t for _Py_RefTotal.
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Tabify
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Get rid of run_err_mod(). It was only used in two...
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Change some sequnce APIs to use Py_ssize_t.
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Use Py_ssize_t for PySet_Size() like all the other...
|
commit | commitdiff | tree |
2006-03-04 |
neal.norwitz | Remove test for timing (already not built since commented...
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | SF #1442767, docs for os.statvfs miss f_bsize parameter...
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | I think the test_logging failure on Solaris is timing...
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | SF bug 1442442: LIST_APPEND optimization got lost in...
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | Fix compiler breakage related to absolute imports
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | Remove commented code
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED...
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | Provide checkin access to Ronald and Bob
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | Stop building timing module, it's old and deprecated
|
commit | commitdiff | tree |
2006-03-03 |
neal.norwitz | Add test_quopri to know spurious leakers
|
commit | commitdiff | tree |
2006-03-02 |
neal.norwitz | Fix refleak if from __future__ import was not first
|
commit | commitdiff | tree |
2006-03-02 |
neal.norwitz | Use Py_ssize_t since we are working with list size...
|
commit | commitdiff | tree |
2006-03-02 |
neal.norwitz | Spell threading write, not thraeading
|
commit | commitdiff | tree |
2006-03-02 |
neal.norwitz | Update known issues to reflect reality
|
commit | commitdiff | tree |
2006-03-02 |
neal.norwitz | Remove duplicate entry
|
commit | commitdiff | tree |
2006-02-28 |
neal.norwitz | Don't pollute namespace as bad as before. All the...
|
commit | commitdiff | tree |
2006-02-28 |
neal.norwitz | No need to export PySTEntry_New, it is only used in...
|
commit | commitdiff | tree |
2006-02-28 |
neal.norwitz | Add a note about removing the file once the bug is...
|
commit | commitdiff | tree |