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
*
Add a missing "rf.depth = 0;" to marshal_load().
Guido van Rossum
2007-07-30
1
-0/+1
*
Implement PEP 3120.
Martin v. Löwis
2007-07-29
1
-1/+2
*
SF patch# 1761465 by Jeffrey Yasskin.
Guido van Rossum
2007-07-27
1
-2/+2
*
Fix import of frozen package submodules to use Unicode. Fixes test_frozen.
Guido van Rossum
2007-07-23
1
-3/+4
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
5
-10/+7
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
1
-2/+19
*
Change Py_BuildValue to generate Unicode objects for
Martin v. Löwis
2007-07-18
1
-2/+2
*
Three patches by Amaury Forgeot d'Arc; SF patch# 1754484.
Guido van Rossum
2007-07-16
2
-8/+14
*
Make chr() and ord() return/accept surrogate pairs in narrow builds.
Guido van Rossum
2007-07-15
1
-2/+23
*
obcheckin.
Guido van Rossum
2007-07-11
1
-2/+2
*
Revert a wrong commit.
Thomas Heller
2007-07-11
1
-1/+1
*
Must create heaptypes with unicode names.
Thomas Heller
2007-07-11
1
-1/+1
*
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum
2007-07-11
5
-64/+230
*
Silence compiler warning.
Guido van Rossum
2007-07-10
1
-1/+1
*
Make test_urllib.py pass. Mostly str/bytes issues.
Guido van Rossum
2007-07-10
1
-4/+19
*
Upon exit, flush stdout and stderr (twice: before and after the code that
Guido van Rossum
2007-07-09
1
-0/+32
*
Changes to ctypes and Mac toolbox glue that fix test_threading and test_platf...
Guido van Rossum
2007-07-09
1
-3/+23
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-547/+57
*
Revert r56044 (which changed the %c format specifier to accept a
Walter Dörwald
2007-07-01
2
-0/+19
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
1
-1/+1
*
Change %c format specifier for PyArg_ParseTuple() so that it accepts
Walter Dörwald
2007-06-20
2
-7/+19
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-0/+10
*
Make sys.path and sys.argv into lists of strings.
Guido van Rossum
2007-06-15
1
-6/+6
*
Looks like an oopsie -- I ignored a warning at my peril.
Guido van Rossum
2007-06-14
1
-1/+2
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
7
-166/+207
*
Rip out the file object's implementation.
Guido van Rossum
2007-06-12
5
-153/+58
*
Make module docstrings unicode objects.
Walter Dörwald
2007-06-12
1
-1/+1
*
Revert 55876. Use PyUnicode_AsEncodedString instead.
Martin v. Löwis
2007-06-12
2
-20/+3
*
Minimal changes to make the "freeze" tool work again.
Guido van Rossum
2007-06-12
1
-0/+3
*
Update the frozen bytecode for __hello__.
Guido van Rossum
2007-06-12
1
-3/+3
*
Fix PyErr_Format() call (missing exception class).
Walter Dörwald
2007-06-11
1
-3/+2
*
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
[next]