index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Whitespace normalization.
Tim Peters
2006-07-27
1
-1/+1
*
Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally
Tim Peters
2006-07-27
2
-7/+5
*
Patch #1520294: Support for getset and member descriptors in types.py,
Barry Warsaw
2006-07-27
4
-5/+83
*
check_node(): stop spraying mystery output to stderr.
Tim Peters
2006-07-27
1
-8/+11
*
Remove code that is no longer used (ctypes.com).
Thomas Heller
2006-07-27
1
-38/+7
*
Make uuid test suite pass on this box by requesting output with LC_ALL=C.
Georg Brandl
2006-07-27
2
-3/+10
*
Whitespace normalization.
Tim Peters
2006-07-27
2
-2/+1
*
Add test_main() methods. These three tests were never run
Georg Brandl
2006-07-27
3
-6/+17
[next]