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
9e34c047
Commit
9e34c047
authored
Aug 26, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization (via reindent.py).
parent
e8889c57
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
19 deletions
+15
-19
Lib/distutils/dir_util.py
Lib/distutils/dir_util.py
+1
-1
Lib/hashlib.py
Lib/hashlib.py
+0
-1
Lib/random.py
Lib/random.py
+1
-1
Lib/test/seq_tests.py
Lib/test/seq_tests.py
+1
-1
Lib/test/test_generators.py
Lib/test/test_generators.py
+3
-3
Lib/test/test_hashlib_speed.py
Lib/test/test_hashlib_speed.py
+0
-1
Lib/test/test_mmap.py
Lib/test/test_mmap.py
+1
-1
Lib/urllib2.py
Lib/urllib2.py
+2
-2
Tools/scripts/findnocoding.py
Tools/scripts/findnocoding.py
+6
-8
No files found.
Lib/distutils/dir_util.py
View file @
9e34c047
Lib/hashlib.py
View file @
9e34c047
...
...
@@ -107,4 +107,3 @@ except ImportError:
sha256
=
__get_builtin_constructor
(
'sha256'
)
sha384
=
__get_builtin_constructor
(
'sha384'
)
sha512
=
__get_builtin_constructor
(
'sha512'
)
Lib/random.py
View file @
9e34c047
Lib/test/seq_tests.py
View file @
9e34c047
Lib/test/test_generators.py
View file @
9e34c047
Lib/test/test_hashlib_speed.py
View file @
9e34c047
...
...
@@ -90,4 +90,3 @@ test_scaled_msg(scale=212, name='[2*small data]')
test_scaled_msg
(
scale
=
106
,
name
=
'[small data]'
)
test_scaled_msg
(
scale
=
creatorFunc
().
digest_size
,
name
=
'[digest_size data]'
)
test_scaled_msg
(
scale
=
10
,
name
=
'[tiny data]'
)
Lib/test/test_mmap.py
View file @
9e34c047
Lib/urllib2.py
View file @
9e34c047
Tools/scripts/findnocoding.py
View file @
9e34c047
...
...
@@ -102,5 +102,3 @@ for fullpath in pysource.walk_python_files(args, is_python):
result
=
needs_declaration
(
fullpath
)
if
result
:
print
fullpath
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