| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | memcmp() can return values other than -1, 0, and +1 but tp_compare | Thomas Heller | 2006-08-08 | 1 | -0/+3 |
|
|
* | webbrowser: Silence stderr output if no gconftool or gnome browser found | Georg Brandl | 2006-08-08 | 1 | -2/+2 |
|
|
* | test_threading now skips testing alternate thread stack sizes on | Andrew MacIntyre | 2006-08-06 | 1 | -2/+12 |
|
|
* | Don't produce output in test_builtin. | Georg Brandl | 2006-08-06 | 1 | -2/+2 |
|
|
* | Bug #1535165: fixed a segfault in input() and raw_input() when | Georg Brandl | 2006-08-06 | 1 | -0/+8 |
|
|
* | Bug #1535182: really test the xreadlines() method of bz2 objects. | Georg Brandl | 2006-08-06 | 1 | -1/+1 |
|
|
* | Fix #1530559, struct.pack raises TypeError where it used to convert. | Bob Ippolito | 2006-08-04 | 1 | -26/+69 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-08-04 | 1 | -1/+1 |
|
|
* | Better fix for bug #1531405, not executing str(value) twice. | Georg Brandl | 2006-08-04 | 1 | -7/+3 |
|
|
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -0/+10 |
|
|
* | Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. | Neil Schemenauer | 2006-08-04 | 2 | -26/+26 |
|
|
* | Bug #1333982: string/number constants were inappropriately stored | Neal Norwitz | 2006-08-04 | 1 | -0/+17 |
|
|
* | Bug #1191458: tracing over for loops now produces a line event | Neal Norwitz | 2006-08-04 | 1 | -2/+2 |
|
|
* | Bug #1531405, format_exception no longer raises an exception if | Neal Norwitz | 2006-08-04 | 2 | -5/+19 |
|
|
* | Correction of patch #1455898: In the mbcs decoder, set final=False | Martin v. Löwis | 2006-08-02 | 1 | -19/+11 |
|
|
* | pre-release machinations | Anthony Baxter | 2006-08-02 | 2 | -3/+3 |
|
|
* | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 1 | -0/+32 |
|
|
* | Let us know when there was a problem and the child had to kill the parent | Neal Norwitz | 2006-08-02 | 1 | -0/+1 |
|
|
* | _Stream.close(): Try to kill struct.pack() warnings when | Tim Peters | 2006-08-02 | 1 | -1/+7 |
|
|
* | Try to squash struct.pack warnings on the "amd64 gentoo trunk" | Tim Peters | 2006-08-02 | 1 | -1/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-08-02 | 1 | -1/+1 |
|
|
* | os.urandom no longer masks unrelated exceptions like SystemExit or | Georg Brandl | 2006-08-01 | 1 | -1/+1 |
|
|
* | [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. | Andrew M. Kuchling | 2006-08-01 | 1 | -2/+28 |
|
|
* | ZipFile.close(): Kill the other struct.pack deprecation | Tim Peters | 2006-07-31 | 1 | -1/+1 |
|
|
* | ZipFile.close(): Killed one of the struct.pack deprecation | Tim Peters | 2006-07-31 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-31 | 1 | -3/+3 |
|
|
* | Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help | Neal Norwitz | 2006-07-30 | 1 | -1/+37 |
|
|
* | Verify that the signal handlers were really called | Neal Norwitz | 2006-07-30 | 1 | -0/+12 |
|
|
* | Typo fix | George Yoshida | 2006-07-30 | 1 | -1/+1 |
|
|
* | Mention Cygwin in distutils error message about a missing VS 2003. | Martin v. Löwis | 2006-07-30 | 1 | -2/+4 |
|
|
* | Base __version__ on sys.version_info, as distutils is | Martin v. Löwis | 2006-07-30 | 1 | -1/+3 |
|
|
* | Don't copy directory stat times in shutil.copytree on Windows | Martin v. Löwis | 2006-07-30 | 2 | -1/+34 |
|
|
* | Bug #1515471: string.replace() accepts character buffers again. | Neal Norwitz | 2006-07-30 | 1 | -2/+7 |
|
|
* | Patch #1531113: Fix augmented assignment with yield expressions. | Neal Norwitz | 2006-07-30 | 1 | -3/+36 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-30 | 1 | -3/+3 |
|
|
* | Minor typo fixes | Andrew M. Kuchling | 2006-07-30 | 1 | -2/+2 |
|
|
* | Disable test_getnode too, since this is also unreliable. | Neal Norwitz | 2006-07-29 | 1 | -0/+6 |
|
|
* | If the executable doesn't exist, there's no reason to try to start it. | Neal Norwitz | 2006-07-29 | 1 | -1/+4 |
|
|
* | Disable these tests until they are reliable across platforms. | Neal Norwitz | 2006-07-29 | 1 | -0/+12 |
|
|
* | restore test un-intentionally removed in the xmlcore purge (revision 50941) | Fred Drake | 2006-07-29 | 1 | -0/+15 |
|
|
* | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 27 | -226/+247 |
|
|
* | Fix docstring punctuation | Andrew M. Kuchling | 2006-07-29 | 1 | -2/+2 |
|
|
* | Revert rev 42617, it was introduced to work around bug #1441397. | Georg Brandl | 2006-07-29 | 1 | -7/+0 |
|
|
* | Bug #1441397: The compiler module now recognizes module and function | Georg Brandl | 2006-07-29 | 2 | -0/+9 |
|
|
* | Bug #1529871: The speed enhancement patch #921466 broke Python's compliance | Phillip J. Eby | 2006-07-28 | 1 | -3/+1 |
|
|
* | Patch #1529686: also run test_email_codecs with regrtest.py. | Georg Brandl | 2006-07-28 | 1 | -4/+8 |
|
|
* | Try to find the MAC addr on various flavours of Unix. This seems hopeless. | Neal Norwitz | 2006-07-28 | 1 | -5/+31 |
|
|
* | Live with that "the hardware address" is an ill-defined | Tim Peters | 2006-07-28 | 2 | -8/+23 |
|
|
* | Ensure the actual number matches the expected count | Neal Norwitz | 2006-07-28 | 1 | -3/+4 |
|
|
* | - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename | Gregory P. Smith | 2006-07-28 | 1 | -6/+31 |
|
|