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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test output that goes with updated test_minidom.
Paul Prescod
2000-09-18
1
-0/+44
*
Change assertions to confirmations so that optimization doesn't disable
Paul Prescod
2000-09-18
1
-46/+66
*
Fix up the cleanup of the temporary DB so it works for BSD DB's
Fred Drake
2000-09-18
1
-4/+12
*
arraymodule: Fix SF bug 113960.
Tim Peters
2000-09-16
1
-2/+12
*
- add a new test
Neil Schemenauer
2000-09-15
1
-0/+22
*
fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI
Jeremy Hylton
2000-09-15
2
-0/+10
*
Fix Bug #114293:
Jeremy Hylton
2000-09-15
4
-111/+90
*
For current directory use os.curdir, not ".".
Jack Jansen
2000-09-15
1
-2/+2
*
Allow am/pm as well as AM/PM (C9X behaviour).
Jack Jansen
2000-09-15
1
-2/+2
*
Remove "," from the list of always_safe characters. It is a reserved
Jeremy Hylton
2000-09-14
1
-0/+18
*
Add test cases to make sure we get the right SyntaxError message for
Fred Drake
2000-09-08
2
-0/+59
*
test_mmap wrote null bytes into its expected-output file; this caused me to
Tim Peters
2000-09-04
2
-2/+1
*
updated SRE test suite (fixes PEP223 problem, shows syntax errors)
Fredrik Lundh
2000-09-03
1
-76/+78
*
Repair failing test_sre.py.
Tim Peters
2000-09-03
1
-3/+3
*
return -1 for undefined groups (as implemented in 1.5.2) instead of
Fredrik Lundh
2000-09-02
1
-1/+6
*
-- tightened up parsing of octal numbers
Fredrik Lundh
2000-09-02
2
-190/+150
*
The "more" cmd varies across Windows flavors, sometimes adding stray
Tim Peters
2000-09-01
1
-7/+16
*
Applying patch #100994 to allow JPython to use more of the standard
Barry Warsaw
2000-09-01
4
-12/+19
*
closes bug #112468 (and all the other bugs that surfaced when
Fredrik Lundh
2000-08-31
1
-15/+38
*
Test case to exercise fix for error propogation bug in dictionarys.
Fred Drake
2000-08-31
2
-2/+28
*
fixes bug #111951
Jeremy Hylton
2000-08-31
2
-0/+15
*
Expand the test suite to test both the GNU gettext and translation
Barry Warsaw
2000-08-30
2
-257/+154
*
Fix for two problems on FreeBSD:
Andrew M. Kuchling
2000-08-29
1
-3/+6
*
Add support for FreeBSD-[45].
Guido van Rossum
2000-08-29
1
-1/+1
*
Added tests of "print >> None"
Barry Warsaw
2000-08-29
2
-0/+26
*
Added os.popen2() and os.popen3() for non-Windows platforms.
Fred Drake
2000-08-28
2
-1/+39
*
Open binary files in binary mode. Fixes test failure under Windows.
Tim Peters
2000-08-26
1
-1/+1
*
Tim Peters:
Moshe Zadka
2000-08-26
1
-26/+0
*
Another new test using "from test.test_support import ...", causing
Tim Peters
2000-08-26
1
-3/+1
*
Update the parser module to support augmented assignment.
Fred Drake
2000-08-25
2
-43/+122
*
Output of the new test
Marc-André Lemburg
2000-08-25
1
-0/+1
*
New test suite for file objects by Jeremy Hilton. This will need
Marc-André Lemburg
2000-08-25
1
-0/+45
*
Closing patch #101120 -- After everyone agreed.
Moshe Zadka
2000-08-25
1
-3/+13
*
Group consensus is that supporting alternative locale categories is
Barry Warsaw
2000-08-25
1
-6/+0
*
Set this test up so that we don't have to create xx/LC_MESSAGES in the
Barry Warsaw
2000-08-25
1
-66/+320
*
updated test output
Barry Warsaw
2000-08-25
1
-3/+24
*
output from test_gettext.py test suite
Barry Warsaw
2000-08-25
1
-0/+4
*
Test suite for new gettext.py module.
Barry Warsaw
2000-08-25
1
-0/+76
*
Test suite for poll() interface (SF patch #100852)
Andrew M. Kuchling
2000-08-25
2
-0/+214
*
Support for augmented assignment in the UserList, UserDict, UserString and
Thomas Wouters
2000-08-24
2
-0/+280
*
Updated test suite: test repr() and str() of cookies, and test metadata
Andrew M. Kuchling
2000-08-24
2
-1/+15
*
Charles G. Waldman <cgq@fnal.gov>:
Fred Drake
2000-08-24
2
-18/+4
*
style nits
Jeremy Hylton
2000-08-23
1
-4/+8
*
When skipping a test, do not include a spurious space between the exception
Fred Drake
2000-08-23
1
-1/+1
*
test case output for dospath regr test
Skip Montanaro
2000-08-23
1
-0/+2
*
new test - like test_ntpath but without splitunc test cases
Skip Montanaro
2000-08-23
1
-0/+49
*
added commonprefix test cases
Skip Montanaro
2000-08-23
1
-0/+6
*
updated to correct failing test cases
Skip Montanaro
2000-08-23
1
-2/+2
*
Rehabilitate autotest.py.
Tim Peters
2000-08-23
2
-1/+40
*
require list comprehensions to start with a for clause
Skip Montanaro
2000-08-22
2
-0/+7
[next]