Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c2d0ba65
Commit
c2d0ba65
authored
Mar 26, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mass check-in after untabifying all files that need it.
parent
9ede9a80
Changes
36
Show whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
930 additions
and
930 deletions
+930
-930
Lib/test/regrtest.py
Lib/test/regrtest.py
+80
-80
Lib/test/test_al.py
Lib/test/test_al.py
+5
-5
Lib/test/test_array.py
Lib/test/test_array.py
+38
-38
Lib/test/test_audioop.py
Lib/test/test_audioop.py
+97
-97
Lib/test/test_binascii.py
Lib/test/test_binascii.py
+12
-12
Lib/test/test_binhex.py
Lib/test/test_binhex.py
+12
-12
Lib/test/test_bsddb.py
Lib/test/test_bsddb.py
+28
-28
Lib/test/test_cd.py
Lib/test/test_cd.py
+6
-6
Lib/test/test_cl.py
Lib/test/test_cl.py
+4
-4
Lib/test/test_cmath.py
Lib/test/test_cmath.py
+16
-16
Lib/test/test_dbm.py
Lib/test/test_dbm.py
+2
-2
Lib/test/test_dl.py
Lib/test/test_dl.py
+13
-13
Lib/test/test_errno.py
Lib/test/test_errno.py
+30
-30
Lib/test/test_exceptions.py
Lib/test/test_exceptions.py
+10
-10
Lib/test/test_gl.py
Lib/test/test_gl.py
+23
-23
Lib/test/test_grp.py
Lib/test/test_grp.py
+4
-4
Lib/test/test_imageop.py
Lib/test/test_imageop.py
+31
-31
Lib/test/test_imgfile.py
Lib/test/test_imgfile.py
+28
-28
Lib/test/test_new.py
Lib/test/test_new.py
+1
-1
Lib/test/test_nis.py
Lib/test/test_nis.py
+13
-13
Lib/test/test_opcodes.py
Lib/test/test_opcodes.py
+15
-15
Lib/test/test_operator.py
Lib/test/test_operator.py
+3
-3
Lib/test/test_pkg.py
Lib/test/test_pkg.py
+35
-35
Lib/test/test_pow.py
Lib/test/test_pow.py
+8
-8
Lib/test/test_pwd.py
Lib/test/test_pwd.py
+18
-18
Lib/test/test_re.py
Lib/test/test_re.py
+68
-68
Lib/test/test_regex.py
Lib/test/test_regex.py
+35
-35
Lib/test/test_rgbimg.py
Lib/test/test_rgbimg.py
+29
-29
Lib/test/test_select.py
Lib/test/test_select.py
+26
-26
Lib/test/test_socket.py
Lib/test/test_socket.py
+87
-87
Lib/test/test_strftime.py
Lib/test/test_strftime.py
+85
-85
Lib/test/test_strop.py
Lib/test/test_strop.py
+8
-8
Lib/test/test_struct.py
Lib/test/test_struct.py
+31
-31
Lib/test/test_sunaudiodev.py
Lib/test/test_sunaudiodev.py
+15
-15
Lib/test/test_time.py
Lib/test/test_time.py
+6
-6
Lib/test/test_unpack.py
Lib/test/test_unpack.py
+8
-8
No files found.
Lib/test/regrtest.py
View file @
c2d0ba65
Lib/test/test_al.py
View file @
c2d0ba65
Lib/test/test_array.py
View file @
c2d0ba65
Lib/test/test_audioop.py
View file @
c2d0ba65
Lib/test/test_binascii.py
View file @
c2d0ba65
Lib/test/test_binhex.py
View file @
c2d0ba65
Lib/test/test_bsddb.py
View file @
c2d0ba65
Lib/test/test_cd.py
View file @
c2d0ba65
Lib/test/test_cl.py
View file @
c2d0ba65
Lib/test/test_cmath.py
View file @
c2d0ba65
Lib/test/test_dbm.py
View file @
c2d0ba65
Lib/test/test_dl.py
View file @
c2d0ba65
Lib/test/test_errno.py
View file @
c2d0ba65
Lib/test/test_exceptions.py
View file @
c2d0ba65
Lib/test/test_gl.py
View file @
c2d0ba65
Lib/test/test_grp.py
View file @
c2d0ba65
Lib/test/test_imageop.py
View file @
c2d0ba65
Lib/test/test_imgfile.py
View file @
c2d0ba65
Lib/test/test_new.py
View file @
c2d0ba65
Lib/test/test_nis.py
View file @
c2d0ba65
Lib/test/test_opcodes.py
View file @
c2d0ba65
Lib/test/test_operator.py
View file @
c2d0ba65
Lib/test/test_pkg.py
View file @
c2d0ba65
Lib/test/test_pow.py
View file @
c2d0ba65
Lib/test/test_pwd.py
View file @
c2d0ba65
Lib/test/test_re.py
View file @
c2d0ba65
Lib/test/test_regex.py
View file @
c2d0ba65
Lib/test/test_rgbimg.py
View file @
c2d0ba65
Lib/test/test_select.py
View file @
c2d0ba65
Lib/test/test_socket.py
View file @
c2d0ba65
Lib/test/test_strftime.py
View file @
c2d0ba65
Lib/test/test_strop.py
View file @
c2d0ba65
Lib/test/test_struct.py
View file @
c2d0ba65
Lib/test/test_sunaudiodev.py
View file @
c2d0ba65
Lib/test/test_time.py
View file @
c2d0ba65
Lib/test/test_unpack.py
View file @
c2d0ba65
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment