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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change to always call list.append with a single argument.
Guido van Rossum
1996-10-08
2
-2/+2
*
Changes to always call list.append with a single argument.
Guido van Rossum
1996-10-08
3
-8/+8
*
Change to always call list.append with a single argument.
Guido van Rossum
1996-10-08
3
-3/+3
*
Set the __file__ attribute of the imported module in both versions of
Guido van Rossum
1996-10-07
1
-7/+11
*
Add provisions to set the (to be documented!) instance variable
Guido van Rossum
1996-10-07
1
-1/+4
*
Compromise on test in find_class(): a user-defined function is okay,
Guido van Rossum
1996-10-07
1
-3/+1
*
(Tkinter.py): Improve application basename determination to make .py and
Fred Drake
1996-10-06
2
-2/+4
*
Added getparamnames() to Message class -- return a list of all
Guido van Rossum
1996-10-04
1
-0/+8
*
Don't auto-install on import. This slows down apps that use
Guido van Rossum
1996-10-04
1
-6/+0
*
(Tkinter.py): Fixed dumb typo in Misc.tk_setPalette().
Fred Drake
1996-10-04
2
-4/+4
*
Don't mix stdout/stderr.
Guido van Rossum
1996-10-02
1
-2/+2
*
Add main program similar to pdb.
Guido van Rossum
1996-10-01
1
-0/+19
*
Always open file objects in binary mode.
Guido van Rossum
1996-09-30
1
-2/+2
*
Don't die if an ok file method (e.g. fileno) doesn't exist.
Guido van Rossum
1996-09-30
1
-1/+1
*
(Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated
Fred Drake
1996-09-27
2
-80/+172
*
(Canvas.py): Added definition of CanvasItem.cget() as suggested by
Fred Drake
1996-09-26
2
-0/+2
*
1. Correct typo in FileWrapper.close() (fix by AMK).
Guido van Rossum
1996-09-25
1
-6/+10
*
Revamped test case and updated doc string.
Guido van Rossum
1996-09-17
1
-23/+41
*
Show names of locals in disco (Ka-Ping Yee)
Guido van Rossum
1996-09-12
1
-0/+6
*
Layout and cleanup by Fred
Guido van Rossum
1996-09-11
1
-82/+76
*
Another batch...
Guido van Rossum
1996-09-11
8
-28/+54
*
Implement lower by calling lower, not lift.
Guido van Rossum
1996-09-11
2
-2/+2
*
Bug fixes in index&icursor suggested by Nils Fischbeck.
Guido van Rossum
1996-09-11
2
-10/+10
*
Zapped obsolete opcode LOAD_GLOBALS.
Guido van Rossum
1996-09-10
1
-1/+0
*
Added linux2 specific code :-(
Guido van Rossum
1996-09-10
1
-0/+3
*
Fix bogus len() call
Guido van Rossum
1996-09-10
1
-1/+1
*
Correct sys.path[0] when used stand-alone
Guido van Rossum
1996-09-10
1
-3/+6
*
Fix type in loop stripping '__.' from name
Guido van Rossum
1996-09-10
2
-2/+2
*
close module file after loading
Guido van Rossum
1996-09-10
1
-10/+13
*
One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5.
Guido van Rossum
1996-09-10
1
-9/+24
*
simpler version of the previous fix
Guido van Rossum
1996-09-10
2
-8/+4
*
compatibility changes suggested by Jack,
Guido van Rossum
1996-09-10
2
-4/+8
*
Rewritten by Lars Wizenius to add long options
Guido van Rossum
1996-09-09
1
-25/+90
*
Change to allow keyword args for Group,
Guido van Rossum
1996-09-06
2
-10/+12
*
Fixed Entry.select_from() to acually call the "select from" widget
Guido van Rossum
1996-09-06
2
-2/+2
*
Added logging support.
Guido van Rossum
1996-09-05
1
-0/+60
*
Fixed embarrassing logic bug in read_lines_to_outerboundary().
Guido van Rossum
1996-09-05
1
-2/+3
*
Added Menu.insert*() methods [Fred]
Guido van Rossum
1996-09-05
2
-0/+26
*
Add initial values to variables to avoid crash in __del__
Guido van Rossum
1996-09-05
2
-0/+12
*
Get rid of nobody_uid() and import pwd -- not used here.
Guido van Rossum
1996-09-04
1
-12/+0
*
Subtle hack so the eps printed is not dependent on the formatting
Guido van Rossum
1996-08-29
1
-2/+3
*
No double underscores for globals please
Guido van Rossum
1996-08-26
1
-3/+3
*
Another batch of updates...
Guido van Rossum
1996-08-26
20
-62/+842
*
Bump exposed __version__ to 1.4.
Guido van Rossum
1996-08-26
1
-6/+9
*
Don't die when getuid() or getpid() aren't defined.
Guido van Rossum
1996-08-26
1
-2/+8
*
Don't do truncation to 8+3 format -- this is used on NT file systems!
Guido van Rossum
1996-08-26
1
-9/+2
*
Added Mime writer module (formerly in Grail)
Guido van Rossum
1996-08-26
1
-0/+131
*
typo (cotinue -> continue)
Guido van Rossum
1996-08-26
1
-1/+1
*
Three sets of changes from Grail:
Guido van Rossum
1996-08-26
1
-12/+15
*
Slightly faster (un)quoting.
Guido van Rossum
1996-08-26
1
-8/+8
[next]