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
*
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
*
Describe a bit about writing test cases for Python...
Skip Montanaro
2000-06-30
1
-0/+77
*
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton
2000-06-30
2
-0/+111
*
The low-level interface is now in _winreg; update the import here.
Fred Drake
2000-06-29
1
-1/+1
*
This patch addresses two main issues: (1) There exist some non-fatal
Fred Drake
2000-06-29
2
-0/+27
*
Skip Montanaro: modify test_socket.py to listen/connect using loopback addr
Guido van Rossum
2000-06-29
1
-2/+2
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-29
1
-0/+4
*
Trent Mick <trentm@activestate.com>:
Fred Drake
2000-06-28
1
-2/+54
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-28
1
-0/+3
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-28
1
-0/+75
*
Added the atexit module and documentation from Skip Montanaro
Fred Drake
2000-06-28
2
-0/+28
*
typos fixed by Rob Hooft
Jeremy Hylton
2000-06-28
7
-7/+7
*
Change pyexpat test suite to exercise the .returns_unicode attribute,
Andrew M. Kuchling
2000-06-27
2
-20/+121
*
update output file to reflect new test of exception object str-ness
Jeremy Hylton
2000-06-25
1
-0/+18
*
verify that Python raises SyntaxError for long and deeply-nested expressions
Jeremy Hylton
2000-06-20
2
-0/+20
*
add minimal test of exception use. verify that each exception can be
Jeremy Hylton
2000-06-20
1
-0/+12
*
Additional tests for seek() method, written by Trent Mick
Andrew M. Kuchling
2000-06-18
2
-1/+36
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-14
1
-6/+0
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-13
1
-3/+12
*
Added test for linnuxaudiodev module; directly adapted from sunaudiodev
Fred Drake
2000-06-10
2
-0/+21
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-08
1
-2/+2
*
Trent Mick <trentm@activestate.com>:
Fred Drake
2000-06-01
1
-4/+10
*
Added a test to catch the base class.
Barry Warsaw
2000-05-25
2
-0/+5
*
Added math.rint() -- round according to current IEEE754 mode
Guido van Rossum
2000-05-11
2
-0/+7
*
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake
2000-05-09
1
-0/+6
*
Alas, Vladimir's patch was too aggressive, and started causing really
Guido van Rossum
2000-05-05
1
-1/+1
[next]