summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Install the compatibility symlink to libpython.a on OSX using 'ln -sf' insteadRonald Oussoren2006-07-251-1/+1
* Document the crashers that will not go away soon as "won't fix",Armin Rigo2006-07-252-0/+15
* Added another crasher, which hit me today (I was not intentionallyArmin Rigo2006-07-251-0/+16
* Document why is and is not a good way to fix the gc_inspection crasher.Armin Rigo2006-07-251-0/+15
* Fix a bug in the messages for an assert failure where not enough arguments to...Brett Cannon2006-07-251-2/+2
* Add comment for changes to test_ossaudiodev.Brett Cannon2006-07-251-0/+8
* Patch #1525766: correctly pass onerror arg to recursive callsGeorg Brandl2006-07-251-4/+34
* Revert incomplete checkin.Martin v. Löwis2006-07-251-2/+0
* Bug #978833: Really close underlying socket in _socketobject.close.Martin v. Löwis2006-07-251-0/+2
* Bug #1525817: Don't truncate short lines in IDLE's tool tips.Martin v. Löwis2006-07-252-1/+7
* current_frames_with_threads(): There's actually no wayTim Peters2006-07-251-3/+4
* Don't use standard assert: want tests to fail even when run with -O.Greg Ward2006-07-251-15/+17
* Whitespace normalization.Tim Peters2006-07-243-10/+10
* Repair accidental NameError.Georg Brandl2006-07-241-1/+2
* - EditorWindow.test() was failing. Bug 1417598Kurt B. Kaiser2006-07-243-3/+6
* EditorWindow failed when used stand-alone if sys.ps1 not set.Kurt B. Kaiser2006-07-243-4/+7
* Patch #1515343: Fix printing of deprecated string exceptions with aGeorg Brandl2006-07-243-44/+91
* Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined...Georg Brandl2006-07-241-3/+3
* Patch #1523356: fix determining include dirs in python-config.Georg Brandl2006-07-242-5/+7
* Bug #1524310: Properly report errors from FindNextFile in os.listdir.Martin v. Löwis2006-07-242-0/+19
* Patch #1232023: Don't include empty path component from registry,Martin v. Löwis2006-07-242-0/+7
* Patch #1448199: Release GIL around ConnectRegistry.Martin v. Löwis2006-07-243-0/+7
* 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