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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
6
-7/+43
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-44/+91
*
Cruft removal:
Neal Norwitz
2006-12-28
4
-7/+7
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
44
-295/+930
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
2
-10/+10
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
3
-9/+35
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-0/+5
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
2
-35/+4
*
Get parsermodule working again after adding set literals
Neal Norwitz
2006-08-29
1
-4/+4
*
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
Neal Norwitz
2006-08-29
1
-5/+0
*
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Guido van Rossum
2006-08-26
1
-0/+76
*
Remove more '<>' usage.
Brett Cannon
2006-08-25
1
-10/+10
*
Remove more '<>' usage.
Brett Cannon
2006-08-25
1
-1/+1
*
Fix the datetime comparison conundrum.
Guido van Rossum
2006-08-24
1
-86/+47
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-0/+2
*
Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no
Thomas Wouters
2006-08-21
1
-1/+1
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
28
-299/+431
*
And the gdbm module's test now passes again.
Guido van Rossum
2006-08-19
1
-13/+33
*
Fix this right for has_key(). This required adding tp_as_sequence.
Guido van Rossum
2006-08-19
1
-13/+34
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
3
-11/+11
*
Fixed cPickle, by restoring some of the deleted code.
Guido van Rossum
2006-08-17
1
-3/+40
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
4
-254/+13
*
Get rid of the last mention of WITH_CYCLE_GC that I could find.
Guido van Rossum
2006-08-17
1
-6/+0
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
73
-1223/+2370
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
11
-36/+25
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
10
-134/+699
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
32
-596/+529
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
71
-1251/+3513
*
Add empty __init__ methods for stateful multibytecodec instances.
Hye-Shik Chang
2006-04-21
1
-4/+28
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
84
-5815/+8668
*
Merge trunk up to 43069, putting re.py back and hopefully making the branch
Thomas Wouters
2006-04-21
1
-2/+4
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
7
-61/+87
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
4
-14/+3
*
Finish getting rid of statichere/staticforward
Neal Norwitz
2006-03-22
7
-23/+23
*
Remove staticforward and statichere
Neal Norwitz
2006-03-22
1
-3/+3
*
Remove PyArg_NoArgs() and PyArg_GetInt()
Neal Norwitz
2006-03-17
1
-2/+0
*
Get rid of xreadlines() (methods).
Neal Norwitz
2006-03-17
1
-8/+0
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
1
-33/+2
*
Try to avoid many of the compiler warnings when compiling libffi by
Thomas Heller
2006-03-14
1
-3/+3
*
Cast an Py_ssize_t to int, to avoid a compiler warning.
Thomas Heller
2006-03-14
1
-2/+2
*
Integrate patch from Neal Norwitz. He writes:
Thomas Heller
2006-03-14
3
-56/+60
*
Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and
Neal Norwitz
2006-03-14
1
-0/+14
*
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
Hye-Shik Chang
2006-03-13
1
-1/+1
*
merged with cElementTree development trunk (1.0.6 snapshot):
Fredrik Lundh
2006-03-12
1
-32/+60
*
Fix another leak in bsddb, and avoid use of uninitialized value -- funny how
Thomas Wouters
2006-03-12
1
-1/+2
*
Adjust CJK Ideograph range to Unicode 4.1.
Martin v. Löwis
2006-03-11
1
-13/+12
*
Fix refcounting bug.
Martin v. Löwis
2006-03-10
1
-0/+1
*
Avoid forward-declaring the methods array.
Martin v. Löwis
2006-03-10
1
-52/+53
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
1
-27/+4
*
Update Unicode database to Unicode 4.1.
Martin v. Löwis
2006-03-09
3
-12495/+16107
[next]