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
*
reapply of r57378 to fix bug 1725856
Gregory P. Smith
2007-08-24
2
-0/+20
*
Fix logic bug that triggered assert.
Guido van Rossum
2007-08-24
1
-1/+2
*
Make uuid.py thread-safe. Fix by Yuri Ginsburg.
Guido van Rossum
2007-08-24
1
-1/+4
*
Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away.
Guido van Rossum
2007-08-24
1
-54/+74
*
Patch by Ero Carrera to get rid of PyString in timemodule.c.
Guido van Rossum
2007-08-24
1
-3/+10
*
math.floor(<int>) now returns the argument,
Guido van Rossum
2007-08-24
1
-1/+3
*
cPickle was removed
Neal Norwitz
2007-08-24
9
-21/+1
*
Before calling _PyType_Lookup() the type needs to be initialized.
Guido van Rossum
2007-08-24
1
-0/+10
*
Use unicode for the errno.errorcode names
Neal Norwitz
2007-08-24
1
-2/+2
*
Return unicode for a key name from a wide character
Neal Norwitz
2007-08-24
1
-2/+2
*
Use UTF-8 for a docstring that contains non-ASCII chars.
Neal Norwitz
2007-08-23
1
-3/+4
*
Patch by Keir Mierle so that sets can be compared to other objects that know
Guido van Rossum
2007-08-23
2
-6/+38
*
CFunctions' doc strings should be Unicode.
Guido van Rossum
2007-08-23
1
-2/+2
*
Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__
Guido van Rossum
2007-08-23
2
-6/+70
*
Finish the work on __round__ and __trunc__.
Guido van Rossum
2007-08-23
4
-60/+173
*
Fix test_shelve when it uses dumbdbm. Found and fixed by Larry Hastings.
Neal Norwitz
2007-08-23
1
-0/+1
*
Convert a bunch of constant strings in C to unicode.
Neal Norwitz
2007-08-23
7
-8/+8
*
Use unicode.
Neal Norwitz
2007-08-23
1
-2/+2
*
Remove unused variable.
Guido van Rossum
2007-08-23
1
-1/+1
*
Use a newer API for creating the module so we don't have to create
Neal Norwitz
2007-08-23
1
-5/+1
*
Use a newer API for creating the module so we don't have to create
Neal Norwitz
2007-08-23
1
-4/+1
*
Require strict bytes objects for all bsddb.db input values.
Gregory P. Smith
2007-08-23
5
-77/+80
*
docstring cut n paste correction
Gregory P. Smith
2007-08-23
1
-1/+1
*
os.getcwd() is returning str8; sys.path items are str.
Kurt B. Kaiser
2007-08-23
1
-1/+4
*
Conform to py3k dict.{keys, items, values} with some advice from 2b3
Kurt B. Kaiser
2007-08-23
14
-51/+50
*
Correction to the xmlrpc docs by John Reese and Jacques Frechet.
Guido van Rossum
2007-08-23
1
-1/+1
*
Fix raise with 2to3
Kurt B. Kaiser
2007-08-23
7
-19/+19
*
Convert raise statements in Lib/plat-{mac,os2emx}.
Collin Winter
2007-08-23
51
-506/+506
*
Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass.
Guido van Rossum
2007-08-22
2
-9/+16
*
Change the error reporting when an invalid string is encountered to avoid
Guido van Rossum
2007-08-22
1
-18/+9
*
Implement the round functionality for PEP 3141, and add tests for it.
Alex Martelli
2007-08-22
2
-2/+39
*
Convert raise statements in Mac/.
Collin Winter
2007-08-22
11
-58/+58
*
Convert raise statements in Tools/.
Collin Winter
2007-08-22
16
-29/+29
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
35
-119/+120
*
Implement the trunc builtin for PEP 3141
Alex Martelli
2007-08-22
2
-0/+36
*
Use python -E instead of undef PYTHONPATH.
Guido van Rossum
2007-08-22
1
-5/+5
*
Convert raise statements in bsddb.
Collin Winter
2007-08-22
9
-33/+33
*
Fix raise statements in hotshot.
Collin Winter
2007-08-22
2
-5/+5
*
Fix typo in comment
Kurt B. Kaiser
2007-08-22
1
-2/+2
*
Replace file() with open()
Kurt B. Kaiser
2007-08-22
1
-1/+1
*
Use buffer of type 'bytes' to accumulate from socket.
Kurt B. Kaiser
2007-08-22
1
-9/+9
*
stop leaving log.0000001 __db.00* and xxx.db turds in developer
Gregory P. Smith
2007-08-22
1
-2/+11
*
Patch #1774414: make it possible to use SVK to develop Python.
Collin Winter
2007-08-22
1
-28/+30
*
Fix bug introduced at r54854 to mass replace string fcns with methods :-)
Kurt B. Kaiser
2007-08-22
1
-4/+1
*
Eat some low hanging fruit... let the test suite run.
Gregory P. Smith
2007-08-22
4
-7/+12
*
Fix some debugging print statements
Kurt B. Kaiser
2007-08-22
1
-4/+6
*
Make IOBase (and hence all other classes in io.py) use ABCMeta as its metaclass,
Guido van Rossum
2007-08-22
1
-1/+2
*
Remove some old comments adequately covered in the code.
Kurt B. Kaiser
2007-08-22
1
-7/+0
*
1. Fix File Open: don't encode filename to UTF-8 bytes
Kurt B. Kaiser
2007-08-22
1
-8/+6
*
Convert sunaudio.py to bytes. (It has no unit test of its own!)
Guido van Rossum
2007-08-21
2
-6/+11
[next]