summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Try to find the MAC addr on various flavours of Unix. This seems hopeless.Neal Norwitz2006-07-281-5/+31
* Live with that "the hardware address" is an ill-definedTim Peters2006-07-282-8/+23
* Ensure the actual number matches the expected countNeal Norwitz2006-07-281-3/+4
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-281-6/+31
* Whitespace normalization.Tim Peters2006-07-271-1/+1
* Bug #1529297: The rewrite of doctest for Python 2.4 unintentionallyTim Peters2006-07-272-7/+5
* Patch #1520294: Support for getset and member descriptors in types.py,Barry Warsaw2006-07-274-5/+83
* check_node(): stop spraying mystery output to stderr.Tim Peters2006-07-271-8/+11
* Remove code that is no longer used (ctypes.com).Thomas Heller2006-07-271-38/+7
* Make uuid test suite pass on this box by requesting output with LC_ALL=C.Georg Brandl2006-07-272-3/+10
* Whitespace normalization.Tim Peters2006-07-272-2/+1
* Add test_main() methods. These three tests were never runGeorg Brandl2006-07-273-6/+17
* Reformat docstring; fix typoAndrew M. Kuchling2006-07-271-1/+2
* Bump distutils version to 2.5, as several new featuresMartin v. Löwis2006-07-271-1/+1
* Whitespace normalization.Tim Peters2006-07-262-2/+2
* Allow the 'onerror' argument to walk_packages() to catch any Exception, notPhillip J. Eby2006-07-261-5/+15
* Bug #978833: Really close underlying socket in _socketobject.close.Martin v. Löwis2006-07-262-2/+5
* Part of bug #1523610: fix miscalculation of buffer length.Georg Brandl2006-07-261-1/+18
* Bug #1459963: properly capitalize HTTP header names.Georg Brandl2006-07-263-26/+26
* Forward port some fixes that were in email 2.5 but for some reason didn't makeBarry Warsaw2006-07-263-1/+100
* Whitespace normalization.Tim Peters2006-07-251-3/+3
* Fix bug #1517990: IDLE keybindings on OSXRonald Oussoren2006-07-252-1/+54
* 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
* Patch #1525766: correctly pass onerror arg to recursive callsGeorg Brandl2006-07-251-4/+34
* Bug #1525817: Don't truncate short lines in IDLE's tool tips.Martin v. Löwis2006-07-251-1/+5
* 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-242-44/+88
* Patch #1448199: Release GIL around ConnectRegistry.Martin v. Löwis2006-07-241-0/+3
* Resync optparse with Optik 1.5.3: minor tweaks for/to tests.Greg Ward2006-07-232-8/+12
* Get mailbox module working on OS/2 EMX port.Andrew MacIntyre2006-07-232-4/+12
* 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
* 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 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-213-41/+277
* 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
* 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