1. 44c19f6 Get gdb macros working with unicode and PyVarObject change by Neal Norwitz · 17 years ago
  2. 1e93f2b Fix warning by Neal Norwitz · 17 years ago
  3. ab45e27 Tkinter binding involving Control-spacebar raises unicode error Issue1028 by Kurt B. Kaiser · 17 years ago
  4. fac6e9d Add a couple of files that are necessary based on getting PCbuil8 to work. by Neal Norwitz · 17 years ago
  5. d082b6e os.getcwd() now returns a normal string (ie, unicode) by Neal Norwitz · 17 years ago
  6. 19b4a27 Cosmetics in error messages. by Guido van Rossum · 17 years ago
  7. fe82e16 Add some more files from 1031 that I missed. by Neal Norwitz · 17 years ago
  8. d78e52c Manually apply most of patch 1031 to try to get python to build on Windows. by Neal Norwitz · 17 years ago
  9. 1385b89 Patch 1030, Adapt _winreg.c to the new buffer API. by Neal Norwitz · 17 years ago
  10. 0117ffc Use new print function (part of patch 1031) by Neal Norwitz · 17 years ago
  11. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  12. 2bf4d5b Use the correct variable name by Neal Norwitz · 17 years ago
  13. efaf629 Use unicode (hope it's right, I can't test it) by Neal Norwitz · 17 years ago
  14. e760631 When elapsed and expected time differ, at least show their two values. by Guido van Rossum · 17 years ago
  15. a43cae3 Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObject_GetBuffer(). by Guido van Rossum · 17 years ago
  16. a62db27 Restore an assert, but move it to the proper place. by Neal Norwitz · 17 years ago
  17. 7f9d29c Use unicode by Neal Norwitz · 17 years ago
  18. 93c5682 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  19. 80e7f27 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  20. da059e3 Use unicode by Neal Norwitz · 17 years ago
  21. 5616c6d Fix a couple of warnings by Neal Norwitz · 17 years ago
  22. 3c814d2 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  23. 8abd2e6 Use unicode by Neal Norwitz · 17 years ago
  24. 3fcbea5 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  25. ed2b739 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  26. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  27. 5b0fdc9 Fix another map(...) --> list(map...) by Kurt B. Kaiser · 17 years ago
  28. 571861d Remove assert that seems out of place. It triggers with test_string, by Neal Norwitz · 17 years ago
  29. 7e95bef Use unicode and stop supporting str8 by Neal Norwitz · 17 years ago
  30. fe53713 Use unicode by Neal Norwitz · 17 years ago
  31. 9406f5c Use the new buffer api for input data. by Gregory P. Smith · 17 years ago
  32. 6777c85 Use unicode by Neal Norwitz · 17 years ago
  33. 1ccfa90 Return a boolean for status by Neal Norwitz · 17 years ago
  34. e118862 Use unicode by Neal Norwitz · 17 years ago
  35. 312e10d Get rid of more uses of string and use const in a few places. by Neal Norwitz · 17 years ago
  36. a9ea3d9 Regenerate by Neal Norwitz · 17 years ago
  37. fce59bf Get the urllib tests to pass without the email package by Neal Norwitz · 17 years ago
  38. 0337ef6 Get test working when there are multiple dbs supported. by Neal Norwitz · 17 years ago
  39. fe61bb9 Disable test until email comes back by Neal Norwitz · 17 years ago
  40. cb51c6e Get test_pyclbr to pass after removing the email package by Neal Norwitz · 17 years ago
  41. 392c5be Use unicode by Neal Norwitz · 17 years ago
  42. 3ef6a57 Get rid of compiler warning on 64-bit by Neal Norwitz · 17 years ago
  43. ae2c876 Use unicode by Neal Norwitz · 17 years ago
  44. 8ced961 Fix some comments by Neal Norwitz · 17 years ago
  45. 1dd2c82 Cosmetic fixes to make this work with Py3k (as well as with 2.5 still). by Guido van Rossum · 17 years ago
  46. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  47. f616b22 Support unicode names by Neal Norwitz · 17 years ago
  48. b4e2f76 Use unicode by Neal Norwitz · 17 years ago
  49. a369c5a Use unicode by Neal Norwitz · 17 years ago
  50. 1978470 Fix typo in comment by Neal Norwitz · 17 years ago
  51. b908126 Reorder code and decls so it's compilable with gcc 2.96 (C89). by Guido van Rossum · 17 years ago
  52. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  53. e4dc324 Use unicode for AST attributes by Neal Norwitz · 17 years ago
  54. aefab1e Use unicode by Neal Norwitz · 17 years ago
  55. e0a0a6e Since PyUnicode_AsString is a public API, don't just assert, but do by Neal Norwitz · 17 years ago
  56. b0d2633 Use unicode strings by Neal Norwitz · 17 years ago
  57. f308132 Add const to input string parameters by Neal Norwitz · 17 years ago
  58. fa06e5f Whoops, not sure how I screwed up the name. Now builds and passes the test. by Neal Norwitz · 17 years ago
  59. 8d3654d Use unicode and add a "test" for syslog by Neal Norwitz · 17 years ago
  60. a401bbe Add a few mixed-mode (set vs. dict view) comparisons. by Guido van Rossum · 17 years ago
  61. cf2ce36 Keir Mierle's improved tests for dict view containment tests. by Guido van Rossum · 17 years ago
  62. 1d71996 Add some mixed operations between sets and dict views. by Guido van Rossum · 17 years ago
  63. be53471 Add unit tests for set ops on dict.items(). by Guido van Rossum · 17 years ago
  64. 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
  65. eb8b3a6 Use unicode for password modules by Neal Norwitz · 17 years ago
  66. 6e024b3 Use the str builtin by Neal Norwitz · 17 years ago
  67. 41103bf Ensure that code object names (co_name) are unicode. by Neal Norwitz · 17 years ago
  68. a5d16a3 Use unicode for error messages of duplicate args by Neal Norwitz · 17 years ago
  69. 808c7d8 Use unicode for reference (is there any way to build this module) by Neal Norwitz · 17 years ago
  70. aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
  71. c3ee950 follow up to bug 1007 commit. by Gregory P. Smith · 17 years ago
  72. 178fefb applies the better dbm and shelve related unittests. bug 1007 from larryhastings by Gregory P. Smith · 17 years ago
  73. 41cfce9 Remove PyArg_Parse usage from time module. (An extra set of eyeballs on by Skip Montanaro · 17 years ago
  74. b382b84 Add const to some strings that are not modified by Neal Norwitz · 17 years ago
  75. cd79596 Use unicode for much of errors. by Neal Norwitz · 17 years ago
  76. 11e065b Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  77. 70e7980 r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700 by Collin Winter · 17 years ago
  78. 75d38e9 Whitespace cleanup. by Guido van Rossum · 17 years ago
  79. 7f19f66 Clean up after a merge left behind old except clause syntax. by Guido van Rossum · 17 years ago
  80. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  81. 07aec08 reapply of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  82. fc5fafc Fix logic bug that triggered assert. by Guido van Rossum · 17 years ago
  83. 37410aa Make uuid.py thread-safe. Fix by Yuri Ginsburg. by Guido van Rossum · 17 years ago
  84. fd53fd6 Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away. by Guido van Rossum · 17 years ago
  85. eda12ec Patch by Ero Carrera to get rid of PyString in timemodule.c. by Guido van Rossum · 17 years ago
  86. 28bbe42 math.floor(<int>) now returns the argument, by Guido van Rossum · 17 years ago
  87. 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
  88. 15d3d04 Before calling _PyType_Lookup() the type needs to be initialized. by Guido van Rossum · 17 years ago
  89. 0d94203 Use unicode for the errno.errorcode names by Neal Norwitz · 17 years ago
  90. 9af3ae4 Return unicode for a key name from a wide character by Neal Norwitz · 17 years ago
  91. c1786ea Use UTF-8 for a docstring that contains non-ASCII chars. by Neal Norwitz · 17 years ago
  92. 10ab4ae Patch by Keir Mierle so that sets can be compared to other objects that know by Guido van Rossum · 17 years ago
  93. 928115a CFunctions' doc strings should be Unicode. by Guido van Rossum · 17 years ago
  94. 13e05de Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ by Guido van Rossum · 17 years ago
  95. 2fa33db Finish the work on __round__ and __trunc__. With Alex Martelli and Keir Mierle. by Guido van Rossum · 17 years ago
  96. 0f3cff5 Fix test_shelve when it uses dumbdbm. Found and fixed by Larry Hastings. by Neal Norwitz · 17 years ago
  97. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  98. d6d2f2f Use unicode. by Neal Norwitz · 17 years ago
  99. fe096d2 Remove unused variable. by Guido van Rossum · 17 years ago
  100. f9e115a Use a newer API for creating the module so we don't have to create by Neal Norwitz · 17 years ago