1. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  2. 8b7a957 Insert "startfile" into posix_methods again; it was accidentially by Thomas Heller · 17 years ago
  3. 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
  4. 150b7d7 Remove curses temp file consistently. by Guido van Rossum · 17 years ago
  5. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  6. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  7. 6790d60 Forbid an empty argument list in execv call. by Thomas Heller · 17 years ago
  8. 8a7c866 Move definition of TZNAME_ENCODING further up. by Martin v. Löwis · 17 years ago
  9. 945362c Implement PYTHONNOERRORWINDOW. by Martin v. Löwis · 17 years ago
  10. 3bb0070 Explicitly convert tzname to Unicode. Fixes #1040. by Martin v. Löwis · 17 years ago
  11. d24fdbc Use s# instead of t# for nis_match. by Martin v. Löwis · 17 years ago
  12. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
  13. e8a17aa Use the correct type for variables corresponding to 'u' formats. by Guido van Rossum · 17 years ago
  14. ec9a4af Straggler (forgot to save this earlier). by Guido van Rossum · 17 years ago
  15. 3227af4 Refuse to compute digests from PyUnicode (str) instances. by Guido van Rossum · 17 years ago
  16. 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 17 years ago
  17. fa9a121 "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string by Guido van Rossum · 17 years ago
  18. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  19. 3d5cb22 Change to use the new buffer API instead of bytes objects for both keys and by Gregory P. Smith · 17 years ago
  20. 7d5baac posix.confname(): enforce that names as str instances. by Guido van Rossum · 17 years ago
  21. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  22. 908c871 Fix some refleaks (and format/error checking) by Neal Norwitz · 17 years ago
  23. 1e93f2b Fix warning by Neal Norwitz · 17 years ago
  24. ab45e27 Tkinter binding involving Control-spacebar raises unicode error Issue1028 by Kurt B. Kaiser · 17 years ago
  25. efaf629 Use unicode (hope it's right, I can't test it) by Neal Norwitz · 17 years ago
  26. a43cae3 Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObject_GetBuffer(). by Guido van Rossum · 17 years ago
  27. 7f9d29c Use unicode by Neal Norwitz · 17 years ago
  28. 93c5682 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  29. 5616c6d Fix a couple of warnings by Neal Norwitz · 17 years ago
  30. 3c814d2 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  31. 8abd2e6 Use unicode by Neal Norwitz · 17 years ago
  32. 3fcbea5 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  33. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  34. fe53713 Use unicode by Neal Norwitz · 17 years ago
  35. 9406f5c Use the new buffer api for input data. by Gregory P. Smith · 17 years ago
  36. 6777c85 Use unicode by Neal Norwitz · 17 years ago
  37. 1ccfa90 Return a boolean for status by Neal Norwitz · 17 years ago
  38. e118862 Use unicode by Neal Norwitz · 17 years ago
  39. 392c5be Use unicode by Neal Norwitz · 17 years ago
  40. ae2c876 Use unicode by Neal Norwitz · 17 years ago
  41. b4e2f76 Use unicode by Neal Norwitz · 17 years ago
  42. b908126 Reorder code and decls so it's compilable with gcc 2.96 (C89). by Guido van Rossum · 17 years ago
  43. b0d2633 Use unicode strings by Neal Norwitz · 17 years ago
  44. fa06e5f Whoops, not sure how I screwed up the name. Now builds and passes the test. by Neal Norwitz · 17 years ago
  45. 8d3654d Use unicode and add a "test" for syslog by Neal Norwitz · 17 years ago
  46. eb8b3a6 Use unicode for password modules by Neal Norwitz · 17 years ago
  47. 808c7d8 Use unicode for reference (is there any way to build this module) by Neal Norwitz · 17 years ago
  48. 41cfce9 Remove PyArg_Parse usage from time module. (An extra set of eyeballs on by Skip Montanaro · 17 years ago
  49. fc5fafc Fix logic bug that triggered assert. by Guido van Rossum · 17 years ago
  50. fd53fd6 Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away. by Guido van Rossum · 17 years ago
  51. eda12ec Patch by Ero Carrera to get rid of PyString in timemodule.c. by Guido van Rossum · 17 years ago
  52. 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
  53. 0d94203 Use unicode for the errno.errorcode names by Neal Norwitz · 17 years ago
  54. 9af3ae4 Return unicode for a key name from a wide character by Neal Norwitz · 17 years ago
  55. c1786ea Use UTF-8 for a docstring that contains non-ASCII chars. by Neal Norwitz · 17 years ago
  56. 13e05de Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ by Guido van Rossum · 17 years ago
  57. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  58. d6d2f2f Use unicode. by Neal Norwitz · 17 years ago
  59. fe096d2 Remove unused variable. by Guido van Rossum · 17 years ago
  60. f9e115a Use a newer API for creating the module so we don't have to create by Neal Norwitz · 17 years ago
  61. 56dc955 Use a newer API for creating the module so we don't have to create by Neal Norwitz · 17 years ago
  62. 361ed15 Require strict bytes objects for all bsddb.db input values. by Gregory P. Smith · 17 years ago
  63. e405037 Fix typo in comment by Kurt B. Kaiser · 17 years ago
  64. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  65. b803c51 Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. by Travis E. Oliphant · 17 years ago
  66. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
  67. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  68. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  69. 76f2b24 Fix refcount leak, courtesy Christian Heines. by Guido van Rossum · 17 years ago
  70. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  71. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  72. 0661009 Get rid of some dead code and unneeded XXX comments by Neal. by Guido van Rossum · 17 years ago
  73. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  74. eb08df2 Remove a bogus comment based on the code above. by Neal Norwitz · 17 years ago
  75. 32c4ac0 Down with str8! Change various socket APIs to use bytes or str instead str8. by Guido van Rossum · 17 years ago
  76. 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 17 years ago
  77. fc9ba93 Don't mess with string.letters any more. It is most likely going to disappear. by Guido van Rossum · 17 years ago
  78. 4040fb8 Create Unicode objects. by Martin v. Löwis · 17 years ago
  79. 50fb866 Use Tcl_SetObjResult instead of Tcl_SetResult. by Martin v. Löwis · 17 years ago
  80. 88b44da Cleanup a little. by Neal Norwitz · 17 years ago
  81. cda5c06 Fix memory leak in an error condition by Neal Norwitz · 17 years ago
  82. fca7005 Fix memory leak by Neal Norwitz · 17 years ago
  83. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  84. aea70e0 Fix the refleak in strftime when converting a %Z with a user defined tzinfo. by Neal Norwitz · 17 years ago
  85. 7ac9712 Change module to produce and consume bytes. by Martin v. Löwis · 17 years ago
  86. 0eaa940 Fix automatic replacing mistake. by Georg Brandl · 17 years ago
  87. 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 17 years ago
  88. a291c8f Fix reference leak. by Martin v. Löwis · 17 years ago
  89. d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 17 years ago
  90. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  91. 2cde0eb Fix refleaks by Neal Norwitz · 17 years ago
  92. e9fb515 Fix refcount bug in make_Zreplacement(). by Guido van Rossum · 17 years ago
  93. 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 17 years ago
  94. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
  95. 516f41e Fix some logic in PythonCmd() -- if the AsString() call failed, we'd by Guido van Rossum · 17 years ago
  96. 9ce8e38 Fix two bugs in socket_getaddr(): by Guido van Rossum · 17 years ago
  97. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  98. 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 17 years ago
  99. 2fb5ac7 Fix the ctypes tests. Patch from Victor Stinner. He writes: by Thomas Heller · 17 years ago
  100. 0269b91 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. by Neal Norwitz · 17 years ago