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
/
test
/
test_descr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manually merge r60521 from trunk.
Georg Brandl
2008-02-05
1
-4237/+3941
*
Merged revisions 60245-60277 via svnmerge from
Christian Heimes
2008-01-25
1
-0/+24
*
Merged revisions 60234-60244 via svnmerge from
Christian Heimes
2008-01-24
1
-1/+1
*
Merged revisions 60210-60233 via svnmerge from
Christian Heimes
2008-01-24
1
-3/+72
*
Merged revisions 59595-59604 via svnmerge from
Christian Heimes
2007-12-28
1
-7/+11
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-2/+2
*
Merged revisions 59193-59201 via svnmerge from
Christian Heimes
2007-11-27
1
-1/+0
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
1
-21/+10
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
1
-8/+11
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
1
-0/+65
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
Patch # 1145 by Thomas Lee:
Guido van Rossum
2007-09-27
1
-4/+0
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-1/+17
*
Check in some documentation tweaks for PEP 3141, add some tests, and implement
Jeffrey Yasskin
2007-09-07
1
-5/+0
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-25/+19
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-70/+70
*
Fix failure do to outlawing complex floordiv/mod.
Guido van Rossum
2007-08-03
1
-1/+3
*
Delete failing test that was checking that a slot declaration with
Guido van Rossum
2007-07-20
1
-9/+5
*
Getting rid of cPickle. Mmm, feels good!
Guido van Rossum
2007-07-20
1
-29/+2
*
Make test_descr.py pass. Had to disable a few tests, remove references
Guido van Rossum
2007-07-11
1
-84/+82
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-6/+3
*
Simplify various spots where: str() is called on something
Walter Dörwald
2007-06-11
1
-34/+23
*
Check unicode identifier directly instead of converting
Walter Dörwald
2007-06-11
1
-0/+7
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-1/+2
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-2/+78
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-44/+0
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-13/+13
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
1
-1/+1
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-44/+44
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+130
*
Make readonly members defined in C throw an AttributeError on modification. T...
Collin Winter
2007-03-28
1
-3/+3
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-41/+40
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-1/+1
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-13/+11
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-111/+111
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-53/+52
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-7/+0
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-5/+5
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+14
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-4/+4
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-4/+4
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
1
-2/+2
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-25/+58
*
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz
2006-08-21
1
-33/+2
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-2/+8
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+34
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-1/+14
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-4/+8
*
Remove tests for classic-class and mixed-classic-class/new-style behaviour.
Thomas Wouters
2006-04-15
1
-146/+2
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
1
-7/+2
[next]