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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
2
-6/+29
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-0/+71
*
Remove PyFloat_AsReprString() and PyFloat_AsString() which should not
Neal Norwitz
2006-12-28
1
-27/+16
*
The opstrings table was backwards. Add an XXX comment.
Guido van Rossum
2006-12-19
1
-1/+2
*
Implement extended slicing in bytes objects.
Thomas Wouters
2006-12-19
1
-16/+217
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
15
-162/+366
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
9
-25/+32
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
2
-5/+93
*
Get rid of more coerce cruft (really check in this time :-)
Neal Norwitz
2006-08-29
3
-45/+1
*
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Neal Norwitz
2006-08-29
1
-1/+1
*
Fix str() and repr() of empty sets.
Georg Brandl
2006-08-28
1
-4/+15
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-4/+17
*
The daily ritual: fix C89 violations.
Guido van Rossum
2006-08-26
1
-2/+4
*
SF patch 1546297 (with some tweaks):
Guido van Rossum
2006-08-25
1
-0/+171
*
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
Guido van Rossum
2006-08-24
2
-8/+8
*
Got test_mutants.py working. One set of changes was straightforward:
Guido van Rossum
2006-08-24
1
-19/+22
*
Implement == and != comparisons for code objects by value.
Guido van Rossum
2006-08-24
1
-39/+55
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
13
-642/+498
*
Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop'
Thomas Wouters
2006-08-23
1
-0/+2
*
Make bytesobject raise ValueError instead of TypeError again (thanks, Nick)
Thomas Wouters
2006-08-22
1
-4/+4
*
remove debugging turd.
Thomas Wouters
2006-08-21
1
-4/+0
*
Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden
Guido van Rossum
2006-08-21
2
-12/+55
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
13
-137/+233
*
Fix comparing complex to non-complex numbers.
Guido van Rossum
2006-08-21
1
-10/+4
*
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz
2006-08-21
6
-232/+10
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
3
-20/+3
*
repr() of a long int no longer produces a trailing 'L'.
Guido van Rossum
2006-08-18
1
-15/+7
*
Fix non-C89-compatible syntax.
Guido van Rossum
2006-08-17
1
-2/+2
*
Make the it_index field in the str/unicode iterators Py_ssize_t's.
Guido van Rossum
2006-08-17
2
-10/+15
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-4/+3
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
10
-2217/+288
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
22
-395/+700
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
17
-256/+134
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
7
-179/+466
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
10
-561/+684
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
17
-989/+4690
*
Adding bytes.join() -- a class methods that concatenates an iterable of bytes.
Guido van Rossum
2006-05-05
1
-2/+65
*
Optimizations for bytes reallocation.
Guido van Rossum
2006-05-05
1
-11/+53
*
Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes.
Guido van Rossum
2006-04-27
1
-5/+94
*
Added much functionality to the bytes type.
Guido van Rossum
2006-04-24
2
-168/+467
*
Fix a leak and a buglet discovered by Thomas.
Guido van Rossum
2006-04-23
1
-1/+2
*
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum
2006-04-22
2
-0/+376
*
Merge with trunk up to revision 45620.
Thomas Wouters
2006-04-21
1
-1/+1
*
Merge trunk up to 45598.
Thomas Wouters
2006-04-21
1
-4/+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
33
-1243/+1410
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-205/+525
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
12
-120/+7
*
Get rid of xreadlines() (methods).
Neal Norwitz
2006-03-17
1
-7/+0
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
1
-12/+2
*
Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and
Neal Norwitz
2006-03-14
1
-5/+7
[next]