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
9a340b18
Commit
9a340b18
authored
Nov 05, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete e-mail address
parent
6f3a9dfb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Demo/curses/life.py
Demo/curses/life.py
+1
-1
Doc/whatsnew/whatsnew20.tex
Doc/whatsnew/whatsnew20.tex
+1
-1
Doc/whatsnew/whatsnew21.tex
Doc/whatsnew/whatsnew21.tex
+1
-1
Modules/mmapmodule.c
Modules/mmapmodule.c
+1
-1
No files found.
Demo/curses/life.py
View file @
9a340b18
#!/usr/bin/env python
# life.py -- A curses-based version of Conway's Game of Life.
# Contributed by A
.M. Kuchling <amk1@bigfoot.com>
# Contributed by A
MK
#
# An empty board will be displayed, and the following commands are available:
# E : Erase the board
...
...
Doc/whatsnew/whatsnew20.tex
View file @
9a340b18
...
...
@@ -5,7 +5,7 @@
\title
{
What's New in Python 2.0
}
\release
{
1.01
}
\author
{
A.M. Kuchling and Moshe Zadka
}
\authoraddress
{
\email
{
a
mk1@bigfoot.com
}
,
\email
{
moshez@math.huji.ac.il
}
}
\authoraddress
{
\email
{
a
kuchlin@mems-exchange.org
}
,
\email
{
moshez@math.huji.ac.il
}
}
\begin{document}
\maketitle\tableofcontents
...
...
Doc/whatsnew/whatsnew21.tex
View file @
9a340b18
...
...
@@ -7,7 +7,7 @@
\title
{
What's New in Python 2.1
}
\release
{
1.00
}
\author
{
A.M. Kuchling
}
\authoraddress
{
\email
{
a
mk1@bigfoot.com
}}
\authoraddress
{
\email
{
a
kuchlin@mems-exchange.org
}}
\begin{document}
\maketitle\tableofcontents
...
...
Modules/mmapmodule.c
View file @
9a340b18
/*
/ Author: Sam Rushing <rushing@nightmare.com>
/ Hacked for Unix by A
.M. Kuchling <amk1@bigfoot.com>
/ Hacked for Unix by A
MK
/ $Id$
/ mmapmodule.cpp -- map a view of a file into memory
...
...
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