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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
8
-1509/+2
*
Use O_APPEND flag instead of seeking, when append
Walter Dörwald
2007-06-06
1
-12/+5
*
If append mode is specified seek to the end of the file.
Walter Dörwald
2007-06-06
1
-0/+12
*
Use PyUnicode_FromFormat() directly in
Walter Dörwald
2007-06-05
1
-8/+4
*
Change category(), bidirectional(), east_asian_width(),
Walter Dörwald
2007-06-05
1
-6/+6
*
Simplify os_init() implementations by using PyErr_Format()
Walter Dörwald
2007-06-05
1
-8/+2
*
Remove unused variable.
Walter Dörwald
2007-06-05
1
-1/+0
*
Simplify socket_repr() by using PyUnicode_FromFormat()
Walter Dörwald
2007-06-05
1
-3/+1
*
Change time.strftime() to return a unicode string.
Walter Dörwald
2007-05-31
1
-5/+4
*
Change timedelta.__str__() to return a unicode object.
Walter Dörwald
2007-05-31
1
-36/+19
*
Change isoformat() methods to return unicode strings.
Walter Dörwald
2007-05-31
1
-48/+32
*
Change format_ctime() to return unicode (i.e.
Walter Dörwald
2007-05-31
1
-6/+4
*
Merged revisions 55588-55630 via svnmerge from
Guido van Rossum
2007-05-29
1
-1362/+0
*
Modernize. Values are now bytes.
Guido van Rossum
2007-05-27
1
-14/+27
*
Make struct tests pass.
Guido van Rossum
2007-05-27
1
-1/+6
*
Add interning of unicode strings by copying the functionality from
Walter Dörwald
2007-05-25
1
-1/+2
*
Fixed array.fromfile(); removed references to PyFileObject in array.tofile().
Guido van Rossum
2007-05-24
1
-71/+58
*
Link _fileio statically -- it is needed during initialization.
Guido van Rossum
2007-05-24
1
-0/+1
*
Remove native popen() and fdopen(), replacing them with subprocess calls.
Guido van Rossum
2007-05-24
2
-1544/+6
*
Refactor to avoid ultra-deeply-nested code.
Guido van Rossum
2007-05-23
1
-36/+53
*
Fix datetime and its test.
Guido van Rossum
2007-05-23
1
-8/+21
*
Make gdbm and dumbdbm use byte strings. Updated their tests.
Guido van Rossum
2007-05-23
1
-10/+14
*
Simplify append_keyword_tzinfo() by using
Walter Dörwald
2007-05-23
1
-10/+2
*
bz2 uses bytes everywhere (even for the 'newlines' attribute).
Guido van Rossum
2007-05-22
1
-66/+102
*
zlib now uses bytes everywhere, and the test passes.
Guido van Rossum
2007-05-22
1
-36/+62
*
Make test_base64 pass.
Guido van Rossum
2007-05-22
1
-3/+3
*
Make binascii use byte strings everywhere (in and out).
Guido van Rossum
2007-05-22
1
-47/+71
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
9
-1592/+41
*
Make test_zipfile pass.
Guido van Rossum
2007-05-22
1
-6/+36
*
Sockets facelift. APIs that could return binary data (e.g. aton() and
Guido van Rossum
2007-05-21
1
-156/+52
*
Remove unused variables.
Walter Dörwald
2007-05-20
2
-2/+1
*
Add a format specifier %R to PyUnicode_FromFormat(), which embeds
Walter Dörwald
2007-05-19
6
-87/+35
*
Make test_socket pass. There was an unchecked error when a Unicode
Guido van Rossum
2007-05-18
1
-1/+2
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
15
-66/+102
*
Make all the multibyte codec tests pass.
Guido van Rossum
2007-05-17
1
-6/+19
*
Make test_codecs work. The CJK codecs now use bytes instead of str8 for
Guido van Rossum
2007-05-17
1
-24/+27
*
Allow encoding names to be unicode strings.
Guido van Rossum
2007-05-17
1
-0/+5
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
4
-1070/+3
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
2
-149/+49
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
10
-32/+79
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-15/+2
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
15
-19945/+19
*
Fix the array tests. Only a minor change to the C code was required.
Guido van Rossum
2007-05-10
1
-1/+3
*
Fix some miscellaneous places that incorrectly insisted on str8.
Guido van Rossum
2007-05-10
3
-27/+34
*
Use AsCharBuffer to get C strings out of Python strings.
Guido van Rossum
2007-05-09
2
-30/+15
*
Forwardport checkin:
Walter Dörwald
2007-05-09
1
-1/+1
*
Got test_pickletools and test_pickle working.
Guido van Rossum
2007-05-08
1
-0/+7
*
Checkpoint. A b it closer to working pickles and pickletools.
Guido van Rossum
2007-05-07
1
-4/+8
*
Fix some trivial things in cPickle due to the renaming of the string types.
Guido van Rossum
2007-05-07
1
-7/+2
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
10
-196/+1
[next]