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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pop loop off the loop stack before handling the loop's else clause.
Jeremy Hylton
2001-04-12
1
-4/+4
*
Use new _implicitNameOp() to generate name op code for list comprehensions.
Jeremy Hylton
2001-04-12
1
-4/+17
*
Add support for visitAssAttr to findOp().
Jeremy Hylton
2001-04-12
1
-1/+1
*
pyassem.py:
Jeremy Hylton
2001-04-12
2
-14/+111
*
Revise handling of tuple arguments so that the variables names match
Jeremy Hylton
2001-04-12
2
-8/+8
*
Only treat an AugAssign as def if its the target is a Name.
Jeremy Hylton
2001-04-12
1
-2/+4
*
Fix unpackSequence() to use _nameOp() rather than LOAD_FAST
Jeremy Hylton
2001-04-12
1
-1/+2
*
Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAME
Jeremy Hylton
2001-04-12
1
-0/+3
*
Preliminary support for nested scopes
Jeremy Hylton
2001-04-12
3
-89/+396
*
Define constants for types of scopes
Jeremy Hylton
2001-04-12
1
-0/+5
*
typo
Jeremy Hylton
2001-04-11
1
-4/+8
*
[finishing fix from earlier checkins]
Jeremy Hylton
2001-04-11
1
-0/+1
*
Add support for extra (*) arguments to preorder.
Jeremy Hylton
2001-04-11
1
-3/+3
*
Generate docstrings.
Jeremy Hylton
2001-04-11
1
-3/+26
*
Add lineno attributes to Discard nodes
Jeremy Hylton
2001-04-11
1
-1/+3
*
Make sure the docstring is always entered as the first element in the
Jeremy Hylton
2001-04-11
1
-11/+1
*
Append the revision number for each file to the output.
Guido van Rossum
2001-04-10
1
-1/+1
*
Add globals to list of names returned by get_names().
Jeremy Hylton
2001-04-09
1
-7/+13
*
Add two arguments to Scope constructor, module scope and class name
Jeremy Hylton
2001-04-09
1
-24/+92
*
Add preliminary module symbol table constructor
Jeremy Hylton
2001-04-09
1
-0/+193
*
Add support for future statements
Jeremy Hylton
2001-04-09
2
-6/+98
*
Fix "import as" (has always skipping the as name)
Jeremy Hylton
2001-04-09
1
-9/+15
*
typo
Jeremy Hylton
2001-04-09
1
-1/+1
*
Added more link attributes based on additonal information from Chris
Fred Drake
2001-04-05
1
-1/+13
*
A number of improvements based on a discussion with Chris McCafferty
Fred Drake
2001-04-04
1
-2/+24
*
Initialize new save_warnings_filters data member in ModifiedInterpreter.__ini...
Tim Peters
2001-03-29
1
-0/+1
*
Turn SyntasWarning into SyntaxError for all code entered
Guido van Rossum
2001-03-26
1
-1/+12
*
Script for starting pydoc with a GUI in Windows.
Ka-Ping Yee
2001-03-23
1
-0/+2
*
Make this IDLE version 0.8. (We have to skip 0.7 because that was a
Guido van Rossum
2001-03-22
1
-1/+1
*
Don't use __debug__ as if it were some module global. Use DEBUG
Guido van Rossum
2001-03-22
1
-15/+15
*
Patch #409504: Fix regex problems, consider \-continuation lines in Makefile
Martin v. Löwis
2001-03-21
2
-2/+15
*
Lawrence Hudson, SF #401702: Modify co_filename in frozen programs
Guido van Rossum
2001-03-20
2
-3/+42
*
Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to use
Eric S. Raymond
2001-03-18
2
-10/+12
*
Get rid of hardcoded Python path (can't guess where the user installed
Tim Peters
2001-03-10
1
-1/+1
*
Added -o/--output-file option as per GNU msgfmt to specify the output
Barry Warsaw
2001-03-02
1
-9/+18
*
Put current date into POT-Creation-Date; leave PO-Revision-Date for
Martin v. Löwis
2001-03-01
1
-2/+3
*
Call main routine in pydoc module (pydoc.cli).
Ka-Ping Yee
2001-03-01
1
-76/+2
*
Add script form of pydoc so that it's present in beta1. Currently
Andrew M. Kuchling
2001-02-28
1
-0/+78
*
Dialog and Window objects are (finally) different beasts.
Jack Jansen
2001-02-27
1
-2/+1
*
Use the filename, not the pathname, in the definitions file
Jack Jansen
2001-02-27
1
-1/+1
*
main(): Slightly more informative error message when TokenError
Barry Warsaw
2001-02-26
1
-1/+5
*
Patch 103928: Correct zlib freeze settings for Win32.
Tim Peters
2001-02-23
1
-2/+2
*
Hack to make this still work with Python 1.5.2. ;-(
Fred Drake
2001-02-16
1
-1/+6
*
Moved SequenceMatcher from ndiff into new std library module difflib.py.
Tim Peters
2001-02-10
1
-292/+2
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-1/+1
*
move "from Tkinter import *" to module level
Jeremy Hylton
2001-02-02
2
-2/+2
*
Special case around some of the nastier annoyances with the type-in
Barry Warsaw
2001-02-01
1
-6/+25
*
Move the "from Tkinter import *" out of the method and into the module
Barry Warsaw
2001-02-01
1
-1/+2
*
Allow installation of IDLE via distutils (patch #103138).
Martin v. Löwis
2001-01-28
2
-0/+93
*
Windows: ucnhash subproject no longer exists (/F merged into unicodedata).
Tim Peters
2001-01-24
1
-3/+0
[next]