1. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  2. b92b7ed Back out 1.289, which breaks platforms needing addrinfo.h, and by Martin v. Löwis · 20 years ago
  3. ef0a82b Simplify chains of conditional jumps. (Suggested by Neal Norwitz.) by Raymond Hettinger · 20 years ago
  4. 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 20 years ago
  5. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  6. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  7. 1fa040b SF #1015517, get readline to compile with older compilers by Neal Norwitz · 20 years ago
  8. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  9. 8107ca4 Keep option parser from gobbling up the filename to be profiled and the by Skip Montanaro · 20 years ago
  10. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  11. a12fa14 Incorporate review comments courtesy of Neal Norwitz: by Raymond Hettinger · 20 years ago
  12. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  13. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 20 years ago
  14. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 20 years ago
  15. dd50cb7 The attempt to shut up deprecation warnings for doctest's own use of by Tim Peters · 20 years ago
  16. 4de7c5c test_DocTestFinder(): This test failed when test_doctest was run by Tim Peters · 20 years ago
  17. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 20 years ago
  18. 3fa8c20 Misc cleanups. by Tim Peters · 20 years ago
  19. b6a04d6 debug_script(): I changed this in haste before to take out the use of by Tim Peters · 20 years ago
  20. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 20 years ago
  21. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  22. 0fc8575 Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored by Dave Cole · 20 years ago
  23. 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 20 years ago
  24. 8bd5cb3 Add version info by Neal Norwitz · 20 years ago
  25. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  26. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  27. f82a9de Start deferring to the LaTeX docs for details. I'd like to move the by Tim Peters · 20 years ago
  28. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  29. 94607dd Whitespace normalization. by Tim Peters · 20 years ago
  30. 75dc5e1 Type in docstring. by Tim Peters · 20 years ago
  31. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  32. 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
  33. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  34. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  35. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  36. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 20 years ago
  37. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  38. 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
  39. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  40. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  41. 5268c39 sf #1009373, #1005936. fix underscores in index entries in PDF files. by Neal Norwitz · 20 years ago
  42. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  43. 6d63a8d Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the by Johannes Gijsbers · 20 years ago
  44. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  45. 7109b28 Fix grammar, spotted by Hye-Shik Chang by Neal Norwitz · 20 years ago
  46. 8e3bec5 Correct argument specifications of load_compiled and load_source: the file by Johannes Gijsbers · 20 years ago
  47. c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 20 years ago
  48. 37af986 Bump minimum Python version to 2.1. Fixes #1009803. by Martin v. Löwis · 20 years ago
  49. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  50. 701abe7 Fail fatally if strdup fails. by Martin v. Löwis · 20 years ago
  51. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  52. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  53. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  54. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  55. 8623b36 Try to improve grammar and use versionadded by Neal Norwitz · 20 years ago
  56. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 20 years ago
  57. 525b315 Fix markup. versionchanged automatically adds a period, so remove the extra one. by Neal Norwitz · 20 years ago
  58. 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 20 years ago
  59. 6114679 SF bug #1012315: weakref.WeakValueDictionary should override .has_key() by Raymond Hettinger · 20 years ago
  60. 3a3817f Got rid of nooutput() (was used by DocTestCase.debug()) by Edward Loper · 20 years ago
  61. b7503ff Updated __all__ to include every non-underscored class, function, and by Edward Loper · 20 years ago
  62. 3ba5bfc Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  63. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  64. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  65. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  66. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  67. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  68. 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
  69. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  70. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  71. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 20 years ago
  72. c6f3c8b fix SF bug #1008690: Incorrect <link rel="index"> href in Tutorial by Fred Drake · 20 years ago
  73. cf02e31 Remove commented definition of the MKHOWTO macro. by Matthias Klose · 20 years ago
  74. 5b75f7d Remove zero-byte gif files from generated html docs by Matthias Klose · 20 years ago
  75. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  76. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  77. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  78. 78a8acc Patch #914291: Restore locale while readline is running. by Martin v. Löwis · 20 years ago
  79. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
  80. bf60875 Patch #980082: Missing INCREF in PyType_Ready. by Martin v. Löwis · 20 years ago
  81. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  82. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  83. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  84. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  85. 1a78929 Move the bytecode optimizer upstream so that its results are saved in pyc by Raymond Hettinger · 20 years ago
  86. 9bb1f05 Various alpha 3 updates. by Raymond Hettinger · 20 years ago
  87. 01884d5 Deprecate sys.exitfunc in favor of the atexit module. by Raymond Hettinger · 20 years ago
  88. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  89. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 20 years ago
  90. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 20 years ago
  91. 673cb28 Remove test of obsolete trim() operation which was supplanted by by Raymond Hettinger · 20 years ago
  92. e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
  93. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  94. 1f65b47 SF bug #833957: Ctrl+key combos stop working in IDLE by Raymond Hettinger · 20 years ago
  95. ba4e47d This file is no longer used in version 2.39. by Raymond Hettinger · 20 years ago
  96. 3ee3ed2 Add two new files and update remaining tests from the latest update of the by Raymond Hettinger · 20 years ago
  97. d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 20 years ago
  98. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 20 years ago
  99. 8de636e SF bug #951482: New module: doc versus action by Raymond Hettinger · 20 years ago
  100. cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 20 years ago