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
*
Remove _PyObject_Del
Neal Norwitz
2007-08-19
1
-3/+0
*
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz
2007-08-19
2
-1/+2
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
6
-10/+237
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-10/+4
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
1
-0/+82
*
Remove RISCOS support
Skip Montanaro
2007-08-16
2
-14/+1
*
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis
2007-08-15
2
-0/+7
*
Add XID_Start and XID_Continue properties to unicodectype.
Martin v. Löwis
2007-08-14
1
-0/+12
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
1
-3/+0
*
Remove support for __members__ and __methods__. There still might be
Neal Norwitz
2007-08-11
1
-16/+3
*
Whitespace normalization.
Neal Norwitz
2007-08-08
1
-12/+12
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-1/+2
*
Fix merge breakage.
Martin v. Löwis
2007-07-21
2
-2/+2
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
35
-90/+95
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
1
-1/+1
*
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum
2007-07-11
1
-5/+14
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
2
-3/+4
*
Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE.
Guido van Rossum
2007-06-14
1
-2/+2
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
5
-1/+30
*
Rip out the file object's implementation.
Guido van Rossum
2007-06-12
2
-45/+4
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
4
-7/+50
*
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
[next]