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
*
Attempt to fix build failure on OS X and Debian alpha; the symptom is
Andrew M. Kuchling
2006-06-26
1
-1/+1
*
Windows doesn't have os.fork(). I'll just disable this test for now
Andrew M. Kuchling
2006-06-26
1
-0/+2
*
Add a test for a conflicting lock.
Andrew M. Kuchling
2006-06-26
1
-0/+22
*
[Bug #1512163] Use one set of locking methods, lockf();
Andrew M. Kuchling
2006-06-26
1
-12/+2
*
[Bug #1512163] Fix typo.
Andrew M. Kuchling
2006-06-26
1
-1/+1
*
Workaround for bug #1512124
Ronald Oussoren
2006-06-25
1
-1/+8
*
- SF bug #853506: IP6 address parsing in sgmllib
Fred Drake
2006-06-23
2
-11/+45
*
Applied patch #1506758: Prevent MemoryErrors with large MAXFD.
Peter Astrand
2006-06-22
2
-2/+2
*
Make it possible to run test_subprocess.py on Python 2.2, which lacks test_su...
Peter Astrand
2006-06-22
1
-1/+2
*
'warning's was improperly requiring that a command-line Warning category be
Brett Cannon
2006-06-22
2
-2/+14
*
Test for correct compilation of try-except-finally stmt.
Georg Brandl
2006-06-22
1
-0/+15
*
Set lineno correctly on list, tuple and dict literals.
Georg Brandl
2006-06-22
1
-5/+5
*
Fix for an obscure bug introduced by revs 46806 and 46808, with a test.
Armin Rigo
2006-06-21
1
-0/+12
*
Removed call to enable_callback_tracebacks that slipped in by accident.
Gerhard Häring
2006-06-21
1
-1/+0
*
Patch #1509001: expected skips for netbsd3.
Georg Brandl
2006-06-21
1
-0/+31
*
Make test_fcntl aware of netbsd3.
Georg Brandl
2006-06-21
1
-3/+4
*
fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally
Georg Brandl
2006-06-21
1
-18/+23
*
At the C level, tuple arguments are passed in directly to the exception
Brett Cannon
2006-06-21
1
-4/+4
*
Fix typo of exception name.
Brett Cannon
2006-06-20
1
-1/+1
*
Raise TestSkipped when the test socket connection is refused.
Brett Cannon
2006-06-20
1
-0/+7
*
Remove Python 2.3 compatibility comment.
Ka-Ping Yee
2006-06-19
1
-2/+1
*
Preparing for 2.5b1.
Anthony Baxter
2006-06-19
2
-1/+6
*
TestHelp.make_parser(): This was making a permanent change to
Tim Peters
2006-06-19
1
-1/+12
*
Next try to fix the OpenBSD buildbot tests:
Thomas Heller
2006-06-19
1
-9/+1
*
Repair KeyError when running test_threaded_import under -R,
Tim Peters
2006-06-19
1
-4/+3
*
Patch #1506645: add Python wrappers for the curses functions
Walter Dörwald
2006-06-19
1
-0/+7
*
Whitespace normalization.
Tim Peters
2006-06-19
2
-9/+8
*
Try to repair the failing test on the OpenBSD buildbot. Trial and error...
Thomas Heller
2006-06-19
1
-1/+1
*
Patch #1507676: improve exception messages in abstract.c, object.c and typeob...
Georg Brandl
2006-06-18
1
-1/+1
*
Revert 47014 until it is more robust
Neal Norwitz
2006-06-18
4
-32/+5
*
The hppa ubuntu box sometimes hangs forever in these tests. My guess
Neal Norwitz
2006-06-18
4
-5/+32
*
Prevent spurious leaks when running regrtest.py -R. There may be more
Neal Norwitz
2006-06-18
3
-1/+29
*
Fix typo in docstring
Neal Norwitz
2006-06-17
1
-1/+1
*
Patch #815924: Restore ability to pass type= and icon=
Martin v. Löwis
2006-06-17
1
-3/+4
*
Patch #812986: Update the canvas even if not tracing.
Martin v. Löwis
2006-06-17
1
-0/+1
*
Patch #1494750: Destroy master after deleting children.
Martin v. Löwis
2006-06-17
1
-1/+1
*
Patch #1096231: Add default argument to wm_iconbitmap.
Martin v. Löwis
2006-06-17
1
-3/+12
*
Patch #763580: Add name and value arguments to
Martin v. Löwis
2006-06-17
1
-19/+63
*
fix change that broke the htmllib tests
Fred Drake
2006-06-17
1
-2/+2
*
SF patch 1504676: Make sgmllib char and entity references pluggable
Fred Drake
2006-06-16
2
-37/+71
*
Add missing period in comment.
Neal Norwitz
2006-06-16
1
-1/+1
*
Param name is dir, not directory. Update docstring. Backport candidate
Neal Norwitz
2006-06-16
1
-1/+1
*
Disable this test until we can determine what to do about it
Neal Norwitz
2006-06-16
1
-1/+4
*
Oops -- I introduced an off-by-6436159488 error.
Tim Peters
2006-06-15
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-06-15
2
-15/+15
*
Try to reduce the extreme peak memory and disk-space use
Tim Peters
2006-06-15
1
-11/+22
*
Print some more info to get an idea of how much longer the test will last
Neal Norwitz
2006-06-15
1
-4/+6
*
Steal the trick from test_compiler to print out a slow msg.
Neal Norwitz
2006-06-15
1
-0/+18
*
- bsddb: multithreaded DB access using the simple bsddb module interface
Gregory P. Smith
2006-06-15
2
-31/+39
*
Re-revert this change. Install the version check and don't run the test
Neal Norwitz
2006-06-15
1
-0/+2
[next]