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
...
*
Only catch NameError and TypeError when attempting to subclass an
Fred Drake
2001-05-11
1
-1/+1
*
Fix several bugs and add two features.
Jeremy Hylton
2001-05-08
1
-34/+88
*
Remove BrowserControl module; this had been left in for Python 1.5.2
Fred Drake
2001-04-18
1
-157/+0
*
Remove legacy support for the BrowserControl module; the webbrowser
Fred Drake
2001-04-18
1
-7/+3
*
update_yourself(): Removed unused local variable reported by
Barry Warsaw
2001-04-18
1
-1/+0
*
__init__(): Removed unused local variable reported by PyChecker.
Barry Warsaw
2001-04-18
1
-1/+0
*
StripWidget.__init__(), update_yourself(): Removed some unused local
Barry Warsaw
2001-04-18
1
-21/+20
*
Helpwin.__init__(): Removed an unused local variable (via import)
Barry Warsaw
2001-04-18
1
-1/+1
*
Bump the version to 1.1
Barry Warsaw
2001-04-18
1
-1/+1
*
There have been a few new Python releases <wink> in the 2 years since
Barry Warsaw
2001-04-18
1
-10/+7
*
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
[prev]
[next]