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
a635b9a6
Commit
a635b9a6
authored
Jan 07, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove references to /ufs/guido/bin/sgi/python
parent
8425b79c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1 addition
and
9 deletions
+1
-9
Demo/scripts/eqfix.py
Demo/scripts/eqfix.py
+0
-1
Demo/scripts/freeze.py
Demo/scripts/freeze.py
+1
-1
Demo/scripts/lpwatch.py
Demo/scripts/lpwatch.py
+0
-1
Demo/scripts/mkrcs.py
Demo/scripts/mkrcs.py
+0
-1
Tools/scripts/checkpyc.py
Tools/scripts/checkpyc.py
+0
-1
Tools/scripts/classfix.py
Tools/scripts/classfix.py
+0
-1
Tools/scripts/fixcid.py
Tools/scripts/fixcid.py
+0
-1
Tools/scripts/methfix.py
Tools/scripts/methfix.py
+0
-1
Tools/scripts/xxci.py
Tools/scripts/xxci.py
+0
-1
No files found.
Demo/scripts/eqfix.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# Fix Python source files to use the new equality test operator, i.e.,
...
...
Demo/scripts/freeze.py
View file @
a635b9a6
#! /u
fs/guido/bin/sgi
/python
#! /u
sr/local/bin
/python
# Given a Python script, create a binary that runs the script.
# The binary is 100% independent of Python libraries and binaries.
...
...
Demo/scripts/lpwatch.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# Watch line printer queue(s).
...
...
Demo/scripts/mkrcs.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# A rather specialized script to make sure that a symbolic link named
...
...
Tools/scripts/checkpyc.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# Check that all ".pyc" files exist and are up-to-date
# Uses module 'os'
...
...
Tools/scripts/classfix.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# Fix Python source files to use the new class definition syntax, i.e.,
...
...
Tools/scripts/fixcid.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# Perform massive identifier substitution on C source files.
...
...
Tools/scripts/methfix.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# Fix Python source files to avoid using
...
...
Tools/scripts/xxci.py
View file @
a635b9a6
#! /ufs/guido/bin/sgi/python
#! /usr/local/bin/python
# xxci
...
...
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