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
*
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
*
Reformat docstring; fix typo
Andrew M. Kuchling
2006-07-27
1
-1/+2
*
Bump distutils version to 2.5, as several new features
Martin v. Löwis
2006-07-27
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-07-26
2
-2/+2
*
Allow the 'onerror' argument to walk_packages() to catch any Exception, not
Phillip J. Eby
2006-07-26
1
-5/+15
*
Bug #978833: Really close underlying socket in _socketobject.close.
Martin v. Löwis
2006-07-26
2
-2/+5
*
Part of bug #1523610: fix miscalculation of buffer length.
Georg Brandl
2006-07-26
1
-1/+18
*
Bug #1459963: properly capitalize HTTP header names.
Georg Brandl
2006-07-26
3
-26/+26
*
Forward port some fixes that were in email 2.5 but for some reason didn't make
Barry Warsaw
2006-07-26
3
-1/+100
*
Whitespace normalization.
Tim Peters
2006-07-25
1
-3/+3
*
Fix bug #1517990: IDLE keybindings on OSX
Ronald Oussoren
2006-07-25
2
-1/+54
*
Document the crashers that will not go away soon as "won't fix",
Armin Rigo
2006-07-25
2
-0/+15
*
Added another crasher, which hit me today (I was not intentionally
Armin Rigo
2006-07-25
1
-0/+16
*
Document why is and is not a good way to fix the gc_inspection crasher.
Armin Rigo
2006-07-25
1
-0/+15
*
Fix a bug in the messages for an assert failure where not enough arguments to...
Brett Cannon
2006-07-25
1
-2/+2
*
Patch #1525766: correctly pass onerror arg to recursive calls
Georg Brandl
2006-07-25
1
-4/+34
*
Bug #1525817: Don't truncate short lines in IDLE's tool tips.
Martin v. Löwis
2006-07-25
1
-1/+5
*
current_frames_with_threads(): There's actually no way
Tim Peters
2006-07-25
1
-3/+4
*
Don't use standard assert: want tests to fail even when run with -O.
Greg Ward
2006-07-25
1
-15/+17
*
Whitespace normalization.
Tim Peters
2006-07-24
3
-10/+10
*
Repair accidental NameError.
Georg Brandl
2006-07-24
1
-1/+2
*
- EditorWindow.test() was failing. Bug 1417598
Kurt B. Kaiser
2006-07-24
3
-3/+6
*
EditorWindow failed when used stand-alone if sys.ps1 not set.
Kurt B. Kaiser
2006-07-24
3
-4/+7
*
Patch #1515343: Fix printing of deprecated string exceptions with a
Georg Brandl
2006-07-24
2
-44/+88
*
Patch #1448199: Release GIL around ConnectRegistry.
Martin v. Löwis
2006-07-24
1
-0/+3
[next]