Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
68cb7fe9
Commit
68cb7fe9
authored
Dec 06, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization.
parent
1a4ad025
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
202 additions
and
208 deletions
+202
-208
archive_util.py
archive_util.py
+3
-3
bcppcompiler.py
bcppcompiler.py
+16
-16
ccompiler.py
ccompiler.py
+17
-17
cmd.py
cmd.py
+10
-10
core.py
core.py
+2
-2
cygwinccompiler.py
cygwinccompiler.py
+48
-49
dep_util.py
dep_util.py
+4
-4
dir_util.py
dir_util.py
+3
-3
dist.py
dist.py
+14
-14
extension.py
extension.py
+2
-2
fancy_getopt.py
fancy_getopt.py
+6
-6
file_util.py
file_util.py
+8
-8
filelist.py
filelist.py
+14
-14
msvccompiler.py
msvccompiler.py
+9
-9
mwerkscompiler.py
mwerkscompiler.py
+15
-17
spawn.py
spawn.py
+6
-6
sysconfig.py
sysconfig.py
+4
-4
text_file.py
text_file.py
+6
-7
unixccompiler.py
unixccompiler.py
+8
-8
util.py
util.py
+7
-9
No files found.
archive_util.py
View file @
68cb7fe9
bcppcompiler.py
View file @
68cb7fe9
ccompiler.py
View file @
68cb7fe9
cmd.py
View file @
68cb7fe9
core.py
View file @
68cb7fe9
cygwinccompiler.py
View file @
68cb7fe9
...
...
@@ -439,4 +439,3 @@ def get_versions():
else:
dllwrap_version = None
return (gcc_version, ld_version, dllwrap_version)
dep_util.py
View file @
68cb7fe9
dir_util.py
View file @
68cb7fe9
dist.py
View file @
68cb7fe9
extension.py
View file @
68cb7fe9
fancy_getopt.py
View file @
68cb7fe9
file_util.py
View file @
68cb7fe9
filelist.py
View file @
68cb7fe9
msvccompiler.py
View file @
68cb7fe9
mwerkscompiler.py
View file @
68cb7fe9
...
...
@@ -215,5 +215,3 @@ class MWerksCompiler (CCompiler) :
if
components
[
i
]
==
'..'
:
components
[
i
]
=
''
return
string
.
join
(
components
,
':'
)
spawn.py
View file @
68cb7fe9
sysconfig.py
View file @
68cb7fe9
text_file.py
View file @
68cb7fe9
...
...
@@ -382,4 +382,3 @@ line 3 \\
test_input
(
6
,
"join lines with collapsing"
,
in_file
,
result6
)
os
.
remove
(
filename
)
unixccompiler.py
View file @
68cb7fe9
util.py
View file @
68cb7fe9
...
...
@@ -453,5 +453,3 @@ def rfc822_escape (header):
lines = map(string.strip, lines)
header = string.join(lines, '
\
n
' + 8*' ')
return header
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