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
*
Undo change from list to dict for handling varnames, consts, etc.
Jeremy Hylton
2001-08-29
1
-49/+22
*
Change default() to use getChildNodes() instead of getChildren()
Jeremy Hylton
2001-08-29
1
-3/+2
*
Support // and //=
Jeremy Hylton
2001-08-29
1
-1/+6
*
Add support for // and //=.
Jeremy Hylton
2001-08-29
1
-5/+16
*
Add generator detection to symbol table.
Jeremy Hylton
2001-08-29
1
-9/+35
*
Modify name conversion to be (hopefully) a bit more efficient.
Jeremy Hylton
2001-08-29
1
-17/+52
*
Revise implementations of getChildren() and getChildNodes().
Jeremy Hylton
2001-08-29
1
-100/+602
*
Add opcodes for floor division and true division (PEP 238)
Jeremy Hylton
2001-08-29
1
-0/+4
*
Add tests for augmented floor division
Jeremy Hylton
2001-08-29
2
-0/+27
*
Don't include doc string of class in its code child
Jeremy Hylton
2001-08-29
1
-0/+5
*
Now that int is subclassable, have to change a test that tests for
Guido van Rossum
2001-08-29
1
-2/+2
*
marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit
Tim Peters
2001-08-29
1
-0/+41
*
pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle
Tim Peters
2001-08-28
2
-1/+20
*
Update an email address.
Barry Warsaw
2001-08-28
1
-10/+10
*
Fix the test again due to fewer calls to __getattr__.
Guido van Rossum
2001-08-28
1
-3/+1
*
Fix one test to reflect the change in method lookup policy.
Guido van Rossum
2001-08-28
1
-2/+1
*
Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are
Jeremy Hylton
2001-08-28
1
-1/+1
*
XXX_NAME ops should affect varnames
Jeremy Hylton
2001-08-28
1
-1/+4
*
Generate FOR_ITER-based loops instead of old FOR_LOOP-based loops
Jeremy Hylton
2001-08-28
1
-5/+9
*
FOR_ITER is a jrel_op() not a plain old def_op()
Jeremy Hylton
2001-08-28
1
-1/+1
*
Added list of tests expected to be skipped on the mac.
Jack Jansen
2001-08-28
1
-0/+36
*
Handle private names
Jeremy Hylton
2001-08-27
3
-20/+50
*
A quick hack to make the test pass on the Mac (similar to the quick hack
Jack Jansen
2001-08-27
1
-0/+4
*
emit SET_LINENO for augmented assignments
Jeremy Hylton
2001-08-27
1
-0/+4
*
Many changes -- bug fixes and sundry improvements
Jeremy Hylton
2001-08-27
1
-33/+30
*
Fix another test still expecting overflow on big int literals.
Tim Peters
2001-08-27
1
-7/+2
*
Change test_overflow to test_no_overflow; looks like big int literals
Tim Peters
2001-08-27
1
-4/+5
*
Fix for sibling nodes that define the same free variable
Jeremy Hylton
2001-08-27
1
-6/+10
*
Add lookup_name() to optimize use of stack frames
Jeremy Hylton
2001-08-27
1
-5/+21
*
Two changes to visitor API:
Jeremy Hylton
2001-08-27
1
-20/+23
*
Add content-type header to ftp URLs (SF patch #454553)
Jeremy Hylton
2001-08-27
3
-14/+27
*
SF bug [#455775] float parsing discrepancy.
Tim Peters
2001-08-27
1
-0/+15
*
Patch by Bill Noon: added 'dylib' as a library type along with
Jack Jansen
2001-08-27
2
-4/+9
*
Undo previous checkin -- Barry fixed it better.
Guido van Rossum
2001-08-24
1
-2/+0
*
Update test output to match new (more informative) error message about
Guido van Rossum
2001-08-24
1
-2/+2
*
Quick and dirty fix for test_extcall failures trigged by Guido's
Barry Warsaw
2001-08-24
2
-4/+8
*
Remove the local 'getset' class -- this is now a built-in type with
Guido van Rossum
2001-08-24
1
-18/+0
*
Rip the import repr truncation test out of here and put it in test_repr.py
Barry Warsaw
2001-08-24
1
-35/+0
*
Added lots of tests for reprs of "simple" objects, such as file,
Barry Warsaw
2001-08-24
1
-0/+156
*
Repair repr of future-features (wasn't updated to include the new
Tim Peters
2001-08-24
1
-2/+3
*
supers(): typo -- "if verify" should be "if verbose".
Guido van Rossum
2001-08-24
1
-1/+1
*
Add test suite for super().
Guido van Rossum
2001-08-24
1
-0/+32
*
Add a test for the new getset type.
Guido van Rossum
2001-08-24
1
-0/+24
*
SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like
Guido van Rossum
2001-08-24
1
-4/+7
*
Back out trying to use the C values for CO_xxx.
Tim Peters
2001-08-24
1
-10/+10
*
Looks like someone forgot the change the expected output file.
Tim Peters
2001-08-24
1
-14/+14
*
Add a test for the new // operator too.
Tim Peters
2001-08-23
1
-0/+4
*
SF bug [#454456] int overflow code needs tests.
Tim Peters
2001-08-23
1
-0/+61
*
Patch #449054 to implement PEP 250. The standard install directory for
Greg Ward
2001-08-23
2
-8/+22
*
Remove test_long's expected-output file.
Tim Peters
2001-08-23
2
-9/+8
[next]