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
*
added test case for fixed duplicate arguments bug in Python/compile.c
Peter Schneider-Kamp
2000-07-25
2
-0/+17
*
Made an error message slightly more useful if select() returns something goofy
Andrew M. Kuchling
2000-07-25
1
-1/+1
*
-- updated to include known problems in SRE 0.9.6
Fredrik Lundh
2000-07-24
1
-414/+11
*
Restore TestSkipped exception; appears to have disappeared in last checkin.
Fred Drake
2000-07-24
1
-3/+20
*
-- SRE 0.9.6 sync. this includes:
Fredrik Lundh
2000-07-23
1
-0/+2
*
restructured a bit and added some more content...
Skip Montanaro
2000-07-19
1
-53/+142
*
make TestFailed a class exception
Skip Montanaro
2000-07-19
1
-1/+2
*
Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)
Thomas Wouters
2000-07-19
2
-10/+8
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
4
-6/+6
*
Break a cycle created in the saboteur() function.
Vladimir Marangozov
2000-07-15
1
-2/+5
*
Break the cycles after testing cmp() on cyclic objects.
Vladimir Marangozov
2000-07-14
1
-0/+2
*
new test for posixpath module
Skip Montanaro
2000-07-12
1
-0/+2
*
new test file for posixpath module
Skip Montanaro
2000-07-12
1
-0/+42
*
small updates to string_join:
Jeremy Hylton
2000-07-11
1
-0/+3
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
2
-0/+12
*
fix bug #42 reported by Andrew Dalke
Jeremy Hylton
2000-07-11
5
-27/+2
*
fixed inconsistent use of tab and spaces
Peter Schneider-Kamp
2000-07-11
1
-3/+3
*
Add test of resize() method of mmap objects
Andrew M. Kuchling
2000-07-11
2
-0/+13
*
add more tests of string.join variants to run_method_tests
Jeremy Hylton
2000-07-11
1
-8/+11
*
factor out test definitions to string_tests module
Jeremy Hylton
2000-07-10
4
-353/+202
*
Added the line 'Testing UTF-16 code point order comparisons... done."
Guido van Rossum
2000-07-10
1
-0/+1
*
expect message "no regression test case for method 'encode'
Jeremy Hylton
2000-07-10
1
-0/+3
*
Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.
Marc-André Lemburg
2000-07-07
1
-0/+72
*
Tests for new instance support in unicode().
Marc-André Lemburg
2000-07-07
1
-0/+15
*
Added tests for the new .isalpha() and .isalnum() methods.
Marc-André Lemburg
2000-07-05
2
-0/+31
*
Removed some tabs.
Paul Prescod
2000-07-04
1
-6/+6
*
- fixed grouping error bug
Fredrik Lundh
2000-07-03
1
-3/+0
*
- added lookbehind support (?<=pattern), (?<!pattern).
Fredrik Lundh
2000-07-03
1
-25/+25
*
Compute the name of the test file so that it can be found both when this
Fred Drake
2000-07-03
1
-2/+12
*
Fixed test output
Paul Prescod
2000-07-01
1
-0/+1
*
Added minidom tests.
Paul Prescod
2000-07-01
3
-0/+500
*
output for openpty test
Guido van Rossum
2000-07-01
1
-0/+2
*
Thomas Wouters: Test script for openpty()
Guido van Rossum
2000-07-01
1
-0/+23
*
Thomas Wouters <thomas@xs4all.net>:
Fred Drake
2000-06-30
2
-0/+97
*
Output for test_winreg2.
Fred Drake
2000-06-30
1
-0/+1
*
Paul Prescod <paul@prescod.net>:
Fred Drake
2000-06-30
1
-0/+341
*
- reverted to "\x is binary byte"
Fredrik Lundh
2000-06-30
1
-1/+0
*
* added a randomize flag and corresponding -r command line argument that
Skip Montanaro
2000-06-30
1
-8/+13
*
Switch to sre for regular expression matching (the new mini-re module
Guido van Rossum
2000-06-30
1
-4/+4
*
remove all prints (since the prints where of memory locations)
Jeremy Hylton
2000-06-30
2
-23/+0
*
the mad patcher strikes again:
Fredrik Lundh
2000-06-30
1
-2/+1
*
- fixed lookahead assertions (#10, #11, #12)
Fredrik Lundh
2000-06-30
1
-3/+0
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-30
1
-0/+1
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-30
1
-0/+52
*
New test for the ucnhash module.
Marc-André Lemburg
2000-06-30
1
-0/+82
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-30
1
-3/+0
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-30
1
-74/+0
*
- added support for (?P=name)
Fredrik Lundh
2000-06-30
1
-2/+0
*
- pedantic: make sure "python -t" doesn't complain...
Fredrik Lundh
2000-06-30
1
-5/+5
*
- fixed default value handling in group/groupdict
Fredrik Lundh
2000-06-30
2
-0/+399
[next]