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
...
*
changes to _lookupName
Jeremy Hylton
2000-02-17
2
-28/+26
*
the previous quick hack to fix def foo((x,y)) failed on some cases
Jeremy Hylton
2000-02-17
4
-32/+96
*
add varargs and kwargs flags to Lambda nodes
Jeremy Hylton
2000-02-17
2
-0/+10
*
satisfy the tabnanny
Jeremy Hylton
2000-02-17
2
-394/+398
*
Update the description of int() to include the radix parameter;
Fred Drake
2000-02-17
1
-12/+16
*
Typo in a comment: "wheter" --> "whether"
Fred Drake
2000-02-17
1
-1/+1
*
Patches by Piers Lauder.
Guido van Rossum
2000-02-17
1
-8/+21
*
Add primitive customization of window size and font.
Guido van Rossum
2000-02-17
1
-3/+19
*
Patch by Mark Hammond:
Guido van Rossum
2000-02-17
1
-15/+75
*
Changes by Mark Hammond related to the new WindowsError exception.
Guido van Rossum
2000-02-17
1
-0/+6
*
Declarations related to new WindowsError exception.
Guido van Rossum
2000-02-17
1
-0/+7
*
Added WindowsError, for Mark Hammond's extensions.
Guido van Rossum
2000-02-17
1
-0/+6
*
Added docs for new crc32() function. By Jim Ahlstrom.
Guido van Rossum
2000-02-16
1
-0/+12
*
Added test for new crc32() function.
Guido van Rossum
2000-02-16
1
-0/+6
*
Patch by Jim Ahlstrom to add crc32, a useful checksum function
Guido van Rossum
2000-02-16
1
-0/+141
*
The 0.5 release happened on 2/15, not on 2/14. :-)
Guido van Rossum
2000-02-16
1
-1/+1
*
support for arglists with implicit tuple unpacks
Jeremy Hylton
2000-02-16
2
-30/+122
*
more robust assignment of lineno for keyword args
Jeremy Hylton
2000-02-16
2
-6/+6
*
fix argcount generation for arg lists containing tuple unpacks
Jeremy Hylton
2000-02-16
2
-4/+26
*
add flatten helper function
Jeremy Hylton
2000-02-16
2
-0/+22
*
finish first impl of code generator
Jeremy Hylton
2000-02-15
2
-24/+140
*
fix creation of Ellipsis node
Jeremy Hylton
2000-02-15
2
-2/+2
*
add a little debugging support when new.code raises SystemError
Jeremy Hylton
2000-02-15
2
-10/+42
*
no real change -- testing syncmail
Jeremy Hylton
2000-02-15
1
-1/+1
*
add line numbers to nodes in the except clause (when possible)
Jeremy Hylton
2000-02-15
2
-2/+6
*
tidy up tryexcept and tryfinally nodes
Jeremy Hylton
2000-02-15
2
-28/+40
*
A bit restructured.
Guido van Rossum
2000-02-15
1
-15/+40
*
Oops, somehow the initial checkin was botched. :-(
Guido van Rossum
2000-02-15
1
-0/+336
*
Added some clarifications.
Guido van Rossum
2000-02-15
1
-4/+8
*
Temporarily add a copy here for easy distribution.
Guido van Rossum
2000-02-15
1
-0/+0
*
More changes.
Guido van Rossum
2000-02-15
1
-1/+20
*
Notice status back and stack viewer.
Guido van Rossum
2000-02-15
1
-0/+5
*
Support for Moshe's status bar.
Guido van Rossum
2000-02-15
1
-2/+20
*
Status bar code -- by Moshe Zadka.
Guido van Rossum
2000-02-15
1
-0/+32
*
Adding the old stack viewer implementation back, for the debugger.
Guido van Rossum
2000-02-15
1
-0/+276
*
New stack viewer, uses a tree widget.
Guido van Rossum
2000-02-15
1
-230/+89
*
Correct a typo and remove an unqualified except that was hiding the error.
Guido van Rossum
2000-02-15
1
-2/+2
*
Add an XXX comment about the ClassBrowser AIP.
Guido van Rossum
2000-02-15
1
-0/+2
*
Updated change log.
Guido van Rossum
2000-02-15
1
-0/+434
*
News update. Probably incomplete; what else is new?
Guido van Rossum
2000-02-15
1
-0/+27
*
Updated for pending IDLE 0.5 release (still very rough -- just getting
Guido van Rossum
2000-02-15
1
-5/+5
*
Tiny addition.
Guido van Rossum
2000-02-15
1
-1/+1
*
In response to one particular complaint on edu-sig, change some error
Guido van Rossum
2000-02-15
1
-3/+3
*
edit a doc string
Jeremy Hylton
2000-02-14
2
-2/+12
*
Make multiplying a sequence by a long integer (5L * 'b') legal
Andrew M. Kuchling
2000-02-14
1
-2/+13
*
get rid of spurious print
Jeremy Hylton
2000-02-14
2
-2/+0
*
Patch by Gerrit Holl:
Guido van Rossum
2000-02-14
2
-4/+4
*
Patch by Gerrit Holl:
Guido van Rossum
2000-02-14
1
-2/+6
*
looks like everything is working except for try/except (pystone
Jeremy Hylton
2000-02-14
2
-12/+28
*
LeftShift & RightShift: fix reprs, change attr names to left and right
Jeremy Hylton
2000-02-14
2
-20/+20
[prev]
[next]