1. f3186e8 A number of improvements based on a discussion with Chris McCafferty by Fred Drake · 23 years ago
  2. 33d2b84 CharacterData methods: Update self.length on changes instead of extended by Fred Drake · 23 years ago
  3. 87432f4 Add support for the CharacterData methods, CDATASection. by Fred Drake · 23 years ago
  4. c6a3cb4 Document PySequence_Size(), and describe PySequence_Length() as simply an by Fred Drake · 23 years ago
  5. e3850f5 Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway. by Jack Jansen · 23 years ago
  6. 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 23 years ago
  7. 216b870 If the frontmost window is not a Tk window exit the event handling code early. This fixes that using Tk once used to disable cmd-. processing. It may also influence Tk/IDE interaction, I'm not sure. by Jack Jansen · 23 years ago
  8. c951bf9 SF bug [#410708] Condition.wait() and KeyboardInterrupt. by Tim Peters · 23 years ago
  9. f5bd684 Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev by Guido van Rossum · 23 years ago
  10. cb67ea1 Initialize Attr.value with empty string in createAttribute*, as per DOM by Martin v. Löwis · 23 years ago
  11. 68ad64a Remove the backed-out version requirement by Andrew M. Kuchling · 23 years ago
  12. f89d993 Back out the requirement to supply a version number by Andrew M. Kuchling · 23 years ago
  13. f7eb4fa Fixes a fatal bug when the module has computed alternatives containing %s. by Eric S. Raymond · 23 years ago
  14. a42c827 "install -d" does not work on BSDI systems even though autoconf thinks by Neil Schemenauer · 23 years ago
  15. c81d470 Allow the <author/> element to appear before a paragraph without being by Fred Drake · 23 years ago
  16. 659f377 Add entry for curses.panel documentation. by Fred Drake · 23 years ago
  17. 14631f6 Fix serious markup errors. by Fred Drake · 23 years ago
  18. c612a14 Remove the spurious space of uncertain origin from the output for function, by Fred Drake · 23 years ago
  19. 6333af1 On OSX show a dialog explaining that ConfigurePythonCarbon launch will probably fail. This turns out to be a VISE 7.1.1 problem, probably. by Jack Jansen · 23 years ago
  20. 2e2546c On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. by Jack Jansen · 23 years ago
  21. 9bfae98 Changed some of the dialogs to be a little clearer. by Jack Jansen · 23 years ago
  22. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  23. 301ab7f Initialize new save_warnings_filters data member in ModifiedInterpreter.__init__. by Tim Peters · 23 years ago
  24. cb83988 Added example use of weak references, contributed by Tim Peters. by Fred Drake · 23 years ago
  25. 58c8f9f Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). by Fred Drake · 23 years ago
  26. fc369f2 Don't show finder-delay-warning on OSX. Untested. by Jack Jansen · 23 years ago
  27. e264577 Typo: "ariables" --> "variables" This fixes SF bug #411118. by Fred Drake · 23 years ago
  28. 2bbc697 Fix a number of small issues; this closes SF bug #411063. by Fred Drake · 23 years ago
  29. 1417144 Based on info from Jens@digicool.com, add 'darwin1' to the list of by Guido van Rossum · 23 years ago
  30. 2b73fe9 Updated for 2.1b2 distribution. by Jack Jansen · 23 years ago
  31. 764dad5 Arghh. Fix typo. by Martin v. Löwis · 23 years ago
  32. ff4e62d Added a note about BBPy.lm. by Jack Jansen · 23 years ago
  33. 64f9f71 Added a note about the new (since 2.0) OSA architecture. by Jack Jansen · 23 years ago
  34. 3f4c173 Oops, ISO translation was off. Fixed. by Jack Jansen · 23 years ago
  35. 0d01787 Add Robin Thomas (author of the slice() comparability hack). by Guido van Rossum · 23 years ago
  36. c9494ac Use Guido's trick for always extracting the version number from a by Martin v. Löwis · 23 years ago
  37. f78a81b Fix some reloading problems (still more work needed). by Ka-Ping Yee · 23 years ago
  38. 996c5c1 Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway. by Jack Jansen · 23 years ago
  39. 673a4fd Bug fix: compile() called from a nested-scopes-enable Python was not by Jeremy Hylton · 23 years ago
  40. b4ce430 Turn SyntasWarning into SyntaxError for all code entered interactively. by Guido van Rossum · 23 years ago
  41. 55a0034 Michael Hudson <mwh21@cam.ac.uk>: Add many more constants for some systems. by Fred Drake · 23 years ago
  42. 21e036c Add a note that the "kfm" controller supports "konqueror" as well as the by Fred Drake · 23 years ago
  43. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 23 years ago
  44. fc31f26 Update auto-detection for Konqueror to include KDE 2 -- the kfm command is by Fred Drake · 23 years ago
  45. 4240bc5 Note missing explanation by Andrew M. Kuchling · 23 years ago
  46. c658236 Fixed some access paths. by Jack Jansen · 23 years ago
  47. ae60534 Fixed ref count bug. Patch #411191. Found by Walter Dörwald. by Marc-André Lemburg · 23 years ago
  48. 4113b13 get_version_string(): New function -- returns a Python string object that by Fred Drake · 23 years ago
  49. c8da0f9 Document use_rawinput. (Although now that I think more about it, a by Guido van Rossum · 23 years ago
  50. 1ad37bb This commit was manufactured by cvs2svn to create tag 'r21b2'. by cvs2svn · 23 years ago
  51. 2108bc7 main(): Application of SF patch #405851, which allows this test to be by Barry Warsaw · 23 years ago
  52. 66f0961 pydoc changed overnight in such a way that it no longer worked from the by Tim Peters · 23 years ago
  53. 9dee48f Fix a memory leak -- there's no need to INCREF() the result of by Guido van Rossum · 23 years ago
  54. 559f668 In Jython, `@' is not allowed in module names. Extend the TESTFN test by Barry Warsaw · 23 years ago
  55. 66e8e86 Finishing touch to Ping's changes. This is a patch that Ping sent me by Guido van Rossum · 23 years ago
  56. 62d2488 Two minor changes for better Jython compatibility. Finn Bock says: by Barry Warsaw · 23 years ago
  57. 27dca06 Update Mac OS X platform notes. by Fred Drake · 23 years ago
  58. 8f6df46 Strengthen the constraints on calling PyObject_GC_Fini(). by Fred Drake · 23 years ago
  59. 6870bba Make socket.getservbyname test optional on socket module having that by Barry Warsaw · 23 years ago
  60. 6a12d8d call_sys_exitfunc(): Remove unused variable f. by Fred Drake · 23 years ago
  61. 88b0884 Change rfc822_escape() to ensure there's a consistent amount of whitespace by Andrew M. Kuchling · 23 years ago
  62. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 23 years ago
  63. 7190247 Remove the annoying __version__ definitions. by Fred Drake · 23 years ago
  64. 3e8f921 Lots of small changes to make this work with the Python DOM bindings by Fred Drake · 23 years ago
  65. 7519e7a setlocale(): In _locale-missing compatibility function, string by Barry Warsaw · 23 years ago
  66. 2262a80 Pick up the "encode" function from esistools instead of defining our own by Fred Drake · 23 years ago
  67. a9d0450 No quotes around the "future" in the first use of the term "future statement". by Fred Drake · 23 years ago
  68. f6c115f Re-write to no longer depend on an old version of PyXML. This now by Fred Drake · 23 years ago
  69. a4699a7 Pick the "escape" function from the standard library instead of from PyXML. by Fred Drake · 23 years ago
  70. ce19496 Add conversions for more of the markup -- not all of this was around when by Fred Drake · 23 years ago
  71. 7621fa9 Add entry for the futures appendix in the reference manual. by Fred Drake · 23 years ago
  72. 557c1ae Include the futures appendix. by Fred Drake · 23 years ago
  73. 39778b7 Revise the markup so that this formats and uses markup consistently with by Fred Drake · 23 years ago
  74. dfdac1a Several changes for Jython portability. This closes SF patch by Barry Warsaw · 23 years ago
  75. 101651c flesh out __all__ by Jeremy Hylton · 23 years ago
  76. 26fabb0 Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit(). by Ka-Ping Yee · 23 years ago
  77. a9c6c8d Extend isclass() to work for extension classes (by looking for __bases__). by Ka-Ping Yee · 23 years ago
  78. 324cc6e Add some initial text for the appendix on future statements and nested scopes. by Jeremy Hylton · 23 years ago
  79. 2c84fc8 Note that assignments to __debug__ are illegal by Jeremy Hylton · 23 years ago
  80. f626db7 News items for my recent checkins by Jeremy Hylton · 23 years ago
  81. fde8a86 Script for starting pydoc with a GUI in Windows. by Ka-Ping Yee · 23 years ago
  82. 897b821 Make it illegal to assign to __debug__ as per Guido's request. by Jeremy Hylton · 23 years ago
  83. e280c06 Browser compatibility fixes. by Ka-Ping Yee · 23 years ago
  84. e702481 Revert to ver 1.22, which was the version before the nested scopes by Jeremy Hylton · 23 years ago
  85. 987ec90 Small formatting improvements. by Ka-Ping Yee · 23 years ago
  86. 3bda879 Show inherited methods, with hyperlinks to the base class they came from. by Ka-Ping Yee · 23 years ago
  87. 16a0b17 Bump version number. by Fred Drake · 23 years ago
  88. a5d7b74 Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). by Tim Peters · 23 years ago
  89. 28c62bb Provide a StopTokenizing exception for conveniently exiting the loop. by Ka-Ping Yee · 23 years ago
  90. ce7298a Explain the difference between NL and NEWLINE. by Ka-Ping Yee · 23 years ago
  91. c608fb6 Give a slightly better explanation of excepthook. by Ka-Ping Yee · 23 years ago
  92. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 23 years ago
  93. 6526bf8 When creating an attribute node using createAttribute() or by Fred Drake · 23 years ago
  94. 5e0dfac Update to the most recent weakref changes. by Fred Drake · 23 years ago
  95. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 23 years ago
  96. 84a5934 When the regression test is run in verbose mode, make the PyUNIT-based by Fred Drake · 23 years ago
  97. db81e8d Add support for weak references to the function and method types. by Fred Drake · 23 years ago
  98. 6a1c87d Add the necessary field for weak reference support to the function and by Fred Drake · 23 years ago
  99. 4131830 Fix memory leak with SyntaxError. (The DECREF was originally hidden by Guido van Rossum · 23 years ago
  100. ac1abe0 Add a paragraph about obmalloc turning up bugs in extension modules by Andrew M. Kuchling · 23 years ago