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
...
*
Use PyErr_Format() directly instead of
Walter Dörwald
2007-06-11
1
-5/+3
*
Simplify error formatting. Fix error message in
Walter Dörwald
2007-06-11
1
-12/+12
*
Simplify ste_repr().
Walter Dörwald
2007-06-11
1
-7/+3
*
Short-cut lookup of utf-8 codec, to make import work
Martin v. Löwis
2007-06-11
1
-0/+17
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
12
-102/+158
*
Change most sys attributes that were str8 objects into str objects
Walter Dörwald
2007-06-07
1
-7/+7
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
7
-126/+98
*
Change sys.intern() so that unicode strings can be
Walter Dörwald
2007-06-05
1
-6/+13
*
Change getdefaultencoding() and getfilesystemencoding()
Walter Dörwald
2007-06-05
1
-2/+2
*
Make the name of the C variables match the Python names
Walter Dörwald
2007-06-05
1
-7/+7
*
Make input9) behave properly with the new I/O library.
Guido van Rossum
2007-05-27
1
-14/+66
*
Change PyErr_Format() to generate a unicode string (by using
Walter Dörwald
2007-05-25
4
-43/+32
*
Enable new I/O. Disable creation of old files.
Guido van Rossum
2007-05-24
2
-66/+2
*
obcheckin.
Guido van Rossum
2007-05-22
1
-2/+2
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
8
-1247/+1390
*
Oops. unicode() builtin was still around.
Guido van Rossum
2007-05-22
1
-1/+0
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
2
-2/+2
*
Add 'U'/'U#' format characters to Py_BuildValue (and thus
Walter Dörwald
2007-05-18
1
-0/+33
*
It's ok for __hex__ or __oct__ to return unicode.
Guido van Rossum
2007-05-15
1
-2/+2
*
Obsubmit.
Guido van Rossum
2007-05-15
1
-2/+2
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
5
-1392/+1124
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
3
-59/+9
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
3
-25/+4
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
6
-380/+566
*
Remove support for u"..." literals.
Guido van Rossum
2007-05-11
1
-10/+1
*
Be more robust around bytes for e[st]#? formats.
Guido van Rossum
2007-05-09
1
-4/+8
*
More uniform approach to getting (UTF8) bytes out of a string.
Guido van Rossum
2007-05-09
1
-30/+3
*
Make test_marshal pass. Not my best work. :-(
Guido van Rossum
2007-05-09
1
-5/+38
*
Given that ord() of a bytes object of length 1 is defined, it should
Guido van Rossum
2007-05-08
1
-1/+1
*
Get rid of 'file' built-in. Get rid of types.StringType and friends.
Guido van Rossum
2007-05-08
1
-1/+0
*
Checkpoint. A b it closer to working pickles and pickletools.
Guido van Rossum
2007-05-07
1
-0/+10
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-298/+1
*
Change UnicodeDecodeError objects so that the 'object' attribute
Walter Dörwald
2007-05-04
2
-0/+60
*
Add 8-bit chr() back as chr8().
Guido van Rossum
2007-05-04
1
-0/+24
*
Compare and hash unicode objects like their UTF-8 representations.
Guido van Rossum
2007-05-04
1
-1/+5
*
More coding by random modification.
Guido van Rossum
2007-05-04
5
-73/+78
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
9
-94/+2
*
Kill unichr() itself.
Guido van Rossum
2007-05-03
1
-3/+0
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
1
-24/+3
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
6
-8/+7
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
13
-419/+463
*
Allow decorators and return annotations to be used together (fixes SF#1697248)
Nick Coghlan
2007-04-23
1
-1/+1
*
Don't crash when nonlocal is used at module level (fixes SF#1705365)
Nick Coghlan
2007-04-23
1
-5/+10
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-0/+41
*
Make it compile with C89.
Guido van Rossum
2007-04-17
1
-1/+2
*
Check in the inevitable change to the version number.
Guido van Rossum
2007-04-16
1
-2/+2
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
6
-1024/+907
*
Support marshal.dump(x, f) where f is not a real file.
Guido van Rossum
2007-04-13
2
-5/+20
*
Make readonly members defined in C throw an AttributeError on modification. T...
Collin Winter
2007-03-28
1
-1/+1
*
Looks like this file wasn't checked in.
Guido van Rossum
2007-03-27
1
-168/+170
[prev]
[next]