1. a27e9fb Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. by Jack Jansen · 24 years ago
  2. 1a7d5b1 Added a GetControlRect() method to controls which returns the bounding rectangle. To my surprise this call is missing from the C API... by Jack Jansen · 24 years ago
  3. 0e12bcd Updated comment: in PyTypeObject: by Fred Drake · 24 years ago
  4. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  5. abc411b Started on support for callbacks for UserPane controls. Unfinished and untested. by Jack Jansen · 24 years ago
  6. fb4ece7 Simplified doc string. Added 'clean' to list of commands. by Greg Ward · 24 years ago
  7. 89ccb98 Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- by Greg Ward · 24 years ago
  8. 11fc7e4 Tweaked all over: by Greg Ward · 24 years ago
  9. 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  10. b98fe36 Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. by Greg Ward · 24 years ago
  11. 06537a5 Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  12. dedd5b5 In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. by Greg Ward · 24 years ago
  13. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 24 years ago
  14. 2957656 Third attempt at documenting an installation scheme; this one feels like by Greg Ward · 24 years ago
  15. bae57a8 Of course, I forget how to type long ago... by Fred Drake · 24 years ago
  16. c59996e Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive). by Jack Jansen · 24 years ago
  17. 1966004 "write marshalled" --> "writes marshalled" (in docstring); noted by by Fred Drake · 24 years ago
  18. 908670c Oops, another in the same file; I should read the mail fully before by Fred Drake · 24 years ago
  19. 3e74c0d "intput" --> "input" (in docstring); noted by Detlef Lannert by Fred Drake · 24 years ago
  20. 36cc6a2 complete rewrite by Jeremy Hylton · 24 years ago
  21. f635abe simplify visitor walker class by Jeremy Hylton · 24 years ago
  22. b631b8e fix list.append problems by Jeremy Hylton · 24 years ago
  23. e4d6293 change name of Set method: items -> elements (avoids confusion with dict) by Jeremy Hylton · 24 years ago
  24. dee86c6 Script to annotate api.tex with reference count information. by Fred Drake · 24 years ago
  25. def77e5 AETransactionID was mistakenly defined as a short (it is a long). Fixed. by Jack Jansen · 24 years ago
  26. 7ceab65 Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception. by Jeremy Hylton · 24 years ago
  27. d0d366b Marc-Andre Lemburg: add declaration for PyUnicode_Contains(). by Guido van Rossum · 24 years ago
  28. d4d2684 Marc-Andre Lemburg: Add tests for mixed use of char in string. by Guido van Rossum · 24 years ago
  29. ee70ad1 Checking in the new, improve file.writelines() code. by Guido van Rossum · 24 years ago
  30. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  31. 96a45ad Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre. by Guido van Rossum · 24 years ago
  32. 403d68b Add sq_contains implementation. by Guido van Rossum · 24 years ago
  33. ef93b87 Added Christian Tismer's patch to allow list.append(a,b,c) back -- by Guido van Rossum · 24 years ago
  34. 570575b Added encodings to the LIBSUBDIRS variable, so that they get installed. by Guido van Rossum · 24 years ago
  35. 7f1cd29 Tim Peters writes: by Guido van Rossum · 24 years ago
  36. 76bd689 VC++ project changes to add new Unicode files and modules. by Guido van Rossum · 24 years ago
  37. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 24 years ago
  38. 8f0c5a7 Marc-Andre Lemburg: the maxsplit argument for split() and replace() by Guido van Rossum · 24 years ago
  39. 0612d84 Module codecs -- Python Codec Registry, API and helpers. Written by by Guido van Rossum · 24 years ago
  40. b5f2f1b Marc-Andre Lemburg: support pickling Unicode objects, both in text by Guido van Rossum · 24 years ago
  41. 85eacec Marc-Andre Lemburg: add UnicodeType. by Guido van Rossum · 24 years ago
  42. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 24 years ago
  43. 21288ed Marc-Andre Lemburg: Add UnicodeError, derived from ValueError. by Guido van Rossum · 24 years ago
  44. 9ed0d1e Marc-Andre Lemburg: Python Unicode integration proposal, version 1.2. by Guido van Rossum · 24 years ago
  45. e141fd8 Marc-Andre Lemburg: add new Unicode-related files. by Guido van Rossum · 24 years ago
  46. c7de91b Marc-Andre Lemburg: Add _codecs and unicodedata modules. by Guido van Rossum · 24 years ago
  47. 5fccb7c Marc-Andre Lemburg: support pickling Unicode objects, both in text by Guido van Rossum · 24 years ago
  48. 2a70a3a Module unicodedata -- Provides access to the Unicode 3.0 data base. by Guido van Rossum · 24 years ago
  49. e2d67f9 Internal module _codecs -- Provides access to the codec registry and by Guido van Rossum · 24 years ago
  50. 5bfc2eb Marc-Andre-Lemburg: The Unicode Database. by Guido van Rossum · 24 years ago
  51. 2d0f5f9 Marc-Andre Lemburg: add new unicode files by Guido van Rossum · 24 years ago
  52. c94044c Marc-Andre Lemburg: add calls to initialize and finalize Unicode and by Guido van Rossum · 24 years ago
  53. c279b53 Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). by Guido van Rossum · 24 years ago
  54. e826ef0 Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode object. by Guido van Rossum · 24 years ago
  55. 5aa88f0 Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). by Guido van Rossum · 24 years ago
  56. 09095f3 Marc-Andre Lemburg: added new builtin functions unicode() and by Guido van Rossum · 24 years ago
  57. feee4b9 Python Codec Registry and support functions, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  58. 86016cb Marc-Andre Lemburg: add new string token types u"..." and ur"..." by Guido van Rossum · 24 years ago
  59. 4aa1e63 Marc-AAndre Lemburg: add new unicode files by Guido van Rossum · 24 years ago
  60. 4c08d55 Many changes for Unicode, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  61. d57fd91 Unicode implementation by Marc-Andre Lemburg based on original code by by Guido van Rossum · 24 years ago
  62. 603484d Unicode character type helpers, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  63. 34a7911 Marc-Andre Lemburg: added by Guido van Rossum · 24 years ago
  64. fd9eed3 Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, by Guido van Rossum · 24 years ago
  65. bd7dfbc Marc-Andre Lemburg: include unicodeobject.h and codecs.h by Guido van Rossum · 24 years ago
  66. 99cc971 Marc-Andre Lemburg: add PyExc_UnicodeError by Guido van Rossum · 24 years ago
  67. d822518 Unicode implementation by Marc-Andre Lemburg based on original code by Fredrik Lundh. by Guido van Rossum · 24 years ago
  68. 3094484 Python Codec Registry and support functions, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  69. ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  70. 92f3377 Catch up with change to CCompiler API: call 'create_static_lib()', not by Greg Ward · 24 years ago
  71. 169f91b [from 2000-02-25] Second attempt at describing an installation scheme; this is by Greg Ward · 24 years ago
  72. 7c1e5f6 [from 2000-02-23] Description of the baroque and already-obsolete by Greg Ward · 24 years ago
  73. 09fc542 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create by Greg Ward · 24 years ago
  74. 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 24 years ago
  75. 329e4be a simple client-server framework for executing code in a different process by Jeremy Hylton · 24 years ago
  76. c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 24 years ago
  77. 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 24 years ago
  78. add03b6 Handles were never disposed. Added an AutoDispose(onoff) method to control this. by Jack Jansen · 24 years ago
  79. a17e0f1 A bunch of changes, primarily to command line argument parsing by Barry Warsaw · 24 years ago
  80. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  81. 9de9883 Override the Undo delegator to forbid any changes before the I/O mark. by Guido van Rossum · 24 years ago
  82. 6fbd1f8 replace : with = by Jeremy Hylton · 24 years ago
  83. ae1f3bd rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 24 years ago
  84. 6b3edf0 rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 24 years ago
  85. ba23bed Tweak the goto file/line command (in the right button menu in PyShell by Guido van Rossum · 24 years ago
  86. 9611e0b Patch by Moshe Zadka: remove the string special case in by Guido van Rossum · 24 years ago
  87. 9284a57 Patch by Moshe Zadka: move the string special case from abstract.c here. by Guido van Rossum · 24 years ago
  88. da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 24 years ago
  89. 2663c13 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  90. 801296c Added a bunch of TODO items that recently came up in the idle-dev list. by Guido van Rossum · 24 years ago
  91. fd6315e If we're in the current input and there's only whitespace beyond the by Guido van Rossum · 24 years ago
  92. e066134 Fixed inet_ntoa() docstring. by Fred Drake · 24 years ago
  93. 911d866 Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): by Greg Ward · 24 years ago
  94. 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 24 years ago
  95. 5091929 Added 'native_path()' for use on pathnames from the setup script: split on by Greg Ward · 24 years ago
  96. e2b4452 Added '_nt_quote_args()' to deal with whitespace in command-line arguments by Greg Ward · 24 years ago
  97. 7344741 test_contains output by Guido van Rossum · 24 years ago
  98. 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 24 years ago
  99. e85c93f Sjoerd Mullender: by Guido van Rossum · 24 years ago
  100. 0c3208a compiler command-line interface moved here from compiler.pycodegen by Jeremy Hylton · 24 years ago