Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
a8a8d4aa
Kaydet (Commit)
a8a8d4aa
authored
Mar 10, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed GPL mumbo jumbo
üst
deaa1054
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
32 deletions
+11
-32
FAQ
Misc/FAQ
+0
-0
python-mode-old.el
Misc/python-mode-old.el
+11
-32
No files found.
Misc/FAQ
Dosyayı görüntüle @
a8a8d4aa
This diff is collapsed.
Click to expand it.
Misc/python-mode-old.el
Dosyayı görüntüle @
a8a8d4aa
...
@@ -5,44 +5,23 @@
...
@@ -5,44 +5,23 @@
;; Author: 1995 Barry A. Warsaw <bwarsaw@cnri.reston.va.us>
;; Author: 1995 Barry A. Warsaw <bwarsaw@cnri.reston.va.us>
;; 1992-1994 Tim Peters <tim@ksr.com>
;; 1992-1994 Tim Peters <tim@ksr.com>
;; Maintainer: bwarsaw@cnri.reston.va.us
;; Maintainer: bwarsaw@cnri.reston.va.us
;; Created:
???
;; Created:
Feb 1992
;; Version: 2.
6
;; Version: 2.
7
;; Last Modified: 1995/03/
09 16:07:29
;; Last Modified: 1995/03/
10 15:58:16
;; Keywords: python editing language major-mode
;; Keywords: python editing language major-mode
;; This file is not part of GNU Emacs.
;; This software is provided as-is, without express or implied
;; warranty. Permission to use, copy, modify, distribute or sell this
;; This program is free software; you can redistribute it and/or modify
;; software, without fee, for any purpose and by any individual or
;; it under the terms of the GNU General Public License as published by
;; organization, is hereby granted, provided that the above copyright
;; the Free Software Foundation; either version 2 of the License, or
;; notice and this paragraph appear in all copies.
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;;; Commentary:
;;
;;
;; This is a major mode for editing Python programs. It was developed
;; This is a major mode for editing Python programs. It was developed
;; by Tim Peters <tim@ksr.com> after an original idea by Michael
;; by Tim Peters <tim@ksr.com> after an original idea by Michael
;; A. Guravage. Tim doesn't appear to be on the 'net any longer so I
;; A. Guravage. Tim doesn't appear to be on the 'net any longer so I
;; have undertaken maintenance of the mode. Here is Tim's original
;; have undertaken maintenance of the mode.
;; copyright notice:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Copyright (c) 1992,1993,1994 Tim Peters
;;
;; This software is provided as-is, without express or implied warranty.
;; Permission to use, copy, modify, distribute or sell this software,
;; without fee, for any purpose and by any individual or organization, is
;; hereby granted, provided that the above copyright notice and this
;; paragraph appear in all copies.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; At some point this mode will undergo a rewrite to bring it more in
;; At some point this mode will undergo a rewrite to bring it more in
;; line with GNU Emacs Lisp coding standards. But all in all, the
;; line with GNU Emacs Lisp coding standards. But all in all, the
...
@@ -72,7 +51,7 @@
...
@@ -72,7 +51,7 @@
;; LCD Archive Entry:
;; LCD Archive Entry:
;; python-mode|Barry A. Warsaw|bwarsaw@cnri.reston.va.us
;; python-mode|Barry A. Warsaw|bwarsaw@cnri.reston.va.us
;; |Major mode for editing Python programs
;; |Major mode for editing Python programs
;; |1995/03/
09 16:07:29|2.6
|
;; |1995/03/
10 15:58:16|2.7
|
;;; Code:
;;; Code:
...
@@ -1804,7 +1783,7 @@ local bindings to py-newline-and-indent."))
...
@@ -1804,7 +1783,7 @@ local bindings to py-newline-and-indent."))
(
setq
zmacs-region-stays
t
)))
(
setq
zmacs-region-stays
t
)))
(
defconst
py-version
"2.
6
"
(
defconst
py-version
"2.
7
"
"`python-mode' version number."
)
"`python-mode' version number."
)
(
defconst
py-help-address
"bwarsaw@cnri.reston.va.us"
(
defconst
py-help-address
"bwarsaw@cnri.reston.va.us"
"Address accepting submission of bug reports."
)
"Address accepting submission of bug reports."
)
...
...
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