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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change float.__str__() and complex.__str__() to return
Walter Dörwald
2007-05-31
1
-0/+1
*
Change PyErr_Format() to generate a unicode string (by using
Walter Dörwald
2007-05-25
1
-2/+1
*
Add interning of unicode strings by copying the functionality from
Walter Dörwald
2007-05-25
2
-4/+15
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
2
-81/+84
*
Rename test_xrange.py to test_range.py and fix the
Walter Dörwald
2007-05-21
1
-3/+0
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
2
-1/+22
*
Add missing #define.
Walter Dörwald
2007-05-18
1
-0/+1
*
Add 'U'/'U#' format characters to Py_BuildValue (and thus
Walter Dörwald
2007-05-18
1
-1/+15
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
2
-10/+1
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
2
-93/+76
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-0/+2
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
2
-3/+0
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
3
-27/+39
*
Add PyUnicode_FromString(), which create a unicode object from a
Walter Dörwald
2007-05-05
1
-0/+8
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
4
-16/+0
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
1
-1/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
4
-1/+9
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
4
-44/+52
*
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum
2007-04-13
1
-0/+1
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
1
-0/+4
*
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...
Georg Brandl
2007-03-18
1
-3/+4
*
Remove the deprecated and useless "pend" argument from
Georg Brandl
2007-03-18
1
-4/+2
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
2
-7/+11
*
SF patch #1669633, add methods for bytes from Pete Shinners.
Neal Norwitz
2007-02-27
1
-0/+2
*
I assume this was supposed to be Py_ssize_t since there are no uses of plain ...
Neal Norwitz
2007-02-27
1
-1/+1
*
Provisional implementation of PEP 3104.
Jeremy Hylton
2007-02-27
3
-61/+71
*
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz
2007-02-26
1
-4/+0
*
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters
2007-02-25
8
-13/+31
*
Make bytes_repr return a string containing a b"" literal.
Georg Brandl
2007-02-24
1
-1/+0
*
Prevent regeneration.
Thomas Wouters
2007-02-23
1
-0/+1
*
Bytes literal.
Thomas Wouters
2007-02-23
2
-4/+10
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
2
-1/+4
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-22/+13
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
2
-4/+0
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
2
-19/+6
*
Essential changes for print function changes.
Guido van Rossum
2007-02-09
1
-68/+67
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
2
-90/+150
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
4
-25/+22
*
Some more changes related to the new except syntax and semantics,
Guido van Rossum
2007-01-10
1
-3/+3
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
4
-83/+118
*
Cruft removal:
Neal Norwitz
2006-12-28
2
-91/+1
*
Remove PyFloat_AsReprString() and PyFloat_AsString() which should not
Neal Norwitz
2006-12-28
1
-14/+5
*
Patch #1601678: move intern() to sys.intern().
Georg Brandl
2006-12-19
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
3
-3/+17
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-1/+1
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
4
-5/+15
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-4/+5
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
4
-66/+55
*
Get rid of more coerce cruft (really check in this time :-)
Neal Norwitz
2006-08-29
1
-1/+0
*
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
Neal Norwitz
2006-08-29
1
-1/+1
[next]