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
*
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
*
Patch #1446489 (zipfile: support for ZIP64)
Ronald Oussoren
2006-06-15
3
-55/+648
*
Make import/lookup of mbcs fail on non-Windows systems.
Martin v. Löwis
2006-06-15
1
-4/+8
*
Try to narrow window of failure on slow/busy boxes (ppc64 buildbot)
Neal Norwitz
2006-06-15
1
-4/+8
*
Speculative checkin (requires approval of Gerhard Haering)
Neal Norwitz
2006-06-15
2
-12/+0
*
Whitespace normalization.
Tim Peters
2006-06-14
1
-1/+1
*
- Added version checks in C code to make sure we don't trigger bugs in older
Gerhard Häring
2006-06-14
2
-0/+12
*
Add an __all__ list, since this module does 'from ctypes import *'.
Thomas Heller
2006-06-14
1
-0/+16
*
Bug #1117556: SimpleHTTPServer now tries to find and use the system's
Georg Brandl
2006-06-14
1
-1/+3
*
Bug #1202018: add some common mime.types locations.
Georg Brandl
2006-06-14
1
-0/+4
*
Fix docstring.
Thomas Heller
2006-06-14
1
-1/+1
*
Bug #1339007: Shelf objects now don't raise an exception in their
Georg Brandl
2006-06-14
1
-0/+3
*
Patch #1455898: Incremental mode for "mbcs" codec.
Martin v. Löwis
2006-06-14
1
-3/+4
*
explain an XXX in more detail
Fred Drake
2006-06-14
1
-0/+3
*
add tests for two cases that are handled correctly in the current code,
Fred Drake
2006-06-14
1
-2/+7
*
- make some disabled tests run what they intend when enabled
Fred Drake
2006-06-14
1
-13/+13
*
Whitespace normalization.
Tim Peters
2006-06-14
1
-1/+1
*
Repaired typo in new comment.
Tim Peters
2006-06-14
1
-1/+1
*
SequenceMatcher.get_matching_blocks(): This now guarantees that
Tim Peters
2006-06-14
1
-8/+34
*
Missed test for rev. 46933; infinite recursion from __coerce__() returning it...
Brett Cannon
2006-06-13
1
-1/+19
*
Merged changes from external pysqlite 2.3.0 release. Documentation updates will
Gerhard Häring
2006-06-13
3
-37/+109
*
If a classic class defined a __coerce__() method that just returned its two
Brett Cannon
2006-06-13
1
-9/+0
*
Increase the small thread stack size to get the test
Andrew MacIntyre
2006-06-13
3
-7/+7
*
Whitespace normalization.
Tim Peters
2006-06-13
1
-1/+1
*
fix exception usage
Andrew MacIntyre
2006-06-13
2
-3/+2
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
5
-1/+82
[next]