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
*
Removed debugging code at bottom.
Greg Ward
2000-10-14
1
-8/+0
*
Untabified.
Greg Ward
2000-10-14
8
-14/+14
*
Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding
Greg Ward
2000-10-14
1
-3/+6
*
Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
Greg Ward
2000-10-14
1
-2/+4
*
Bastian Kleineidam: fix up any supplied command-line options.
Greg Ward
2000-10-14
1
-1/+16
*
Now supports entire Python 2.0 language and still supports Python
Jeremy Hylton
2000-10-13
4
-93/+463
*
Updated test suite to latest pulldom changes.
Lars Gustäbel
2000-10-13
2
-19/+19
*
Moved appendChild calls back to DOMEventStream.
Lars Gustäbel
2000-10-13
1
-7/+27
*
Clear siblings, now that they are being set.
Paul Prescod
2000-10-13
1
-0/+2
*
Make the regrtest.py -l (findleaks) option considerably less obnoxious.
Neil Schemenauer
2000-10-13
1
-4/+10
*
Fix SF bug #116263: support for from .. import *
Jeremy Hylton
2000-10-12
3
-4/+13
*
If the status line is invalid, assume it is a pre-1.0 response. The
Jeremy Hylton
2000-10-12
1
-3/+10
*
Recreated after installer source code changes.
Thomas Heller
2000-10-12
1
-246/+246
*
two fixes for redirects:
Jeremy Hylton
2000-10-12
1
-24/+31
*
cosmetic changes only:
Jeremy Hylton
2000-10-12
1
-118/+118
*
Added a test for the StringIO write() error I just fixed.
Guido van Rossum
2000-10-12
2
-0/+9
*
[ Bug #116636 ] Bug in StringIO.write()
Guido van Rossum
2000-10-12
1
-0/+2
*
Anonymous patch to add Darwin 1.2 to the list of BSDs.
Guido van Rossum
2000-10-12
1
-1/+1
*
Added some single tuple/list unpacking for JPython regression testing.
Barry Warsaw
2000-10-12
1
-0/+12
*
A Mystery: I somehow managed to delete the last two lines of my test_math.py
Tim Peters
2000-10-12
1
-0/+2
*
Stop raising OverflowError on underflows reported by libm (errno==ERANGE and
Tim Peters
2000-10-12
2
-0/+30
*
Added additional test cases for pulldom modifications.
Lars Gustäbel
2000-10-11
2
-1/+77
*
Added parent attribute with getters and setters on XMLFilterBase.
Lars Gustäbel
2000-10-11
1
-0/+12
*
Added non-ns start and end element methods.
Lars Gustäbel
2000-10-11
1
-16/+31
*
Test the exception-raising for error cases in copy_reg.
Fred Drake
2000-10-11
2
-0/+44
*
In the module docstring, clarify that this is used to register pickle
Fred Drake
2000-10-11
1
-3/+15
*
Jack Jansen reported that the regression test failed on the Mac where
Guido van Rossum
2000-10-11
1
-3/+1
*
Added test cases for extended printing to an instance. This picked up
Barry Warsaw
2000-10-11
1
-1/+9
*
When the classes in wave.py opened files themselves, their .close() methods
Tim Peters
2000-10-09
1
-7/+19
*
The usual.
Guido van Rossum
2000-10-09
19
-262/+511
*
wave test output
Guido van Rossum
2000-10-09
1
-0/+1
*
Simple test suite for wave.py by Jean-Claude Rimbault (with some
Guido van Rossum
2000-10-09
1
-0/+34
*
Paul Prescod <paul@prescod.net>:
Fred Drake
2000-10-09
1
-0/+7
*
Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was
Guido van Rossum
2000-10-09
1
-1/+1
*
Move the test for confirmation that all nodes have been freed into the
Fred Drake
2000-10-09
2
-33/+72
*
Use python$EXE instead of python, for Darwin. (Patch by Tony
Guido van Rossum
2000-10-09
1
-4/+4
*
_exceptions: Format a missing system id as <unknown>.
Martin v. Löwis
2000-10-09
2
-5/+7
*
Fixed leapdays(). From Patch #101841, by Denis S. Otkidach.
Guido van Rossum
2000-10-09
1
-2/+4
*
Adapt test output to changed error message.
Guido van Rossum
2000-10-08
1
-1/+1
*
Correct output.
Guido van Rossum
2000-10-08
1
-1/+1
*
It seems our sound cards can't play mulaw data. Use native-format
Guido van Rossum
2000-10-08
1
-1/+12
*
Don't use string methods to allow sharing this code with PyXML.
Martin v. Löwis
2000-10-07
1
-1/+2
*
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
Fredrik Lundh
2000-10-07
4
-3/+6
*
The test is good, but Jim forgot to check in the updated output.
Fred Drake
2000-10-07
1
-0/+6
*
Donn Cave <donn@oz.net>:
Fred Drake
2000-10-07
4
-0/+994
*
Record bugs found when comparing the module with DOM Core Level 2.
Martin v. Löwis
2000-10-07
1
-1/+4
*
SRE didn't handle character category followed by hyphen inside a
Fredrik Lundh
2000-10-07
2
-0/+4
*
Updated test with a case which checks for the bug reported in
Marc-André Lemburg
2000-10-07
1
-0/+1
*
Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py).
Tim Peters
2000-10-07
1
-12/+20
*
Add .toxml test case, as proposed by Alex Martelli in bug report #116244.
Martin v. Löwis
2000-10-06
2
-1/+7
[next]