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
41ffccbb
Commit
41ffccbb
authored
Apr 01, 1993
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
9db0c1f7
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
16 deletions
+16
-16
Demo/scripts/fact.py
Demo/scripts/fact.py
+1
-1
Demo/scripts/makedir.py
Demo/scripts/makedir.py
+1
-1
Demo/scripts/pi.py
Demo/scripts/pi.py
+1
-1
Demo/scripts/primes.py
Demo/scripts/primes.py
+1
-1
Tools/scripts/byteyears.py
Tools/scripts/byteyears.py
+1
-1
Tools/scripts/checkpyc.py
Tools/scripts/checkpyc.py
+1
-1
Tools/scripts/copytime.py
Tools/scripts/copytime.py
+1
-1
Tools/scripts/dutree.py
Tools/scripts/dutree.py
+1
-1
Tools/scripts/eptags.py
Tools/scripts/eptags.py
+1
-1
Tools/scripts/findlinksto.py
Tools/scripts/findlinksto.py
+1
-1
Tools/scripts/h2py.py
Tools/scripts/h2py.py
+1
-1
Tools/scripts/linktree.py
Tools/scripts/linktree.py
+1
-1
Tools/scripts/lll.py
Tools/scripts/lll.py
+1
-1
Tools/scripts/ptags.py
Tools/scripts/ptags.py
+1
-1
Tools/scripts/suff.py
Tools/scripts/suff.py
+1
-1
Tools/scripts/which.py
Tools/scripts/which.py
+1
-1
No files found.
Demo/scripts/fact.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Factorize numbers.
# The algorithm is not efficient, but easy to understand.
...
...
Demo/scripts/makedir.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Like mkdir, but also make intermediate directories if necessary.
# It is not an error if the given directory already exists (as long
...
...
Demo/scripts/pi.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Print digits of pi forever.
#
...
...
Demo/scripts/primes.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Print prime numbers in a given range
...
...
Tools/scripts/byteyears.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Print the product of age and size of each file, in suitable units.
#
...
...
Tools/scripts/checkpyc.py
View file @
41ffccbb
#! /ufs/guido/bin/sgi/python
#! /usr/local/python
#! /usr/local/
bin/
python
# Check that all ".pyc" files exist and are up-to-date
# Uses module 'os'
...
...
Tools/scripts/copytime.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Copy one file's atime and mtime to another
...
...
Tools/scripts/dutree.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Format du output in a tree shape
import
os
,
string
,
sys
...
...
Tools/scripts/eptags.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# eptags
#
...
...
Tools/scripts/findlinksto.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# findlinksto
#
...
...
Tools/scripts/h2py.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Read #define's from stdin and translate to Python code on stdout.
# Very primitive: non-#define's are ignored, no check for valid Python
...
...
Tools/scripts/linktree.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# linktree
#
...
...
Tools/scripts/lll.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Find symbolic links and show where they point to.
# Arguments are directories to search; default is current directory.
...
...
Tools/scripts/ptags.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# ptags
#
...
...
Tools/scripts/suff.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# suff
#
...
...
Tools/scripts/which.py
View file @
41ffccbb
#! /usr/local/python
#! /usr/local/
bin/
python
# Variant of "which".
# On stderr, near and total misses are reported.
...
...
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