summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update list of unsupported systems. Fixes #1510853.Martin v. Löwis2006-07-241-13/+25
* Resync optparse with Optik 1.5.3: minor tweaks for/to tests.Greg Ward2006-07-234-9/+15
* Get mailbox module working on OS/2 EMX port.Andrew MacIntyre2006-07-232-4/+12
* bugfix: PyThread_start_new_thread() returns the thread ID, not a flag;Andrew MacIntyre2006-07-231-7/+4
* Build updates for OS/2 EMX portAndrew MacIntyre2006-07-235-251/+404
* Fix for bug #1517996: Class and Path browsers show Tk menuRonald Oussoren2006-07-231-0/+76
* Without this patch CMD-W won't close EditorWindows on MacOS X. This solvesRonald Oussoren2006-07-231-0/+3
* Ensure we don't write beyond errText. I think I got this right, butNeal Norwitz2006-07-231-10/+19
* nextlink can be NULL if teedataobject_new fails, so use XINCREF.Neal Norwitz2006-07-231-2/+8
* Fix memory leaks spotted by Klocwork #37.Neal Norwitz2006-07-231-2/+2
* Check the allocation of b_objects and return if there was a failure.Neal Norwitz2006-07-231-2/+11
* Move the initialization of size_a down below the check for a being NULL.Neal Norwitz2006-07-231-1/+2
* If the for loop isn't entered, entryblock will be NULL. If passedNeal Norwitz2006-07-231-0/+2
* Handle more mem alloc issues found with failmallocNeal Norwitz2006-07-232-1/+5
* Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren GuthrieKurt B. Kaiser2006-07-232-1/+3
* Be a lot smarter about whether this test passes: instead of assumingGreg Ward2006-07-232-4/+14
* Don't fail if the directory already existsNeal Norwitz2006-07-221-1/+2
* Fix more memory allocation issues found with failmalloc.Neal Norwitz2006-07-226-36/+74
* Remove an XXX marker in a comment.Brett Cannon2006-07-211-1/+1
* Fix check for empty list (vs. None).Georg Brandl2006-07-211-1/+1
* More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightlyBarry Warsaw2006-07-215-42/+299
* Handle more memory allocation failures without crashing.Neal Norwitz2006-07-215-8/+38
* Speel initialise write. Tanks Anthony.Neal Norwitz2006-07-211-1/+1
* Handle allocation failures gracefully. Found with failmalloc.Neal Norwitz2006-07-216-41/+52
* Move the initialization of some pointers earlier. The problem isNeal Norwitz2006-07-211-1/+1
* Add some asserts that we got good params passedNeal Norwitz2006-07-211-0/+3
* Addressed SF#1524081 by using a dictionary to map level names to syslog prior...Vinay Sajip2006-07-201-3/+25
* Avoid occasional failure to detect closing paren properly.Kurt B. Kaiser2006-07-203-10/+15
* markup fixFred Drake2006-07-201-2/+2
* Updated documentation for TimedRotatingFileHandler relating to how rollover f...Vinay Sajip2006-07-201-7/+5
* Guard for _active being None in __del__ method.Georg Brandl2006-07-201-1/+1
* Fix SF#1516184 (again) and add a test to prevent regression.Phillip J. Eby2006-07-202-2/+4
* Revert r50706 (Whitespace normalization) andMartin v. Löwis2006-07-191-205/+184
* Make sure the _ctypes extension can be compiled when WITH_THREAD isThomas Heller2006-07-192-0/+6
* SF bug 1524317: configure --without-threads fails to buildTim Peters2006-07-193-52/+78
* Whitespace normalization.Tim Peters2006-07-183-11/+11
* Patch #1524429: Use repr instead of backticks again.Martin v. Löwis2006-07-182-1/+3
* Comments and docs cleanups, and some little fixes, provided by Santiágo Pere...Facundo Batista2006-07-181-184/+205
* Fix bug #1520914. Starting in 2.4, time.strftime() began to check the boundsBrett Cannon2006-07-184-16/+56
* Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.Kurt B. Kaiser2006-07-182-1/+12
* decode_rfc2231(): Be more robust against buggy RFC 2231 encodings.Barry Warsaw2006-07-173-4/+43
* Patch 1479219 - Tal EinatKurt B. Kaiser2006-07-171-12/+18
* Attribute more featuresAndrew M. Kuchling2006-07-171-10/+24
* Add missing NEWS item (#1522771)Georg Brandl2006-07-171-0/+4
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-174-9/+6
* document xmlcore (still minimal; needs mention in each of the xml.* modules)Fred Drake2006-07-171-0/+11
* Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks sta...Neal Norwitz2006-07-171-0/+2
* Reported by Klocwork #151.Neal Norwitz2006-07-171-2/+13
* otherset is known to be non-NULL based on checks before and DECREF after.Neal Norwitz2006-07-171-2/+2
* Stop INCREFing name, then checking if it's NULL. name (f_name) should neverNeal Norwitz2006-07-171-3/+6