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
*
Added (dummy) divmod and (functional) abs.
Guido van Rossum
1991-05-05
1
-10/+37
*
Added long integer support.
Guido van Rossum
1991-05-05
1
-0/+4
*
Renamed class members to instances and class methods to instance methods
Guido van Rossum
1991-05-05
1
-6/+6
*
Renamed class methods to instance methods (which they are)
Guido van Rossum
1991-05-05
2
-64/+64
*
Added long() and support for longs in int() and float();
Guido van Rossum
1991-05-05
1
-58/+72
*
Added longobject.h
Guido van Rossum
1991-05-05
1
-0/+1
*
Minor improvements. Removed footnote about CWI pathnames.
Guido van Rossum
1991-04-23
2
-30/+8
*
Added \dataitem command; removed DRAFT from title; changed a word
Guido van Rossum
1991-04-23
2
-6/+10
*
Clarify comment.
Guido van Rossum
1991-04-21
2
-2/+2
*
Delay zero after successful action.
Guido van Rossum
1991-04-21
1
-2/+8
*
Remove reference to util.
Guido van Rossum
1991-04-21
1
-1/+1
*
Initial revision
Guido van Rossum
1991-04-21
1
-0/+59
*
Use built-in file.read() instead of util.readfile().
Guido van Rossum
1991-04-21
2
-6/+10
*
Don't sleep if msecs <= 0.
Guido van Rossum
1991-04-21
2
-2/+4
*
Support delayed destroy. Use built-in remove.
Guido van Rossum
1991-04-21
2
-16/+30
*
Use text object's new settext() method.
Guido van Rossum
1991-04-21
2
-2/+8
*
Add destrpy() method.
Guido van Rossum
1991-04-21
2
-0/+6
*
Use built-in remove() method of lists instead of util.remove.
Guido van Rossum
1991-04-21
2
-20/+18
*
New hacks for include files to get time_t in the most portable way.
Guido van Rossum
1991-04-16
1
-10/+54
*
Initial revision
Guido van Rossum
1991-04-16
1
-0/+17
*
Add filled drawing methods and polygon methods.
Guido van Rossum
1991-04-16
1
-26/+118
*
Move allobjects.h to front (needed by THINK C precompiled headers)
Guido van Rossum
1991-04-16
1
-2/+2
*
Add warning about Lambert's bug.
Guido van Rossum
1991-04-16
1
-0/+3
*
Added pwd and grp modules
Guido van Rossum
1991-04-16
1
-0/+4
*
BUGFIX! Instructions are unsigned bytes.
Guido van Rossum
1991-04-16
1
-4/+4
*
Rename class methods to instance methods (at least where user-visible)
Guido van Rossum
1991-04-16
1
-3/+3
*
Initial revision
Guido van Rossum
1991-04-10
1
-0/+222
*
Incorporated MSDOS changes (untested).
Guido van Rossum
1991-04-08
1
-2/+93
*
Made utime use much more portable.
Guido van Rossum
1991-04-08
1
-14/+52
*
This is no longer needed, since all these functions are now built-in
Guido van Rossum
1991-04-07
2
-22/+12
*
Don't us sys.ps1 and sys.ps2.
Guido van Rossum
1991-04-07
1
-3/+7
*
Added join() and joinfields() functions.
Guido van Rossum
1991-04-07
2
-18/+54
*
Initial revision
Guido van Rossum
1991-04-07
10
-0/+861
*
Support packing whole trees.
Guido van Rossum
1991-04-07
2
-0/+52
*
Support [...] ranges. Also [!...] for negated ranges, SYSV shell style.
Guido van Rossum
1991-04-07
1
-14/+50
*
Added window list management functionality.
Guido van Rossum
1991-04-07
2
-12/+126
*
Added alternate drawing, realize and getwindow interfaces
Guido van Rossum
1991-04-07
2
-0/+28
*
Added keyboard, alternate drawing, realize and getwindow interfaces.
Guido van Rossum
1991-04-07
2
-4/+88
*
Enabled logicop arguments (LO_*).
Guido van Rossum
1991-04-07
2
-32/+32
*
Added dummy realize() method.
Guido van Rossum
1991-04-07
2
-0/+6
*
New: getwindow() parent method and realize() child method.
Guido van Rossum
1991-04-07
2
-0/+4
*
Fix window.setfont() to call drawing_setfont internally.
Guido van Rossum
1991-04-04
1
-6/+3
*
Add declaration of struct _node, for scoping reasons.
Guido van Rossum
1991-04-04
1
-0/+2
*
More flexible font setting (mainly for the Mac).
Guido van Rossum
1991-04-04
1
-4/+47
*
Added external interface to readline, for raw_input().
Guido van Rossum
1991-04-04
2
-34/+72
*
Use fileobject's filegetline() to implement unlimited raw_input().
Guido van Rossum
1991-04-04
1
-19/+1
*
Hack for THINK C time function.
Guido van Rossum
1991-04-04
1
-5/+11
*
Optimized single-character strings gotten from s[i].
Guido van Rossum
1991-04-04
1
-13/+23
*
Added isatty() for MPW.
Guido van Rossum
1991-04-04
1
-0/+10
*
Added opcodes to load local/global variables
Guido van Rossum
1991-04-04
1
-0/+3
[next]