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
*
Reorder code and decls so it's compilable with gcc 2.96 (C89).
Guido van Rossum
2007-08-25
1
-1/+2
*
Use unicode strings
Neal Norwitz
2007-08-25
1
-3/+3
*
Whoops, not sure how I screwed up the name. Now builds and passes the test.
Neal Norwitz
2007-08-25
1
-2/+2
*
Use unicode and add a "test" for syslog
Neal Norwitz
2007-08-25
1
-7/+15
*
Use unicode for password modules
Neal Norwitz
2007-08-24
2
-4/+4
*
Use unicode for reference (is there any way to build this module)
Neal Norwitz
2007-08-24
1
-1/+1
*
Remove PyArg_Parse usage from time module. (An extra set of eyeballs on
Skip Montanaro
2007-08-24
1
-10/+51
*
Fix logic bug that triggered assert.
Guido van Rossum
2007-08-24
1
-1/+2
*
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
*
cPickle was removed
Neal Norwitz
2007-08-24
1
-2/+1
*
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
*
Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__
Guido van Rossum
2007-08-23
1
-6/+44
*
Convert a bunch of constant strings in C to unicode.
Neal Norwitz
2007-08-23
4
-4/+4
*
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
1
-3/+6
*
Fix typo in comment
Kurt B. Kaiser
2007-08-22
1
-2/+2
*
Merged revisions 57152-57220 via svnmerge from
Guido van Rossum
2007-08-20
1
-7/+104
*
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
Travis E. Oliphant
2007-08-20
1
-20/+16
*
Remove _PyObject_Del
Neal Norwitz
2007-08-19
2
-4/+4
*
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz
2007-08-19
1
-2/+2
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
4
-135/+138
*
Fix refcount leak, courtesy Christian Heines.
Guido van Rossum
2007-08-17
1
-2/+3
*
Remove support for BeOS
Skip Montanaro
2007-08-17
5
-62/+6
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
1
-0/+204
*
Get rid of some dead code and unneeded XXX comments by Neal.
Guido van Rossum
2007-08-16
1
-6/+1
*
Remove RISCOS support
Skip Montanaro
2007-08-16
9
-145/+3
*
Remove a bogus comment based on the code above.
Neal Norwitz
2007-08-16
1
-2/+0
*
Down with str8!
Guido van Rossum
2007-08-15
1
-18/+19
*
The dbm module should use bytes for keys. This makes test_shelve pass.
Guido van Rossum
2007-08-14
1
-5/+5
*
Don't mess with string.letters any more. It is most likely going to disappear.
Guido van Rossum
2007-08-13
1
-62/+0
*
Create Unicode objects.
Martin v. Löwis
2007-08-13
1
-69/+20
*
Use Tcl_SetObjResult instead of Tcl_SetResult.
Martin v. Löwis
2007-08-13
1
-12/+5
*
Cleanup a little.
Neal Norwitz
2007-08-12
1
-31/+34
*
Fix memory leak in an error condition
Neal Norwitz
2007-08-12
1
-1/+4
*
Fix memory leak
Neal Norwitz
2007-08-12
1
-1/+2
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
4
-13/+21
*
Fix the refleak in strftime when converting a %Z with a user defined tzinfo.
Neal Norwitz
2007-08-12
1
-32/+39
*
Change module to produce and consume bytes.
Martin v. Löwis
2007-08-11
1
-13/+8
*
Fix automatic replacing mistake.
Georg Brandl
2007-08-11
1
-1/+1
*
A few sqlite files were still using RO instead of READONLY.
Guido van Rossum
2007-08-11
2
-15/+15
*
Fix reference leak.
Martin v. Löwis
2007-08-11
1
-0/+1
*
Set sys.stdout.encoding properly.
Martin v. Löwis
2007-08-11
2
-2/+45
*
Remove support for __members__ and __methods__. There still might be
Neal Norwitz
2007-08-11
1
-28/+46
*
Fix refleaks
Neal Norwitz
2007-08-11
1
-0/+4
[next]