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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
195
-1507/+3400
*
Shut up compiler warnings.
Guido van Rossum
2007-06-13
2
-2/+4
*
Discard unused function.
Guido van Rossum
2007-06-13
1
-34/+0
*
Make test_tmpfile() pass. (And hence test_os.py as a whole passes.)
Guido van Rossum
2007-06-13
1
-2/+2
*
Fix bz2_test.py by removing the tests for universal newline mode.
Guido van Rossum
2007-06-13
2
-37/+2
*
Make it compile with GCC 2.96.
Guido van Rossum
2007-06-13
1
-3/+5
*
Checkpoint: half-fixed the bz2 module. 'U' is no longer supported.
Guido van Rossum
2007-06-13
1
-211/+42
*
Rip out the file object's implementation.
Guido van Rossum
2007-06-12
14
-2536/+105
*
unicode is named str now => fix type check.
Walter Dörwald
2007-06-12
1
-1/+1
*
Fix test_shlex: Use io.StringIO.
Walter Dörwald
2007-06-12
1
-7/+2
*
Mention name of left operand, if "foo in unicode_string"
Walter Dörwald
2007-06-12
1
-2/+3
*
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald
2007-06-12
11
-730/+6
*
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
*
Duh. Delete the outdated comment too.
Guido van Rossum
2007-06-12
1
-7/+0
*
Seems this test is just fine. It fails because __phello__.spam
Guido van Rossum
2007-06-12
1
-2/+0
*
Minimal changes to make the "freeze" tool work again.
Guido van Rossum
2007-06-12
8
-29/+31
*
Update the frozen bytecode for __hello__.
Guido van Rossum
2007-06-12
1
-3/+3
*
Some quick fixes of code that was sorting dict.keys() etc.
Guido van Rossum
2007-06-12
1
-6/+3
*
Remove unused code.
Walter Dörwald
2007-06-11
1
-4/+0
*
Simplify various spots where: str() is called on something
Walter Dörwald
2007-06-11
9
-89/+48
*
Add versionadded notes to PyUnicode_FromString(),
Walter Dörwald
2007-06-11
1
-2/+3
*
Document PyUnicode_FromFormat().
Walter Dörwald
2007-06-11
1
-0/+49
*
Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U,
Walter Dörwald
2007-06-11
3
-44/+66
*
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
*
Simplify error formatting and type_repr().
Walter Dörwald
2007-06-11
1
-8/+4
*
Simplify error formatting.
Walter Dörwald
2007-06-11
1
-10/+10
*
Simplify error formatting (no default encoding required).
Walter Dörwald
2007-06-11
1
-3/+2
*
Check unicode identifier directly instead of converting
Walter Dörwald
2007-06-11
2
-4/+11
*
__module__ is a unicode string now:
Walter Dörwald
2007-06-11
1
-5/+2
*
Short-cut lookup of utf-8 codec, to make import work
Martin v. Löwis
2007-06-11
1
-0/+17
*
Expect unicode in class_name.
Martin v. Löwis
2007-06-10
1
-3/+3
*
Fix getclassname. Fixes test_descrtut.
Martin v. Löwis
2007-06-10
1
-2/+2
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
40
-289/+462
*
Adapt to new exception message.
Walter Dörwald
2007-06-09
1
-6/+6
*
Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain
Walter Dörwald
2007-06-08
1
-12/+10
*
Rename checks for test_support.have_unicode (we always
Walter Dörwald
2007-06-08
7
-112/+62
*
Fix chr() test (1000000 was accepted on a UCS4 build).
Walter Dörwald
2007-06-08
1
-1/+1
*
Make test_socket work.
Guido van Rossum
2007-06-08
2
-8/+14
*
Just enoug fixes so that test_mailbox fails instead of loops forever.
Guido van Rossum
2007-06-07
1
-19/+23
*
Accellerate binary readline() a bit.
Guido van Rossum
2007-06-07
2
-8/+26
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
40
-202/+161
*
Fix pdb help command.
Alexandre Vassalotti
2007-06-07
1
-2/+3
*
The bufsize argument to Popen() should accept None meaning the default (0).
Guido van Rossum
2007-06-07
2
-0/+10
*
Change normalize_encodings() to avoid using .translate() or depending on
Guido van Rossum
2007-06-07
1
-14/+11
*
Fix libc_ver(): libc_ver() was reading sys.executable
Walter Dörwald
2007-06-07
1
-2/+2
*
Change most sys attributes that were str8 objects into str objects
Walter Dörwald
2007-06-07
1
-7/+7
[next]