1. 29fd031 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  2. c58440f No functional change -- just added whitespace in places so I could follow by Tim Peters · 23 years ago
  3. a830b38 Warn when assigning to __debug__ instead of raising an error. by Jeremy Hylton · 23 years ago
  4. 819815a Fix typo in example (\b should be \n in string literal). by Fred Drake · 23 years ago
  5. 9c84636 Fix a number of bugs and omissions in the AddressList documentation, most by Fred Drake · 23 years ago
  6. 17a781b * Remove exc_info() kludge -- it actually messed up the Jython output by Steve Purcell · 23 years ago
  7. a36f4a0 Fixing Itamar's name, as per his request. by Moshe Zadka · 23 years ago
  8. 5d87d47 fixing 408085 - redirect from https becomes http by Moshe Zadka · 23 years ago
  9. f870c95 Add two arguments to Scope constructor, module scope and class name by Jeremy Hylton · 23 years ago
  10. 8b966dc Add preliminary module symbol table constructor by Jeremy Hylton · 23 years ago
  11. 0e8468c remove global decl about unused variable by Jeremy Hylton · 23 years ago
  12. 80e29bd Add support for future statements by Jeremy Hylton · 23 years ago
  13. 42a0830 Fix "import as" (has always skipping the as name) by Jeremy Hylton · 23 years ago
  14. a384f73 typo by Jeremy Hylton · 23 years ago
  15. f0e717b Repair portability of sign extension when reading signed ints on boxes by Tim Peters · 23 years ago
  16. 9cec8fb Make it clear that a bdb subclass must implement do_clear(). by Guido van Rossum · 23 years ago
  17. 7e01e28 Whitespace normalization. by Tim Peters · 23 years ago
  18. 6fd7120 Fix from the Madusa mailing list: by Tim Peters · 23 years ago
  19. cfc21fc Remove useless imports, as reported by PyChecker. by Tim Peters · 23 years ago
  20. 3664111 Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py by Tim Peters · 23 years ago
  21. 388ed08 SF patch #413552 - Premature decref on object by Tim Peters · 23 years ago
  22. 4d4d003 Correct the documentation for getreadbufferproc and getwritebufferproc. by Greg Stein · 23 years ago
  23. 76977bb Add an uninstall method to the ImportManager. by Greg Stein · 23 years ago
  24. 4393512 Finally merged morefindertools into findertools. by Jack Jansen · 23 years ago
  25. 501d904 Add entry for unittest documentation. by Fred Drake · 23 years ago
  26. b9ad228 Start of documentation for the unittest module. Some of this comes from by Fred Drake · 23 years ago
  27. eb26f95 Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to by Tim Peters · 23 years ago
  28. 58b6f5b Since this module already uses doctest-style examples, I figured I'd by Guido van Rossum · 23 years ago
  29. f95423e Remove lines for asynchat & asyncore, as they've now got their own test. by Tim Peters · 23 years ago
  30. dca060c After testing the test on Unix, several improvements: by Guido van Rossum · 23 years ago
  31. 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 23 years ago
  32. e4a1b6d Make the docstring a raw string, for pydoc. by Guido van Rossum · 23 years ago
  33. 3aee775 Added a note about Help and ctb missing in carbon. by Jack Jansen · 23 years ago
  34. bad62de Version 1.2 by Christopher Stern. by Jack Jansen · 23 years ago
  35. b5d1392 Fix the fix (my error -- hasty pasty). by Tim Peters · 23 years ago
  36. a29b622 One-liner critical fix from Jim Fulton: Eric's string-method crusade by Tim Peters · 23 years ago
  37. 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 23 years ago
  38. f459d85 Add some information about what to expect of the DocumentType's by Fred Drake · 23 years ago
  39. d3908e2 Effectively revert the previous change: leave the new #include in, but by Fred Drake · 23 years ago
  40. d34a9c9 Added more link attributes based on additonal information from Chris by Fred Drake · 23 years ago
  41. 37f0263 Bug #412086, reported by Peter Wilson: The _curses module doesn't by Andrew M. Kuchling · 23 years ago
  42. 7880e5e Patch #413912 from Steve Majewski: Add .m to the list of extensions by Andrew M. Kuchling · 23 years ago
  43. 88717f4 Mention pydoc in the man page by Andrew M. Kuchling · 23 years ago
  44. dc80670 Corrected default value of the DocumentType.internalSubset attribute based by Fred Drake · 23 years ago
  45. 9b3bc49 Add an #include of sys/ioctl.h to pick up a lot of the constants supported by Fred Drake · 23 years ago
  46. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 23 years ago
  47. 42fc7cc SF patch [ #413750 ] Cygwin entry for README file, from Jason Tishler. by Tim Peters · 23 years ago
  48. f3186e8 A number of improvements based on a discussion with Chris McCafferty by Fred Drake · 23 years ago
  49. 33d2b84 CharacterData methods: Update self.length on changes instead of extended by Fred Drake · 23 years ago
  50. 87432f4 Add support for the CharacterData methods, CDATASection. by Fred Drake · 23 years ago
  51. c6a3cb4 Document PySequence_Size(), and describe PySequence_Length() as simply an by Fred Drake · 23 years ago
  52. 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
  53. 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 23 years ago
  54. 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
  55. c951bf9 SF bug [#410708] Condition.wait() and KeyboardInterrupt. by Tim Peters · 23 years ago
  56. f5bd684 Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev by Guido van Rossum · 23 years ago
  57. cb67ea1 Initialize Attr.value with empty string in createAttribute*, as per DOM by Martin v. Löwis · 23 years ago
  58. 68ad64a Remove the backed-out version requirement by Andrew M. Kuchling · 23 years ago
  59. f89d993 Back out the requirement to supply a version number by Andrew M. Kuchling · 23 years ago
  60. f7eb4fa Fixes a fatal bug when the module has computed alternatives containing %s. by Eric S. Raymond · 23 years ago
  61. a42c827 "install -d" does not work on BSDI systems even though autoconf thinks by Neil Schemenauer · 23 years ago
  62. c81d470 Allow the <author/> element to appear before a paragraph without being by Fred Drake · 23 years ago
  63. 659f377 Add entry for curses.panel documentation. by Fred Drake · 23 years ago
  64. 14631f6 Fix serious markup errors. by Fred Drake · 23 years ago
  65. c612a14 Remove the spurious space of uncertain origin from the output for function, by Fred Drake · 23 years ago
  66. 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
  67. 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
  68. 9bfae98 Changed some of the dialogs to be a little clearer. by Jack Jansen · 23 years ago
  69. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  70. 301ab7f Initialize new save_warnings_filters data member in ModifiedInterpreter.__init__. by Tim Peters · 23 years ago
  71. cb83988 Added example use of weak references, contributed by Tim Peters. by Fred Drake · 23 years ago
  72. 58c8f9f Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). by Fred Drake · 23 years ago
  73. fc369f2 Don't show finder-delay-warning on OSX. Untested. by Jack Jansen · 23 years ago
  74. e264577 Typo: "ariables" --> "variables" This fixes SF bug #411118. by Fred Drake · 23 years ago
  75. 2bbc697 Fix a number of small issues; this closes SF bug #411063. by Fred Drake · 23 years ago
  76. 1417144 Based on info from Jens@digicool.com, add 'darwin1' to the list of by Guido van Rossum · 23 years ago
  77. 2b73fe9 Updated for 2.1b2 distribution. by Jack Jansen · 23 years ago
  78. 764dad5 Arghh. Fix typo. by Martin v. Löwis · 23 years ago
  79. ff4e62d Added a note about BBPy.lm. by Jack Jansen · 23 years ago
  80. 64f9f71 Added a note about the new (since 2.0) OSA architecture. by Jack Jansen · 23 years ago
  81. 3f4c173 Oops, ISO translation was off. Fixed. by Jack Jansen · 23 years ago
  82. 0d01787 Add Robin Thomas (author of the slice() comparability hack). by Guido van Rossum · 23 years ago
  83. c9494ac Use Guido's trick for always extracting the version number from a by Martin v. Löwis · 23 years ago
  84. f78a81b Fix some reloading problems (still more work needed). by Ka-Ping Yee · 23 years ago
  85. 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
  86. 673a4fd Bug fix: compile() called from a nested-scopes-enable Python was not by Jeremy Hylton · 23 years ago
  87. b4ce430 Turn SyntasWarning into SyntaxError for all code entered interactively. by Guido van Rossum · 23 years ago
  88. 55a0034 Michael Hudson <mwh21@cam.ac.uk>: Add many more constants for some systems. by Fred Drake · 23 years ago
  89. 21e036c Add a note that the "kfm" controller supports "konqueror" as well as the by Fred Drake · 23 years ago
  90. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 23 years ago
  91. fc31f26 Update auto-detection for Konqueror to include KDE 2 -- the kfm command is by Fred Drake · 23 years ago
  92. 4240bc5 Note missing explanation by Andrew M. Kuchling · 23 years ago
  93. c658236 Fixed some access paths. by Jack Jansen · 23 years ago
  94. ae60534 Fixed ref count bug. Patch #411191. Found by Walter Dörwald. by Marc-André Lemburg · 23 years ago
  95. 4113b13 get_version_string(): New function -- returns a Python string object that by Fred Drake · 23 years ago
  96. c8da0f9 Document use_rawinput. (Although now that I think more about it, a by Guido van Rossum · 23 years ago
  97. 1ad37bb This commit was manufactured by cvs2svn to create tag 'r21b2'. by cvs2svn · 23 years ago
  98. 2108bc7 main(): Application of SF patch #405851, which allows this test to be by Barry Warsaw · 23 years ago
  99. 66f0961 pydoc changed overnight in such a way that it no longer worked from the by Tim Peters · 23 years ago
  100. 9dee48f Fix a memory leak -- there's no need to INCREF() the result of by Guido van Rossum · 23 years ago