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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-7/+13
*
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
39
-200/+160
*
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
*
Fix test_str.py so that it tests the str8 class.
Walter Dörwald
2007-06-07
2
-2/+2
*
Register a dispatcher for str8. (This makes test_copy.py pass again.)
Walter Dörwald
2007-06-07
1
-4/+1
*
Fix test_deque.py: Read and write file in text mode,
Walter Dörwald
2007-06-07
1
-2/+2
*
Fix tests for unicode-internal codec.
Walter Dörwald
2007-06-07
1
-13/+13
*
tokenizer.c: make coding markup work again.
Guido van Rossum
2007-06-07
2
-19/+18
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
53
-1909/+501
*
Fix gzip.py: Use bytes where 8bit strings have been used formerly.
Walter Dörwald
2007-06-06
2
-29/+31
*
If append mode is specified seek to the end of the file.
Walter Dörwald
2007-06-06
1
-0/+18
*
Fix test_codeccallbacks.py: bytes has no % operator.
Walter Dörwald
2007-06-06
1
-3/+3
*
Change sys.intern() so that unicode strings can be
Walter Dörwald
2007-06-05
1
-1/+12
*
Simplify socket_repr() by using PyUnicode_FromFormat()
Walter Dörwald
2007-06-05
1
-0/+4
*
Add a helper to display the various flags and components of code objects
Guido van Rossum
2007-05-30
1
-0/+56
*
Fix test_openpty.
Guido van Rossum
2007-05-30
1
-2/+2
*
types.StringType is gone, use str directly instead.
Walter Dörwald
2007-05-29
1
-1/+4
*
Remove debug print.
Walter Dörwald
2007-05-29
1
-1/+0
*
Fix typo.
Walter Dörwald
2007-05-29
1
-1/+2
*
Fix test_pty.py.
Walter Dörwald
2007-05-29
1
-7/+7
*
Fix file test.
Walter Dörwald
2007-05-29
1
-1/+1
*
Get rid of a test for repr() of a file object.
Guido van Rossum
2007-05-27
1
-8/+0
*
Make the binhex test pass on Darwin.
Guido van Rossum
2007-05-27
1
-4/+4
*
Remove use of types.StringType.
Guido van Rossum
2007-05-27
1
-5/+3
*
Use input(), not our own fake raw input (in one place).
Guido van Rossum
2007-05-27
1
-6/+1
*
Make struct tests pass.
Guido van Rossum
2007-05-27
2
-23/+35
*
Make xmlrpclib fail less (test_sundry passes).
Guido van Rossum
2007-05-27
1
-30/+19
*
Add isatty() to TextIOWrapper.
Guido van Rossum
2007-05-27
1
-0/+3
*
Minimal fixes to save the bootstrap on OSX.
Guido van Rossum
2007-05-25
2
-4/+5
*
Merged revisions 55545-55587 via svnmerge from
Guido van Rossum
2007-05-25
1
-0/+75
*
This is the last time I fix binhex. If it breaks again it goes in the dustbin.
Guido van Rossum
2007-05-24
1
-10/+8
*
Fixed array.fromfile(); removed references to PyFileObject in array.tofile().
Guido van Rossum
2007-05-24
1
-7/+1
*
Don't specify an encoding, let open figure out an
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_set.
Guido van Rossum
2007-05-24
1
-4/+4
*
Add an encoding property to TextIOBase instances.
Guido van Rossum
2007-05-24
2
-3/+12
*
Fix tset_bytes.py.
Guido van Rossum
2007-05-24
1
-4/+4
*
Fix test_exceptions.py: There were still str8 objects
Walter Dörwald
2007-05-24
1
-5/+5
*
Fix list_test.py::test_print(): Read and write the
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_funcattrs.py: __name__ attribute must be str8.
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_bool and test_bufio.
Guido van Rossum
2007-05-24
2
-7/+7
*
Enable new I/O. Disable creation of old files.
Guido van Rossum
2007-05-24
1
-7/+1
*
Make test_subprocess work. Fix universal newlines in io.py.
Guido van Rossum
2007-05-24
3
-39/+31
[next]