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
*
Fix refleaks in test_unicode and test_string related to the new format code.
Neal Norwitz
2007-08-27
1
-4/+2
*
PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...
Eric Smith
2007-08-26
1
-2/+1
*
Get rid of more uses of string and use const in a few places.
Neal Norwitz
2007-08-26
1
-2/+2
*
Fix some comments
Neal Norwitz
2007-08-25
1
-2/+2
*
Fix typo in comment
Neal Norwitz
2007-08-25
1
-1/+1
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25
2
-0/+14
*
Add const to input string parameters
Neal Norwitz
2007-08-25
1
-4/+4
*
Remove PyArg_Parse usage from time module. (An extra set of eyeballs on
Skip Montanaro
2007-08-24
1
-0/+4
*
Add const to some strings that are not modified
Neal Norwitz
2007-08-24
1
-4/+4
*
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
Travis E. Oliphant
2007-08-20
1
-2/+3
*
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
[next]