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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test_frozen.
Guido van Rossum
2007-02-09
1
-8/+9
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
3
-30/+1
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
6
-177/+2
*
Essential changes for print function changes.
Guido van Rossum
2007-02-09
4
-1013/+931
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-2/+32
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
3
-7/+10
*
Fix minor grammar typo.
Brett Cannon
2007-01-29
1
-1/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+0
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
1
-1/+1
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
6
-29/+32
*
Some more changes related to the new except syntax and semantics,
Guido van Rossum
2007-01-10
5
-19/+11
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
2
-4/+57
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
3
-3/+13
*
Commit __version__ change.
Martin v. Löwis
2007-01-06
1
-1/+1
*
Update the magic number now that signature annotations were added.
Guido van Rossum
2006-12-28
1
-1/+2
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
6
-1422/+1927
*
Remove PyFloat_AsReprString() and PyFloat_AsString() which should not
Neal Norwitz
2006-12-28
1
-20/+6
*
Patch #1601678: move intern() to sys.intern().
Georg Brandl
2006-12-19
2
-26/+27
*
Oops, re-add 'static' qualifier.
Thomas Wouters
2006-12-13
1
-1/+1
*
Regenerate frozen.c's manual marshal as directed, fixing test_frozen.
Thomas Wouters
2006-12-13
1
-8/+9
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
15
-962/+1028
*
Check "sep" and "end" for stringness in Print().
Georg Brandl
2006-11-30
1
-1/+14
*
Add built-in Print() function. This is PEP 3105 except for the name;
Guido van Rossum
2006-11-30
1
-0/+55
*
Make it compile with older compilers.
Guido van Rossum
2006-11-22
1
-3/+3
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
8
-105/+363
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
5
-106/+106
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
7
-1047/+873
*
Fix set literals not being visited in symtable creation.
Georg Brandl
2006-08-28
2
-1/+4
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
6
-32/+125
*
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Guido van Rossum
2006-08-26
1
-1/+1
*
SF patch 1546297 (with some tweaks):
Guido van Rossum
2006-08-25
1
-15/+3
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
6
-56/+2
*
Remove support for backticks from the grammar and compiler.
Brett Cannon
2006-08-25
3
-107/+85
*
Make built-in zip() equal to itertools.izip().
Guido van Rossum
2006-08-24
1
-102/+18
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
2
-105/+103
*
Make it compile with C89.
Guido van Rossum
2006-08-24
1
-1/+2
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-12/+16
*
Check for exceptions set by PyDict_GetItem().
Jeremy Hylton
2006-08-23
1
-0/+2
*
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum
2006-08-22
1
-75/+0
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
10
-638/+693
*
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz
2006-08-21
1
-25/+0
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
2
-13/+6
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
23
-210/+802
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
2
-7/+3
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
6
-38/+94
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
7
-31/+55
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
16
-2199/+407
*
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum
2006-04-22
1
-0/+1
*
Commit regenerated Python-ast.c.
Thomas Wouters
2006-04-21
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
26
-663/+907
[next]