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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new _implicitNameOp() to generate name op code for list comprehensions.
Jeremy Hylton
2001-04-12
2
-8/+34
*
Because this code was derived from Python 1.6.1 (amongst others), the
Guido van Rossum
2001-04-12
2
-2/+2
*
Fix linking to classes (in class tree, and add links on unbound methods).
Ka-Ping Yee
2001-04-12
1
-24/+23
*
Fix call to ModuleScanner from GUI search interface.
Ka-Ping Yee
2001-04-12
1
-8/+10
*
Added warning that FancyURLopener prompts the user on the terminal when
Fred Drake
2001-04-12
1
-0/+21
*
Add support for visitAssAttr to findOp().
Jeremy Hylton
2001-04-12
2
-2/+2
*
pyassem.py:
Jeremy Hylton
2001-04-12
4
-28/+222
*
Added a big new Helper class to provide interactive help!
Ka-Ping Yee
2001-04-12
1
-12/+276
*
Added module synopsis for the chapter summary.
Fred Drake
2001-04-12
1
-67/+186
*
Bug 415514 reported that e.g.
Tim Peters
2001-04-12
3
-42/+47
*
Revise handling of tuple arguments so that the variables names match
Jeremy Hylton
2001-04-12
4
-16/+16
*
Convert several \seetext references to \seerfc and \seetitle versions.
Fred Drake
2001-04-12
3
-19/+22
*
Give up trying to keep dynamically loaded extensions up to date:
Ka-Ping Yee
2001-04-12
1
-1/+7
*
Robustify getcomments() so it doesn't crash on empty files.
Ka-Ping Yee
2001-04-12
1
-2/+2
*
Remove forking. Doesn't work in Windows.
Ka-Ping Yee
2001-04-12
1
-2/+2
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by
Fred Drake
2001-04-12
1
-1/+1
*
Update copyright to PSF.
Guido van Rossum
2001-04-12
1
-1/+1
*
Typo fixes and small touches.
Ka-Ping Yee
2001-04-12
1
-13/+16
*
Properly qualify methods inherited from classes in other modules.
Ka-Ping Yee
2001-04-12
1
-152/+130
*
- New fail*() methods, and comprehensive set of assert*() synonyms
Steve Purcell
2001-04-12
1
-28/+63
*
Only treat an AugAssign as def if its the target is a Name.
Jeremy Hylton
2001-04-12
2
-4/+8
*
Fix unpackSequence() to use _nameOp() rather than LOAD_FAST
Jeremy Hylton
2001-04-12
2
-2/+4
*
Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAME
Jeremy Hylton
2001-04-12
2
-0/+6
*
Preliminary support for nested scopes
Jeremy Hylton
2001-04-12
6
-178/+792
*
Define constants for types of scopes
Jeremy Hylton
2001-04-12
2
-0/+10
*
Added a lot of text from Steve Purcell's HTML documentation.
Fred Drake
2001-04-12
1
-29/+251
*
Use "2.1c1" since that is what Guido used for the Python version number.
Fred Drake
2001-04-12
2
-2/+2
*
Update to reflect the new string repr -- \n instead of \012. This is the
Fred Drake
2001-04-12
1
-5/+5
*
Prepare for release candidate 1... aka 2.1c1.
Guido van Rossum
2001-04-12
1
-3/+3
*
Markup nit: use \envvar to mark environment variables.
Fred Drake
2001-04-12
1
-1/+1
*
When forming the <A> tag for a \seepep or \seerfc, make sure we strip
Fred Drake
2001-04-12
1
-1/+10
*
Update Windows build # and installer for 2.1c1.
Tim Peters
2001-04-12
3
-8/+6
*
Explain popitem()
Andrew M. Kuchling
2001-04-12
1
-13/+16
*
Note that __debug__ assignments are legal again.
Guido van Rossum
2001-04-12
1
-0/+3
*
Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.
Tim Peters
2001-04-12
3
-25/+53
*
Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of
Tim Peters
2001-04-12
1
-5/+1
*
SOCKET.py and TERMIOS.py are no longer used in this release.
Guido van Rossum
2001-04-11
3
-539/+0
*
(py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"
Barry Warsaw
2001-04-11
1
-3/+3
*
Fixed bug in example.
Fred Drake
2001-04-11
1
-2/+2
*
Noted the improved RISCOS port and the new Unixware 7 port.
Guido van Rossum
2001-04-11
2
-0/+5
*
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum
2001-04-11
15
-510/+2408
*
Added news about the updated python-mode.el
Barry Warsaw
2001-04-11
1
-0/+10
*
Bumping to version 4.0 since we now support only XEmacs 21.1 and Emacs
Barry Warsaw
2001-04-11
0
-0/+0
*
intermediate
Barry Warsaw
2001-04-11
1
-51/+148
*
Added some additional documentation describing how BabylMailbox
Barry Warsaw
2001-04-11
1
-4/+12
*
Include a synopsis for the chapter overview.
Fred Drake
2001-04-11
1
-0/+1
*
typo
Jeremy Hylton
2001-04-11
2
-8/+16
*
[finishing fix from earlier checkins]
Jeremy Hylton
2001-04-11
2
-0/+2
*
Add support for extra (*) arguments to preorder.
Jeremy Hylton
2001-04-11
2
-6/+6
*
Generate docstrings.
Jeremy Hylton
2001-04-11
2
-6/+52
[next]