- 3fcbea5 Use unicode and remove support for some uses of str8. by Neal Norwitz · 18 years ago
- 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 18 years ago
- fe53713 Use unicode by Neal Norwitz · 18 years ago
- 9406f5c Use the new buffer api for input data. by Gregory P. Smith · 18 years ago
- 6777c85 Use unicode by Neal Norwitz · 18 years ago
- 1ccfa90 Return a boolean for status by Neal Norwitz · 18 years ago
- e118862 Use unicode by Neal Norwitz · 18 years ago
- 392c5be Use unicode by Neal Norwitz · 18 years ago
- ae2c876 Use unicode by Neal Norwitz · 18 years ago
- b4e2f76 Use unicode by Neal Norwitz · 18 years ago
- b908126 Reorder code and decls so it's compilable with gcc 2.96 (C89). by Guido van Rossum · 18 years ago
- b0d2633 Use unicode strings by Neal Norwitz · 18 years ago
- fa06e5f Whoops, not sure how I screwed up the name. Now builds and passes the test. by Neal Norwitz · 18 years ago
- 8d3654d Use unicode and add a "test" for syslog by Neal Norwitz · 18 years ago
- eb8b3a6 Use unicode for password modules by Neal Norwitz · 18 years ago
- 808c7d8 Use unicode for reference (is there any way to build this module) by Neal Norwitz · 18 years ago
- 41cfce9 Remove PyArg_Parse usage from time module. (An extra set of eyeballs on by Skip Montanaro · 18 years ago
- fc5fafc Fix logic bug that triggered assert. by Guido van Rossum · 18 years ago
- fd53fd6 Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away. by Guido van Rossum · 18 years ago
- eda12ec Patch by Ero Carrera to get rid of PyString in timemodule.c. by Guido van Rossum · 18 years ago
- 9cfc62c cPickle was removed by Neal Norwitz · 18 years ago
- 0d94203 Use unicode for the errno.errorcode names by Neal Norwitz · 18 years ago
- 9af3ae4 Return unicode for a key name from a wide character by Neal Norwitz · 18 years ago
- c1786ea Use UTF-8 for a docstring that contains non-ASCII chars. by Neal Norwitz · 18 years ago
- 13e05de Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ by Guido van Rossum · 18 years ago
- 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 18 years ago
- d6d2f2f Use unicode. by Neal Norwitz · 18 years ago
- fe096d2 Remove unused variable. by Guido van Rossum · 18 years ago
- f9e115a Use a newer API for creating the module so we don't have to create by Neal Norwitz · 18 years ago
- 56dc955 Use a newer API for creating the module so we don't have to create by Neal Norwitz · 18 years ago
- 361ed15 Require strict bytes objects for all bsddb.db input values. by Gregory P. Smith · 18 years ago
- e405037 Fix typo in comment by Kurt B. Kaiser · 18 years ago
- 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 18 years ago
- b803c51 Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. by Travis E. Oliphant · 18 years ago
- 30d1c51 Remove _PyObject_Del by Neal Norwitz · 18 years ago
- faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 18 years ago
- b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 18 years ago
- 76f2b24 Fix refcount leak, courtesy Christian Heines. by Guido van Rossum · 18 years ago
- eb33e5a Remove support for BeOS by Skip Montanaro · 18 years ago
- 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 18 years ago
- 0661009 Get rid of some dead code and unneeded XXX comments by Neal. by Guido van Rossum · 18 years ago
- 7a98be2 Remove RISCOS support by Skip Montanaro · 18 years ago
- eb08df2 Remove a bogus comment based on the code above. by Neal Norwitz · 18 years ago
- 32c4ac0 Down with str8! Change various socket APIs to use bytes or str instead str8. by Guido van Rossum · 18 years ago
- 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 18 years ago
- fc9ba93 Don't mess with string.letters any more. It is most likely going to disappear. by Guido van Rossum · 18 years ago
- 4040fb8 Create Unicode objects. by Martin v. Löwis · 18 years ago
- 50fb866 Use Tcl_SetObjResult instead of Tcl_SetResult. by Martin v. Löwis · 18 years ago
- 88b44da Cleanup a little. by Neal Norwitz · 18 years ago
- cda5c06 Fix memory leak in an error condition by Neal Norwitz · 18 years ago
- fca7005 Fix memory leak by Neal Norwitz · 18 years ago
- 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 18 years ago
- aea70e0 Fix the refleak in strftime when converting a %Z with a user defined tzinfo. by Neal Norwitz · 18 years ago
- 7ac9712 Change module to produce and consume bytes. by Martin v. Löwis · 18 years ago
- 0eaa940 Fix automatic replacing mistake. by Georg Brandl · 18 years ago
- 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 18 years ago
- a291c8f Fix reference leak. by Martin v. Löwis · 18 years ago
- d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 18 years ago
- 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 18 years ago
- 2cde0eb Fix refleaks by Neal Norwitz · 18 years ago
- e9fb515 Fix refcount bug in make_Zreplacement(). by Guido van Rossum · 18 years ago
- 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 18 years ago
- 6d21456 Make the sqlite tests pass. by Gerhard Häring · 18 years ago
- 516f41e Fix some logic in PythonCmd() -- if the AsString() call failed, we'd by Guido van Rossum · 18 years ago
- 9ce8e38 Fix two bugs in socket_getaddr(): by Guido van Rossum · 18 years ago
- c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 18 years ago
- 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 18 years ago
- 2fb5ac7 Fix the ctypes tests. Patch from Victor Stinner. He writes: by Thomas Heller · 18 years ago
- 0269b91 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. by Neal Norwitz · 18 years ago
- 3c8ba93 Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures. by Neal Norwitz · 18 years ago
- 3045c7c Fix a type error in a previous patch I made to this module. by Guido van Rossum · 18 years ago
- a9769c2 Fix the last remaining test_csv failure. by Guido van Rossum · 18 years ago
- 75c26bc BZ2File.read(0) should return b"" rather than raising ValueError. by Guido van Rossum · 18 years ago
- 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 18 years ago
- b942d28 Quick fixes for assert failures in dbm wrapper code. by Guido van Rossum · 18 years ago
- 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 18 years ago
- 28a181c missing docstrings by Skip Montanaro · 18 years ago
- e3b10f4 One char->Py_UNICODE change missed in r56777 - according to Adam Hupp this is the change to make... by Skip Montanaro · 18 years ago
- 4626458 SF patch# 1767398 by Adam Hupp. by Guido van Rossum · 18 years ago
- 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 18 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 18 years ago
- 6252083 Change read() on SSL socket to return bytes. by Jeremy Hylton · 18 years ago
- c2de7c0 Get rid of a bogus assert when recv_into() is called with a zero-length by Guido van Rossum · 18 years ago
- ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 18 years ago
- 1bba9db Revert previous checkin. by Martin v. Löwis · 18 years ago
- f3f0c61 Return bytes, not str8. by Martin v. Löwis · 18 years ago
- e5aeaad Return bytes, not string from read(). Makes test_mmap.py pass. by Guido van Rossum · 18 years ago
- 2f2fffb Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). by Guido van Rossum · 18 years ago
- 6c95da3 ccMake test_curses pass. Can't guarantee I caught every spot. by Guido van Rossum · 18 years ago
- f761e10 Make test_tcl.py pass, by accepting unicode strings as variable names. by Guido van Rossum · 18 years ago
- 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 18 years ago
- 5d7428b Fix merge breakage. by Martin v. Löwis · 18 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
- 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 18 years ago
- 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 18 years ago
- 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 18 years ago
- b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 18 years ago
- 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 18 years ago
- 1c5a98a Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
- b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 18 years ago