index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address some XXXs from Neal Norwitz.
Collin Winter
2007-03-23
1
-8
/
+19
*
Remove isCallable() and sequenceIncludes() from the operator module.
Collin Winter
2007-03-21
1
-6
/
+0
*
Little fixes:
Neal Norwitz
2007-03-21
1
-8
/
+15
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
2
-0
/
+218
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-0
/
+4
*
Add a missing forward declaration for PyFileIO_Type. The _fileio module now c...
Collin Winter
2007-03-08
1
-0
/
+2
*
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
Guido van Rossum
2007-03-08
1
-0
/
+713
*
SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners.
Neal Norwitz
2007-02-27
2
-7
/
+7
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
6
-3
/
+338
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
2
-5
/
+16
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
2
-29
/
+2
*
Essential changes for print function changes.
Guido van Rossum
2007-02-09
1
-54
/
+2
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
2
-9
/
+22
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
6
-23
/
+77
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
20
-486
/
+521
*
Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.
Guido van Rossum
2007-01-15
1
-1
/
+1
*
Merged revisions 53434 via svnmerge from
Guido van Rossum
2007-01-15
1
-4
/
+14
*
Fix cPickle breakage due to last-minute change to the name of the 'long' type
Guido van Rossum
2007-01-14
1
-1
/
+1
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
15
-80
/
+186
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2
/
+2
*
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
[next]