summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* webbrowser: Silence stderr output if no gconftool or gnome browser foundGeorg Brandl2006-08-081-2/+2
* test_threading now skips testing alternate thread stack sizes onAndrew MacIntyre2006-08-061-2/+12
* Don't produce output in test_builtin.Georg Brandl2006-08-061-2/+2
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-061-0/+8
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-061-1/+1
* Fix #1530559, struct.pack raises TypeError where it used to convert.Bob Ippolito2006-08-041-26/+69
* Whitespace normalization.Tim Peters2006-08-041-1/+1
* Better fix for bug #1531405, not executing str(value) twice.Georg Brandl2006-08-041-7/+3
* Change fix for segfaulting property(), add a NEWS entry and a test.Georg Brandl2006-08-041-0/+10
* Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.Neil Schemenauer2006-08-042-26/+26
* Bug #1333982: string/number constants were inappropriately storedNeal Norwitz2006-08-041-0/+17
* Bug #1191458: tracing over for loops now produces a line eventNeal Norwitz2006-08-041-2/+2
* Bug #1531405, format_exception no longer raises an exception ifNeal Norwitz2006-08-042-5/+19
* Correction of patch #1455898: In the mbcs decoder, set final=FalseMartin v. Löwis2006-08-021-19/+11
* pre-release machinationsAnthony Baxter2006-08-022-3/+3
* Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs duringNeal Norwitz2006-08-021-0/+32
* Let us know when there was a problem and the child had to kill the parentNeal Norwitz2006-08-021-0/+1
* _Stream.close(): Try to kill struct.pack() warnings whenTim Peters2006-08-021-1/+7
* Try to squash struct.pack warnings on the "amd64 gentoo trunk"Tim Peters2006-08-021-1/+7
* Whitespace normalization.Tim Peters2006-08-021-1/+1
* os.urandom no longer masks unrelated exceptions like SystemExit orGeorg Brandl2006-08-011-1/+1
* [Patch #1520905] Attempt to suppress core file created by test_subprocess.py.Andrew M. Kuchling2006-08-011-2/+28
* ZipFile.close(): Kill the other struct.pack deprecationTim Peters2006-07-311-1/+1
* ZipFile.close(): Killed one of the struct.pack deprecationTim Peters2006-07-311-1/+2
* Whitespace normalization.Tim Peters2006-07-311-3/+3
* Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will helpNeal Norwitz2006-07-301-1/+37
* Verify that the signal handlers were really calledNeal Norwitz2006-07-301-0/+12
* Typo fixGeorge Yoshida2006-07-301-1/+1
* Mention Cygwin in distutils error message about a missing VS 2003.Martin v. Löwis2006-07-301-2/+4
* Base __version__ on sys.version_info, as distutils isMartin v. Löwis2006-07-301-1/+3
* Don't copy directory stat times in shutil.copytree on WindowsMartin v. Löwis2006-07-302-1/+34
* Bug #1515471: string.replace() accepts character buffers again.Neal Norwitz2006-07-301-2/+7
* Patch #1531113: Fix augmented assignment with yield expressions.Neal Norwitz2006-07-301-3/+36
* Whitespace normalization.Tim Peters2006-07-301-3/+3
* Minor typo fixesAndrew M. Kuchling2006-07-301-2/+2
* Disable test_getnode too, since this is also unreliable.Neal Norwitz2006-07-291-0/+6
* If the executable doesn't exist, there's no reason to try to start it.Neal Norwitz2006-07-291-1/+4
* Disable these tests until they are reliable across platforms.Neal Norwitz2006-07-291-0/+12
* restore test un-intentionally removed in the xmlcore purge (revision 50941)Fred Drake2006-07-291-0/+15
* expunge the xmlcore changes:Fred Drake2006-07-2927-226/+247
* Fix docstring punctuationAndrew M. Kuchling2006-07-291-2/+2
* Revert rev 42617, it was introduced to work around bug #1441397.Georg Brandl2006-07-291-7/+0
* Bug #1441397: The compiler module now recognizes module and functionGeorg Brandl2006-07-292-0/+9
* Bug #1529871: The speed enhancement patch #921466 broke Python's compliancePhillip J. Eby2006-07-281-3/+1
* Patch #1529686: also run test_email_codecs with regrtest.py.Georg Brandl2006-07-281-4/+8
* 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