summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Use unicodeNeal Norwitz2007-08-261-2/+2
* Use the new buffer api for input data.Gregory P. Smith2007-08-261-27/+79
* Use unicodeNeal Norwitz2007-08-261-5/+5
* Return a boolean for statusNeal Norwitz2007-08-261-4/+4
* Use unicodeNeal Norwitz2007-08-261-8/+8
* Use unicodeNeal Norwitz2007-08-251-5/+5
* Use unicodeNeal Norwitz2007-08-251-3/+3
* Use unicodeNeal Norwitz2007-08-252-6/+6
* Reorder code and decls so it's compilable with gcc 2.96 (C89).Guido van Rossum2007-08-251-1/+2
* Use unicode stringsNeal Norwitz2007-08-251-3/+3
* Whoops, not sure how I screwed up the name. Now builds and passes the test.Neal Norwitz2007-08-251-2/+2
* Use unicode and add a "test" for syslogNeal Norwitz2007-08-251-7/+15
* Use unicode for password modulesNeal Norwitz2007-08-242-4/+4
* Use unicode for reference (is there any way to build this module)Neal Norwitz2007-08-241-1/+1
* Remove PyArg_Parse usage from time module. (An extra set of eyeballs onSkip Montanaro2007-08-241-10/+51
* Fix logic bug that triggered assert.Guido van Rossum2007-08-241-1/+2
* Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away.Guido van Rossum2007-08-241-54/+74
* Patch by Ero Carrera to get rid of PyString in timemodule.c.Guido van Rossum2007-08-241-3/+10
* cPickle was removedNeal Norwitz2007-08-241-2/+1
* Use unicode for the errno.errorcode namesNeal Norwitz2007-08-241-2/+2
* Return unicode for a key name from a wide characterNeal Norwitz2007-08-241-2/+2
* Use UTF-8 for a docstring that contains non-ASCII chars.Neal Norwitz2007-08-231-3/+4
* Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__Guido van Rossum2007-08-231-6/+44
* Convert a bunch of constant strings in C to unicode.Neal Norwitz2007-08-234-4/+4
* Use unicode.Neal Norwitz2007-08-231-2/+2
* Remove unused variable.Guido van Rossum2007-08-231-1/+1
* Use a newer API for creating the module so we don't have to createNeal Norwitz2007-08-231-5/+1
* Use a newer API for creating the module so we don't have to createNeal Norwitz2007-08-231-4/+1
* Require strict bytes objects for all bsddb.db input values.Gregory P. Smith2007-08-231-3/+6
* Fix typo in commentKurt B. Kaiser2007-08-221-2/+2
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-7/+104
* Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.Travis E. Oliphant2007-08-201-20/+16
* Remove _PyObject_DelNeal Norwitz2007-08-192-4/+4
* Code review of the new buffer protocol. Mostly add questions that shouldNeal Norwitz2007-08-191-2/+2
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-184-135/+138
* Fix refcount leak, courtesy Christian Heines.Guido van Rossum2007-08-171-2/+3
* Remove support for BeOSSkip Montanaro2007-08-175-62/+6
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+204
* Get rid of some dead code and unneeded XXX comments by Neal.Guido van Rossum2007-08-161-6/+1
* Remove RISCOS supportSkip Montanaro2007-08-169-145/+3
* Remove a bogus comment based on the code above.Neal Norwitz2007-08-161-2/+0
* Down with str8!Guido van Rossum2007-08-151-18/+19
* The dbm module should use bytes for keys. This makes test_shelve pass.Guido van Rossum2007-08-141-5/+5
* Don't mess with string.letters any more. It is most likely going to disappear.Guido van Rossum2007-08-131-62/+0
* Create Unicode objects.Martin v. Löwis2007-08-131-69/+20
* Use Tcl_SetObjResult instead of Tcl_SetResult.Martin v. Löwis2007-08-131-12/+5
* Cleanup a little.Neal Norwitz2007-08-121-31/+34
* Fix memory leak in an error conditionNeal Norwitz2007-08-121-1/+4
* Fix memory leakNeal Norwitz2007-08-121-1/+2
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-124-13/+21