index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Checking in text versions of release forms and explanation.
Guido van Rossum
1999-11-05
3
-0/+173
*
Oops, better update the date on the .TH line.
Fred Drake
1999-08-20
1
-1/+1
*
Various updates, mostly to add information to the SEE ALSO and
Fred Drake
1999-08-20
1
-21/+64
*
(py-shell): Set the default shell if not set yet. It's sometimes
Barry Warsaw
1999-08-10
1
-0/+3
*
A few minor Customize changes:
Barry Warsaw
1999-07-28
1
-3/+6
*
(python-mode): Set which interpreter (CPython or JPython) to use the
Barry Warsaw
1999-07-28
1
-18/+21
*
(py-beginning-of-def-or-class): Only move to match-beginning if the
Barry Warsaw
1999-07-27
1
-2/+2
*
(py-statement-closes-block-p): py-goto-initial-line could leave us in
Barry Warsaw
1999-06-03
1
-2/+2
*
(py-electric-backspace): I'm not sure this function should be special
Barry Warsaw
1999-05-24
1
-4/+5
*
(py-parse-state): When running under Emacs -- which doesn't have
Barry Warsaw
1999-05-24
1
-1/+7
*
(py-statement-closes-block-p): Add a py-goto-initial-line which fixes
Barry Warsaw
1999-05-24
1
-0/+1
*
News for 1.5.2 (final).
Guido van Rossum
1999-04-13
1
-1/+134
*
More (Cameron Laird is honorary; the others are 1.5.2c1 testers).
Guido van Rossum
1999-04-13
1
-0/+4
*
Bunch of new names who helped iron out the last wrinkles of 1.5.2.
Guido van Rossum
1999-04-13
1
-0/+5
*
Correct missed character in Andrew Dalke's name.
Guido van Rossum
1999-04-10
1
-1/+1
*
News for the 1.5.2c1 release.
Guido van Rossum
1999-04-08
1
-0/+944
*
Removing an unused image of a snake.
Guido van Rossum
1999-04-07
1
-0/+0
*
Bunch of new contributors, including 9 who contributed to the Docs,
Guido van Rossum
1999-04-05
1
-0/+21
*
Typo: "apparentlt" --> "apparently"
Fred Drake
1999-02-22
1
-1/+1
*
New in 1.5.2b2.
Guido van Rossum
1999-02-18
1
-0/+232
*
Couple of new names.
Guido van Rossum
1999-02-18
1
-1/+8
*
(py-shell): Added optional argprompt, which will prompt for additional
Barry Warsaw
1999-02-16
1
-12/+30
*
(py-default-interpreter): New variable which selects whether CPython
Barry Warsaw
1999-02-16
1
-2/+32
*
Finn Bock.
Guido van Rossum
1999-02-16
1
-0/+1
*
Uwe Zessin.
Guido van Rossum
1999-02-08
1
-0/+1
*
The usual.
Guido van Rossum
1999-01-25
1
-0/+4
*
(py-mode-map): Add back force of RET (aka C-m) to
Barry Warsaw
1999-01-21
1
-0/+9
*
(py-mode-map): Removed special bindings for C-m and C-j to
Barry Warsaw
1999-01-19
1
-3/+0
*
(py-narrow-to-defun): New command (bound to C-x n d) which mimics the
Barry Warsaw
1999-01-18
1
-0/+15
*
(py-electric-delete): Implement the XEmacs 21 blessed way of checking
Barry Warsaw
1999-01-15
1
-3/+4
*
(py-outdent-p): Short circuit infloop for illegal construct
Barry Warsaw
1999-01-09
1
-0/+2
*
Added shlex and netrc modules; added warning about urllib change
Guido van Rossum
1998-12-22
1
-0/+10
*
News for 1.5.2b1. Moved news before 1.5.1 to HISTORY.
Guido van Rossum
1998-12-21
1
-2255/+258
*
New names. Keep those contributions coming!
Guido van Rossum
1998-12-21
1
-1/+10
*
Moved history up to and including 1.5.1 here.
Guido van Rossum
1998-12-21
1
-3/+2258
*
(py-goto-beginning-of-tqs): Finds the beginning of the triple quoted
Barry Warsaw
1998-12-15
1
-11/+28
*
Sjoerd Mullender writes:
Guido van Rossum
1998-12-09
1
-1/+1
*
(py-execute-region): Hack around the different behavior and switch
Barry Warsaw
1998-11-20
1
-14/+21
*
(py-execute-region): Patch by Hunter Kelly so that execution uses the
Barry Warsaw
1998-11-17
1
-4/+4
*
(py-imenu-method-regexp): Fix suggested by Daniel Calvelo to
Barry Warsaw
1998-10-28
1
-2/+6
*
#XEmacs 21 now supports Imenu, so I am able to test (and fix) some
Barry Warsaw
1998-10-28
1
-92/+73
*
#Some minor changes in the commentary, obstensibly to test the new
Barry Warsaw
1998-10-27
1
-8/+9
*
#Fixed some typos in docstrings.
Barry Warsaw
1998-10-27
1
-6/+6
*
All the news that's fit to print. In other words, it's 1.5.2a2 time.
Guido van Rossum
1998-10-17
1
-3/+270
*
A few new ones...
Guido van Rossum
1998-10-02
1
-0/+4
*
(py-comint-output-filter-function): Horrible kludgearound for making
Barry Warsaw
1998-09-25
1
-1/+4
*
(py-guess-indent-offset): Only print message about py-indent-offset
Barry Warsaw
1998-09-25
1
-3/+4
*
(py-execute-file, py-execute-import-or-reload): Use a Python `raw'
Barry Warsaw
1998-09-24
1
-2/+2
*
(py-block-comment-prefix): Remove trailing space. Also explain that
Barry Warsaw
1998-09-22
1
-4/+5
*
#Code rearranging to quiet byte-compiler
Barry Warsaw
1998-09-14
1
-88/+88
[next]