1. 79b52b7 Boosted the stack reservation for python.exe and python_w.exe from the by Tim Peters · 20 years ago
  2. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 20 years ago
  3. 800ba23 This is my patch: by Michael W. Hudson · 20 years ago
  4. d459f53 code_new(): Wouldn't compile on Windows, because of gcc'ism. by Tim Peters · 20 years ago
  5. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  6. 5523c25 A NEWS entry for my last checked in change (I've gotten out of the by Michael W. Hudson · 20 years ago
  7. 6093462 Fix bug by Michael W. Hudson · 20 years ago
  8. fd39ad4 Patch #1005468: Disambiguate "min() or max()" exception string. by Martin v. Löwis · 20 years ago
  9. 9ecf326 Patch #1006916: Remove ODBC library references. by Martin v. Löwis · 20 years ago
  10. d632050 Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. by Martin v. Löwis · 20 years ago
  11. 0cb3c63 Patch #1005568: Use _SC_PAGESIZE on Irix. Backported to 2.3. by Martin v. Löwis · 20 years ago
  12. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  13. 68ba9a6 In output_difference(), replace blank lines in `want` with <BLANKLINE> by Edward Loper · 20 years ago
  14. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 20 years ago
  15. 8e4a34b - Added __docformat__ by Edward Loper · 20 years ago
  16. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 20 years ago
  17. ac20f57 - Added a register_optionflag function (so users can add their own by Edward Loper · 20 years ago
  18. 568671f avoid version numbers in the text where possible by Fred Drake · 20 years ago
  19. ba100c9 clarify the behavior of the .first() and .last() methods for empty databases by Fred Drake · 20 years ago
  20. f54ac7e Spelling fix by Andrew M. Kuchling · 20 years ago
  21. d62d507 added missing documentation for UseForeignDTD() (new in 2.3) by Fred Drake · 20 years ago
  22. fb568ca add descriptions for many of the new error codes by Fred Drake · 20 years ago
  23. 9d92d5a minor changes to make this format again by Fred Drake · 20 years ago
  24. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  25. 6a4e635 Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify doc string for select to indicate proper way to obtain other responses. by Piers Lauder · 20 years ago
  26. 494aaee Whitespace normalization. by Tim Peters · 20 years ago
  27. 24884a5 [Patch #1005465] Markup tweaks by Andrew M. Kuchling · 20 years ago
  28. e236b38 [Patch #1005491 ] use __name__ == '__main__' in scripts by Andrew M. Kuchling · 20 years ago
  29. 6c542b7 Edward's latest checkins somehow managed to wipe out my previous latest by Tim Peters · 20 years ago
  30. a1ef611 - DocTest is now a simple container class; its constructor is no longer by Edward Loper · 20 years ago
  31. 413ced6 This started as a spelling and whitespace cleanup. The comment for by Tim Peters · 20 years ago
  32. 0d2a75c Patch #1006003: Cygwin standard module build problems by Jason Tishler · 20 years ago
  33. 7f203b8 Add item by Andrew M. Kuchling · 20 years ago
  34. 151df07 - make a module reference a hyperlink - wrap a long line by Fred Drake · 20 years ago
  35. 830d8b8 fix markup nit by Fred Drake · 20 years ago
  36. c246cb7 Bug #1001857: socketmodule does not build under cygwin by Jason Tishler · 20 years ago
  37. 356fd19 Added support for pdb.set_trace. by Jim Fulton · 20 years ago
  38. 9dc19c2 Ooops - for some reason I had the wrong versionadded... by Dave Cole · 20 years ago
  39. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  40. 80e5314 Removed lots of stuff from the module docstring. My intent for 2.4 is by Tim Peters · 20 years ago
  41. 208ca70 Repair some out-of-date comments. by Tim Peters · 20 years ago
  42. bb43147 Drop the excruciating newline requirements on arguments to by Tim Peters · 20 years ago
  43. dd0e475 Give return stmts their own lines. by Tim Peters · 20 years ago
  44. d40a92b Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makes by Tim Peters · 20 years ago
  45. 78b58f3 Changed Parser.get_examples() to return a list of Example objects, by Edward Loper · 20 years ago
  46. 34fcb14 - Split DocTestRunner's check_output and output_difference methods off by Edward Loper · 20 years ago
  47. 7c74846 Rewrote Parser, using regular expressions instead of walking though by Edward Loper · 20 years ago
  48. 103d26e Fixed doctest error (wrong prompts) by Edward Loper · 20 years ago
  49. 651dd52 Previous commit was viewed as "perverse". Changed to just cast the unused by Brett Cannon · 20 years ago
  50. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 20 years ago
  51. 0955f29 Tell unittest that source files with "badsyntax" in their names should by Tim Peters · 20 years ago
  52. 2a5f656 Renamed locals to better reflect their meanings. by Tim Peters · 20 years ago
  53. b6ecc16 In verbose mode, display the name of each file before trying to compile by Tim Peters · 20 years ago
  54. 83b5735 Brief xrange news. by Tim Peters · 20 years ago
  55. feec453 Bug 1003935: xrange overflows by Tim Peters · 20 years ago
  56. d976ab7 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  57. f3f5747 Get rid of the ignore_imports argument to DocTestFinder.find(). by Tim Peters · 20 years ago
  58. 9fce44b * Context.copy() now makes a deepcopy. * Facilitate reloads of local thread. by Raymond Hettinger · 20 years ago
  59. 161c963 Type in docstring. by Tim Peters · 20 years ago
  60. 3ddd60a Also deprecated the old Tester class, which is no longer used by anything by Tim Peters · 20 years ago
  61. bafb1fe Deprecate the doctest.is_private() function. by Tim Peters · 20 years ago
  62. f727c6c Deprecated testmod's useless & confusing isprivate gimmick. by Tim Peters · 20 years ago
  63. 9ca3f85 Whitespace normalization. by Tim Peters · 20 years ago
  64. ec8c5a9 Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4 by Tim Peters · 20 years ago
  65. 95334a5 Purged Berkeley code of references to the long-obsolete whrandom. by Tim Peters · 20 years ago
  66. 6039512 Trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  67. 7219cbe Remove MacOS 9 ref by Andrew M. Kuchling · 20 years ago
  68. c16affa Remove MacOS 9 refs by Andrew M. Kuchling · 20 years ago
  69. 67ca703 [Patch #862531] Update version numbers. by Andrew M. Kuchling · 20 years ago
  70. 8b2cbfd Let's not use string exceptions any more. by Armin Rigo · 20 years ago
  71. e6e77e5 Fix by Michael W. Hudson · 20 years ago
  72. 618fbf5 This was quite a dark bug in my recent in-place string concatenation by Armin Rigo · 20 years ago
  73. 2584781 Removing tests that fail because of changes in PyString_InternInPlace(), by Armin Rigo · 20 years ago
  74. 2ee6a70 [Patch #999280 ] Update kwargs in pickle docs to match implementations by Andrew M. Kuchling · 20 years ago
  75. 4eb1a00 [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: by Andrew M. Kuchling · 20 years ago
  76. 672d2ba Use LaTeX markup by Andrew M. Kuchling · 20 years ago
  77. 17e33e4 [Bug #914375] Crude modulefinder docs, but the module's code is very hard to read and it's not clear which bits are public and which aren't. The module's author should really be doing this (and using docstrings in the code, too) by Andrew M. Kuchling · 20 years ago
  78. 8c47f4a eval_frame now has a PyAPI-style name by Michael W. Hudson · 20 years ago
  79. 79f7ad2 Fixed some compiler warnings. by Armin Rigo · 20 years ago
  80. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 20 years ago
  81. 32dbdda Remove various modules that have been documented by Andrew M. Kuchling · 20 years ago
  82. 2876f5a SF patch 836879. by Jeremy Hylton · 20 years ago
  83. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  84. cbd8155 [Bug #827209] Add footnote from Alex M. about listcomps leaking their index variables by Andrew M. Kuchling · 20 years ago
  85. 8484fbf SF bug 1003471: Python 1.5.2 security vulnerability by Tim Peters · 20 years ago
  86. 59a27f1 Various minor edits by Andrew M. Kuchling · 20 years ago
  87. 4cbe95c [Bug #866222] Update docs to match the module by Andrew M. Kuchling · 20 years ago
  88. b839c1f [Bug #866222] Update docstrings. by Andrew M. Kuchling · 20 years ago
  89. 3455338 Fix by Michael W. Hudson · 20 years ago
  90. fe80b63 [Bug #991883] Document calling condition by Andrew M. Kuchling · 20 years ago
  91. 43ab0cd [Bug #990792] Mention that repl can be a callable by Andrew M. Kuchling · 20 years ago
  92. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago
  93. 1baa248 Fix by Michael W. Hudson · 20 years ago
  94. 0188cdb [Bug #998066] Mention result mismatch by Andrew M. Kuchling · 20 years ago
  95. e5dd162 [Bug #923315] Produce correct result on AIX by Andrew M. Kuchling · 20 years ago
  96. b6d9fc3 Patch: by Michael W. Hudson · 20 years ago
  97. 8def876 [Bug #873146] Document pickletools module (haven't tested the LaTeX yet) by Andrew M. Kuchling · 20 years ago
  98. d0c53fe Add argument to docstring by Andrew M. Kuchling · 20 years ago
  99. 049e7aa Point out that the setdefault defaults the value to None. Inspired by by Michael W. Hudson · 20 years ago
  100. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago